aws-sdk-wellarchitected 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/lib/aws-sdk-wellarchitected.rb +53 -0
- data/lib/aws-sdk-wellarchitected/client.rb +2083 -0
- data/lib/aws-sdk-wellarchitected/client_api.rb +1160 -0
- data/lib/aws-sdk-wellarchitected/customizations.rb +0 -0
- data/lib/aws-sdk-wellarchitected/errors.rb +210 -0
- data/lib/aws-sdk-wellarchitected/resource.rb +26 -0
- data/lib/aws-sdk-wellarchitected/types.rb +3041 -0
- metadata +88 -0
@@ -0,0 +1,1160 @@
|
|
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/master/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::WellArchitected
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
Answer = Shapes::StructureShape.new(name: 'Answer')
|
18
|
+
AnswerSummaries = Shapes::ListShape.new(name: 'AnswerSummaries')
|
19
|
+
AnswerSummary = Shapes::StructureShape.new(name: 'AnswerSummary')
|
20
|
+
AssociateLensesInput = Shapes::StructureShape.new(name: 'AssociateLensesInput')
|
21
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
22
|
+
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
23
|
+
Base64String = Shapes::StringShape.new(name: 'Base64String')
|
24
|
+
Choice = Shapes::StructureShape.new(name: 'Choice')
|
25
|
+
ChoiceDescription = Shapes::StringShape.new(name: 'ChoiceDescription')
|
26
|
+
ChoiceId = Shapes::StringShape.new(name: 'ChoiceId')
|
27
|
+
ChoiceTitle = Shapes::StringShape.new(name: 'ChoiceTitle')
|
28
|
+
Choices = Shapes::ListShape.new(name: 'Choices')
|
29
|
+
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
30
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
31
|
+
Count = Shapes::IntegerShape.new(name: 'Count')
|
32
|
+
CreateMilestoneInput = Shapes::StructureShape.new(name: 'CreateMilestoneInput')
|
33
|
+
CreateMilestoneOutput = Shapes::StructureShape.new(name: 'CreateMilestoneOutput')
|
34
|
+
CreateWorkloadInput = Shapes::StructureShape.new(name: 'CreateWorkloadInput')
|
35
|
+
CreateWorkloadOutput = Shapes::StructureShape.new(name: 'CreateWorkloadOutput')
|
36
|
+
CreateWorkloadShareInput = Shapes::StructureShape.new(name: 'CreateWorkloadShareInput')
|
37
|
+
CreateWorkloadShareOutput = Shapes::StructureShape.new(name: 'CreateWorkloadShareOutput')
|
38
|
+
DeleteWorkloadInput = Shapes::StructureShape.new(name: 'DeleteWorkloadInput')
|
39
|
+
DeleteWorkloadShareInput = Shapes::StructureShape.new(name: 'DeleteWorkloadShareInput')
|
40
|
+
DifferenceStatus = Shapes::StringShape.new(name: 'DifferenceStatus')
|
41
|
+
DisassociateLensesInput = Shapes::StructureShape.new(name: 'DisassociateLensesInput')
|
42
|
+
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
43
|
+
ExceptionResourceId = Shapes::StringShape.new(name: 'ExceptionResourceId')
|
44
|
+
ExceptionResourceType = Shapes::StringShape.new(name: 'ExceptionResourceType')
|
45
|
+
GetAnswerInput = Shapes::StructureShape.new(name: 'GetAnswerInput')
|
46
|
+
GetAnswerOutput = Shapes::StructureShape.new(name: 'GetAnswerOutput')
|
47
|
+
GetLensReviewInput = Shapes::StructureShape.new(name: 'GetLensReviewInput')
|
48
|
+
GetLensReviewOutput = Shapes::StructureShape.new(name: 'GetLensReviewOutput')
|
49
|
+
GetLensReviewReportInput = Shapes::StructureShape.new(name: 'GetLensReviewReportInput')
|
50
|
+
GetLensReviewReportOutput = Shapes::StructureShape.new(name: 'GetLensReviewReportOutput')
|
51
|
+
GetLensVersionDifferenceInput = Shapes::StructureShape.new(name: 'GetLensVersionDifferenceInput')
|
52
|
+
GetLensVersionDifferenceOutput = Shapes::StructureShape.new(name: 'GetLensVersionDifferenceOutput')
|
53
|
+
GetMilestoneInput = Shapes::StructureShape.new(name: 'GetMilestoneInput')
|
54
|
+
GetMilestoneOutput = Shapes::StructureShape.new(name: 'GetMilestoneOutput')
|
55
|
+
GetWorkloadInput = Shapes::StructureShape.new(name: 'GetWorkloadInput')
|
56
|
+
GetWorkloadOutput = Shapes::StructureShape.new(name: 'GetWorkloadOutput')
|
57
|
+
HelpfulResourceUrl = Shapes::StringShape.new(name: 'HelpfulResourceUrl')
|
58
|
+
ImprovementPlanUrl = Shapes::StringShape.new(name: 'ImprovementPlanUrl')
|
59
|
+
ImprovementSummaries = Shapes::ListShape.new(name: 'ImprovementSummaries')
|
60
|
+
ImprovementSummary = Shapes::StructureShape.new(name: 'ImprovementSummary')
|
61
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
62
|
+
IsApplicable = Shapes::BooleanShape.new(name: 'IsApplicable')
|
63
|
+
IsReviewOwnerUpdateAcknowledged = Shapes::BooleanShape.new(name: 'IsReviewOwnerUpdateAcknowledged')
|
64
|
+
LensAlias = Shapes::StringShape.new(name: 'LensAlias')
|
65
|
+
LensAliases = Shapes::ListShape.new(name: 'LensAliases')
|
66
|
+
LensDescription = Shapes::StringShape.new(name: 'LensDescription')
|
67
|
+
LensName = Shapes::StringShape.new(name: 'LensName')
|
68
|
+
LensReview = Shapes::StructureShape.new(name: 'LensReview')
|
69
|
+
LensReviewReport = Shapes::StructureShape.new(name: 'LensReviewReport')
|
70
|
+
LensReviewSummaries = Shapes::ListShape.new(name: 'LensReviewSummaries')
|
71
|
+
LensReviewSummary = Shapes::StructureShape.new(name: 'LensReviewSummary')
|
72
|
+
LensStatus = Shapes::StringShape.new(name: 'LensStatus')
|
73
|
+
LensSummaries = Shapes::ListShape.new(name: 'LensSummaries')
|
74
|
+
LensSummary = Shapes::StructureShape.new(name: 'LensSummary')
|
75
|
+
LensUpgradeSummary = Shapes::StructureShape.new(name: 'LensUpgradeSummary')
|
76
|
+
LensVersion = Shapes::StringShape.new(name: 'LensVersion')
|
77
|
+
ListAnswersInput = Shapes::StructureShape.new(name: 'ListAnswersInput')
|
78
|
+
ListAnswersMaxResults = Shapes::IntegerShape.new(name: 'ListAnswersMaxResults')
|
79
|
+
ListAnswersOutput = Shapes::StructureShape.new(name: 'ListAnswersOutput')
|
80
|
+
ListLensReviewImprovementsInput = Shapes::StructureShape.new(name: 'ListLensReviewImprovementsInput')
|
81
|
+
ListLensReviewImprovementsMaxResults = Shapes::IntegerShape.new(name: 'ListLensReviewImprovementsMaxResults')
|
82
|
+
ListLensReviewImprovementsOutput = Shapes::StructureShape.new(name: 'ListLensReviewImprovementsOutput')
|
83
|
+
ListLensReviewsInput = Shapes::StructureShape.new(name: 'ListLensReviewsInput')
|
84
|
+
ListLensReviewsOutput = Shapes::StructureShape.new(name: 'ListLensReviewsOutput')
|
85
|
+
ListLensesInput = Shapes::StructureShape.new(name: 'ListLensesInput')
|
86
|
+
ListLensesOutput = Shapes::StructureShape.new(name: 'ListLensesOutput')
|
87
|
+
ListMilestonesInput = Shapes::StructureShape.new(name: 'ListMilestonesInput')
|
88
|
+
ListMilestonesOutput = Shapes::StructureShape.new(name: 'ListMilestonesOutput')
|
89
|
+
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
90
|
+
ListNotificationsMaxResults = Shapes::IntegerShape.new(name: 'ListNotificationsMaxResults')
|
91
|
+
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
92
|
+
ListShareInvitationsInput = Shapes::StructureShape.new(name: 'ListShareInvitationsInput')
|
93
|
+
ListShareInvitationsMaxResults = Shapes::IntegerShape.new(name: 'ListShareInvitationsMaxResults')
|
94
|
+
ListShareInvitationsOutput = Shapes::StructureShape.new(name: 'ListShareInvitationsOutput')
|
95
|
+
ListWorkloadSharesInput = Shapes::StructureShape.new(name: 'ListWorkloadSharesInput')
|
96
|
+
ListWorkloadSharesMaxResults = Shapes::IntegerShape.new(name: 'ListWorkloadSharesMaxResults')
|
97
|
+
ListWorkloadSharesOutput = Shapes::StructureShape.new(name: 'ListWorkloadSharesOutput')
|
98
|
+
ListWorkloadsInput = Shapes::StructureShape.new(name: 'ListWorkloadsInput')
|
99
|
+
ListWorkloadsMaxResults = Shapes::IntegerShape.new(name: 'ListWorkloadsMaxResults')
|
100
|
+
ListWorkloadsOutput = Shapes::StructureShape.new(name: 'ListWorkloadsOutput')
|
101
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
102
|
+
Milestone = Shapes::StructureShape.new(name: 'Milestone')
|
103
|
+
MilestoneName = Shapes::StringShape.new(name: 'MilestoneName')
|
104
|
+
MilestoneNumber = Shapes::IntegerShape.new(name: 'MilestoneNumber')
|
105
|
+
MilestoneSummaries = Shapes::ListShape.new(name: 'MilestoneSummaries')
|
106
|
+
MilestoneSummary = Shapes::StructureShape.new(name: 'MilestoneSummary')
|
107
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
108
|
+
Notes = Shapes::StringShape.new(name: 'Notes')
|
109
|
+
NotificationSummaries = Shapes::ListShape.new(name: 'NotificationSummaries')
|
110
|
+
NotificationSummary = Shapes::StructureShape.new(name: 'NotificationSummary')
|
111
|
+
NotificationType = Shapes::StringShape.new(name: 'NotificationType')
|
112
|
+
PermissionType = Shapes::StringShape.new(name: 'PermissionType')
|
113
|
+
PillarDifference = Shapes::StructureShape.new(name: 'PillarDifference')
|
114
|
+
PillarDifferences = Shapes::ListShape.new(name: 'PillarDifferences')
|
115
|
+
PillarId = Shapes::StringShape.new(name: 'PillarId')
|
116
|
+
PillarName = Shapes::StringShape.new(name: 'PillarName')
|
117
|
+
PillarNotes = Shapes::MapShape.new(name: 'PillarNotes')
|
118
|
+
PillarReviewSummaries = Shapes::ListShape.new(name: 'PillarReviewSummaries')
|
119
|
+
PillarReviewSummary = Shapes::StructureShape.new(name: 'PillarReviewSummary')
|
120
|
+
QuestionDescription = Shapes::StringShape.new(name: 'QuestionDescription')
|
121
|
+
QuestionDifference = Shapes::StructureShape.new(name: 'QuestionDifference')
|
122
|
+
QuestionDifferences = Shapes::ListShape.new(name: 'QuestionDifferences')
|
123
|
+
QuestionId = Shapes::StringShape.new(name: 'QuestionId')
|
124
|
+
QuestionTitle = Shapes::StringShape.new(name: 'QuestionTitle')
|
125
|
+
QuotaCode = Shapes::StringShape.new(name: 'QuotaCode')
|
126
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
127
|
+
Risk = Shapes::StringShape.new(name: 'Risk')
|
128
|
+
RiskCounts = Shapes::MapShape.new(name: 'RiskCounts')
|
129
|
+
SelectedChoices = Shapes::ListShape.new(name: 'SelectedChoices')
|
130
|
+
ServiceCode = Shapes::StringShape.new(name: 'ServiceCode')
|
131
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
132
|
+
ShareId = Shapes::StringShape.new(name: 'ShareId')
|
133
|
+
ShareInvitation = Shapes::StructureShape.new(name: 'ShareInvitation')
|
134
|
+
ShareInvitationAction = Shapes::StringShape.new(name: 'ShareInvitationAction')
|
135
|
+
ShareInvitationId = Shapes::StringShape.new(name: 'ShareInvitationId')
|
136
|
+
ShareInvitationSummaries = Shapes::ListShape.new(name: 'ShareInvitationSummaries')
|
137
|
+
ShareInvitationSummary = Shapes::StructureShape.new(name: 'ShareInvitationSummary')
|
138
|
+
ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
|
139
|
+
SharedWith = Shapes::StringShape.new(name: 'SharedWith')
|
140
|
+
SharedWithPrefix = Shapes::StringShape.new(name: 'SharedWithPrefix')
|
141
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
142
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
143
|
+
UpdateAnswerInput = Shapes::StructureShape.new(name: 'UpdateAnswerInput')
|
144
|
+
UpdateAnswerOutput = Shapes::StructureShape.new(name: 'UpdateAnswerOutput')
|
145
|
+
UpdateLensReviewInput = Shapes::StructureShape.new(name: 'UpdateLensReviewInput')
|
146
|
+
UpdateLensReviewOutput = Shapes::StructureShape.new(name: 'UpdateLensReviewOutput')
|
147
|
+
UpdateShareInvitationInput = Shapes::StructureShape.new(name: 'UpdateShareInvitationInput')
|
148
|
+
UpdateShareInvitationOutput = Shapes::StructureShape.new(name: 'UpdateShareInvitationOutput')
|
149
|
+
UpdateWorkloadInput = Shapes::StructureShape.new(name: 'UpdateWorkloadInput')
|
150
|
+
UpdateWorkloadOutput = Shapes::StructureShape.new(name: 'UpdateWorkloadOutput')
|
151
|
+
UpdateWorkloadShareInput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareInput')
|
152
|
+
UpdateWorkloadShareOutput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareOutput')
|
153
|
+
UpgradeLensReviewInput = Shapes::StructureShape.new(name: 'UpgradeLensReviewInput')
|
154
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
155
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
156
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
157
|
+
ValidationExceptionFieldName = Shapes::StringShape.new(name: 'ValidationExceptionFieldName')
|
158
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
159
|
+
VersionDifferences = Shapes::StructureShape.new(name: 'VersionDifferences')
|
160
|
+
Workload = Shapes::StructureShape.new(name: 'Workload')
|
161
|
+
WorkloadAccountIds = Shapes::ListShape.new(name: 'WorkloadAccountIds')
|
162
|
+
WorkloadArchitecturalDesign = Shapes::StringShape.new(name: 'WorkloadArchitecturalDesign')
|
163
|
+
WorkloadArn = Shapes::StringShape.new(name: 'WorkloadArn')
|
164
|
+
WorkloadAwsRegions = Shapes::ListShape.new(name: 'WorkloadAwsRegions')
|
165
|
+
WorkloadDescription = Shapes::StringShape.new(name: 'WorkloadDescription')
|
166
|
+
WorkloadEnvironment = Shapes::StringShape.new(name: 'WorkloadEnvironment')
|
167
|
+
WorkloadId = Shapes::StringShape.new(name: 'WorkloadId')
|
168
|
+
WorkloadImprovementStatus = Shapes::StringShape.new(name: 'WorkloadImprovementStatus')
|
169
|
+
WorkloadIndustry = Shapes::StringShape.new(name: 'WorkloadIndustry')
|
170
|
+
WorkloadIndustryType = Shapes::StringShape.new(name: 'WorkloadIndustryType')
|
171
|
+
WorkloadLenses = Shapes::ListShape.new(name: 'WorkloadLenses')
|
172
|
+
WorkloadName = Shapes::StringShape.new(name: 'WorkloadName')
|
173
|
+
WorkloadNamePrefix = Shapes::StringShape.new(name: 'WorkloadNamePrefix')
|
174
|
+
WorkloadNonAwsRegion = Shapes::StringShape.new(name: 'WorkloadNonAwsRegion')
|
175
|
+
WorkloadNonAwsRegions = Shapes::ListShape.new(name: 'WorkloadNonAwsRegions')
|
176
|
+
WorkloadPillarPriorities = Shapes::ListShape.new(name: 'WorkloadPillarPriorities')
|
177
|
+
WorkloadReviewOwner = Shapes::StringShape.new(name: 'WorkloadReviewOwner')
|
178
|
+
WorkloadShare = Shapes::StructureShape.new(name: 'WorkloadShare')
|
179
|
+
WorkloadShareSummaries = Shapes::ListShape.new(name: 'WorkloadShareSummaries')
|
180
|
+
WorkloadShareSummary = Shapes::StructureShape.new(name: 'WorkloadShareSummary')
|
181
|
+
WorkloadSummaries = Shapes::ListShape.new(name: 'WorkloadSummaries')
|
182
|
+
WorkloadSummary = Shapes::StructureShape.new(name: 'WorkloadSummary')
|
183
|
+
|
184
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
185
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
186
|
+
|
187
|
+
Answer.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
188
|
+
Answer.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
|
189
|
+
Answer.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
190
|
+
Answer.add_member(:question_description, Shapes::ShapeRef.new(shape: QuestionDescription, location_name: "QuestionDescription"))
|
191
|
+
Answer.add_member(:improvement_plan_url, Shapes::ShapeRef.new(shape: ImprovementPlanUrl, location_name: "ImprovementPlanUrl"))
|
192
|
+
Answer.add_member(:helpful_resource_url, Shapes::ShapeRef.new(shape: HelpfulResourceUrl, location_name: "HelpfulResourceUrl"))
|
193
|
+
Answer.add_member(:choices, Shapes::ShapeRef.new(shape: Choices, location_name: "Choices"))
|
194
|
+
Answer.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
|
195
|
+
Answer.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
|
196
|
+
Answer.add_member(:risk, Shapes::ShapeRef.new(shape: Risk, location_name: "Risk"))
|
197
|
+
Answer.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
198
|
+
Answer.struct_class = Types::Answer
|
199
|
+
|
200
|
+
AnswerSummaries.member = Shapes::ShapeRef.new(shape: AnswerSummary)
|
201
|
+
|
202
|
+
AnswerSummary.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
203
|
+
AnswerSummary.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
|
204
|
+
AnswerSummary.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
205
|
+
AnswerSummary.add_member(:choices, Shapes::ShapeRef.new(shape: Choices, location_name: "Choices"))
|
206
|
+
AnswerSummary.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
|
207
|
+
AnswerSummary.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
|
208
|
+
AnswerSummary.add_member(:risk, Shapes::ShapeRef.new(shape: Risk, location_name: "Risk"))
|
209
|
+
AnswerSummary.struct_class = Types::AnswerSummary
|
210
|
+
|
211
|
+
AssociateLensesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
212
|
+
AssociateLensesInput.add_member(:lens_aliases, Shapes::ShapeRef.new(shape: LensAliases, required: true, location_name: "LensAliases"))
|
213
|
+
AssociateLensesInput.struct_class = Types::AssociateLensesInput
|
214
|
+
|
215
|
+
Choice.add_member(:choice_id, Shapes::ShapeRef.new(shape: ChoiceId, location_name: "ChoiceId"))
|
216
|
+
Choice.add_member(:title, Shapes::ShapeRef.new(shape: ChoiceTitle, location_name: "Title"))
|
217
|
+
Choice.add_member(:description, Shapes::ShapeRef.new(shape: ChoiceDescription, location_name: "Description"))
|
218
|
+
Choice.struct_class = Types::Choice
|
219
|
+
|
220
|
+
Choices.member = Shapes::ShapeRef.new(shape: Choice)
|
221
|
+
|
222
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
223
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ExceptionResourceId, required: true, location_name: "ResourceId"))
|
224
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, required: true, location_name: "ResourceType"))
|
225
|
+
ConflictException.struct_class = Types::ConflictException
|
226
|
+
|
227
|
+
CreateMilestoneInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
228
|
+
CreateMilestoneInput.add_member(:milestone_name, Shapes::ShapeRef.new(shape: MilestoneName, required: true, location_name: "MilestoneName"))
|
229
|
+
CreateMilestoneInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
230
|
+
CreateMilestoneInput.struct_class = Types::CreateMilestoneInput
|
231
|
+
|
232
|
+
CreateMilestoneOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
233
|
+
CreateMilestoneOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
234
|
+
CreateMilestoneOutput.struct_class = Types::CreateMilestoneOutput
|
235
|
+
|
236
|
+
CreateWorkloadInput.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, required: true, location_name: "WorkloadName"))
|
237
|
+
CreateWorkloadInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkloadDescription, required: true, location_name: "Description"))
|
238
|
+
CreateWorkloadInput.add_member(:environment, Shapes::ShapeRef.new(shape: WorkloadEnvironment, required: true, location_name: "Environment"))
|
239
|
+
CreateWorkloadInput.add_member(:account_ids, Shapes::ShapeRef.new(shape: WorkloadAccountIds, location_name: "AccountIds"))
|
240
|
+
CreateWorkloadInput.add_member(:aws_regions, Shapes::ShapeRef.new(shape: WorkloadAwsRegions, location_name: "AwsRegions"))
|
241
|
+
CreateWorkloadInput.add_member(:non_aws_regions, Shapes::ShapeRef.new(shape: WorkloadNonAwsRegions, location_name: "NonAwsRegions"))
|
242
|
+
CreateWorkloadInput.add_member(:pillar_priorities, Shapes::ShapeRef.new(shape: WorkloadPillarPriorities, location_name: "PillarPriorities"))
|
243
|
+
CreateWorkloadInput.add_member(:architectural_design, Shapes::ShapeRef.new(shape: WorkloadArchitecturalDesign, location_name: "ArchitecturalDesign"))
|
244
|
+
CreateWorkloadInput.add_member(:review_owner, Shapes::ShapeRef.new(shape: WorkloadReviewOwner, required: true, location_name: "ReviewOwner"))
|
245
|
+
CreateWorkloadInput.add_member(:industry_type, Shapes::ShapeRef.new(shape: WorkloadIndustryType, location_name: "IndustryType"))
|
246
|
+
CreateWorkloadInput.add_member(:industry, Shapes::ShapeRef.new(shape: WorkloadIndustry, location_name: "Industry"))
|
247
|
+
CreateWorkloadInput.add_member(:lenses, Shapes::ShapeRef.new(shape: WorkloadLenses, required: true, location_name: "Lenses"))
|
248
|
+
CreateWorkloadInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
249
|
+
CreateWorkloadInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
250
|
+
CreateWorkloadInput.struct_class = Types::CreateWorkloadInput
|
251
|
+
|
252
|
+
CreateWorkloadOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
253
|
+
CreateWorkloadOutput.add_member(:workload_arn, Shapes::ShapeRef.new(shape: WorkloadArn, location_name: "WorkloadArn"))
|
254
|
+
CreateWorkloadOutput.struct_class = Types::CreateWorkloadOutput
|
255
|
+
|
256
|
+
CreateWorkloadShareInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
257
|
+
CreateWorkloadShareInput.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, required: true, location_name: "SharedWith"))
|
258
|
+
CreateWorkloadShareInput.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, required: true, location_name: "PermissionType"))
|
259
|
+
CreateWorkloadShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
260
|
+
CreateWorkloadShareInput.struct_class = Types::CreateWorkloadShareInput
|
261
|
+
|
262
|
+
CreateWorkloadShareOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
263
|
+
CreateWorkloadShareOutput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
264
|
+
CreateWorkloadShareOutput.struct_class = Types::CreateWorkloadShareOutput
|
265
|
+
|
266
|
+
DeleteWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
267
|
+
DeleteWorkloadInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
268
|
+
DeleteWorkloadInput.struct_class = Types::DeleteWorkloadInput
|
269
|
+
|
270
|
+
DeleteWorkloadShareInput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, required: true, location: "uri", location_name: "ShareId"))
|
271
|
+
DeleteWorkloadShareInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
272
|
+
DeleteWorkloadShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
273
|
+
DeleteWorkloadShareInput.struct_class = Types::DeleteWorkloadShareInput
|
274
|
+
|
275
|
+
DisassociateLensesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
276
|
+
DisassociateLensesInput.add_member(:lens_aliases, Shapes::ShapeRef.new(shape: LensAliases, required: true, location_name: "LensAliases"))
|
277
|
+
DisassociateLensesInput.struct_class = Types::DisassociateLensesInput
|
278
|
+
|
279
|
+
GetAnswerInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
280
|
+
GetAnswerInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
281
|
+
GetAnswerInput.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, required: true, location: "uri", location_name: "QuestionId"))
|
282
|
+
GetAnswerInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
283
|
+
GetAnswerInput.struct_class = Types::GetAnswerInput
|
284
|
+
|
285
|
+
GetAnswerOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
286
|
+
GetAnswerOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
287
|
+
GetAnswerOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
288
|
+
GetAnswerOutput.add_member(:answer, Shapes::ShapeRef.new(shape: Answer, location_name: "Answer"))
|
289
|
+
GetAnswerOutput.struct_class = Types::GetAnswerOutput
|
290
|
+
|
291
|
+
GetLensReviewInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
292
|
+
GetLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
293
|
+
GetLensReviewInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
294
|
+
GetLensReviewInput.struct_class = Types::GetLensReviewInput
|
295
|
+
|
296
|
+
GetLensReviewOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
297
|
+
GetLensReviewOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
298
|
+
GetLensReviewOutput.add_member(:lens_review, Shapes::ShapeRef.new(shape: LensReview, location_name: "LensReview"))
|
299
|
+
GetLensReviewOutput.struct_class = Types::GetLensReviewOutput
|
300
|
+
|
301
|
+
GetLensReviewReportInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
302
|
+
GetLensReviewReportInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
303
|
+
GetLensReviewReportInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
304
|
+
GetLensReviewReportInput.struct_class = Types::GetLensReviewReportInput
|
305
|
+
|
306
|
+
GetLensReviewReportOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
307
|
+
GetLensReviewReportOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
308
|
+
GetLensReviewReportOutput.add_member(:lens_review_report, Shapes::ShapeRef.new(shape: LensReviewReport, location_name: "LensReviewReport"))
|
309
|
+
GetLensReviewReportOutput.struct_class = Types::GetLensReviewReportOutput
|
310
|
+
|
311
|
+
GetLensVersionDifferenceInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
312
|
+
GetLensVersionDifferenceInput.add_member(:base_lens_version, Shapes::ShapeRef.new(shape: LensVersion, required: true, location: "querystring", location_name: "BaseLensVersion"))
|
313
|
+
GetLensVersionDifferenceInput.struct_class = Types::GetLensVersionDifferenceInput
|
314
|
+
|
315
|
+
GetLensVersionDifferenceOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
316
|
+
GetLensVersionDifferenceOutput.add_member(:base_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "BaseLensVersion"))
|
317
|
+
GetLensVersionDifferenceOutput.add_member(:latest_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LatestLensVersion"))
|
318
|
+
GetLensVersionDifferenceOutput.add_member(:version_differences, Shapes::ShapeRef.new(shape: VersionDifferences, location_name: "VersionDifferences"))
|
319
|
+
GetLensVersionDifferenceOutput.struct_class = Types::GetLensVersionDifferenceOutput
|
320
|
+
|
321
|
+
GetMilestoneInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
322
|
+
GetMilestoneInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, required: true, location: "uri", location_name: "MilestoneNumber"))
|
323
|
+
GetMilestoneInput.struct_class = Types::GetMilestoneInput
|
324
|
+
|
325
|
+
GetMilestoneOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
326
|
+
GetMilestoneOutput.add_member(:milestone, Shapes::ShapeRef.new(shape: Milestone, location_name: "Milestone"))
|
327
|
+
GetMilestoneOutput.struct_class = Types::GetMilestoneOutput
|
328
|
+
|
329
|
+
GetWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
330
|
+
GetWorkloadInput.struct_class = Types::GetWorkloadInput
|
331
|
+
|
332
|
+
GetWorkloadOutput.add_member(:workload, Shapes::ShapeRef.new(shape: Workload, location_name: "Workload"))
|
333
|
+
GetWorkloadOutput.struct_class = Types::GetWorkloadOutput
|
334
|
+
|
335
|
+
ImprovementSummaries.member = Shapes::ShapeRef.new(shape: ImprovementSummary)
|
336
|
+
|
337
|
+
ImprovementSummary.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
338
|
+
ImprovementSummary.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
|
339
|
+
ImprovementSummary.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
340
|
+
ImprovementSummary.add_member(:risk, Shapes::ShapeRef.new(shape: Risk, location_name: "Risk"))
|
341
|
+
ImprovementSummary.add_member(:improvement_plan_url, Shapes::ShapeRef.new(shape: ImprovementPlanUrl, location_name: "ImprovementPlanUrl"))
|
342
|
+
ImprovementSummary.struct_class = Types::ImprovementSummary
|
343
|
+
|
344
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
345
|
+
InternalServerException.struct_class = Types::InternalServerException
|
346
|
+
|
347
|
+
LensAliases.member = Shapes::ShapeRef.new(shape: LensAlias)
|
348
|
+
|
349
|
+
LensReview.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
350
|
+
LensReview.add_member(:lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LensVersion"))
|
351
|
+
LensReview.add_member(:lens_name, Shapes::ShapeRef.new(shape: LensName, location_name: "LensName"))
|
352
|
+
LensReview.add_member(:lens_status, Shapes::ShapeRef.new(shape: LensStatus, location_name: "LensStatus"))
|
353
|
+
LensReview.add_member(:pillar_review_summaries, Shapes::ShapeRef.new(shape: PillarReviewSummaries, location_name: "PillarReviewSummaries"))
|
354
|
+
LensReview.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
355
|
+
LensReview.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
356
|
+
LensReview.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
357
|
+
LensReview.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
358
|
+
LensReview.struct_class = Types::LensReview
|
359
|
+
|
360
|
+
LensReviewReport.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
361
|
+
LensReviewReport.add_member(:base_64_string, Shapes::ShapeRef.new(shape: Base64String, location_name: "Base64String"))
|
362
|
+
LensReviewReport.struct_class = Types::LensReviewReport
|
363
|
+
|
364
|
+
LensReviewSummaries.member = Shapes::ShapeRef.new(shape: LensReviewSummary)
|
365
|
+
|
366
|
+
LensReviewSummary.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
367
|
+
LensReviewSummary.add_member(:lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LensVersion"))
|
368
|
+
LensReviewSummary.add_member(:lens_name, Shapes::ShapeRef.new(shape: LensName, location_name: "LensName"))
|
369
|
+
LensReviewSummary.add_member(:lens_status, Shapes::ShapeRef.new(shape: LensStatus, location_name: "LensStatus"))
|
370
|
+
LensReviewSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
371
|
+
LensReviewSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
372
|
+
LensReviewSummary.struct_class = Types::LensReviewSummary
|
373
|
+
|
374
|
+
LensSummaries.member = Shapes::ShapeRef.new(shape: LensSummary)
|
375
|
+
|
376
|
+
LensSummary.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
377
|
+
LensSummary.add_member(:lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LensVersion"))
|
378
|
+
LensSummary.add_member(:lens_name, Shapes::ShapeRef.new(shape: LensName, location_name: "LensName"))
|
379
|
+
LensSummary.add_member(:description, Shapes::ShapeRef.new(shape: LensDescription, location_name: "Description"))
|
380
|
+
LensSummary.struct_class = Types::LensSummary
|
381
|
+
|
382
|
+
LensUpgradeSummary.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
383
|
+
LensUpgradeSummary.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
384
|
+
LensUpgradeSummary.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
385
|
+
LensUpgradeSummary.add_member(:current_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "CurrentLensVersion"))
|
386
|
+
LensUpgradeSummary.add_member(:latest_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LatestLensVersion"))
|
387
|
+
LensUpgradeSummary.struct_class = Types::LensUpgradeSummary
|
388
|
+
|
389
|
+
ListAnswersInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
390
|
+
ListAnswersInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
391
|
+
ListAnswersInput.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location: "querystring", location_name: "PillarId"))
|
392
|
+
ListAnswersInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
393
|
+
ListAnswersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
394
|
+
ListAnswersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnswersMaxResults, location: "querystring", location_name: "MaxResults"))
|
395
|
+
ListAnswersInput.struct_class = Types::ListAnswersInput
|
396
|
+
|
397
|
+
ListAnswersOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
398
|
+
ListAnswersOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
399
|
+
ListAnswersOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
400
|
+
ListAnswersOutput.add_member(:answer_summaries, Shapes::ShapeRef.new(shape: AnswerSummaries, location_name: "AnswerSummaries"))
|
401
|
+
ListAnswersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
402
|
+
ListAnswersOutput.struct_class = Types::ListAnswersOutput
|
403
|
+
|
404
|
+
ListLensReviewImprovementsInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
405
|
+
ListLensReviewImprovementsInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
406
|
+
ListLensReviewImprovementsInput.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location: "querystring", location_name: "PillarId"))
|
407
|
+
ListLensReviewImprovementsInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
408
|
+
ListLensReviewImprovementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
409
|
+
ListLensReviewImprovementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLensReviewImprovementsMaxResults, location: "querystring", location_name: "MaxResults"))
|
410
|
+
ListLensReviewImprovementsInput.struct_class = Types::ListLensReviewImprovementsInput
|
411
|
+
|
412
|
+
ListLensReviewImprovementsOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
413
|
+
ListLensReviewImprovementsOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
414
|
+
ListLensReviewImprovementsOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
415
|
+
ListLensReviewImprovementsOutput.add_member(:improvement_summaries, Shapes::ShapeRef.new(shape: ImprovementSummaries, location_name: "ImprovementSummaries"))
|
416
|
+
ListLensReviewImprovementsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
417
|
+
ListLensReviewImprovementsOutput.struct_class = Types::ListLensReviewImprovementsOutput
|
418
|
+
|
419
|
+
ListLensReviewsInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
420
|
+
ListLensReviewsInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
421
|
+
ListLensReviewsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
422
|
+
ListLensReviewsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
423
|
+
ListLensReviewsInput.struct_class = Types::ListLensReviewsInput
|
424
|
+
|
425
|
+
ListLensReviewsOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
426
|
+
ListLensReviewsOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
427
|
+
ListLensReviewsOutput.add_member(:lens_review_summaries, Shapes::ShapeRef.new(shape: LensReviewSummaries, location_name: "LensReviewSummaries"))
|
428
|
+
ListLensReviewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
429
|
+
ListLensReviewsOutput.struct_class = Types::ListLensReviewsOutput
|
430
|
+
|
431
|
+
ListLensesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
432
|
+
ListLensesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
433
|
+
ListLensesInput.struct_class = Types::ListLensesInput
|
434
|
+
|
435
|
+
ListLensesOutput.add_member(:lens_summaries, Shapes::ShapeRef.new(shape: LensSummaries, location_name: "LensSummaries"))
|
436
|
+
ListLensesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
437
|
+
ListLensesOutput.struct_class = Types::ListLensesOutput
|
438
|
+
|
439
|
+
ListMilestonesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
440
|
+
ListMilestonesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
441
|
+
ListMilestonesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
442
|
+
ListMilestonesInput.struct_class = Types::ListMilestonesInput
|
443
|
+
|
444
|
+
ListMilestonesOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
445
|
+
ListMilestonesOutput.add_member(:milestone_summaries, Shapes::ShapeRef.new(shape: MilestoneSummaries, location_name: "MilestoneSummaries"))
|
446
|
+
ListMilestonesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
447
|
+
ListMilestonesOutput.struct_class = Types::ListMilestonesOutput
|
448
|
+
|
449
|
+
ListNotificationsInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
450
|
+
ListNotificationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
451
|
+
ListNotificationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListNotificationsMaxResults, location_name: "MaxResults"))
|
452
|
+
ListNotificationsInput.struct_class = Types::ListNotificationsInput
|
453
|
+
|
454
|
+
ListNotificationsOutput.add_member(:notification_summaries, Shapes::ShapeRef.new(shape: NotificationSummaries, location_name: "NotificationSummaries"))
|
455
|
+
ListNotificationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
456
|
+
ListNotificationsOutput.struct_class = Types::ListNotificationsOutput
|
457
|
+
|
458
|
+
ListShareInvitationsInput.add_member(:workload_name_prefix, Shapes::ShapeRef.new(shape: WorkloadNamePrefix, location: "querystring", location_name: "WorkloadNamePrefix"))
|
459
|
+
ListShareInvitationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
460
|
+
ListShareInvitationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListShareInvitationsMaxResults, location: "querystring", location_name: "MaxResults"))
|
461
|
+
ListShareInvitationsInput.struct_class = Types::ListShareInvitationsInput
|
462
|
+
|
463
|
+
ListShareInvitationsOutput.add_member(:share_invitation_summaries, Shapes::ShapeRef.new(shape: ShareInvitationSummaries, location_name: "ShareInvitationSummaries"))
|
464
|
+
ListShareInvitationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
465
|
+
ListShareInvitationsOutput.struct_class = Types::ListShareInvitationsOutput
|
466
|
+
|
467
|
+
ListWorkloadSharesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
468
|
+
ListWorkloadSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
|
469
|
+
ListWorkloadSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
470
|
+
ListWorkloadSharesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadSharesMaxResults, location: "querystring", location_name: "MaxResults"))
|
471
|
+
ListWorkloadSharesInput.struct_class = Types::ListWorkloadSharesInput
|
472
|
+
|
473
|
+
ListWorkloadSharesOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
474
|
+
ListWorkloadSharesOutput.add_member(:workload_share_summaries, Shapes::ShapeRef.new(shape: WorkloadShareSummaries, location_name: "WorkloadShareSummaries"))
|
475
|
+
ListWorkloadSharesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
476
|
+
ListWorkloadSharesOutput.struct_class = Types::ListWorkloadSharesOutput
|
477
|
+
|
478
|
+
ListWorkloadsInput.add_member(:workload_name_prefix, Shapes::ShapeRef.new(shape: WorkloadNamePrefix, location_name: "WorkloadNamePrefix"))
|
479
|
+
ListWorkloadsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
480
|
+
ListWorkloadsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadsMaxResults, location_name: "MaxResults"))
|
481
|
+
ListWorkloadsInput.struct_class = Types::ListWorkloadsInput
|
482
|
+
|
483
|
+
ListWorkloadsOutput.add_member(:workload_summaries, Shapes::ShapeRef.new(shape: WorkloadSummaries, location_name: "WorkloadSummaries"))
|
484
|
+
ListWorkloadsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
485
|
+
ListWorkloadsOutput.struct_class = Types::ListWorkloadsOutput
|
486
|
+
|
487
|
+
Milestone.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
488
|
+
Milestone.add_member(:milestone_name, Shapes::ShapeRef.new(shape: MilestoneName, location_name: "MilestoneName"))
|
489
|
+
Milestone.add_member(:recorded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecordedAt"))
|
490
|
+
Milestone.add_member(:workload, Shapes::ShapeRef.new(shape: Workload, location_name: "Workload"))
|
491
|
+
Milestone.struct_class = Types::Milestone
|
492
|
+
|
493
|
+
MilestoneSummaries.member = Shapes::ShapeRef.new(shape: MilestoneSummary)
|
494
|
+
|
495
|
+
MilestoneSummary.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
496
|
+
MilestoneSummary.add_member(:milestone_name, Shapes::ShapeRef.new(shape: MilestoneName, location_name: "MilestoneName"))
|
497
|
+
MilestoneSummary.add_member(:recorded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RecordedAt"))
|
498
|
+
MilestoneSummary.add_member(:workload_summary, Shapes::ShapeRef.new(shape: WorkloadSummary, location_name: "WorkloadSummary"))
|
499
|
+
MilestoneSummary.struct_class = Types::MilestoneSummary
|
500
|
+
|
501
|
+
NotificationSummaries.member = Shapes::ShapeRef.new(shape: NotificationSummary)
|
502
|
+
|
503
|
+
NotificationSummary.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, location_name: "Type"))
|
504
|
+
NotificationSummary.add_member(:lens_upgrade_summary, Shapes::ShapeRef.new(shape: LensUpgradeSummary, location_name: "LensUpgradeSummary"))
|
505
|
+
NotificationSummary.struct_class = Types::NotificationSummary
|
506
|
+
|
507
|
+
PillarDifference.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
|
508
|
+
PillarDifference.add_member(:difference_status, Shapes::ShapeRef.new(shape: DifferenceStatus, location_name: "DifferenceStatus"))
|
509
|
+
PillarDifference.add_member(:question_differences, Shapes::ShapeRef.new(shape: QuestionDifferences, location_name: "QuestionDifferences"))
|
510
|
+
PillarDifference.struct_class = Types::PillarDifference
|
511
|
+
|
512
|
+
PillarDifferences.member = Shapes::ShapeRef.new(shape: PillarDifference)
|
513
|
+
|
514
|
+
PillarNotes.key = Shapes::ShapeRef.new(shape: PillarId)
|
515
|
+
PillarNotes.value = Shapes::ShapeRef.new(shape: Notes)
|
516
|
+
|
517
|
+
PillarReviewSummaries.member = Shapes::ShapeRef.new(shape: PillarReviewSummary)
|
518
|
+
|
519
|
+
PillarReviewSummary.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
|
520
|
+
PillarReviewSummary.add_member(:pillar_name, Shapes::ShapeRef.new(shape: PillarName, location_name: "PillarName"))
|
521
|
+
PillarReviewSummary.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
522
|
+
PillarReviewSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
523
|
+
PillarReviewSummary.struct_class = Types::PillarReviewSummary
|
524
|
+
|
525
|
+
QuestionDifference.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
526
|
+
QuestionDifference.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
527
|
+
QuestionDifference.add_member(:difference_status, Shapes::ShapeRef.new(shape: DifferenceStatus, location_name: "DifferenceStatus"))
|
528
|
+
QuestionDifference.struct_class = Types::QuestionDifference
|
529
|
+
|
530
|
+
QuestionDifferences.member = Shapes::ShapeRef.new(shape: QuestionDifference)
|
531
|
+
|
532
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
533
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ExceptionResourceId, required: true, location_name: "ResourceId"))
|
534
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, required: true, location_name: "ResourceType"))
|
535
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
536
|
+
|
537
|
+
RiskCounts.key = Shapes::ShapeRef.new(shape: Risk)
|
538
|
+
RiskCounts.value = Shapes::ShapeRef.new(shape: Count)
|
539
|
+
|
540
|
+
SelectedChoices.member = Shapes::ShapeRef.new(shape: ChoiceId)
|
541
|
+
|
542
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
543
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ExceptionResourceId, location_name: "ResourceId"))
|
544
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
545
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, required: true, location_name: "QuotaCode"))
|
546
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, required: true, location_name: "ServiceCode"))
|
547
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
548
|
+
|
549
|
+
ShareInvitation.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
|
550
|
+
ShareInvitation.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
551
|
+
ShareInvitation.struct_class = Types::ShareInvitation
|
552
|
+
|
553
|
+
ShareInvitationSummaries.member = Shapes::ShapeRef.new(shape: ShareInvitationSummary)
|
554
|
+
|
555
|
+
ShareInvitationSummary.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
|
556
|
+
ShareInvitationSummary.add_member(:shared_by, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "SharedBy"))
|
557
|
+
ShareInvitationSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
|
558
|
+
ShareInvitationSummary.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, location_name: "PermissionType"))
|
559
|
+
ShareInvitationSummary.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
560
|
+
ShareInvitationSummary.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
561
|
+
ShareInvitationSummary.struct_class = Types::ShareInvitationSummary
|
562
|
+
|
563
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
564
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "QuotaCode"))
|
565
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "ServiceCode"))
|
566
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
567
|
+
|
568
|
+
UpdateAnswerInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
569
|
+
UpdateAnswerInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
570
|
+
UpdateAnswerInput.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, required: true, location: "uri", location_name: "QuestionId"))
|
571
|
+
UpdateAnswerInput.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
|
572
|
+
UpdateAnswerInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
573
|
+
UpdateAnswerInput.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
|
574
|
+
UpdateAnswerInput.struct_class = Types::UpdateAnswerInput
|
575
|
+
|
576
|
+
UpdateAnswerOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
577
|
+
UpdateAnswerOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
578
|
+
UpdateAnswerOutput.add_member(:answer, Shapes::ShapeRef.new(shape: Answer, location_name: "Answer"))
|
579
|
+
UpdateAnswerOutput.struct_class = Types::UpdateAnswerOutput
|
580
|
+
|
581
|
+
UpdateLensReviewInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
582
|
+
UpdateLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
583
|
+
UpdateLensReviewInput.add_member(:lens_notes, Shapes::ShapeRef.new(shape: Notes, location_name: "LensNotes"))
|
584
|
+
UpdateLensReviewInput.add_member(:pillar_notes, Shapes::ShapeRef.new(shape: PillarNotes, location_name: "PillarNotes"))
|
585
|
+
UpdateLensReviewInput.struct_class = Types::UpdateLensReviewInput
|
586
|
+
|
587
|
+
UpdateLensReviewOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
588
|
+
UpdateLensReviewOutput.add_member(:lens_review, Shapes::ShapeRef.new(shape: LensReview, location_name: "LensReview"))
|
589
|
+
UpdateLensReviewOutput.struct_class = Types::UpdateLensReviewOutput
|
590
|
+
|
591
|
+
UpdateShareInvitationInput.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, required: true, location: "uri", location_name: "ShareInvitationId"))
|
592
|
+
UpdateShareInvitationInput.add_member(:share_invitation_action, Shapes::ShapeRef.new(shape: ShareInvitationAction, required: true, location_name: "ShareInvitationAction"))
|
593
|
+
UpdateShareInvitationInput.struct_class = Types::UpdateShareInvitationInput
|
594
|
+
|
595
|
+
UpdateShareInvitationOutput.add_member(:share_invitation, Shapes::ShapeRef.new(shape: ShareInvitation, location_name: "ShareInvitation"))
|
596
|
+
UpdateShareInvitationOutput.struct_class = Types::UpdateShareInvitationOutput
|
597
|
+
|
598
|
+
UpdateWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
599
|
+
UpdateWorkloadInput.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
600
|
+
UpdateWorkloadInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkloadDescription, location_name: "Description"))
|
601
|
+
UpdateWorkloadInput.add_member(:environment, Shapes::ShapeRef.new(shape: WorkloadEnvironment, location_name: "Environment"))
|
602
|
+
UpdateWorkloadInput.add_member(:account_ids, Shapes::ShapeRef.new(shape: WorkloadAccountIds, location_name: "AccountIds"))
|
603
|
+
UpdateWorkloadInput.add_member(:aws_regions, Shapes::ShapeRef.new(shape: WorkloadAwsRegions, location_name: "AwsRegions"))
|
604
|
+
UpdateWorkloadInput.add_member(:non_aws_regions, Shapes::ShapeRef.new(shape: WorkloadNonAwsRegions, location_name: "NonAwsRegions"))
|
605
|
+
UpdateWorkloadInput.add_member(:pillar_priorities, Shapes::ShapeRef.new(shape: WorkloadPillarPriorities, location_name: "PillarPriorities"))
|
606
|
+
UpdateWorkloadInput.add_member(:architectural_design, Shapes::ShapeRef.new(shape: WorkloadArchitecturalDesign, location_name: "ArchitecturalDesign"))
|
607
|
+
UpdateWorkloadInput.add_member(:review_owner, Shapes::ShapeRef.new(shape: WorkloadReviewOwner, location_name: "ReviewOwner"))
|
608
|
+
UpdateWorkloadInput.add_member(:is_review_owner_update_acknowledged, Shapes::ShapeRef.new(shape: IsReviewOwnerUpdateAcknowledged, location_name: "IsReviewOwnerUpdateAcknowledged"))
|
609
|
+
UpdateWorkloadInput.add_member(:industry_type, Shapes::ShapeRef.new(shape: WorkloadIndustryType, location_name: "IndustryType"))
|
610
|
+
UpdateWorkloadInput.add_member(:industry, Shapes::ShapeRef.new(shape: WorkloadIndustry, location_name: "Industry"))
|
611
|
+
UpdateWorkloadInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
612
|
+
UpdateWorkloadInput.add_member(:improvement_status, Shapes::ShapeRef.new(shape: WorkloadImprovementStatus, location_name: "ImprovementStatus"))
|
613
|
+
UpdateWorkloadInput.struct_class = Types::UpdateWorkloadInput
|
614
|
+
|
615
|
+
UpdateWorkloadOutput.add_member(:workload, Shapes::ShapeRef.new(shape: Workload, location_name: "Workload"))
|
616
|
+
UpdateWorkloadOutput.struct_class = Types::UpdateWorkloadOutput
|
617
|
+
|
618
|
+
UpdateWorkloadShareInput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, required: true, location: "uri", location_name: "ShareId"))
|
619
|
+
UpdateWorkloadShareInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
620
|
+
UpdateWorkloadShareInput.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, required: true, location_name: "PermissionType"))
|
621
|
+
UpdateWorkloadShareInput.struct_class = Types::UpdateWorkloadShareInput
|
622
|
+
|
623
|
+
UpdateWorkloadShareOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
624
|
+
UpdateWorkloadShareOutput.add_member(:workload_share, Shapes::ShapeRef.new(shape: WorkloadShare, location_name: "WorkloadShare"))
|
625
|
+
UpdateWorkloadShareOutput.struct_class = Types::UpdateWorkloadShareOutput
|
626
|
+
|
627
|
+
UpgradeLensReviewInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
628
|
+
UpgradeLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
629
|
+
UpgradeLensReviewInput.add_member(:milestone_name, Shapes::ShapeRef.new(shape: MilestoneName, required: true, location_name: "MilestoneName"))
|
630
|
+
UpgradeLensReviewInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
631
|
+
UpgradeLensReviewInput.struct_class = Types::UpgradeLensReviewInput
|
632
|
+
|
633
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
634
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
|
635
|
+
ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
|
636
|
+
ValidationException.struct_class = Types::ValidationException
|
637
|
+
|
638
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: ValidationExceptionFieldName, required: true, location_name: "Name"))
|
639
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
640
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
641
|
+
|
642
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
643
|
+
|
644
|
+
VersionDifferences.add_member(:pillar_differences, Shapes::ShapeRef.new(shape: PillarDifferences, location_name: "PillarDifferences"))
|
645
|
+
VersionDifferences.struct_class = Types::VersionDifferences
|
646
|
+
|
647
|
+
Workload.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
648
|
+
Workload.add_member(:workload_arn, Shapes::ShapeRef.new(shape: WorkloadArn, location_name: "WorkloadArn"))
|
649
|
+
Workload.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
650
|
+
Workload.add_member(:description, Shapes::ShapeRef.new(shape: WorkloadDescription, location_name: "Description"))
|
651
|
+
Workload.add_member(:environment, Shapes::ShapeRef.new(shape: WorkloadEnvironment, location_name: "Environment"))
|
652
|
+
Workload.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
653
|
+
Workload.add_member(:account_ids, Shapes::ShapeRef.new(shape: WorkloadAccountIds, location_name: "AccountIds"))
|
654
|
+
Workload.add_member(:aws_regions, Shapes::ShapeRef.new(shape: WorkloadAwsRegions, location_name: "AwsRegions"))
|
655
|
+
Workload.add_member(:non_aws_regions, Shapes::ShapeRef.new(shape: WorkloadNonAwsRegions, location_name: "NonAwsRegions"))
|
656
|
+
Workload.add_member(:architectural_design, Shapes::ShapeRef.new(shape: WorkloadArchitecturalDesign, location_name: "ArchitecturalDesign"))
|
657
|
+
Workload.add_member(:review_owner, Shapes::ShapeRef.new(shape: WorkloadReviewOwner, location_name: "ReviewOwner"))
|
658
|
+
Workload.add_member(:review_restriction_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReviewRestrictionDate"))
|
659
|
+
Workload.add_member(:is_review_owner_update_acknowledged, Shapes::ShapeRef.new(shape: IsReviewOwnerUpdateAcknowledged, location_name: "IsReviewOwnerUpdateAcknowledged"))
|
660
|
+
Workload.add_member(:industry_type, Shapes::ShapeRef.new(shape: WorkloadIndustryType, location_name: "IndustryType"))
|
661
|
+
Workload.add_member(:industry, Shapes::ShapeRef.new(shape: WorkloadIndustry, location_name: "Industry"))
|
662
|
+
Workload.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
663
|
+
Workload.add_member(:improvement_status, Shapes::ShapeRef.new(shape: WorkloadImprovementStatus, location_name: "ImprovementStatus"))
|
664
|
+
Workload.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
665
|
+
Workload.add_member(:pillar_priorities, Shapes::ShapeRef.new(shape: WorkloadPillarPriorities, location_name: "PillarPriorities"))
|
666
|
+
Workload.add_member(:lenses, Shapes::ShapeRef.new(shape: WorkloadLenses, location_name: "Lenses"))
|
667
|
+
Workload.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
|
668
|
+
Workload.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
|
669
|
+
Workload.struct_class = Types::Workload
|
670
|
+
|
671
|
+
WorkloadAccountIds.member = Shapes::ShapeRef.new(shape: AwsAccountId)
|
672
|
+
|
673
|
+
WorkloadAwsRegions.member = Shapes::ShapeRef.new(shape: AwsRegion)
|
674
|
+
|
675
|
+
WorkloadLenses.member = Shapes::ShapeRef.new(shape: LensAlias)
|
676
|
+
|
677
|
+
WorkloadNonAwsRegions.member = Shapes::ShapeRef.new(shape: WorkloadNonAwsRegion)
|
678
|
+
|
679
|
+
WorkloadPillarPriorities.member = Shapes::ShapeRef.new(shape: PillarId)
|
680
|
+
|
681
|
+
WorkloadShare.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
682
|
+
WorkloadShare.add_member(:shared_by, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "SharedBy"))
|
683
|
+
WorkloadShare.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
|
684
|
+
WorkloadShare.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, location_name: "PermissionType"))
|
685
|
+
WorkloadShare.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
|
686
|
+
WorkloadShare.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
687
|
+
WorkloadShare.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
688
|
+
WorkloadShare.struct_class = Types::WorkloadShare
|
689
|
+
|
690
|
+
WorkloadShareSummaries.member = Shapes::ShapeRef.new(shape: WorkloadShareSummary)
|
691
|
+
|
692
|
+
WorkloadShareSummary.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
693
|
+
WorkloadShareSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
|
694
|
+
WorkloadShareSummary.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, location_name: "PermissionType"))
|
695
|
+
WorkloadShareSummary.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
|
696
|
+
WorkloadShareSummary.struct_class = Types::WorkloadShareSummary
|
697
|
+
|
698
|
+
WorkloadSummaries.member = Shapes::ShapeRef.new(shape: WorkloadSummary)
|
699
|
+
|
700
|
+
WorkloadSummary.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
701
|
+
WorkloadSummary.add_member(:workload_arn, Shapes::ShapeRef.new(shape: WorkloadArn, location_name: "WorkloadArn"))
|
702
|
+
WorkloadSummary.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
703
|
+
WorkloadSummary.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
|
704
|
+
WorkloadSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
705
|
+
WorkloadSummary.add_member(:lenses, Shapes::ShapeRef.new(shape: WorkloadLenses, location_name: "Lenses"))
|
706
|
+
WorkloadSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
707
|
+
WorkloadSummary.add_member(:improvement_status, Shapes::ShapeRef.new(shape: WorkloadImprovementStatus, location_name: "ImprovementStatus"))
|
708
|
+
WorkloadSummary.struct_class = Types::WorkloadSummary
|
709
|
+
|
710
|
+
|
711
|
+
# @api private
|
712
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
713
|
+
|
714
|
+
api.version = "2020-03-31"
|
715
|
+
|
716
|
+
api.metadata = {
|
717
|
+
"apiVersion" => "2020-03-31",
|
718
|
+
"endpointPrefix" => "wellarchitected",
|
719
|
+
"jsonVersion" => "1.1",
|
720
|
+
"protocol" => "rest-json",
|
721
|
+
"serviceAbbreviation" => "Well-Architected",
|
722
|
+
"serviceFullName" => "AWS Well-Architected Tool",
|
723
|
+
"serviceId" => "WellArchitected",
|
724
|
+
"signatureVersion" => "v4",
|
725
|
+
"signingName" => "wellarchitected",
|
726
|
+
"uid" => "wellarchitected-2020-03-31",
|
727
|
+
}
|
728
|
+
|
729
|
+
api.add_operation(:associate_lenses, Seahorse::Model::Operation.new.tap do |o|
|
730
|
+
o.name = "AssociateLenses"
|
731
|
+
o.http_method = "PATCH"
|
732
|
+
o.http_request_uri = "/workloads/{WorkloadId}/associateLenses"
|
733
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateLensesInput)
|
734
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
739
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
740
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
741
|
+
end)
|
742
|
+
|
743
|
+
api.add_operation(:create_milestone, Seahorse::Model::Operation.new.tap do |o|
|
744
|
+
o.name = "CreateMilestone"
|
745
|
+
o.http_method = "POST"
|
746
|
+
o.http_request_uri = "/workloads/{WorkloadId}/milestones"
|
747
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMilestoneInput)
|
748
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMilestoneOutput)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
755
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
756
|
+
end)
|
757
|
+
|
758
|
+
api.add_operation(:create_workload, Seahorse::Model::Operation.new.tap do |o|
|
759
|
+
o.name = "CreateWorkload"
|
760
|
+
o.http_method = "POST"
|
761
|
+
o.http_request_uri = "/workloads"
|
762
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkloadInput)
|
763
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkloadOutput)
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
766
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
767
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
770
|
+
end)
|
771
|
+
|
772
|
+
api.add_operation(:create_workload_share, Seahorse::Model::Operation.new.tap do |o|
|
773
|
+
o.name = "CreateWorkloadShare"
|
774
|
+
o.http_method = "POST"
|
775
|
+
o.http_request_uri = "/workloads/{WorkloadId}/shares"
|
776
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkloadShareInput)
|
777
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkloadShareOutput)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
785
|
+
end)
|
786
|
+
|
787
|
+
api.add_operation(:delete_workload, Seahorse::Model::Operation.new.tap do |o|
|
788
|
+
o.name = "DeleteWorkload"
|
789
|
+
o.http_method = "DELETE"
|
790
|
+
o.http_request_uri = "/workloads/{WorkloadId}"
|
791
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkloadInput)
|
792
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
799
|
+
end)
|
800
|
+
|
801
|
+
api.add_operation(:delete_workload_share, Seahorse::Model::Operation.new.tap do |o|
|
802
|
+
o.name = "DeleteWorkloadShare"
|
803
|
+
o.http_method = "DELETE"
|
804
|
+
o.http_request_uri = "/workloads/{WorkloadId}/shares/{ShareId}"
|
805
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkloadShareInput)
|
806
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
813
|
+
end)
|
814
|
+
|
815
|
+
api.add_operation(:disassociate_lenses, Seahorse::Model::Operation.new.tap do |o|
|
816
|
+
o.name = "DisassociateLenses"
|
817
|
+
o.http_method = "PATCH"
|
818
|
+
o.http_request_uri = "/workloads/{WorkloadId}/disassociateLenses"
|
819
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateLensesInput)
|
820
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
827
|
+
end)
|
828
|
+
|
829
|
+
api.add_operation(:get_answer, Seahorse::Model::Operation.new.tap do |o|
|
830
|
+
o.name = "GetAnswer"
|
831
|
+
o.http_method = "GET"
|
832
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}"
|
833
|
+
o.input = Shapes::ShapeRef.new(shape: GetAnswerInput)
|
834
|
+
o.output = Shapes::ShapeRef.new(shape: GetAnswerOutput)
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
840
|
+
end)
|
841
|
+
|
842
|
+
api.add_operation(:get_lens_review, Seahorse::Model::Operation.new.tap do |o|
|
843
|
+
o.name = "GetLensReview"
|
844
|
+
o.http_method = "GET"
|
845
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}"
|
846
|
+
o.input = Shapes::ShapeRef.new(shape: GetLensReviewInput)
|
847
|
+
o.output = Shapes::ShapeRef.new(shape: GetLensReviewOutput)
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
853
|
+
end)
|
854
|
+
|
855
|
+
api.add_operation(:get_lens_review_report, Seahorse::Model::Operation.new.tap do |o|
|
856
|
+
o.name = "GetLensReviewReport"
|
857
|
+
o.http_method = "GET"
|
858
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report"
|
859
|
+
o.input = Shapes::ShapeRef.new(shape: GetLensReviewReportInput)
|
860
|
+
o.output = Shapes::ShapeRef.new(shape: GetLensReviewReportOutput)
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
862
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
866
|
+
end)
|
867
|
+
|
868
|
+
api.add_operation(:get_lens_version_difference, Seahorse::Model::Operation.new.tap do |o|
|
869
|
+
o.name = "GetLensVersionDifference"
|
870
|
+
o.http_method = "GET"
|
871
|
+
o.http_request_uri = "/lenses/{LensAlias}/versionDifference"
|
872
|
+
o.input = Shapes::ShapeRef.new(shape: GetLensVersionDifferenceInput)
|
873
|
+
o.output = Shapes::ShapeRef.new(shape: GetLensVersionDifferenceOutput)
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
879
|
+
end)
|
880
|
+
|
881
|
+
api.add_operation(:get_milestone, Seahorse::Model::Operation.new.tap do |o|
|
882
|
+
o.name = "GetMilestone"
|
883
|
+
o.http_method = "GET"
|
884
|
+
o.http_request_uri = "/workloads/{WorkloadId}/milestones/{MilestoneNumber}"
|
885
|
+
o.input = Shapes::ShapeRef.new(shape: GetMilestoneInput)
|
886
|
+
o.output = Shapes::ShapeRef.new(shape: GetMilestoneOutput)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
892
|
+
end)
|
893
|
+
|
894
|
+
api.add_operation(:get_workload, Seahorse::Model::Operation.new.tap do |o|
|
895
|
+
o.name = "GetWorkload"
|
896
|
+
o.http_method = "GET"
|
897
|
+
o.http_request_uri = "/workloads/{WorkloadId}"
|
898
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkloadInput)
|
899
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkloadOutput)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
905
|
+
end)
|
906
|
+
|
907
|
+
api.add_operation(:list_answers, Seahorse::Model::Operation.new.tap do |o|
|
908
|
+
o.name = "ListAnswers"
|
909
|
+
o.http_method = "GET"
|
910
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers"
|
911
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnswersInput)
|
912
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnswersOutput)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
918
|
+
o[:pager] = Aws::Pager.new(
|
919
|
+
limit_key: "max_results",
|
920
|
+
tokens: {
|
921
|
+
"next_token" => "next_token"
|
922
|
+
}
|
923
|
+
)
|
924
|
+
end)
|
925
|
+
|
926
|
+
api.add_operation(:list_lens_review_improvements, Seahorse::Model::Operation.new.tap do |o|
|
927
|
+
o.name = "ListLensReviewImprovements"
|
928
|
+
o.http_method = "GET"
|
929
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements"
|
930
|
+
o.input = Shapes::ShapeRef.new(shape: ListLensReviewImprovementsInput)
|
931
|
+
o.output = Shapes::ShapeRef.new(shape: ListLensReviewImprovementsOutput)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
937
|
+
o[:pager] = Aws::Pager.new(
|
938
|
+
limit_key: "max_results",
|
939
|
+
tokens: {
|
940
|
+
"next_token" => "next_token"
|
941
|
+
}
|
942
|
+
)
|
943
|
+
end)
|
944
|
+
|
945
|
+
api.add_operation(:list_lens_reviews, Seahorse::Model::Operation.new.tap do |o|
|
946
|
+
o.name = "ListLensReviews"
|
947
|
+
o.http_method = "GET"
|
948
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews"
|
949
|
+
o.input = Shapes::ShapeRef.new(shape: ListLensReviewsInput)
|
950
|
+
o.output = Shapes::ShapeRef.new(shape: ListLensReviewsOutput)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
955
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
956
|
+
o[:pager] = Aws::Pager.new(
|
957
|
+
limit_key: "max_results",
|
958
|
+
tokens: {
|
959
|
+
"next_token" => "next_token"
|
960
|
+
}
|
961
|
+
)
|
962
|
+
end)
|
963
|
+
|
964
|
+
api.add_operation(:list_lenses, Seahorse::Model::Operation.new.tap do |o|
|
965
|
+
o.name = "ListLenses"
|
966
|
+
o.http_method = "GET"
|
967
|
+
o.http_request_uri = "/lenses"
|
968
|
+
o.input = Shapes::ShapeRef.new(shape: ListLensesInput)
|
969
|
+
o.output = Shapes::ShapeRef.new(shape: ListLensesOutput)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
974
|
+
o[:pager] = Aws::Pager.new(
|
975
|
+
limit_key: "max_results",
|
976
|
+
tokens: {
|
977
|
+
"next_token" => "next_token"
|
978
|
+
}
|
979
|
+
)
|
980
|
+
end)
|
981
|
+
|
982
|
+
api.add_operation(:list_milestones, Seahorse::Model::Operation.new.tap do |o|
|
983
|
+
o.name = "ListMilestones"
|
984
|
+
o.http_method = "POST"
|
985
|
+
o.http_request_uri = "/workloads/{WorkloadId}/milestonesSummaries"
|
986
|
+
o.input = Shapes::ShapeRef.new(shape: ListMilestonesInput)
|
987
|
+
o.output = Shapes::ShapeRef.new(shape: ListMilestonesOutput)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
993
|
+
o[:pager] = Aws::Pager.new(
|
994
|
+
limit_key: "max_results",
|
995
|
+
tokens: {
|
996
|
+
"next_token" => "next_token"
|
997
|
+
}
|
998
|
+
)
|
999
|
+
end)
|
1000
|
+
|
1001
|
+
api.add_operation(:list_notifications, Seahorse::Model::Operation.new.tap do |o|
|
1002
|
+
o.name = "ListNotifications"
|
1003
|
+
o.http_method = "POST"
|
1004
|
+
o.http_request_uri = "/notifications"
|
1005
|
+
o.input = Shapes::ShapeRef.new(shape: ListNotificationsInput)
|
1006
|
+
o.output = Shapes::ShapeRef.new(shape: ListNotificationsOutput)
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1009
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1011
|
+
o[:pager] = Aws::Pager.new(
|
1012
|
+
limit_key: "max_results",
|
1013
|
+
tokens: {
|
1014
|
+
"next_token" => "next_token"
|
1015
|
+
}
|
1016
|
+
)
|
1017
|
+
end)
|
1018
|
+
|
1019
|
+
api.add_operation(:list_share_invitations, Seahorse::Model::Operation.new.tap do |o|
|
1020
|
+
o.name = "ListShareInvitations"
|
1021
|
+
o.http_method = "GET"
|
1022
|
+
o.http_request_uri = "/shareInvitations"
|
1023
|
+
o.input = Shapes::ShapeRef.new(shape: ListShareInvitationsInput)
|
1024
|
+
o.output = Shapes::ShapeRef.new(shape: ListShareInvitationsOutput)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1029
|
+
o[:pager] = Aws::Pager.new(
|
1030
|
+
limit_key: "max_results",
|
1031
|
+
tokens: {
|
1032
|
+
"next_token" => "next_token"
|
1033
|
+
}
|
1034
|
+
)
|
1035
|
+
end)
|
1036
|
+
|
1037
|
+
api.add_operation(:list_workload_shares, Seahorse::Model::Operation.new.tap do |o|
|
1038
|
+
o.name = "ListWorkloadShares"
|
1039
|
+
o.http_method = "GET"
|
1040
|
+
o.http_request_uri = "/workloads/{WorkloadId}/shares"
|
1041
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkloadSharesInput)
|
1042
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkloadSharesOutput)
|
1043
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1044
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1047
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1048
|
+
o[:pager] = Aws::Pager.new(
|
1049
|
+
limit_key: "max_results",
|
1050
|
+
tokens: {
|
1051
|
+
"next_token" => "next_token"
|
1052
|
+
}
|
1053
|
+
)
|
1054
|
+
end)
|
1055
|
+
|
1056
|
+
api.add_operation(:list_workloads, Seahorse::Model::Operation.new.tap do |o|
|
1057
|
+
o.name = "ListWorkloads"
|
1058
|
+
o.http_method = "POST"
|
1059
|
+
o.http_request_uri = "/workloadsSummaries"
|
1060
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkloadsInput)
|
1061
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkloadsOutput)
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1066
|
+
o[:pager] = Aws::Pager.new(
|
1067
|
+
limit_key: "max_results",
|
1068
|
+
tokens: {
|
1069
|
+
"next_token" => "next_token"
|
1070
|
+
}
|
1071
|
+
)
|
1072
|
+
end)
|
1073
|
+
|
1074
|
+
api.add_operation(:update_answer, Seahorse::Model::Operation.new.tap do |o|
|
1075
|
+
o.name = "UpdateAnswer"
|
1076
|
+
o.http_method = "PATCH"
|
1077
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}"
|
1078
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnswerInput)
|
1079
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnswerOutput)
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1086
|
+
end)
|
1087
|
+
|
1088
|
+
api.add_operation(:update_lens_review, Seahorse::Model::Operation.new.tap do |o|
|
1089
|
+
o.name = "UpdateLensReview"
|
1090
|
+
o.http_method = "PATCH"
|
1091
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}"
|
1092
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLensReviewInput)
|
1093
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLensReviewOutput)
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1095
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1100
|
+
end)
|
1101
|
+
|
1102
|
+
api.add_operation(:update_share_invitation, Seahorse::Model::Operation.new.tap do |o|
|
1103
|
+
o.name = "UpdateShareInvitation"
|
1104
|
+
o.http_method = "PATCH"
|
1105
|
+
o.http_request_uri = "/shareInvitations/{ShareInvitationId}"
|
1106
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateShareInvitationInput)
|
1107
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateShareInvitationOutput)
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1114
|
+
end)
|
1115
|
+
|
1116
|
+
api.add_operation(:update_workload, Seahorse::Model::Operation.new.tap do |o|
|
1117
|
+
o.name = "UpdateWorkload"
|
1118
|
+
o.http_method = "PATCH"
|
1119
|
+
o.http_request_uri = "/workloads/{WorkloadId}"
|
1120
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkloadInput)
|
1121
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkloadOutput)
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1128
|
+
end)
|
1129
|
+
|
1130
|
+
api.add_operation(:update_workload_share, Seahorse::Model::Operation.new.tap do |o|
|
1131
|
+
o.name = "UpdateWorkloadShare"
|
1132
|
+
o.http_method = "PATCH"
|
1133
|
+
o.http_request_uri = "/workloads/{WorkloadId}/shares/{ShareId}"
|
1134
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkloadShareInput)
|
1135
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkloadShareOutput)
|
1136
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1142
|
+
end)
|
1143
|
+
|
1144
|
+
api.add_operation(:upgrade_lens_review, Seahorse::Model::Operation.new.tap do |o|
|
1145
|
+
o.name = "UpgradeLensReview"
|
1146
|
+
o.http_method = "PUT"
|
1147
|
+
o.http_request_uri = "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade"
|
1148
|
+
o.input = Shapes::ShapeRef.new(shape: UpgradeLensReviewInput)
|
1149
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1150
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1156
|
+
end)
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
end
|
1160
|
+
end
|