lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.76.0 vs lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.77.0

- old
+ new

@@ -273,10 +273,15 @@ # functionality of `standard` mode along with automatic client side # throttling. This is a provisional mode that may change behavior # in the future. # # + # @option options [String] :sdk_ua_app_id + # A unique and opaque application ID that is appended to the + # User-Agent header as app/<sdk_ua_app_id>. It should have a + # maximum length of 50. + # # @option options [String] :secret_access_key # # @option options [String] :session_token # # @option options [Boolean] :stub_responses (false) @@ -3278,11 +3283,11 @@ end # Delete a streaming distribution. To delete an RTMP distribution using # the CloudFront API, perform the following steps. # - # **To delete an RTMP distribution using the CloudFront API**\: + # **To delete an RTMP distribution using the CloudFront API**: # # 1. Disable the RTMP distribution. # # 2. Submit a `GET Streaming Distribution Config` request to get the # current configuration and the `Etag` header for the distribution. @@ -8874,10 +8879,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloudfront' - context[:gem_version] = '1.76.0' + context[:gem_version] = '1.77.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #