aws-sdk-wellarchitected 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,6 +75,10 @@ module Aws::WellArchitected
75
75
  CreateProfileOutput = Shapes::StructureShape.new(name: 'CreateProfileOutput')
76
76
  CreateProfileShareInput = Shapes::StructureShape.new(name: 'CreateProfileShareInput')
77
77
  CreateProfileShareOutput = Shapes::StructureShape.new(name: 'CreateProfileShareOutput')
78
+ CreateReviewTemplateInput = Shapes::StructureShape.new(name: 'CreateReviewTemplateInput')
79
+ CreateReviewTemplateOutput = Shapes::StructureShape.new(name: 'CreateReviewTemplateOutput')
80
+ CreateTemplateShareInput = Shapes::StructureShape.new(name: 'CreateTemplateShareInput')
81
+ CreateTemplateShareOutput = Shapes::StructureShape.new(name: 'CreateTemplateShareOutput')
78
82
  CreateWorkloadInput = Shapes::StructureShape.new(name: 'CreateWorkloadInput')
79
83
  CreateWorkloadOutput = Shapes::StructureShape.new(name: 'CreateWorkloadOutput')
80
84
  CreateWorkloadShareInput = Shapes::StructureShape.new(name: 'CreateWorkloadShareInput')
@@ -84,6 +88,8 @@ module Aws::WellArchitected
84
88
  DeleteLensShareInput = Shapes::StructureShape.new(name: 'DeleteLensShareInput')
85
89
  DeleteProfileInput = Shapes::StructureShape.new(name: 'DeleteProfileInput')
86
90
  DeleteProfileShareInput = Shapes::StructureShape.new(name: 'DeleteProfileShareInput')
91
+ DeleteReviewTemplateInput = Shapes::StructureShape.new(name: 'DeleteReviewTemplateInput')
92
+ DeleteTemplateShareInput = Shapes::StructureShape.new(name: 'DeleteTemplateShareInput')
87
93
  DeleteWorkloadInput = Shapes::StructureShape.new(name: 'DeleteWorkloadInput')
88
94
  DeleteWorkloadShareInput = Shapes::StructureShape.new(name: 'DeleteWorkloadShareInput')
89
95
  DifferenceStatus = Shapes::StringShape.new(name: 'DifferenceStatus')
@@ -116,6 +122,12 @@ module Aws::WellArchitected
116
122
  GetProfileOutput = Shapes::StructureShape.new(name: 'GetProfileOutput')
117
123
  GetProfileTemplateInput = Shapes::StructureShape.new(name: 'GetProfileTemplateInput')
118
124
  GetProfileTemplateOutput = Shapes::StructureShape.new(name: 'GetProfileTemplateOutput')
125
+ GetReviewTemplateAnswerInput = Shapes::StructureShape.new(name: 'GetReviewTemplateAnswerInput')
126
+ GetReviewTemplateAnswerOutput = Shapes::StructureShape.new(name: 'GetReviewTemplateAnswerOutput')
127
+ GetReviewTemplateInput = Shapes::StructureShape.new(name: 'GetReviewTemplateInput')
128
+ GetReviewTemplateLensReviewInput = Shapes::StructureShape.new(name: 'GetReviewTemplateLensReviewInput')
129
+ GetReviewTemplateLensReviewOutput = Shapes::StructureShape.new(name: 'GetReviewTemplateLensReviewOutput')
130
+ GetReviewTemplateOutput = Shapes::StructureShape.new(name: 'GetReviewTemplateOutput')
119
131
  GetWorkloadInput = Shapes::StructureShape.new(name: 'GetWorkloadInput')
120
132
  GetWorkloadOutput = Shapes::StructureShape.new(name: 'GetWorkloadOutput')
121
133
  HelpfulResourceUrl = Shapes::StringShape.new(name: 'HelpfulResourceUrl')
@@ -183,11 +195,19 @@ module Aws::WellArchitected
183
195
  ListProfileSharesOutput = Shapes::StructureShape.new(name: 'ListProfileSharesOutput')
184
196
  ListProfilesInput = Shapes::StructureShape.new(name: 'ListProfilesInput')
185
197
  ListProfilesOutput = Shapes::StructureShape.new(name: 'ListProfilesOutput')
198
+ ListReviewTemplateAnswersInput = Shapes::StructureShape.new(name: 'ListReviewTemplateAnswersInput')
199
+ ListReviewTemplateAnswersMaxResults = Shapes::IntegerShape.new(name: 'ListReviewTemplateAnswersMaxResults')
200
+ ListReviewTemplateAnswersOutput = Shapes::StructureShape.new(name: 'ListReviewTemplateAnswersOutput')
201
+ ListReviewTemplatesInput = Shapes::StructureShape.new(name: 'ListReviewTemplatesInput')
202
+ ListReviewTemplatesOutput = Shapes::StructureShape.new(name: 'ListReviewTemplatesOutput')
186
203
  ListShareInvitationsInput = Shapes::StructureShape.new(name: 'ListShareInvitationsInput')
187
204
  ListShareInvitationsMaxResults = Shapes::IntegerShape.new(name: 'ListShareInvitationsMaxResults')
188
205
  ListShareInvitationsOutput = Shapes::StructureShape.new(name: 'ListShareInvitationsOutput')
189
206
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
190
207
  ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
208
+ ListTemplateSharesInput = Shapes::StructureShape.new(name: 'ListTemplateSharesInput')
209
+ ListTemplateSharesMaxResults = Shapes::IntegerShape.new(name: 'ListTemplateSharesMaxResults')
210
+ ListTemplateSharesOutput = Shapes::StructureShape.new(name: 'ListTemplateSharesOutput')
191
211
  ListWorkloadSharesInput = Shapes::StructureShape.new(name: 'ListWorkloadSharesInput')
192
212
  ListWorkloadSharesMaxResults = Shapes::IntegerShape.new(name: 'ListWorkloadSharesMaxResults')
193
213
  ListWorkloadSharesOutput = Shapes::StructureShape.new(name: 'ListWorkloadSharesOutput')
@@ -244,6 +264,8 @@ module Aws::WellArchitected
244
264
  ProfileTemplateQuestion = Shapes::StructureShape.new(name: 'ProfileTemplateQuestion')
