lib/aws-sdk-wellarchitected/plugins/endpoints.rb in aws-sdk-wellarchitected-1.33.0 vs lib/aws-sdk-wellarchitected/plugins/endpoints.rb in aws-sdk-wellarchitected-1.34.0
- old
+ new
@@ -104,10 +104,12 @@
Aws::WellArchitected::Endpoints::ExportLens.build(context)
when :get_answer
Aws::WellArchitected::Endpoints::GetAnswer.build(context)
when :get_consolidated_report
Aws::WellArchitected::Endpoints::GetConsolidatedReport.build(context)
+ when :get_global_settings
+ Aws::WellArchitected::Endpoints::GetGlobalSettings.build(context)
when :get_lens
Aws::WellArchitected::Endpoints::GetLens.build(context)
when :get_lens_review
Aws::WellArchitected::Endpoints::GetLensReview.build(context)
when :get_lens_review_report
@@ -174,9 +176,11 @@
Aws::WellArchitected::Endpoints::UntagResource.build(context)
when :update_answer
Aws::WellArchitected::Endpoints::UpdateAnswer.build(context)
when :update_global_settings
Aws::WellArchitected::Endpoints::UpdateGlobalSettings.build(context)
+ when :update_integration
+ Aws::WellArchitected::Endpoints::UpdateIntegration.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