lib/aws-sdk-ecr/plugins/endpoints.rb in aws-sdk-ecr-1.65.0 vs lib/aws-sdk-ecr/plugins/endpoints.rb in aws-sdk-ecr-1.66.0
- old
+ new
@@ -134,11 +134,15 @@
Aws::ECR::Endpoints::StartLifecyclePolicyPreview.build(context)
when :tag_resource
Aws::ECR::Endpoints::TagResource.build(context)
when :untag_resource
Aws::ECR::Endpoints::UntagResource.build(context)
+ when :update_pull_through_cache_rule
+ Aws::ECR::Endpoints::UpdatePullThroughCacheRule.build(context)
when :upload_layer_part
Aws::ECR::Endpoints::UploadLayerPart.build(context)
+ when :validate_pull_through_cache_rule
+ Aws::ECR::Endpoints::ValidatePullThroughCacheRule.build(context)
end
end
end
def add_handlers(handlers, _config)