aws-sdk-wellarchitected 1.23.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wellarchitected/client.rb +704 -19
- data/lib/aws-sdk-wellarchitected/client_api.rb +464 -0
- data/lib/aws-sdk-wellarchitected/endpoints.rb +183 -0
- data/lib/aws-sdk-wellarchitected/plugins/endpoints.rb +26 -0
- data/lib/aws-sdk-wellarchitected/types.rb +1020 -63
- data/lib/aws-sdk-wellarchitected.rb +1 -1
- metadata +2 -2
@@ -24,6 +24,7 @@ module Aws::WellArchitected
|
|
24
24
|
AnswerSummary = Shapes::StructureShape.new(name: 'AnswerSummary')
|
25
25
|
ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
|
26
26
|
AssociateLensesInput = Shapes::StructureShape.new(name: 'AssociateLensesInput')
|
27
|
+
AssociateProfilesInput = Shapes::StructureShape.new(name: 'AssociateProfilesInput')
|
27
28
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
28
29
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
29
30
|
Base64String = Shapes::StringShape.new(name: 'Base64String')
|
@@ -70,6 +71,10 @@ module Aws::WellArchitected
|
|
70
71
|
CreateLensVersionOutput = Shapes::StructureShape.new(name: 'CreateLensVersionOutput')
|
71
72
|
CreateMilestoneInput = Shapes::StructureShape.new(name: 'CreateMilestoneInput')
|
72
73
|
CreateMilestoneOutput = Shapes::StructureShape.new(name: 'CreateMilestoneOutput')
|
74
|
+
CreateProfileInput = Shapes::StructureShape.new(name: 'CreateProfileInput')
|
75
|
+
CreateProfileOutput = Shapes::StructureShape.new(name: 'CreateProfileOutput')
|
76
|
+
CreateProfileShareInput = Shapes::StructureShape.new(name: 'CreateProfileShareInput')
|
77
|
+
CreateProfileShareOutput = Shapes::StructureShape.new(name: 'CreateProfileShareOutput')
|
73
78
|
CreateWorkloadInput = Shapes::StructureShape.new(name: 'CreateWorkloadInput')
|
74
79
|
CreateWorkloadOutput = Shapes::StructureShape.new(name: 'CreateWorkloadOutput')
|
75
80
|
CreateWorkloadShareInput = Shapes::StructureShape.new(name: 'CreateWorkloadShareInput')
|
@@ -77,10 +82,13 @@ module Aws::WellArchitected
|
|
77
82
|
DefinitionType = Shapes::StringShape.new(name: 'DefinitionType')
|
78
83
|
DeleteLensInput = Shapes::StructureShape.new(name: 'DeleteLensInput')
|
79
84
|
DeleteLensShareInput = Shapes::StructureShape.new(name: 'DeleteLensShareInput')
|
85
|
+
DeleteProfileInput = Shapes::StructureShape.new(name: 'DeleteProfileInput')
|
86
|
+
DeleteProfileShareInput = Shapes::StructureShape.new(name: 'DeleteProfileShareInput')
|
80
87
|
DeleteWorkloadInput = Shapes::StructureShape.new(name: 'DeleteWorkloadInput')
|
81
88
|
DeleteWorkloadShareInput = Shapes::StructureShape.new(name: 'DeleteWorkloadShareInput')
|
82
89
|
DifferenceStatus = Shapes::StringShape.new(name: 'DifferenceStatus')
|
83
90
|
DisassociateLensesInput = Shapes::StructureShape.new(name: 'DisassociateLensesInput')
|
91
|
+
DisassociateProfilesInput = Shapes::StructureShape.new(name: 'DisassociateProfilesInput')
|
84
92
|
DiscoveryIntegrationStatus = Shapes::StringShape.new(name: 'DiscoveryIntegrationStatus')
|
85
93
|
DisplayText = Shapes::StringShape.new(name: 'DisplayText')
|
86
94
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
@@ -104,6 +112,10 @@ module Aws::WellArchitected
|
|
104
112
|
GetLensVersionDifferenceOutput = Shapes::StructureShape.new(name: 'GetLensVersionDifferenceOutput')
|
105
113
|
GetMilestoneInput = Shapes::StructureShape.new(name: 'GetMilestoneInput')
|
106
114
|
GetMilestoneOutput = Shapes::StructureShape.new(name: 'GetMilestoneOutput')
|
115
|
+
GetProfileInput = Shapes::StructureShape.new(name: 'GetProfileInput')
|
116
|
+
GetProfileOutput = Shapes::StructureShape.new(name: 'GetProfileOutput')
|
117
|
+
GetProfileTemplateInput = Shapes::StructureShape.new(name: 'GetProfileTemplateInput')
|
118
|
+
GetProfileTemplateOutput = Shapes::StructureShape.new(name: 'GetProfileTemplateOutput')
|
107
119
|
GetWorkloadInput = Shapes::StructureShape.new(name: 'GetWorkloadInput')
|
108
120
|
GetWorkloadOutput = Shapes::StructureShape.new(name: 'GetWorkloadOutput')
|
109
121
|
HelpfulResourceUrl = Shapes::StringShape.new(name: 'HelpfulResourceUrl')
|
@@ -164,6 +176,13 @@ module Aws::WellArchitected
|
|
164
176
|
ListNotificationsInput = Shapes::StructureShape.new(name: 'ListNotificationsInput')
|
165
177
|
ListNotificationsMaxResults = Shapes::IntegerShape.new(name: 'ListNotificationsMaxResults')
|
166
178
|
ListNotificationsOutput = Shapes::StructureShape.new(name: 'ListNotificationsOutput')
|
179
|
+
ListProfileNotificationsInput = Shapes::StructureShape.new(name: 'ListProfileNotificationsInput')
|
180
|
+
ListProfileNotificationsOutput = Shapes::StructureShape.new(name: 'ListProfileNotificationsOutput')
|
181
|
+
ListProfileSharesInput = Shapes::StructureShape.new(name: 'ListProfileSharesInput')
|
182
|
+
ListProfileSharesMaxResults = Shapes::IntegerShape.new(name: 'ListProfileSharesMaxResults')
|
183
|
+
ListProfileSharesOutput = Shapes::StructureShape.new(name: 'ListProfileSharesOutput')
|
184
|
+
ListProfilesInput = Shapes::StructureShape.new(name: 'ListProfilesInput')
|
185
|
+
ListProfilesOutput = Shapes::StructureShape.new(name: 'ListProfilesOutput')
|
167
186
|
ListShareInvitationsInput = Shapes::StructureShape.new(name: 'ListShareInvitationsInput')
|
168
187
|
ListShareInvitationsMaxResults = Shapes::IntegerShape.new(name: 'ListShareInvitationsMaxResults')
|
169
188
|
ListShareInvitationsOutput = Shapes::StructureShape.new(name: 'ListShareInvitationsOutput')
|
@@ -176,12 +195,14 @@ module Aws::WellArchitected
|
|
176
195
|
ListWorkloadsMaxResults = Shapes::IntegerShape.new(name: 'ListWorkloadsMaxResults')
|
177
196
|
ListWorkloadsOutput = Shapes::StructureShape.new(name: 'ListWorkloadsOutput')
|
178
197
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
198
|
+
MaxSelectedProfileChoices = Shapes::IntegerShape.new(name: 'MaxSelectedProfileChoices')
|
179
199
|
MetricType = Shapes::StringShape.new(name: 'MetricType')
|
180
200
|
Milestone = Shapes::StructureShape.new(name: 'Milestone')
|
181
201
|
MilestoneName = Shapes::StringShape.new(name: 'MilestoneName')
|
182
202
|
MilestoneNumber = Shapes::IntegerShape.new(name: 'MilestoneNumber')
|
183
203
|
MilestoneSummaries = Shapes::ListShape.new(name: 'MilestoneSummaries')
|
184
204
|
MilestoneSummary = Shapes::StructureShape.new(name: 'MilestoneSummary')
|
205
|
+
MinSelectedProfileChoices = Shapes::IntegerShape.new(name: 'MinSelectedProfileChoices')
|
185
206
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
186
207
|
Notes = Shapes::StringShape.new(name: 'Notes')
|
187
208
|
NotificationSummaries = Shapes::ListShape.new(name: 'NotificationSummaries')
|
@@ -198,19 +219,48 @@ module Aws::WellArchitected
|
|
198
219
|
PillarNotes = Shapes::MapShape.new(name: 'PillarNotes')
|
199
220
|
PillarReviewSummaries = Shapes::ListShape.new(name: 'PillarReviewSummaries')
|
200
221
|
PillarReviewSummary = Shapes::StructureShape.new(name: 'PillarReviewSummary')
|
222
|
+
Profile = Shapes::StructureShape.new(name: 'Profile')
|
223
|
+
ProfileArn = Shapes::StringShape.new(name: 'ProfileArn')
|
224
|
+
ProfileArns = Shapes::ListShape.new(name: 'ProfileArns')
|
225
|
+
ProfileChoice = Shapes::StructureShape.new(name: 'ProfileChoice')
|
226
|
+
ProfileDescription = Shapes::StringShape.new(name: 'ProfileDescription')
|
227
|
+
ProfileName = Shapes::StringShape.new(name: 'ProfileName')
|
228
|
+
ProfileNamePrefix = Shapes::StringShape.new(name: 'ProfileNamePrefix')
|
229
|
+
ProfileNotificationSummaries = Shapes::ListShape.new(name: 'ProfileNotificationSummaries')
|
230
|
+
ProfileNotificationSummary = Shapes::StructureShape.new(name: 'ProfileNotificationSummary')
|
231
|
+
ProfileNotificationType = Shapes::StringShape.new(name: 'ProfileNotificationType')
|
232
|
+
ProfileOwnerType = Shapes::StringShape.new(name: 'ProfileOwnerType')
|
233
|
+
ProfileQuestion = Shapes::StructureShape.new(name: 'ProfileQuestion')
|
234
|
+
ProfileQuestionChoices = Shapes::ListShape.new(name: 'ProfileQuestionChoices')
|
235
|
+
ProfileQuestionUpdate = Shapes::StructureShape.new(name: 'ProfileQuestionUpdate')
|
236
|
+
ProfileQuestionUpdates = Shapes::ListShape.new(name: 'ProfileQuestionUpdates')
|
237
|
+
ProfileQuestions = Shapes::ListShape.new(name: 'ProfileQuestions')
|
238
|
+
ProfileShareSummaries = Shapes::ListShape.new(name: 'ProfileShareSummaries')
|
239
|
+
ProfileShareSummary = Shapes::StructureShape.new(name: 'ProfileShareSummary')
|
240
|
+
ProfileSummaries = Shapes::ListShape.new(name: 'ProfileSummaries')
|
241
|
+
ProfileSummary = Shapes::StructureShape.new(name: 'ProfileSummary')
|
242
|
+
ProfileTemplate = Shapes::StructureShape.new(name: 'ProfileTemplate')
|
243
|
+
ProfileTemplateChoice = Shapes::StructureShape.new(name: 'ProfileTemplateChoice')
|
244
|
+
ProfileTemplateQuestion = Shapes::StructureShape.new(name: 'ProfileTemplateQuestion')
|
245
|
+
ProfileTemplateQuestionChoices = Shapes::ListShape.new(name: 'ProfileTemplateQuestionChoices')
|
246
|
+
ProfileVersion = Shapes::StringShape.new(name: 'ProfileVersion')
|
201
247
|
QuestionDescription = Shapes::StringShape.new(name: 'QuestionDescription')
|
202
248
|
QuestionDifference = Shapes::StructureShape.new(name: 'QuestionDifference')
|
203
249
|
QuestionDifferences = Shapes::ListShape.new(name: 'QuestionDifferences')
|
204
250
|
QuestionId = Shapes::StringShape.new(name: 'QuestionId')
|
205
251
|
QuestionMetric = Shapes::StructureShape.new(name: 'QuestionMetric')
|
206
252
|
QuestionMetrics = Shapes::ListShape.new(name: 'QuestionMetrics')
|
253
|
+
QuestionPriority = Shapes::StringShape.new(name: 'QuestionPriority')
|
207
254
|
QuestionTitle = Shapes::StringShape.new(name: 'QuestionTitle')
|
255
|
+
QuestionType = Shapes::StringShape.new(name: 'QuestionType')
|
208
256
|
QuotaCode = Shapes::StringShape.new(name: 'QuotaCode')
|
209
257
|
ReportFormat = Shapes::StringShape.new(name: 'ReportFormat')
|
210
258
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
211
259
|
Risk = Shapes::StringShape.new(name: 'Risk')
|
212
260
|
RiskCounts = Shapes::MapShape.new(name: 'RiskCounts')
|
261
|
+
SelectedChoiceIds = Shapes::ListShape.new(name: 'SelectedChoiceIds')
|
213
262
|
SelectedChoices = Shapes::ListShape.new(name: 'SelectedChoices')
|
263
|
+
SelectedProfileChoiceIds = Shapes::ListShape.new(name: 'SelectedProfileChoiceIds')
|
214
264
|
ServiceCode = Shapes::StringShape.new(name: 'ServiceCode')
|
215
265
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
216
266
|
ShareId = Shapes::StringShape.new(name: 'ShareId')
|
@@ -230,6 +280,7 @@ module Aws::WellArchitected
|
|
230
280
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
231
281
|
TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
|
232
282
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
283
|
+
TemplateQuestions = Shapes::ListShape.new(name: 'TemplateQuestions')
|
233
284
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
234
285
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
235
286
|
TrustedAdvisorIntegrationStatus = Shapes::StringShape.new(name: 'TrustedAdvisorIntegrationStatus')
|
@@ -240,6 +291,8 @@ module Aws::WellArchitected
|
|
240
291
|
UpdateGlobalSettingsInput = Shapes::StructureShape.new(name: 'UpdateGlobalSettingsInput')
|
241
292
|
UpdateLensReviewInput = Shapes::StructureShape.new(name: 'UpdateLensReviewInput')
|
242
293
|
UpdateLensReviewOutput = Shapes::StructureShape.new(name: 'UpdateLensReviewOutput')
|
294
|
+
UpdateProfileInput = Shapes::StructureShape.new(name: 'UpdateProfileInput')
|
295
|
+
UpdateProfileOutput = Shapes::StructureShape.new(name: 'UpdateProfileOutput')
|
243
296
|
UpdateShareInvitationInput = Shapes::StructureShape.new(name: 'UpdateShareInvitationInput')
|
244
297
|
UpdateShareInvitationOutput = Shapes::StructureShape.new(name: 'UpdateShareInvitationOutput')
|
245
298
|
UpdateWorkloadInput = Shapes::StructureShape.new(name: 'UpdateWorkloadInput')
|
@@ -247,6 +300,7 @@ module Aws::WellArchitected
|
|
247
300
|
UpdateWorkloadShareInput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareInput')
|
248
301
|
UpdateWorkloadShareOutput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareOutput')
|
249
302
|
UpgradeLensReviewInput = Shapes::StructureShape.new(name: 'UpgradeLensReviewInput')
|
303
|
+
UpgradeProfileVersionInput = Shapes::StructureShape.new(name: 'UpgradeProfileVersionInput')
|
250
304
|
Urls = Shapes::ListShape.new(name: 'Urls')
|
251
305
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
252
306
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
@@ -273,6 +327,9 @@ module Aws::WellArchitected
|
|
273
327
|
WorkloadNonAwsRegion = Shapes::StringShape.new(name: 'WorkloadNonAwsRegion')
|
274
328
|
WorkloadNonAwsRegions = Shapes::ListShape.new(name: 'WorkloadNonAwsRegions')
|
275
329
|
WorkloadPillarPriorities = Shapes::ListShape.new(name: 'WorkloadPillarPriorities')
|
330
|
+
WorkloadProfile = Shapes::StructureShape.new(name: 'WorkloadProfile')
|
331
|
+
WorkloadProfileArns = Shapes::ListShape.new(name: 'WorkloadProfileArns')
|
332
|
+
WorkloadProfiles = Shapes::ListShape.new(name: 'WorkloadProfiles')
|
276
333
|
WorkloadResourceDefinition = Shapes::ListShape.new(name: 'WorkloadResourceDefinition')
|
277
334
|
WorkloadReviewOwner = Shapes::StringShape.new(name: 'WorkloadReviewOwner')
|
278
335
|
WorkloadShare = Shapes::StructureShape.new(name: 'WorkloadShare')
|
@@ -320,12 +377,17 @@ module Aws::WellArchitected
|
|
320
377
|
AnswerSummary.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
|
321
378
|
AnswerSummary.add_member(:risk, Shapes::ShapeRef.new(shape: Risk, location_name: "Risk"))
|
322
379
|
AnswerSummary.add_member(:reason, Shapes::ShapeRef.new(shape: AnswerReason, location_name: "Reason"))
|
380
|
+
AnswerSummary.add_member(:question_type, Shapes::ShapeRef.new(shape: QuestionType, location_name: "QuestionType"))
|
323
381
|
AnswerSummary.struct_class = Types::AnswerSummary
|
324
382
|
|
325
383
|
AssociateLensesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
326
384
|
AssociateLensesInput.add_member(:lens_aliases, Shapes::ShapeRef.new(shape: LensAliases, required: true, location_name: "LensAliases"))
|
327
385
|
AssociateLensesInput.struct_class = Types::AssociateLensesInput
|
328
386
|
|
387
|
+
AssociateProfilesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
388
|
+
AssociateProfilesInput.add_member(:profile_arns, Shapes::ShapeRef.new(shape: ProfileArns, required: true, location_name: "ProfileArns"))
|
389
|
+
AssociateProfilesInput.struct_class = Types::AssociateProfilesInput
|
390
|
+
|
329
391
|
BestPractice.add_member(:choice_id, Shapes::ShapeRef.new(shape: ChoiceId, location_name: "ChoiceId"))
|
330
392
|
BestPractice.add_member(:choice_title, Shapes::ShapeRef.new(shape: ChoiceTitle, location_name: "ChoiceTitle"))
|
331
393
|
BestPractice.struct_class = Types::BestPractice
|
@@ -452,6 +514,26 @@ module Aws::WellArchitected
|
|
452
514
|
CreateMilestoneOutput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location_name: "MilestoneNumber"))
|
453
515
|
CreateMilestoneOutput.struct_class = Types::CreateMilestoneOutput
|
454
516
|
|
517
|
+
CreateProfileInput.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "ProfileName"))
|
518
|
+
CreateProfileInput.add_member(:profile_description, Shapes::ShapeRef.new(shape: ProfileDescription, required: true, location_name: "ProfileDescription"))
|
519
|
+
CreateProfileInput.add_member(:profile_questions, Shapes::ShapeRef.new(shape: ProfileQuestionUpdates, required: true, location_name: "ProfileQuestions"))
|
520
|
+
CreateProfileInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
521
|
+
CreateProfileInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
522
|
+
CreateProfileInput.struct_class = Types::CreateProfileInput
|
523
|
+
|
524
|
+
CreateProfileOutput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
525
|
+
CreateProfileOutput.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "ProfileVersion"))
|
526
|
+
CreateProfileOutput.struct_class = Types::CreateProfileOutput
|
527
|
+
|
528
|
+
CreateProfileShareInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
529
|
+
CreateProfileShareInput.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, required: true, location_name: "SharedWith"))
|
530
|
+
CreateProfileShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
531
|
+
CreateProfileShareInput.struct_class = Types::CreateProfileShareInput
|
532
|
+
|
533
|
+
CreateProfileShareOutput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
534
|
+
CreateProfileShareOutput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
535
|
+
CreateProfileShareOutput.struct_class = Types::CreateProfileShareOutput
|
536
|
+
|
455
537
|
CreateWorkloadInput.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, required: true, location_name: "WorkloadName"))
|
456
538
|
CreateWorkloadInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkloadDescription, required: true, location_name: "Description"))
|
457
539
|
CreateWorkloadInput.add_member(:environment, Shapes::ShapeRef.new(shape: WorkloadEnvironment, required: true, location_name: "Environment"))
|
@@ -469,6 +551,7 @@ module Aws::WellArchitected
|
|
469
551
|
CreateWorkloadInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
470
552
|
CreateWorkloadInput.add_member(:discovery_config, Shapes::ShapeRef.new(shape: WorkloadDiscoveryConfig, location_name: "DiscoveryConfig"))
|
471
553
|
CreateWorkloadInput.add_member(:applications, Shapes::ShapeRef.new(shape: WorkloadApplications, location_name: "Applications"))
|
554
|
+
CreateWorkloadInput.add_member(:profile_arns, Shapes::ShapeRef.new(shape: WorkloadProfileArns, location_name: "ProfileArns"))
|
472
555
|
CreateWorkloadInput.struct_class = Types::CreateWorkloadInput
|
473
556
|
|
474
557
|
CreateWorkloadOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
@@ -495,6 +578,15 @@ module Aws::WellArchitected
|
|
495
578
|
DeleteLensShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
496
579
|
DeleteLensShareInput.struct_class = Types::DeleteLensShareInput
|
497
580
|
|
581
|
+
DeleteProfileInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
582
|
+
DeleteProfileInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
583
|
+
DeleteProfileInput.struct_class = Types::DeleteProfileInput
|
584
|
+
|
585
|
+
DeleteProfileShareInput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, required: true, location: "uri", location_name: "ShareId"))
|
586
|
+
DeleteProfileShareInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
587
|
+
DeleteProfileShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
588
|
+
DeleteProfileShareInput.struct_class = Types::DeleteProfileShareInput
|
589
|
+
|
498
590
|
DeleteWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
499
591
|
DeleteWorkloadInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
500
592
|
DeleteWorkloadInput.struct_class = Types::DeleteWorkloadInput
|
@@ -508,6 +600,10 @@ module Aws::WellArchitected
|
|
508
600
|
DisassociateLensesInput.add_member(:lens_aliases, Shapes::ShapeRef.new(shape: LensAliases, required: true, location_name: "LensAliases"))
|
509
601
|
DisassociateLensesInput.struct_class = Types::DisassociateLensesInput
|
510
602
|
|
603
|
+
DisassociateProfilesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
604
|
+
DisassociateProfilesInput.add_member(:profile_arns, Shapes::ShapeRef.new(shape: ProfileArns, required: true, location_name: "ProfileArns"))
|
605
|
+
DisassociateProfilesInput.struct_class = Types::DisassociateProfilesInput
|
606
|
+
|
511
607
|
ExportLensInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
|
512
608
|
ExportLensInput.add_member(:lens_version, Shapes::ShapeRef.new(shape: LensVersion, location: "querystring", location_name: "LensVersion"))
|
513
609
|
ExportLensInput.struct_class = Types::ExportLensInput
|
@@ -587,6 +683,18 @@ module Aws::WellArchitected
|
|
587
683
|
GetMilestoneOutput.add_member(:milestone, Shapes::ShapeRef.new(shape: Milestone, location_name: "Milestone"))
|
588
684
|
GetMilestoneOutput.struct_class = Types::GetMilestoneOutput
|
589
685
|
|
686
|
+
GetProfileInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
687
|
+
GetProfileInput.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location: "querystring", location_name: "ProfileVersion"))
|
688
|
+
GetProfileInput.struct_class = Types::GetProfileInput
|
689
|
+
|
690
|
+
GetProfileOutput.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
|
691
|
+
GetProfileOutput.struct_class = Types::GetProfileOutput
|
692
|
+
|
693
|
+
GetProfileTemplateInput.struct_class = Types::GetProfileTemplateInput
|
694
|
+
|
695
|
+
GetProfileTemplateOutput.add_member(:profile_template, Shapes::ShapeRef.new(shape: ProfileTemplate, location_name: "ProfileTemplate"))
|
696
|
+
GetProfileTemplateOutput.struct_class = Types::GetProfileTemplateOutput
|
697
|
+
|
590
698
|
GetWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
591
699
|
GetWorkloadInput.struct_class = Types::GetWorkloadInput
|
592
700
|
|
@@ -644,6 +752,8 @@ module Aws::WellArchitected
|
|
644
752
|
LensReview.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
645
753
|
LensReview.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
646
754
|
LensReview.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
755
|
+
LensReview.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkloadProfiles, location_name: "Profiles"))
|
756
|
+
LensReview.add_member(:prioritized_risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "PrioritizedRiskCounts"))
|
647
757
|
LensReview.struct_class = Types::LensReview
|
648
758
|
|
649
759
|
LensReviewReport.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
@@ -660,6 +770,8 @@ module Aws::WellArchitected
|
|
660
770
|
LensReviewSummary.add_member(:lens_status, Shapes::ShapeRef.new(shape: LensStatus, location_name: "LensStatus"))
|
661
771
|
LensReviewSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
662
772
|
LensReviewSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
773
|
+
LensReviewSummary.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkloadProfiles, location_name: "Profiles"))
|
774
|
+
LensReviewSummary.add_member(:prioritized_risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "PrioritizedRiskCounts"))
|
663
775
|
LensReviewSummary.struct_class = Types::LensReviewSummary
|
664
776
|
|
665
777
|
LensShareSummaries.member = Shapes::ShapeRef.new(shape: LensShareSummary)
|
@@ -698,6 +810,7 @@ module Aws::WellArchitected
|
|
698
810
|
ListAnswersInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
699
811
|
ListAnswersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
700
812
|
ListAnswersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnswersMaxResults, location: "querystring", location_name: "MaxResults"))
|
813
|
+
ListAnswersInput.add_member(:question_priority, Shapes::ShapeRef.new(shape: QuestionPriority, location: "querystring", location_name: "QuestionPriority"))
|
701
814
|
ListAnswersInput.struct_class = Types::ListAnswersInput
|
702
815
|
|
703
816
|
ListAnswersOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
@@ -740,6 +853,7 @@ module Aws::WellArchitected
|
|
740
853
|
ListLensReviewImprovementsInput.add_member(:milestone_number, Shapes::ShapeRef.new(shape: MilestoneNumber, location: "querystring", location_name: "MilestoneNumber"))
|
741
854
|
ListLensReviewImprovementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
742
855
|
ListLensReviewImprovementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLensReviewImprovementsMaxResults, location: "querystring", location_name: "MaxResults"))
|
856
|
+
ListLensReviewImprovementsInput.add_member(:question_priority, Shapes::ShapeRef.new(shape: QuestionPriority, location: "querystring", location_name: "QuestionPriority"))
|
743
857
|
ListLensReviewImprovementsInput.struct_class = Types::ListLensReviewImprovementsInput
|
744
858
|
|
745
859
|
ListLensReviewImprovementsOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
@@ -803,11 +917,42 @@ module Aws::WellArchitected
|
|
803
917
|
ListNotificationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
804
918
|
ListNotificationsOutput.struct_class = Types::ListNotificationsOutput
|
805
919
|
|
920
|
+
ListProfileNotificationsInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location: "querystring", location_name: "WorkloadId"))
|
921
|
+
ListProfileNotificationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
922
|
+
ListProfileNotificationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
923
|
+
ListProfileNotificationsInput.struct_class = Types::ListProfileNotificationsInput
|
924
|
+
|
925
|
+
ListProfileNotificationsOutput.add_member(:notification_summaries, Shapes::ShapeRef.new(shape: ProfileNotificationSummaries, location_name: "NotificationSummaries"))
|
926
|
+
ListProfileNotificationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
927
|
+
ListProfileNotificationsOutput.struct_class = Types::ListProfileNotificationsOutput
|
928
|
+
|
929
|
+
ListProfileSharesInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
930
|
+
ListProfileSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
|
931
|
+
ListProfileSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
932
|
+
ListProfileSharesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListProfileSharesMaxResults, location: "querystring", location_name: "MaxResults"))
|
933
|
+
ListProfileSharesInput.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location: "querystring", location_name: "Status"))
|
934
|
+
ListProfileSharesInput.struct_class = Types::ListProfileSharesInput
|
935
|
+
|
936
|
+
ListProfileSharesOutput.add_member(:profile_share_summaries, Shapes::ShapeRef.new(shape: ProfileShareSummaries, location_name: "ProfileShareSummaries"))
|
937
|
+
ListProfileSharesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
938
|
+
ListProfileSharesOutput.struct_class = Types::ListProfileSharesOutput
|
939
|
+
|
940
|
+
ListProfilesInput.add_member(:profile_name_prefix, Shapes::ShapeRef.new(shape: ProfileNamePrefix, location: "querystring", location_name: "ProfileNamePrefix"))
|
941
|
+
ListProfilesInput.add_member(:profile_owner_type, Shapes::ShapeRef.new(shape: ProfileOwnerType, location: "querystring", location_name: "ProfileOwnerType"))
|
942
|
+
ListProfilesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
943
|
+
ListProfilesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
944
|
+
ListProfilesInput.struct_class = Types::ListProfilesInput
|
945
|
+
|
946
|
+
ListProfilesOutput.add_member(:profile_summaries, Shapes::ShapeRef.new(shape: ProfileSummaries, location_name: "ProfileSummaries"))
|
947
|
+
ListProfilesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
948
|
+
ListProfilesOutput.struct_class = Types::ListProfilesOutput
|
949
|
+
|
806
950
|
ListShareInvitationsInput.add_member(:workload_name_prefix, Shapes::ShapeRef.new(shape: WorkloadNamePrefix, location: "querystring", location_name: "WorkloadNamePrefix"))
|
807
951
|
ListShareInvitationsInput.add_member(:lens_name_prefix, Shapes::ShapeRef.new(shape: LensNamePrefix, location: "querystring", location_name: "LensNamePrefix"))
|
808
952
|
ListShareInvitationsInput.add_member(:share_resource_type, Shapes::ShapeRef.new(shape: ShareResourceType, location: "querystring", location_name: "ShareResourceType"))
|
809
953
|
ListShareInvitationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
810
954
|
ListShareInvitationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListShareInvitationsMaxResults, location: "querystring", location_name: "MaxResults"))
|
955
|
+
ListShareInvitationsInput.add_member(:profile_name_prefix, Shapes::ShapeRef.new(shape: ProfileNamePrefix, location: "querystring", location_name: "ProfileNamePrefix"))
|
811
956
|
ListShareInvitationsInput.struct_class = Types::ListShareInvitationsInput
|
812
957
|
|
813
958
|
ListShareInvitationsOutput.add_member(:share_invitation_summaries, Shapes::ShapeRef.new(shape: ShareInvitationSummaries, location_name: "ShareInvitationSummaries"))
|
@@ -885,8 +1030,98 @@ module Aws::WellArchitected
|
|
885
1030
|
PillarReviewSummary.add_member(:pillar_name, Shapes::ShapeRef.new(shape: PillarName, location_name: "PillarName"))
|
886
1031
|
PillarReviewSummary.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
|
887
1032
|
PillarReviewSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
1033
|
+
PillarReviewSummary.add_member(:prioritized_risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "PrioritizedRiskCounts"))
|
888
1034
|
PillarReviewSummary.struct_class = Types::PillarReviewSummary
|
889
1035
|
|
1036
|
+
Profile.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
1037
|
+
Profile.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "ProfileVersion"))
|
1038
|
+
Profile.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1039
|
+
Profile.add_member(:profile_description, Shapes::ShapeRef.new(shape: ProfileDescription, location_name: "ProfileDescription"))
|
1040
|
+
Profile.add_member(:profile_questions, Shapes::ShapeRef.new(shape: ProfileQuestions, location_name: "ProfileQuestions"))
|
1041
|
+
Profile.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
|
1042
|
+
Profile.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1043
|
+
Profile.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
1044
|
+
Profile.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
|
1045
|
+
Profile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1046
|
+
Profile.struct_class = Types::Profile
|
1047
|
+
|
1048
|
+
ProfileArns.member = Shapes::ShapeRef.new(shape: ProfileArn)
|
1049
|
+
|
1050
|
+
ProfileChoice.add_member(:choice_id, Shapes::ShapeRef.new(shape: ChoiceId, location_name: "ChoiceId"))
|
1051
|
+
ProfileChoice.add_member(:choice_title, Shapes::ShapeRef.new(shape: ChoiceTitle, location_name: "ChoiceTitle"))
|
1052
|
+
ProfileChoice.add_member(:choice_description, Shapes::ShapeRef.new(shape: ChoiceDescription, location_name: "ChoiceDescription"))
|
1053
|
+
ProfileChoice.struct_class = Types::ProfileChoice
|
1054
|
+
|
1055
|
+
ProfileNotificationSummaries.member = Shapes::ShapeRef.new(shape: ProfileNotificationSummary)
|
1056
|
+
|
1057
|
+
ProfileNotificationSummary.add_member(:current_profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "CurrentProfileVersion"))
|
1058
|
+
ProfileNotificationSummary.add_member(:latest_profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "LatestProfileVersion"))
|
1059
|
+
ProfileNotificationSummary.add_member(:type, Shapes::ShapeRef.new(shape: ProfileNotificationType, location_name: "Type"))
|
1060
|
+
ProfileNotificationSummary.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
1061
|
+
ProfileNotificationSummary.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1062
|
+
ProfileNotificationSummary.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
1063
|
+
ProfileNotificationSummary.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "WorkloadName"))
|
1064
|
+
ProfileNotificationSummary.struct_class = Types::ProfileNotificationSummary
|
1065
|
+
|
1066
|
+
ProfileQuestion.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
1067
|
+
ProfileQuestion.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
1068
|
+
ProfileQuestion.add_member(:question_description, Shapes::ShapeRef.new(shape: QuestionDescription, location_name: "QuestionDescription"))
|
1069
|
+
ProfileQuestion.add_member(:question_choices, Shapes::ShapeRef.new(shape: ProfileQuestionChoices, location_name: "QuestionChoices"))
|
1070
|
+
ProfileQuestion.add_member(:selected_choice_ids, Shapes::ShapeRef.new(shape: SelectedChoiceIds, location_name: "SelectedChoiceIds"))
|
1071
|
+
ProfileQuestion.add_member(:min_selected_choices, Shapes::ShapeRef.new(shape: MinSelectedProfileChoices, location_name: "MinSelectedChoices"))
|
1072
|
+
ProfileQuestion.add_member(:max_selected_choices, Shapes::ShapeRef.new(shape: MaxSelectedProfileChoices, location_name: "MaxSelectedChoices"))
|
1073
|
+
ProfileQuestion.struct_class = Types::ProfileQuestion
|
1074
|
+
|
1075
|
+
ProfileQuestionChoices.member = Shapes::ShapeRef.new(shape: ProfileChoice)
|
1076
|
+
|
1077
|
+
ProfileQuestionUpdate.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
1078
|
+
ProfileQuestionUpdate.add_member(:selected_choice_ids, Shapes::ShapeRef.new(shape: SelectedProfileChoiceIds, location_name: "SelectedChoiceIds"))
|
1079
|
+
ProfileQuestionUpdate.struct_class = Types::ProfileQuestionUpdate
|
1080
|
+
|
1081
|
+
ProfileQuestionUpdates.member = Shapes::ShapeRef.new(shape: ProfileQuestionUpdate)
|
1082
|
+
|
1083
|
+
ProfileQuestions.member = Shapes::ShapeRef.new(shape: ProfileQuestion)
|
1084
|
+
|
1085
|
+
ProfileShareSummaries.member = Shapes::ShapeRef.new(shape: ProfileShareSummary)
|
1086
|
+
|
1087
|
+
ProfileShareSummary.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
1088
|
+
ProfileShareSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
|
1089
|
+
ProfileShareSummary.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
|
1090
|
+
ProfileShareSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
|
1091
|
+
ProfileShareSummary.struct_class = Types::ProfileShareSummary
|
1092
|
+
|
1093
|
+
ProfileSummaries.member = Shapes::ShapeRef.new(shape: ProfileSummary)
|
1094
|
+
|
1095
|
+
ProfileSummary.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
1096
|
+
ProfileSummary.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "ProfileVersion"))
|
1097
|
+
ProfileSummary.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1098
|
+
ProfileSummary.add_member(:profile_description, Shapes::ShapeRef.new(shape: ProfileDescription, location_name: "ProfileDescription"))
|
1099
|
+
ProfileSummary.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
|
1100
|
+
ProfileSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1101
|
+
ProfileSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
1102
|
+
ProfileSummary.struct_class = Types::ProfileSummary
|
1103
|
+
|
1104
|
+
ProfileTemplate.add_member(:template_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "TemplateName"))
|
1105
|
+
ProfileTemplate.add_member(:template_questions, Shapes::ShapeRef.new(shape: TemplateQuestions, location_name: "TemplateQuestions"))
|
1106
|
+
ProfileTemplate.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1107
|
+
ProfileTemplate.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
1108
|
+
ProfileTemplate.struct_class = Types::ProfileTemplate
|
1109
|
+
|
1110
|
+
ProfileTemplateChoice.add_member(:choice_id, Shapes::ShapeRef.new(shape: ChoiceId, location_name: "ChoiceId"))
|
1111
|
+
ProfileTemplateChoice.add_member(:choice_title, Shapes::ShapeRef.new(shape: ChoiceTitle, location_name: "ChoiceTitle"))
|
1112
|
+
ProfileTemplateChoice.add_member(:choice_description, Shapes::ShapeRef.new(shape: ChoiceDescription, location_name: "ChoiceDescription"))
|
1113
|
+
ProfileTemplateChoice.struct_class = Types::ProfileTemplateChoice
|
1114
|
+
|
1115
|
+
ProfileTemplateQuestion.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
1116
|
+
ProfileTemplateQuestion.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
1117
|
+
ProfileTemplateQuestion.add_member(:question_description, Shapes::ShapeRef.new(shape: QuestionDescription, location_name: "QuestionDescription"))
|
1118
|
+
ProfileTemplateQuestion.add_member(:question_choices, Shapes::ShapeRef.new(shape: ProfileTemplateQuestionChoices, location_name: "QuestionChoices"))
|
1119
|
+
ProfileTemplateQuestion.add_member(:min_selected_choices, Shapes::ShapeRef.new(shape: MinSelectedProfileChoices, location_name: "MinSelectedChoices"))
|
1120
|
+
ProfileTemplateQuestion.add_member(:max_selected_choices, Shapes::ShapeRef.new(shape: MaxSelectedProfileChoices, location_name: "MaxSelectedChoices"))
|
1121
|
+
ProfileTemplateQuestion.struct_class = Types::ProfileTemplateQuestion
|
1122
|
+
|
1123
|
+
ProfileTemplateQuestionChoices.member = Shapes::ShapeRef.new(shape: ProfileTemplateChoice)
|
1124
|
+
|
890
1125
|
QuestionDifference.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
|
891
1126
|
QuestionDifference.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
|
892
1127
|
QuestionDifference.add_member(:difference_status, Shapes::ShapeRef.new(shape: DifferenceStatus, location_name: "DifferenceStatus"))
|
@@ -909,8 +1144,12 @@ module Aws::WellArchitected
|
|
909
1144
|
RiskCounts.key = Shapes::ShapeRef.new(shape: Risk)
|
910
1145
|
RiskCounts.value = Shapes::ShapeRef.new(shape: Count)
|
911
1146
|
|
1147
|
+
SelectedChoiceIds.member = Shapes::ShapeRef.new(shape: ChoiceId)
|
1148
|
+
|
912
1149
|
SelectedChoices.member = Shapes::ShapeRef.new(shape: ChoiceId)
|
913
1150
|
|
1151
|
+
SelectedProfileChoiceIds.member = Shapes::ShapeRef.new(shape: ChoiceId)
|
1152
|
+
|
914
1153
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
915
1154
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ExceptionResourceId, location_name: "ResourceId"))
|
916
1155
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
@@ -923,6 +1162,7 @@ module Aws::WellArchitected
|
|
923
1162
|
ShareInvitation.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
924
1163
|
ShareInvitation.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
|
925
1164
|
ShareInvitation.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
|
1165
|
+
ShareInvitation.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
926
1166
|
ShareInvitation.struct_class = Types::ShareInvitation
|
927
1167
|
|
928
1168
|
ShareInvitationSummaries.member = Shapes::ShapeRef.new(shape: ShareInvitationSummary)
|
@@ -936,6 +1176,8 @@ module Aws::WellArchitected
|
|
936
1176
|
ShareInvitationSummary.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
|
937
1177
|
ShareInvitationSummary.add_member(:lens_name, Shapes::ShapeRef.new(shape: LensName, location_name: "LensName"))
|
938
1178
|
ShareInvitationSummary.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
|
1179
|
+
ShareInvitationSummary.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
|
1180
|
+
ShareInvitationSummary.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
939
1181
|
ShareInvitationSummary.struct_class = Types::ShareInvitationSummary
|
940
1182
|
|
941
1183
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -949,6 +1191,8 @@ module Aws::WellArchitected
|
|
949
1191
|
|
950
1192
|
TagResourceOutput.struct_class = Types::TagResourceOutput
|
951
1193
|
|
1194
|
+
TemplateQuestions.member = Shapes::ShapeRef.new(shape: ProfileTemplateQuestion)
|
1195
|
+
|
952
1196
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
953
1197
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "QuotaCode"))
|
954
1198
|
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "ServiceCode"))
|
@@ -990,6 +1234,14 @@ module Aws::WellArchitected
|
|
990
1234
|
UpdateLensReviewOutput.add_member(:lens_review, Shapes::ShapeRef.new(shape: LensReview, location_name: "LensReview"))
|
991
1235
|
UpdateLensReviewOutput.struct_class = Types::UpdateLensReviewOutput
|
992
1236
|
|
1237
|
+
UpdateProfileInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
1238
|
+
UpdateProfileInput.add_member(:profile_description, Shapes::ShapeRef.new(shape: ProfileDescription, location_name: "ProfileDescription"))
|
1239
|
+
UpdateProfileInput.add_member(:profile_questions, Shapes::ShapeRef.new(shape: ProfileQuestionUpdates, location_name: "ProfileQuestions"))
|
1240
|
+
UpdateProfileInput.struct_class = Types::UpdateProfileInput
|
1241
|
+
|
1242
|
+
UpdateProfileOutput.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
|
1243
|
+
UpdateProfileOutput.struct_class = Types::UpdateProfileOutput
|
1244
|
+
|
993
1245
|
UpdateShareInvitationInput.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, required: true, location: "uri", location_name: "ShareInvitationId"))
|
994
1246
|
UpdateShareInvitationInput.add_member(:share_invitation_action, Shapes::ShapeRef.new(shape: ShareInvitationAction, required: true, location_name: "ShareInvitationAction"))
|
995
1247
|
UpdateShareInvitationInput.struct_class = Types::UpdateShareInvitationInput
|
@@ -1034,6 +1286,12 @@ module Aws::WellArchitected
|
|
1034
1286
|
UpgradeLensReviewInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
1035
1287
|
UpgradeLensReviewInput.struct_class = Types::UpgradeLensReviewInput
|
1036
1288
|
|
1289
|
+
UpgradeProfileVersionInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
|
1290
|
+
UpgradeProfileVersionInput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, required: true, location: "uri", location_name: "ProfileArn"))
|
1291
|
+
UpgradeProfileVersionInput.add_member(:milestone_name, Shapes::ShapeRef.new(shape: MilestoneName, location_name: "MilestoneName"))
|
1292
|
+
UpgradeProfileVersionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1293
|
+
UpgradeProfileVersionInput.struct_class = Types::UpgradeProfileVersionInput
|
1294
|
+
|
1037
1295
|
Urls.member = Shapes::ShapeRef.new(shape: ChoiceContent)
|
1038
1296
|
|
1039
1297
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
@@ -1075,6 +1333,8 @@ module Aws::WellArchitected
|
|
1075
1333
|
Workload.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
1076
1334
|
Workload.add_member(:discovery_config, Shapes::ShapeRef.new(shape: WorkloadDiscoveryConfig, location_name: "DiscoveryConfig"))
|
1077
1335
|
Workload.add_member(:applications, Shapes::ShapeRef.new(shape: WorkloadApplications, location_name: "Applications"))
|
1336
|
+
Workload.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkloadProfiles, location_name: "Profiles"))
|
1337
|
+
Workload.add_member(:prioritized_risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "PrioritizedRiskCounts"))
|
1078
1338
|
Workload.struct_class = Types::Workload
|
1079
1339
|
|
1080
1340
|
WorkloadAccountIds.member = Shapes::ShapeRef.new(shape: AwsAccountId)
|
@@ -1093,6 +1353,14 @@ module Aws::WellArchitected
|
|
1093
1353
|
|
1094
1354
|
WorkloadPillarPriorities.member = Shapes::ShapeRef.new(shape: PillarId)
|
1095
1355
|
|
1356
|
+
WorkloadProfile.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
|
1357
|
+
WorkloadProfile.add_member(:profile_version, Shapes::ShapeRef.new(shape: ProfileVersion, location_name: "ProfileVersion"))
|
1358
|
+
WorkloadProfile.struct_class = Types::WorkloadProfile
|
1359
|
+
|
1360
|
+
WorkloadProfileArns.member = Shapes::ShapeRef.new(shape: ProfileArn)
|
1361
|
+
|
1362
|
+
WorkloadProfiles.member = Shapes::ShapeRef.new(shape: WorkloadProfile)
|
1363
|
+
|
1096
1364
|
WorkloadResourceDefinition.member = Shapes::ShapeRef.new(shape: DefinitionType)
|
1097
1365
|
|
1098
1366
|
WorkloadShare.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
|
@@ -1123,6 +1391,8 @@ module Aws::WellArchitected
|
|
1123
1391
|
WorkloadSummary.add_member(:lenses, Shapes::ShapeRef.new(shape: WorkloadLenses, location_name: "Lenses"))
|
1124
1392
|
WorkloadSummary.add_member(:risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "RiskCounts"))
|
1125
1393
|
WorkloadSummary.add_member(:improvement_status, Shapes::ShapeRef.new(shape: WorkloadImprovementStatus, location_name: "ImprovementStatus"))
|
1394
|
+
WorkloadSummary.add_member(:profiles, Shapes::ShapeRef.new(shape: WorkloadProfiles, location_name: "Profiles"))
|
1395
|
+
WorkloadSummary.add_member(:prioritized_risk_counts, Shapes::ShapeRef.new(shape: RiskCounts, location_name: "PrioritizedRiskCounts"))
|
1126
1396
|
WorkloadSummary.struct_class = Types::WorkloadSummary
|
1127
1397
|
|
1128
1398
|
|
@@ -1158,6 +1428,20 @@ module Aws::WellArchitected
|
|
1158
1428
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1159
1429
|
end)
|
1160
1430
|
|
1431
|
+
api.add_operation(:associate_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1432
|
+
o.name = "AssociateProfiles"
|
1433
|
+
o.http_method = "PATCH"
|
1434
|
+
o.http_request_uri = "/workloads/{WorkloadId}/associateProfiles"
|
1435
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateProfilesInput)
|
1436
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1441
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1442
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1443
|
+
end)
|
1444
|
+
|
1161
1445
|
api.add_operation(:create_lens_share, Seahorse::Model::Operation.new.tap do |o|
|
1162
1446
|
o.name = "CreateLensShare"
|
1163
1447
|
o.http_method = "POST"
|
@@ -1203,6 +1487,35 @@ module Aws::WellArchitected
|
|
1203
1487
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1204
1488
|
end)
|
1205
1489
|
|
1490
|
+
api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
|
1491
|
+
o.name = "CreateProfile"
|
1492
|
+
o.http_method = "POST"
|
1493
|
+
o.http_request_uri = "/profiles"
|
1494
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProfileInput)
|
1495
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProfileOutput)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1502
|
+
end)
|
1503
|
+
|
1504
|
+
api.add_operation(:create_profile_share, Seahorse::Model::Operation.new.tap do |o|
|
1505
|
+
o.name = "CreateProfileShare"
|
1506
|
+
o.http_method = "POST"
|
1507
|
+
o.http_request_uri = "/profiles/{ProfileArn}/shares"
|
1508
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProfileShareInput)
|
1509
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProfileShareOutput)
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1512
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1513
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1514
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1515
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1517
|
+
end)
|
1518
|
+
|
1206
1519
|
api.add_operation(:create_workload, Seahorse::Model::Operation.new.tap do |o|
|
1207
1520
|
o.name = "CreateWorkload"
|
1208
1521
|
o.http_method = "POST"
|
@@ -1261,6 +1574,34 @@ module Aws::WellArchitected
|
|
1261
1574
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1262
1575
|
end)
|
1263
1576
|
|
1577
|
+
api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
|
1578
|
+
o.name = "DeleteProfile"
|
1579
|
+
o.http_method = "DELETE"
|
1580
|
+
o.http_request_uri = "/profiles/{ProfileArn}"
|
1581
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProfileInput)
|
1582
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1583
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1584
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1585
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1589
|
+
end)
|
1590
|
+
|
1591
|
+
api.add_operation(:delete_profile_share, Seahorse::Model::Operation.new.tap do |o|
|
1592
|
+
o.name = "DeleteProfileShare"
|
1593
|
+
o.http_method = "DELETE"
|
1594
|
+
o.http_request_uri = "/profiles/{ProfileArn}/shares/{ShareId}"
|
1595
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProfileShareInput)
|
1596
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1603
|
+
end)
|
1604
|
+
|
1264
1605
|
api.add_operation(:delete_workload, Seahorse::Model::Operation.new.tap do |o|
|
1265
1606
|
o.name = "DeleteWorkload"
|
1266
1607
|
o.http_method = "DELETE"
|
@@ -1303,6 +1644,20 @@ module Aws::WellArchitected
|
|
1303
1644
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1304
1645
|
end)
|
1305
1646
|
|
1647
|
+
api.add_operation(:disassociate_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1648
|
+
o.name = "DisassociateProfiles"
|
1649
|
+
o.http_method = "PATCH"
|
1650
|
+
o.http_request_uri = "/workloads/{WorkloadId}/disassociateProfiles"
|
1651
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateProfilesInput)
|
1652
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1653
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1654
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1655
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1656
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1659
|
+
end)
|
1660
|
+
|
1306
1661
|
api.add_operation(:export_lens, Seahorse::Model::Operation.new.tap do |o|
|
1307
1662
|
o.name = "ExportLens"
|
1308
1663
|
o.http_method = "GET"
|
@@ -1413,6 +1768,32 @@ module Aws::WellArchitected
|
|
1413
1768
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1414
1769
|
end)
|
1415
1770
|
|
1771
|
+
api.add_operation(:get_profile, Seahorse::Model::Operation.new.tap do |o|
|
1772
|
+
o.name = "GetProfile"
|
1773
|
+
o.http_method = "GET"
|
1774
|
+
o.http_request_uri = "/profiles/{ProfileArn}"
|
1775
|
+
o.input = Shapes::ShapeRef.new(shape: GetProfileInput)
|
1776
|
+
o.output = Shapes::ShapeRef.new(shape: GetProfileOutput)
|
1777
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1778
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1779
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1780
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1782
|
+
end)
|
1783
|
+
|
1784
|
+
api.add_operation(:get_profile_template, Seahorse::Model::Operation.new.tap do |o|
|
1785
|
+
o.name = "GetProfileTemplate"
|
1786
|
+
o.http_method = "GET"
|
1787
|
+
o.http_request_uri = "/profileTemplate"
|
1788
|
+
o.input = Shapes::ShapeRef.new(shape: GetProfileTemplateInput)
|
1789
|
+
o.output = Shapes::ShapeRef.new(shape: GetProfileTemplateOutput)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1794
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1795
|
+
end)
|
1796
|
+
|
1416
1797
|
api.add_operation(:get_workload, Seahorse::Model::Operation.new.tap do |o|
|
1417
1798
|
o.name = "GetWorkload"
|
1418
1799
|
o.http_method = "GET"
|
@@ -1610,6 +1991,61 @@ module Aws::WellArchitected
|
|
1610
1991
|
)
|
1611
1992
|
end)
|
1612
1993
|
|
1994
|
+
api.add_operation(:list_profile_notifications, Seahorse::Model::Operation.new.tap do |o|
|
1995
|
+
o.name = "ListProfileNotifications"
|
1996
|
+
o.http_method = "GET"
|
1997
|
+
o.http_request_uri = "/profileNotifications/"
|
1998
|
+
o.input = Shapes::ShapeRef.new(shape: ListProfileNotificationsInput)
|
1999
|
+
o.output = Shapes::ShapeRef.new(shape: ListProfileNotificationsOutput)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2004
|
+
o[:pager] = Aws::Pager.new(
|
2005
|
+
limit_key: "max_results",
|
2006
|
+
tokens: {
|
2007
|
+
"next_token" => "next_token"
|
2008
|
+
}
|
2009
|
+
)
|
2010
|
+
end)
|
2011
|
+
|
2012
|
+
api.add_operation(:list_profile_shares, Seahorse::Model::Operation.new.tap do |o|
|
2013
|
+
o.name = "ListProfileShares"
|
2014
|
+
o.http_method = "GET"
|
2015
|
+
o.http_request_uri = "/profiles/{ProfileArn}/shares"
|
2016
|
+
o.input = Shapes::ShapeRef.new(shape: ListProfileSharesInput)
|
2017
|
+
o.output = Shapes::ShapeRef.new(shape: ListProfileSharesOutput)
|
2018
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2019
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2020
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2022
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2023
|
+
o[:pager] = Aws::Pager.new(
|
2024
|
+
limit_key: "max_results",
|
2025
|
+
tokens: {
|
2026
|
+
"next_token" => "next_token"
|
2027
|
+
}
|
2028
|
+
)
|
2029
|
+
end)
|
2030
|
+
|
2031
|
+
api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
|
2032
|
+
o.name = "ListProfiles"
|
2033
|
+
o.http_method = "GET"
|
2034
|
+
o.http_request_uri = "/profileSummaries"
|
2035
|
+
o.input = Shapes::ShapeRef.new(shape: ListProfilesInput)
|
2036
|
+
o.output = Shapes::ShapeRef.new(shape: ListProfilesOutput)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2038
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2041
|
+
o[:pager] = Aws::Pager.new(
|
2042
|
+
limit_key: "max_results",
|
2043
|
+
tokens: {
|
2044
|
+
"next_token" => "next_token"
|
2045
|
+
}
|
2046
|
+
)
|
2047
|
+
end)
|
2048
|
+
|
1613
2049
|
api.add_operation(:list_share_invitations, Seahorse::Model::Operation.new.tap do |o|
|
1614
2050
|
o.name = "ListShareInvitations"
|
1615
2051
|
o.http_method = "GET"
|
@@ -1736,6 +2172,20 @@ module Aws::WellArchitected
|
|
1736
2172
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1737
2173
|
end)
|
1738
2174
|
|
2175
|
+
api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
|
2176
|
+
o.name = "UpdateProfile"
|
2177
|
+
o.http_method = "PATCH"
|
2178
|
+
o.http_request_uri = "/profiles/{ProfileArn}"
|
2179
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProfileInput)
|
2180
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProfileOutput)
|
2181
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2187
|
+
end)
|
2188
|
+
|
1739
2189
|
api.add_operation(:update_share_invitation, Seahorse::Model::Operation.new.tap do |o|
|
1740
2190
|
o.name = "UpdateShareInvitation"
|
1741
2191
|
o.http_method = "PATCH"
|
@@ -1791,6 +2241,20 @@ module Aws::WellArchitected
|
|
1791
2241
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1792
2242
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1793
2243
|
end)
|
2244
|
+
|
2245
|
+
api.add_operation(:upgrade_profile_version, Seahorse::Model::Operation.new.tap do |o|
|
2246
|
+
o.name = "UpgradeProfileVersion"
|
2247
|
+
o.http_method = "PUT"
|
2248
|
+
o.http_request_uri = "/workloads/{WorkloadId}/profiles/{ProfileArn}/upgrade"
|
2249
|
+
o.input = Shapes::ShapeRef.new(shape: UpgradeProfileVersionInput)
|
2250
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2251
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2252
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2253
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2254
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2255
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2256
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2257
|
+
end)
|
1794
2258
|
end
|
1795
2259
|
|
1796
2260
|
end
|