lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.63.0 vs lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.64.0

- old
+ new

@@ -2170,10 +2170,14 @@ # value: "string", # required # override: false, # required # }, # ], # }, + # server_timing_headers_config: { + # enabled: false, # required + # sampling_rate: 1.0, + # }, # }, # }) # # @example Response structure # @@ -2214,10 +2218,12 @@ # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.quantity #=> Integer # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items #=> Array # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].header #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].value #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].override #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.enabled #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.sampling_rate #=> Float # resp.location #=> String # resp.etag #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateResponseHeadersPolicy AWS API Documentation # @@ -4175,10 +4181,12 @@ # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.quantity #=> Integer # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items #=> Array # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].header #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].value #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].override #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.enabled #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.sampling_rate #=> Float # resp.etag #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicy AWS API Documentation # # @overload get_response_headers_policy(params = {}) @@ -4254,10 +4262,12 @@ # resp.response_headers_policy_config.custom_headers_config.quantity #=> Integer # resp.response_headers_policy_config.custom_headers_config.items #=> Array # resp.response_headers_policy_config.custom_headers_config.items[0].header #=> String # resp.response_headers_policy_config.custom_headers_config.items[0].value #=> String # resp.response_headers_policy_config.custom_headers_config.items[0].override #=> Boolean + # resp.response_headers_policy_config.server_timing_headers_config.enabled #=> Boolean + # resp.response_headers_policy_config.server_timing_headers_config.sampling_rate #=> Float # resp.etag #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetResponseHeadersPolicyConfig AWS API Documentation # # @overload get_response_headers_policy_config(params = {}) @@ -5997,10 +6007,12 @@ # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.custom_headers_config.quantity #=> Integer # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.custom_headers_config.items #=> Array # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].header #=> String # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].value #=> String # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].override #=> Boolean + # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.server_timing_headers_config.enabled #=> Boolean + # resp.response_headers_policy_list.items[0].response_headers_policy.response_headers_policy_config.server_timing_headers_config.sampling_rate #=> Float # # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListResponseHeadersPolicies AWS API Documentation # # @overload list_response_headers_policies(params = {}) # @param [Hash] params ({}) @@ -7588,10 +7600,14 @@ # value: "string", # required # override: false, # required # }, # ], # }, + # server_timing_headers_config: { + # enabled: false, # required + # sampling_rate: 1.0, + # }, # }, # id: "string", # required # if_match: "string", # }) # @@ -7634,10 +7650,12 @@ # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.quantity #=> Integer # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items #=> Array # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].header #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].value #=> String # resp.response_headers_policy.response_headers_policy_config.custom_headers_config.items[0].override #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.enabled #=> Boolean + # resp.response_headers_policy.response_headers_policy_config.server_timing_headers_config.sampling_rate #=> Float # resp.etag #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateResponseHeadersPolicy AWS API Documentation # # @overload update_response_headers_policy(params = {}) @@ -7748,10 +7766,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloudfront' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #