lib/aws-sdk-wellarchitected/plugins/endpoints.rb in aws-sdk-wellarchitected-1.29.0 vs lib/aws-sdk-wellarchitected/plugins/endpoints.rb in aws-sdk-wellarchitected-1.30.0
- old
+ new
@@ -68,10 +68,14 @@
Aws::WellArchitected::Endpoints::CreateMilestone.build(context)
when :create_profile
Aws::WellArchitected::Endpoints::CreateProfile.build(context)
when :create_profile_share
Aws::WellArchitected::Endpoints::CreateProfileShare.build(context)
+ when :create_review_template
+ Aws::WellArchitected::Endpoints::CreateReviewTemplate.build(context)
+ when :create_template_share
+ Aws::WellArchitected::Endpoints::CreateTemplateShare.build(context)
when :create_workload
Aws::WellArchitected::Endpoints::CreateWorkload.build(context)
when :create_workload_share
Aws::WellArchitected::Endpoints::CreateWorkloadShare.build(context)
when :delete_lens
@@ -80,10 +84,14 @@
Aws::WellArchitected::Endpoints::DeleteLensShare.build(context)
when :delete_profile
Aws::WellArchitected::Endpoints::DeleteProfile.build(context)
when :delete_profile_share
Aws::WellArchitected::Endpoints::DeleteProfileShare.build(context)
+ when :delete_review_template
+ Aws::WellArchitected::Endpoints::DeleteReviewTemplate.build(context)
+ when :delete_template_share
+ Aws::WellArchitected::Endpoints::DeleteTemplateShare.build(context)
when :delete_workload
Aws::WellArchitected::Endpoints::DeleteWorkload.build(context)
when :delete_workload_share
Aws::WellArchitected::Endpoints::DeleteWorkloadShare.build(context)
when :disassociate_lenses
@@ -108,10 +116,16 @@
Aws::WellArchitected::Endpoints::GetMilestone.build(context)
when :get_profile
Aws::WellArchitected::Endpoints::GetProfile.build(context)
when :get_profile_template
Aws::WellArchitected::Endpoints::GetProfileTemplate.build(context)
+ when :get_review_template
+ Aws::WellArchitected::Endpoints::GetReviewTemplate.build(context)
+ when :get_review_template_answer
+ Aws::WellArchitected::Endpoints::GetReviewTemplateAnswer.build(context)
+ when :get_review_template_lens_review
+ Aws::WellArchitected::Endpoints::GetReviewTemplateLensReview.build(context)
when :get_workload
Aws::WellArchitected::Endpoints::GetWorkload.build(context)
when :import_lens
Aws::WellArchitected::Endpoints::ImportLens.build(context)
when :list_answers
@@ -136,14 +150,20 @@
Aws::WellArchitected::Endpoints::ListProfileNotifications.build(context)
when :list_profile_shares
Aws::WellArchitected::Endpoints::ListProfileShares.build(context)
when :list_profiles
Aws::WellArchitected::Endpoints::ListProfiles.build(context)
+ when :list_review_template_answers
+ Aws::WellArchitected::Endpoints::ListReviewTemplateAnswers.build(context)
+ when :list_review_templates
+ Aws::WellArchitected::Endpoints::ListReviewTemplates.build(context)
when :list_share_invitations
Aws::WellArchitected::Endpoints::ListShareInvitations.build(context)
when :list_tags_for_resource
Aws::WellArchitected::Endpoints::ListTagsForResource.build(context)
+ when :list_template_shares
+ Aws::WellArchitected::Endpoints::ListTemplateShares.build(context)
when :list_workload_shares
Aws::WellArchitected::Endpoints::ListWorkloadShares.build(context)
when :list_workloads
Aws::WellArchitected::Endpoints::ListWorkloads.build(context)
when :tag_resource
@@ -156,19 +176,27 @@
Aws::WellArchitected::Endpoints::UpdateGlobalSettings.build(context)
when :update_lens_review
Aws::WellArchitected::Endpoints::UpdateLensReview.build(context)
when :update_profile
Aws::WellArchitected::Endpoints::UpdateProfile.build(context)
+ when :update_review_template
+ Aws::WellArchitected::Endpoints::UpdateReviewTemplate.build(context)
+ when :update_review_template_answer
+ Aws::WellArchitected::Endpoints::UpdateReviewTemplateAnswer.build(context)
+ when :update_review_template_lens_review
+ Aws::WellArchitected::Endpoints::UpdateReviewTemplateLensReview.build(context)
when :update_share_invitation
Aws::WellArchitected::Endpoints::UpdateShareInvitation.build(context)
when :update_workload
Aws::WellArchitected::Endpoints::UpdateWorkload.build(context)
when :update_workload_share
Aws::WellArchitected::Endpoints::UpdateWorkloadShare.build(context)
when :upgrade_lens_review
Aws::WellArchitected::Endpoints::UpgradeLensReview.build(context)
when :upgrade_profile_version
Aws::WellArchitected::Endpoints::UpgradeProfileVersion.build(context)
+ when :upgrade_review_template_lens_review
+ Aws::WellArchitected::Endpoints::UpgradeReviewTemplateLensReview.build(context)
end
end
end
def add_handlers(handlers, _config)