245
265
  ProfileTemplateQuestionChoices = Shapes::ListShape.new(name: 'ProfileTemplateQuestionChoices')
246
266
  ProfileVersion = Shapes::StringShape.new(name: 'ProfileVersion')
267
+ Question = Shapes::StringShape.new(name: 'Question')
268
+ QuestionCounts = Shapes::MapShape.new(name: 'QuestionCounts')
247
269
  QuestionDescription = Shapes::StringShape.new(name: 'QuestionDescription')
248
270
  QuestionDifference = Shapes::StructureShape.new(name: 'QuestionDifference')
249
271
  QuestionDifferences = Shapes::ListShape.new(name: 'QuestionDifferences')
@@ -255,7 +277,22 @@ module Aws::WellArchitected
255
277
  QuestionType = Shapes::StringShape.new(name: 'QuestionType')
256
278
  QuotaCode = Shapes::StringShape.new(name: 'QuotaCode')
257
279
  ReportFormat = Shapes::StringShape.new(name: 'ReportFormat')
280
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
258
281
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
282
+ ReviewTemplate = Shapes::StructureShape.new(name: 'ReviewTemplate')
283
+ ReviewTemplateAnswer = Shapes::StructureShape.new(name: 'ReviewTemplateAnswer')
284
+ ReviewTemplateAnswerStatus = Shapes::StringShape.new(name: 'ReviewTemplateAnswerStatus')
285
+ ReviewTemplateAnswerSummaries = Shapes::ListShape.new(name: 'ReviewTemplateAnswerSummaries')
286
+ ReviewTemplateAnswerSummary = Shapes::StructureShape.new(name: 'ReviewTemplateAnswerSummary')
287
+ ReviewTemplateArns = Shapes::ListShape.new(name: 'ReviewTemplateArns')
288
+ ReviewTemplateLensAliases = Shapes::ListShape.new(name: 'ReviewTemplateLensAliases')
289
+ ReviewTemplateLensReview = Shapes::StructureShape.new(name: 'ReviewTemplateLensReview')
290
+ ReviewTemplateLenses = Shapes::ListShape.new(name: 'ReviewTemplateLenses')
291
+ ReviewTemplatePillarReviewSummaries = Shapes::ListShape.new(name: 'ReviewTemplatePillarReviewSummaries')
292
+ ReviewTemplatePillarReviewSummary = Shapes::StructureShape.new(name: 'ReviewTemplatePillarReviewSummary')
293
+ ReviewTemplateSummary = Shapes::StructureShape.new(name: 'ReviewTemplateSummary')
294
+ ReviewTemplateUpdateStatus = Shapes::StringShape.new(name: 'ReviewTemplateUpdateStatus')
295
+ ReviewTemplates = Shapes::ListShape.new(name: 'ReviewTemplates')
259
296
  Risk = Shapes::StringShape.new(name: 'Risk')
260
297
  RiskCounts = Shapes::MapShape.new(name: 'RiskCounts')
261
298
  SelectedChoiceIds = Shapes::ListShape.new(name: 'SelectedChoiceIds')
@@ -280,7 +317,13 @@ module Aws::WellArchitected
280
317
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
281
318
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
282
319
  TagValue = Shapes::StringShape.new(name: 'TagValue')
320
+ TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
321
+ TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
322
+ TemplateName = Shapes::StringShape.new(name: 'TemplateName')
323
+ TemplateNamePrefix = Shapes::StringShape.new(name: 'TemplateNamePrefix')
283
324
  TemplateQuestions = Shapes::ListShape.new(name: 'TemplateQuestions')
325
+ TemplateShareSummaries = Shapes::ListShape.new(name: 'TemplateShareSummaries')
326
+ TemplateShareSummary = Shapes::StructureShape.new(name: 'TemplateShareSummary')
284
327
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
285
328
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
286
329
  TrustedAdvisorIntegrationStatus = Shapes::StringShape.new(name: 'TrustedAdvisorIntegrationStatus')
@@ -293,6 +336,12 @@ module Aws::WellArchitected
293
336
  UpdateLensReviewOutput = Shapes::StructureShape.new(name: 'UpdateLensReviewOutput')
294
337
  UpdateProfileInput = Shapes::StructureShape.new(name: 'UpdateProfileInput')
295
338
  UpdateProfileOutput = Shapes::StructureShape.new(name: 'UpdateProfileOutput')
339
+ UpdateReviewTemplateAnswerInput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateAnswerInput')
340
+ UpdateReviewTemplateAnswerOutput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateAnswerOutput')
341
+ UpdateReviewTemplateInput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateInput')
342
+ UpdateReviewTemplateLensReviewInput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateLensReviewInput')
343
+ UpdateReviewTemplateLensReviewOutput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateLensReviewOutput')
344
+ UpdateReviewTemplateOutput = Shapes::StructureShape.new(name: 'UpdateReviewTemplateOutput')
296
345
  UpdateShareInvitationInput = Shapes::StructureShape.new(name: 'UpdateShareInvitationInput')
297
346
  UpdateShareInvitationOutput = Shapes::StructureShape.new(name: 'UpdateShareInvitationOutput')
298
347
  UpdateWorkloadInput = Shapes::StructureShape.new(name: 'UpdateWorkloadInput')
@@ -301,6 +350,7 @@ module Aws::WellArchitected
301
350
  UpdateWorkloadShareOutput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareOutput')
302
351
  UpgradeLensReviewInput = Shapes::StructureShape.new(name: 'UpgradeLensReviewInput')
303
352
  UpgradeProfileVersionInput = Shapes::StructureShape.new(name: 'UpgradeProfileVersionInput')
353
+ UpgradeReviewTemplateLensReviewInput = Shapes::StructureShape.new(name: 'UpgradeReviewTemplateLensReviewInput')
304
354
  Urls = Shapes::ListShape.new(name: 'Urls')
305
355
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
306
356
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
@@ -534,6 +584,26 @@ module Aws::WellArchitected
534
584
  CreateProfileShareOutput.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
535
585
  CreateProfileShareOutput.struct_class = Types::CreateProfileShareOutput
