lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.67.0 vs lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.68.0
- old
+ new
@@ -3976,11 +3976,12 @@
def get_monitoring_subscription(params = {}, options = {})
req = build_request(:get_monitoring_subscription, params)
req.send_request(options)
end
- # Gets a CloudFront origin access control.
+ # Gets a CloudFront origin access control, including its unique
+ # identifier.
#
# @option params [required, String] :id
# The unique identifier of the origin access control.
#
# @return [Types::GetOriginAccessControlResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4011,11 +4012,11 @@
def get_origin_access_control(params = {}, options = {})
req = build_request(:get_origin_access_control, params)
req.send_request(options)
end
- # Gets a CloudFront origin access control.
+ # Gets a CloudFront origin access control configuration.
#
# @option params [required, String] :id
# The unique identifier of the origin access control.
#
# @return [Types::GetOriginAccessControlConfigResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -8043,10 +8044,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloudfront'
- context[:gem_version] = '1.67.0'
+ context[:gem_version] = '1.68.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#