536
586
 
587
+ CreateReviewTemplateInput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "TemplateName"))
588
+ CreateReviewTemplateInput.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, required: true, location_name: "Description"))
589
+ CreateReviewTemplateInput.add_member(:lenses, Shapes::ShapeRef.new(shape: ReviewTemplateLenses, required: true, location_name: "Lenses"))
590
+ CreateReviewTemplateInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
591
+ CreateReviewTemplateInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
592
+ CreateReviewTemplateInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
593
+ CreateReviewTemplateInput.struct_class = Types::CreateReviewTemplateInput
594
+
595
+ CreateReviewTemplateOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
596
+ CreateReviewTemplateOutput.struct_class = Types::CreateReviewTemplateOutput
597
+
598
+ CreateTemplateShareInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
599
+ CreateTemplateShareInput.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, required: true, location_name: "SharedWith"))
600
+ CreateTemplateShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
601
+ CreateTemplateShareInput.struct_class = Types::CreateTemplateShareInput
602
+
603
+ CreateTemplateShareOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
604
+ CreateTemplateShareOutput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
605
+ CreateTemplateShareOutput.struct_class = Types::CreateTemplateShareOutput
606
+
537
607
  CreateWorkloadInput.add_member(:workload_name, Shapes::ShapeRef.new(shape: WorkloadName, required: true, location_name: "WorkloadName"))
538
608
  CreateWorkloadInput.add_member(:description, Shapes::ShapeRef.new(shape: WorkloadDescription, required: true, location_name: "Description"))
539
609
  CreateWorkloadInput.add_member(:environment, Shapes::ShapeRef.new(shape: WorkloadEnvironment, required: true, location_name: "Environment"))
@@ -552,6 +622,7 @@ module Aws::WellArchitected
552
622
  CreateWorkloadInput.add_member(:discovery_config, Shapes::ShapeRef.new(shape: WorkloadDiscoveryConfig, location_name: "DiscoveryConfig"))
553
623
  CreateWorkloadInput.add_member(:applications, Shapes::ShapeRef.new(shape: WorkloadApplications, location_name: "Applications"))
554
624
  CreateWorkloadInput.add_member(:profile_arns, Shapes::ShapeRef.new(shape: WorkloadProfileArns, location_name: "ProfileArns"))
625
+ CreateWorkloadInput.add_member(:review_template_arns, Shapes::ShapeRef.new(shape: ReviewTemplateArns, location_name: "ReviewTemplateArns"))
555
626
  CreateWorkloadInput.struct_class = Types::CreateWorkloadInput
556
627
 
557
628
  CreateWorkloadOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
@@ -587,6 +658,15 @@ module Aws::WellArchitected
587
658
  DeleteProfileShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
588
659
  DeleteProfileShareInput.struct_class = Types::DeleteProfileShareInput
589
660
 
661
+ DeleteReviewTemplateInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
662
+ DeleteReviewTemplateInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
663
+ DeleteReviewTemplateInput.struct_class = Types::DeleteReviewTemplateInput
664
+
665
+ DeleteTemplateShareInput.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, required: true, location: "uri", location_name: "ShareId"))
666
+ DeleteTemplateShareInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
667
+ DeleteTemplateShareInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
668
+ DeleteTemplateShareInput.struct_class = Types::DeleteTemplateShareInput
669
+
590
670
  DeleteWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
591
671
  DeleteWorkloadInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location: "querystring", location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
592
672
  DeleteWorkloadInput.struct_class = Types::DeleteWorkloadInput
@@ -695,6 +775,30 @@ module Aws::WellArchitected
695
775
  GetProfileTemplateOutput.add_member(:profile_template, Shapes::ShapeRef.new(shape: ProfileTemplate, location_name: "ProfileTemplate"))
696
776
  GetProfileTemplateOutput.struct_class = Types::GetProfileTemplateOutput
697
777
 
778
+ GetReviewTemplateAnswerInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
779
+ GetReviewTemplateAnswerInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
780
+ GetReviewTemplateAnswerInput.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, required: true, location: "uri", location_name: "QuestionId"))
781
+ GetReviewTemplateAnswerInput.struct_class = Types::GetReviewTemplateAnswerInput
782
+
783
+ GetReviewTemplateAnswerOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
784
+ GetReviewTemplateAnswerOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
785
+ GetReviewTemplateAnswerOutput.add_member(:answer, Shapes::ShapeRef.new(shape: ReviewTemplateAnswer, location_name: "Answer"))
786
+ GetReviewTemplateAnswerOutput.struct_class = Types::GetReviewTemplateAnswerOutput
787
+
788
+ GetReviewTemplateInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
789
+ GetReviewTemplateInput.struct_class = Types::GetReviewTemplateInput
790
+
791
+ GetReviewTemplateLensReviewInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
792
+ GetReviewTemplateLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
793
+ GetReviewTemplateLensReviewInput.struct_class = Types::GetReviewTemplateLensReviewInput
794
+
795
+ GetReviewTemplateLensReviewOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
796
+ GetReviewTemplateLensReviewOutput.add_member(:lens_review, Shapes::ShapeRef.new(shape: ReviewTemplateLensReview, location_name: "LensReview"))
797
+ GetReviewTemplateLensReviewOutput.struct_class = Types::GetReviewTemplateLensReviewOutput
798
+
799
+ GetReviewTemplateOutput.add_member(:review_template, Shapes::ShapeRef.new(shape: ReviewTemplate, location_name: "ReviewTemplate"))
800
+ GetReviewTemplateOutput.struct_class = Types::GetReviewTemplateOutput
801
+
698
802
  GetWorkloadInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
699
803
  GetWorkloadInput.struct_class = Types::GetWorkloadInput
700
804
 
@@ -802,6 +906,8 @@ module Aws::WellArchitected
802
906
  LensUpgradeSummary.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
803
907
  LensUpgradeSummary.add_member(:current_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "CurrentLensVersion"))
804
908
  LensUpgradeSummary.add_member(:latest_lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LatestLensVersion"))
909
+ LensUpgradeSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
910
+ LensUpgradeSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: WorkloadName, location_name: "ResourceName"))
805
911
  LensUpgradeSummary.struct_class = Types::LensUpgradeSummary
806
912
 
807
913
  ListAnswersInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
@@ -911,6 +1017,7 @@ module Aws::WellArchitected
911
1017
  ListNotificationsInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
912
1018
  ListNotificationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
913
1019
  ListNotificationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListNotificationsMaxResults, location_name: "MaxResults"))
1020
+ ListNotificationsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
914
1021
  ListNotificationsInput.struct_class = Types::ListNotificationsInput
915
1022
 
916
1023
  ListNotificationsOutput.add_member(:notification_summaries, Shapes::ShapeRef.new(shape: NotificationSummaries, location_name: "NotificationSummaries"))
@@ -947,12 +1054,34 @@ module Aws::WellArchitected
947
1054
  ListProfilesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
948
1055
  ListProfilesOutput.struct_class = Types::ListProfilesOutput
949
1056
 
1057
+ ListReviewTemplateAnswersInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1058
+ ListReviewTemplateAnswersInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
1059
+ ListReviewTemplateAnswersInput.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location: "querystring", location_name: "PillarId"))
1060
+ ListReviewTemplateAnswersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
1061
+ ListReviewTemplateAnswersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListReviewTemplateAnswersMaxResults, location: "querystring", location_name: "MaxResults"))
1062
+ ListReviewTemplateAnswersInput.struct_class = Types::ListReviewTemplateAnswersInput
1063
+
1064
+ ListReviewTemplateAnswersOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1065
+ ListReviewTemplateAnswersOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
1066
+ ListReviewTemplateAnswersOutput.add_member(:answer_summaries, Shapes::ShapeRef.new(shape: ReviewTemplateAnswerSummaries, location_name: "AnswerSummaries"))
1067
+ ListReviewTemplateAnswersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1068
+ ListReviewTemplateAnswersOutput.struct_class = Types::ListReviewTemplateAnswersOutput
1069
+
1070
+ ListReviewTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
1071
+ ListReviewTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
1072
+ ListReviewTemplatesInput.struct_class = Types::ListReviewTemplatesInput
1073
+
1074
+ ListReviewTemplatesOutput.add_member(:review_templates, Shapes::ShapeRef.new(shape: ReviewTemplates, location_name: "ReviewTemplates"))
1075
+ ListReviewTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1076
+ ListReviewTemplatesOutput.struct_class = Types::ListReviewTemplatesOutput
1077
+
950
1078
  ListShareInvitationsInput.add_member(:workload_name_prefix, Shapes::ShapeRef.new(shape: WorkloadNamePrefix, location: "querystring", location_name: "WorkloadNamePrefix"))
951
1079
  ListShareInvitationsInput.add_member(:lens_name_prefix, Shapes::ShapeRef.new(shape: LensNamePrefix, location: "querystring", location_name: "LensNamePrefix"))
952
1080
  ListShareInvitationsInput.add_member(:share_resource_type, Shapes::ShapeRef.new(shape: ShareResourceType, location: "querystring", location_name: "ShareResourceType"))
953
1081
  ListShareInvitationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
954
1082
  ListShareInvitationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListShareInvitationsMaxResults, location: "querystring", location_name: "MaxResults"))
955
1083
  ListShareInvitationsInput.add_member(:profile_name_prefix, Shapes::ShapeRef.new(shape: ProfileNamePrefix, location: "querystring", location_name: "ProfileNamePrefix"))
1084
+ ListShareInvitationsInput.add_member(:template_name_prefix, Shapes::ShapeRef.new(shape: TemplateNamePrefix, location: "querystring", location_name: "TemplateNamePrefix"))
956
1085
  ListShareInvitationsInput.struct_class = Types::ListShareInvitationsInput
957
1086
 
958
1087
  ListShareInvitationsOutput.add_member(:share_invitation_summaries, Shapes::ShapeRef.new(shape: ShareInvitationSummaries, location_name: "ShareInvitationSummaries"))
@@ -965,6 +1094,18 @@ module Aws::WellArchitected
965
1094
  ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
966
1095
  ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
967
1096
 
1097
+ ListTemplateSharesInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1098
+ ListTemplateSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
1099
+ ListTemplateSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
1100
+ ListTemplateSharesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTemplateSharesMaxResults, location: "querystring", location_name: "MaxResults"))
1101
+ ListTemplateSharesInput.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location: "querystring", location_name: "Status"))
1102
+ ListTemplateSharesInput.struct_class = Types::ListTemplateSharesInput
1103
+
1104
+ ListTemplateSharesOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1105
+ ListTemplateSharesOutput.add_member(:template_share_summaries, Shapes::ShapeRef.new(shape: TemplateShareSummaries, location_name: "TemplateShareSummaries"))
1106
+ ListTemplateSharesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1107
+ ListTemplateSharesOutput.struct_class = Types::ListTemplateSharesOutput
1108
+
968
1109
  ListWorkloadSharesInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
969
1110
  ListWorkloadSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
970
1111
  ListWorkloadSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
@@ -1122,6 +1263,9 @@ module Aws::WellArchitected
1122
1263
 
1123
1264
  ProfileTemplateQuestionChoices.member = Shapes::ShapeRef.new(shape: ProfileTemplateChoice)
1124
1265
 
1266
+ QuestionCounts.key = Shapes::ShapeRef.new(shape: Question)
1267
+ QuestionCounts.value = Shapes::ShapeRef.new(shape: Count)
1268
+
1125
1269
  QuestionDifference.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
1126
1270
  QuestionDifference.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
1127
1271
  QuestionDifference.add_member(:difference_status, Shapes::ShapeRef.new(shape: DifferenceStatus, location_name: "DifferenceStatus"))
@@ -1141,6 +1285,86 @@ module Aws::WellArchitected
1141
1285
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, required: true, location_name: "ResourceType"))
1142
1286
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1143
1287
 
1288
+ ReviewTemplate.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "Description"))
1289
+ ReviewTemplate.add_member(:lenses, Shapes::ShapeRef.new(shape: ReviewTemplateLenses, location_name: "Lenses"))
1290
+ ReviewTemplate.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1291
+ ReviewTemplate.add_member(:question_counts, Shapes::ShapeRef.new(shape: QuestionCounts, location_name: "QuestionCounts"))
1292
+ ReviewTemplate.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
1293
+ ReviewTemplate.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
1294
+ ReviewTemplate.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1295
+ ReviewTemplate.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "TemplateName"))
1296
+ ReviewTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1297
+ ReviewTemplate.add_member(:update_status, Shapes::ShapeRef.new(shape: ReviewTemplateUpdateStatus, location_name: "UpdateStatus"))
1298
+ ReviewTemplate.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
1299
+ ReviewTemplate.struct_class = Types::ReviewTemplate
1300
+
1301
+ ReviewTemplateAnswer.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
1302
+ ReviewTemplateAnswer.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
1303
+ ReviewTemplateAnswer.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
1304
+ ReviewTemplateAnswer.add_member(:question_description, Shapes::ShapeRef.new(shape: QuestionDescription, location_name: "QuestionDescription"))
1305
+ ReviewTemplateAnswer.add_member(:improvement_plan_url, Shapes::ShapeRef.new(shape: ImprovementPlanUrl, location_name: "ImprovementPlanUrl"))
1306
+ ReviewTemplateAnswer.add_member(:helpful_resource_url, Shapes::ShapeRef.new(shape: HelpfulResourceUrl, location_name: "HelpfulResourceUrl"))
1307
+ ReviewTemplateAnswer.add_member(:helpful_resource_display_text, Shapes::ShapeRef.new(shape: DisplayText, location_name: "HelpfulResourceDisplayText"))
1308
+ ReviewTemplateAnswer.add_member(:choices, Shapes::ShapeRef.new(shape: Choices, location_name: "Choices"))
1309
+ ReviewTemplateAnswer.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
1310
+ ReviewTemplateAnswer.add_member(:choice_answers, Shapes::ShapeRef.new(shape: ChoiceAnswers, location_name: "ChoiceAnswers"))
1311
+ ReviewTemplateAnswer.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
1312
+ ReviewTemplateAnswer.add_member(:answer_status, Shapes::ShapeRef.new(shape: ReviewTemplateAnswerStatus, location_name: "AnswerStatus"))
1313
+ ReviewTemplateAnswer.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1314
+ ReviewTemplateAnswer.add_member(:reason, Shapes::ShapeRef.new(shape: AnswerReason, location_name: "Reason"))
1315
+ ReviewTemplateAnswer.struct_class = Types::ReviewTemplateAnswer
1316
+
1317
+ ReviewTemplateAnswerSummaries.member = Shapes::ShapeRef.new(shape: ReviewTemplateAnswerSummary)
1318
+
1319
+ ReviewTemplateAnswerSummary.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
1320
+ ReviewTemplateAnswerSummary.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
1321
+ ReviewTemplateAnswerSummary.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
1322
+ ReviewTemplateAnswerSummary.add_member(:choices, Shapes::ShapeRef.new(shape: Choices, location_name: "Choices"))
1323
+ ReviewTemplateAnswerSummary.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
1324
+ ReviewTemplateAnswerSummary.add_member(:choice_answer_summaries, Shapes::ShapeRef.new(shape: ChoiceAnswerSummaries, location_name: "ChoiceAnswerSummaries"))
1325
+ ReviewTemplateAnswerSummary.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
1326
+ ReviewTemplateAnswerSummary.add_member(:answer_status, Shapes::ShapeRef.new(shape: ReviewTemplateAnswerStatus, location_name: "AnswerStatus"))
1327
+ ReviewTemplateAnswerSummary.add_member(:reason, Shapes::ShapeRef.new(shape: AnswerReason, location_name: "Reason"))
1328
+ ReviewTemplateAnswerSummary.add_member(:question_type, Shapes::ShapeRef.new(shape: QuestionType, location_name: "QuestionType"))
1329
+ ReviewTemplateAnswerSummary.struct_class = Types::ReviewTemplateAnswerSummary
1330
+
1331
+ ReviewTemplateArns.member = Shapes::ShapeRef.new(shape: TemplateArn)
1332
+
1333
+ ReviewTemplateLensAliases.member = Shapes::ShapeRef.new(shape: LensAlias)
1334
+
1335
+ ReviewTemplateLensReview.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
1336
+ ReviewTemplateLensReview.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
1337
+ ReviewTemplateLensReview.add_member(:lens_version, Shapes::ShapeRef.new(shape: LensVersion, location_name: "LensVersion"))
1338
+ ReviewTemplateLensReview.add_member(:lens_name, Shapes::ShapeRef.new(shape: LensName, location_name: "LensName"))
1339
+ ReviewTemplateLensReview.add_member(:lens_status, Shapes::ShapeRef.new(shape: LensStatus, location_name: "LensStatus"))
1340
+ ReviewTemplateLensReview.add_member(:pillar_review_summaries, Shapes::ShapeRef.new(shape: ReviewTemplatePillarReviewSummaries, location_name: "PillarReviewSummaries"))
1341
+ ReviewTemplateLensReview.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
1342
+ ReviewTemplateLensReview.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1343
+ ReviewTemplateLensReview.add_member(:question_counts, Shapes::ShapeRef.new(shape: QuestionCounts, location_name: "QuestionCounts"))
1344
+ ReviewTemplateLensReview.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1345
+ ReviewTemplateLensReview.struct_class = Types::ReviewTemplateLensReview
1346
+
1347
+ ReviewTemplateLenses.member = Shapes::ShapeRef.new(shape: LensAlias)
1348
+
1349
+ ReviewTemplatePillarReviewSummaries.member = Shapes::ShapeRef.new(shape: ReviewTemplatePillarReviewSummary)
1350
+
1351
+ ReviewTemplatePillarReviewSummary.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
1352
+ ReviewTemplatePillarReviewSummary.add_member(:pillar_name, Shapes::ShapeRef.new(shape: PillarName, location_name: "PillarName"))
1353
+ ReviewTemplatePillarReviewSummary.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1354
+ ReviewTemplatePillarReviewSummary.add_member(:question_counts, Shapes::ShapeRef.new(shape: QuestionCounts, location_name: "QuestionCounts"))
1355
+ ReviewTemplatePillarReviewSummary.struct_class = Types::ReviewTemplatePillarReviewSummary
1356
+
1357
+ ReviewTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "Description"))
1358
+ ReviewTemplateSummary.add_member(:lenses, Shapes::ShapeRef.new(shape: ReviewTemplateLenses, location_name: "Lenses"))
1359
+ ReviewTemplateSummary.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "Owner"))
1360
+ ReviewTemplateSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
1361
+ ReviewTemplateSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1362
+ ReviewTemplateSummary.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "TemplateName"))
1363
+ ReviewTemplateSummary.add_member(:update_status, Shapes::ShapeRef.new(shape: ReviewTemplateUpdateStatus, location_name: "UpdateStatus"))
1364
+ ReviewTemplateSummary.struct_class = Types::ReviewTemplateSummary
1365
+
1366
+ ReviewTemplates.member = Shapes::ShapeRef.new(shape: ReviewTemplateSummary)
1367
+
1144
1368
  RiskCounts.key = Shapes::ShapeRef.new(shape: Risk)
1145
1369
  RiskCounts.value = Shapes::ShapeRef.new(shape: Count)
1146
1370
 
@@ -1163,6 +1387,7 @@ module Aws::WellArchitected
1163
1387
  ShareInvitation.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
1164
1388
  ShareInvitation.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
1165
1389
  ShareInvitation.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
1390
+ ShareInvitation.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1166
1391
  ShareInvitation.struct_class = Types::ShareInvitation
1167
1392
 
1168
1393
  ShareInvitationSummaries.member = Shapes::ShapeRef.new(shape: ShareInvitationSummary)
@@ -1178,6 +1403,8 @@ module Aws::WellArchitected
1178
1403
  ShareInvitationSummary.add_member(:lens_arn, Shapes::ShapeRef.new(shape: LensArn, location_name: "LensArn"))
1179
1404
  ShareInvitationSummary.add_member(:profile_name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "ProfileName"))
1180
1405
  ShareInvitationSummary.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ProfileArn, location_name: "ProfileArn"))
1406
+ ShareInvitationSummary.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "TemplateName"))
1407
+ ShareInvitationSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1181
1408
  ShareInvitationSummary.struct_class = Types::ShareInvitationSummary
1182
1409
 
1183
1410
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -1193,6 +1420,14 @@ module Aws::WellArchitected
1193
1420
 
1194
1421
  TemplateQuestions.member = Shapes::ShapeRef.new(shape: ProfileTemplateQuestion)
1195
1422
 
1423
+ TemplateShareSummaries.member = Shapes::ShapeRef.new(shape: TemplateShareSummary)
1424
+
1425
+ TemplateShareSummary.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
1426
+ TemplateShareSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
1427
+ TemplateShareSummary.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
1428
+ TemplateShareSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
1429
+ TemplateShareSummary.struct_class = Types::TemplateShareSummary
1430
+
1196
1431
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
1197
1432
  ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "QuotaCode"))
1198
1433
  ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "ServiceCode"))
@@ -1242,6 +1477,42 @@ module Aws::WellArchitected
1242
1477
  UpdateProfileOutput.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "Profile"))
1243
1478
  UpdateProfileOutput.struct_class = Types::UpdateProfileOutput
1244
1479
 
1480
+ UpdateReviewTemplateAnswerInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1481
+ UpdateReviewTemplateAnswerInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
1482
+ UpdateReviewTemplateAnswerInput.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, required: true, location: "uri", location_name: "QuestionId"))
1483
+ UpdateReviewTemplateAnswerInput.add_member(:selected_choices, Shapes::ShapeRef.new(shape: SelectedChoices, location_name: "SelectedChoices"))
1484
+ UpdateReviewTemplateAnswerInput.add_member(:choice_updates, Shapes::ShapeRef.new(shape: ChoiceUpdates, location_name: "ChoiceUpdates"))
1485
+ UpdateReviewTemplateAnswerInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1486
+ UpdateReviewTemplateAnswerInput.add_member(:is_applicable, Shapes::ShapeRef.new(shape: IsApplicable, location_name: "IsApplicable"))
1487
+ UpdateReviewTemplateAnswerInput.add_member(:reason, Shapes::ShapeRef.new(shape: AnswerReason, location_name: "Reason"))
1488
+ UpdateReviewTemplateAnswerInput.struct_class = Types::UpdateReviewTemplateAnswerInput
1489
+
1490
+ UpdateReviewTemplateAnswerOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1491
+ UpdateReviewTemplateAnswerOutput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, location_name: "LensAlias"))
1492
+ UpdateReviewTemplateAnswerOutput.add_member(:answer, Shapes::ShapeRef.new(shape: ReviewTemplateAnswer, location_name: "Answer"))
1493
+ UpdateReviewTemplateAnswerOutput.struct_class = Types::UpdateReviewTemplateAnswerOutput
1494
+
1495
+ UpdateReviewTemplateInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1496
+ UpdateReviewTemplateInput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "TemplateName"))
1497
+ UpdateReviewTemplateInput.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "Description"))
1498
+ UpdateReviewTemplateInput.add_member(:notes, Shapes::ShapeRef.new(shape: Notes, location_name: "Notes"))
1499
+ UpdateReviewTemplateInput.add_member(:lenses_to_associate, Shapes::ShapeRef.new(shape: ReviewTemplateLensAliases, location_name: "LensesToAssociate"))
1500
+ UpdateReviewTemplateInput.add_member(:lenses_to_disassociate, Shapes::ShapeRef.new(shape: ReviewTemplateLensAliases, location_name: "LensesToDisassociate"))
1501
+ UpdateReviewTemplateInput.struct_class = Types::UpdateReviewTemplateInput
1502
+
1503
+ UpdateReviewTemplateLensReviewInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1504
+ UpdateReviewTemplateLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
1505
+ UpdateReviewTemplateLensReviewInput.add_member(:lens_notes, Shapes::ShapeRef.new(shape: Notes, location_name: "LensNotes"))
1506
+ UpdateReviewTemplateLensReviewInput.add_member(:pillar_notes, Shapes::ShapeRef.new(shape: PillarNotes, location_name: "PillarNotes"))
1507
+ UpdateReviewTemplateLensReviewInput.struct_class = Types::UpdateReviewTemplateLensReviewInput
1508
+
1509
+ UpdateReviewTemplateLensReviewOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
1510
+ UpdateReviewTemplateLensReviewOutput.add_member(:lens_review, Shapes::ShapeRef.new(shape: ReviewTemplateLensReview, location_name: "LensReview"))
1511
+ UpdateReviewTemplateLensReviewOutput.struct_class = Types::UpdateReviewTemplateLensReviewOutput
1512
+
1513
+ UpdateReviewTemplateOutput.add_member(:review_template, Shapes::ShapeRef.new(shape: ReviewTemplate, location_name: "ReviewTemplate"))
1514
+ UpdateReviewTemplateOutput.struct_class = Types::UpdateReviewTemplateOutput
1515
+
1245
1516
  UpdateShareInvitationInput.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, required: true, location: "uri", location_name: "ShareInvitationId"))
1246
1517
  UpdateShareInvitationInput.add_member(:share_invitation_action, Shapes::ShapeRef.new(shape: ShareInvitationAction, required: true, location_name: "ShareInvitationAction"))
1247
1518
  UpdateShareInvitationInput.struct_class = Types::UpdateShareInvitationInput
@@ -1292,6 +1563,11 @@ module Aws::WellArchitected
1292
1563
  UpgradeProfileVersionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1293
1564
  UpgradeProfileVersionInput.struct_class = Types::UpgradeProfileVersionInput
1294
1565
 
1566
+ UpgradeReviewTemplateLensReviewInput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location: "uri", location_name: "TemplateArn"))
1567
+ UpgradeReviewTemplateLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
1568
+ UpgradeReviewTemplateLensReviewInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
1569
+ UpgradeReviewTemplateLensReviewInput.struct_class = Types::UpgradeReviewTemplateLensReviewInput
1570
+
1295
1571
  Urls.member = Shapes::ShapeRef.new(shape: ChoiceContent)
1296
1572
 
1297
1573
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
@@ -1516,6 +1792,36 @@ module Aws::WellArchitected
1516
1792
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1517
1793
  end)
1518
1794
 
1795
+ api.add_operation(:create_review_template, Seahorse::Model::Operation.new.tap do |o|
1796
+ o.name = "CreateReviewTemplate"
1797
+ o.http_method = "POST"
1798
+ o.http_request_uri = "/reviewTemplates"
1799
+ o.input = Shapes::ShapeRef.new(shape: CreateReviewTemplateInput)
1800
+ o.output = Shapes::ShapeRef.new(shape: CreateReviewTemplateOutput)
1801
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1803
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1804
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1805
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1806
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1807
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1808
+ end)
1809
+
1810
+ api.add_operation(:create_template_share, Seahorse::Model::Operation.new.tap do |o|
1811
+ o.name = "CreateTemplateShare"
1812
+ o.http_method = "POST"
1813
+ o.http_request_uri = "/templates/shares/{TemplateArn}"
1814
+ o.input = Shapes::ShapeRef.new(shape: CreateTemplateShareInput)
1815
+ o.output = Shapes::ShapeRef.new(shape: CreateTemplateShareOutput)
1816
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1823
+ end)
1824
+
1519
1825
  api.add_operation(:create_workload, Seahorse::Model::Operation.new.tap do |o|
1520
1826
  o.name = "CreateWorkload"
1521
1827
  o.http_method = "POST"
@@ -1602,6 +1908,34 @@ module Aws::WellArchitected
1602
1908
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1603
1909
  end)
1604
1910
 
1911
+ api.add_operation(:delete_review_template, Seahorse::Model::Operation.new.tap do |o|
1912
+ o.name = "DeleteReviewTemplate"
1913
+ o.http_method = "DELETE"
1914
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}"
1915
+ o.input = Shapes::ShapeRef.new(shape: DeleteReviewTemplateInput)
1916
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1917
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1918
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1920
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1921
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1922
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1923
+ end)
1924
+
1925
+ api.add_operation(:delete_template_share, Seahorse::Model::Operation.new.tap do |o|
1926
+ o.name = "DeleteTemplateShare"
1927
+ o.http_method = "DELETE"
1928
+ o.http_request_uri = "/templates/shares/{TemplateArn}/{ShareId}"
1929
+ o.input = Shapes::ShapeRef.new(shape: DeleteTemplateShareInput)
1930
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1931
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1932
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1933
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1934
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1935
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1936
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1937
+ end)
1938
+
1605
1939
  api.add_operation(:delete_workload, Seahorse::Model::Operation.new.tap do |o|
1606
1940
  o.name = "DeleteWorkload"
1607
1941
  o.http_method = "DELETE"
@@ -1794,6 +2128,45 @@ module Aws::WellArchitected
1794
2128
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1795
2129
  end)
1796
2130
 
2131
+ api.add_operation(:get_review_template, Seahorse::Model::Operation.new.tap do |o|
2132
+ o.name = "GetReviewTemplate"
2133
+ o.http_method = "GET"
2134
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}"
2135
+ o.input = Shapes::ShapeRef.new(shape: GetReviewTemplateInput)
2136
+ o.output = Shapes::ShapeRef.new(shape: GetReviewTemplateOutput)
2137
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2138
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2139
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2140
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2141
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2142
+ end)
2143
+
2144
+ api.add_operation(:get_review_template_answer, Seahorse::Model::Operation.new.tap do |o|
2145
+ o.name = "GetReviewTemplateAnswer"
2146
+ o.http_method = "GET"
2147
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}"
2148
+ o.input = Shapes::ShapeRef.new(shape: GetReviewTemplateAnswerInput)
2149
+ o.output = Shapes::ShapeRef.new(shape: GetReviewTemplateAnswerOutput)
2150
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2152
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2153
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2154
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2155
+ end)
2156
+
2157
+ api.add_operation(:get_review_template_lens_review, Seahorse::Model::Operation.new.tap do |o|
2158
+ o.name = "GetReviewTemplateLensReview"
2159
+ o.http_method = "GET"
2160
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}"
2161
+ o.input = Shapes::ShapeRef.new(shape: GetReviewTemplateLensReviewInput)
2162
+ o.output = Shapes::ShapeRef.new(shape: GetReviewTemplateLensReviewOutput)
2163
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2164
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2165
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2166
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2167
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2168
+ end)
2169
+
1797
2170
  api.add_operation(:get_workload, Seahorse::Model::Operation.new.tap do |o|
1798
2171
  o.name = "GetWorkload"
1799
2172
  o.http_method = "GET"
@@ -2046,6 +2419,43 @@ module Aws::WellArchitected
2046
2419
  )
2047
2420
  end)
2048
2421
 
2422
+ api.add_operation(:list_review_template_answers, Seahorse::Model::Operation.new.tap do |o|
2423
+ o.name = "ListReviewTemplateAnswers"
2424
+ o.http_method = "GET"
2425
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers"
2426
+ o.input = Shapes::ShapeRef.new(shape: ListReviewTemplateAnswersInput)
2427
+ o.output = Shapes::ShapeRef.new(shape: ListReviewTemplateAnswersOutput)
2428
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2429
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2430
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2431
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2432
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2433
+ o[:pager] = Aws::Pager.new(
2434
+ limit_key: "max_results",
2435
+ tokens: {
2436
+ "next_token" => "next_token"
2437
+ }
2438
+ )
2439
+ end)
2440
+
2441
+ api.add_operation(:list_review_templates, Seahorse::Model::Operation.new.tap do |o|
2442
+ o.name = "ListReviewTemplates"
2443
+ o.http_method = "GET"
2444
+ o.http_request_uri = "/reviewTemplates"
2445
+ o.input = Shapes::ShapeRef.new(shape: ListReviewTemplatesInput)
2446
+ o.output = Shapes::ShapeRef.new(shape: ListReviewTemplatesOutput)
2447
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2448
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2449
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2450
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2451
+ o[:pager] = Aws::Pager.new(
2452
+ limit_key: "max_results",
2453
+ tokens: {
2454
+ "next_token" => "next_token"
2455
+ }
2456
+ )
2457
+ end)
2458
+
2049
2459
  api.add_operation(:list_share_invitations, Seahorse::Model::Operation.new.tap do |o|
2050
2460
  o.name = "ListShareInvitations"
2051
2461
  o.http_method = "GET"
@@ -2074,6 +2484,25 @@ module Aws::WellArchitected
2074
2484
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2075
2485
  end)
2076
2486
 
2487
+ api.add_operation(:list_template_shares, Seahorse::Model::Operation.new.tap do |o|
2488
+ o.name = "ListTemplateShares"
2489
+ o.http_method = "GET"
2490
+ o.http_request_uri = "/templates/shares/{TemplateArn}"
2491
+ o.input = Shapes::ShapeRef.new(shape: ListTemplateSharesInput)
2492
+ o.output = Shapes::ShapeRef.new(shape: ListTemplateSharesOutput)
2493
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2494
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2495
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2496
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2497
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2498
+ o[:pager] = Aws::Pager.new(
2499
+ limit_key: "max_results",
2500
+ tokens: {
2501
+ "next_token" => "next_token"
2502
+ }
2503
+ )
2504
+ end)
2505
+
2077
2506
  api.add_operation(:list_workload_shares, Seahorse::Model::Operation.new.tap do |o|
2078
2507
  o.name = "ListWorkloadShares"
2079
2508
  o.http_method = "GET"
@@ -2186,6 +2615,48 @@ module Aws::WellArchitected
2186
2615
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2187
2616
  end)
2188
2617
 
2618
+ api.add_operation(:update_review_template, Seahorse::Model::Operation.new.tap do |o|
2619
+ o.name = "UpdateReviewTemplate"
2620
+ o.http_method = "PATCH"
2621
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}"
2622
+ o.input = Shapes::ShapeRef.new(shape: UpdateReviewTemplateInput)
2623
+ o.output = Shapes::ShapeRef.new(shape: UpdateReviewTemplateOutput)
2624
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2625
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2626
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2627
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2628
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2629
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2630
+ end)
2631
+
2632
+ api.add_operation(:update_review_template_answer, Seahorse::Model::Operation.new.tap do |o|
2633
+ o.name = "UpdateReviewTemplateAnswer"
2634
+ o.http_method = "PATCH"
2635
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}"
2636
+ o.input = Shapes::ShapeRef.new(shape: UpdateReviewTemplateAnswerInput)
2637
+ o.output = Shapes::ShapeRef.new(shape: UpdateReviewTemplateAnswerOutput)
2638
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2639
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2640
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2641
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2642
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2643
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2644
+ end)
2645
+
2646
+ api.add_operation(:update_review_template_lens_review, Seahorse::Model::Operation.new.tap do |o|
2647
+ o.name = "UpdateReviewTemplateLensReview"
2648
+ o.http_method = "PATCH"
2649
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}"
2650
+ o.input = Shapes::ShapeRef.new(shape: UpdateReviewTemplateLensReviewInput)
2651
+ o.output = Shapes::ShapeRef.new(shape: UpdateReviewTemplateLensReviewOutput)
2652
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2654
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2655
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2656
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2657
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2658
+ end)
2659
+
2189
2660
  api.add_operation(:update_share_invitation, Seahorse::Model::Operation.new.tap do |o|
2190
2661
  o.name = "UpdateShareInvitation"
2191
2662
  o.http_method = "PATCH"
@@ -2255,6 +2726,20 @@ module Aws::WellArchitected
2255
2726
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2256
2727
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2257
2728
  end)
2729
+
2730
+ api.add_operation(:upgrade_review_template_lens_review, Seahorse::Model::Operation.new.tap do |o|
2731
+ o.name = "UpgradeReviewTemplateLensReview"
2732
+ o.http_method = "PUT"
2733
+ o.http_request_uri = "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade"
2734
+ o.input = Shapes::ShapeRef.new(shape: UpgradeReviewTemplateLensReviewInput)
2735
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2736
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2737
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2738
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2739
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2740
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2741
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2742
+ end)
2258
2743
  end
2259
2744
 
2260
2745
  end