Struct aws_sdk_cloudfront::client::fluent_builders::UpdateResponseHeadersPolicy [−][src]
pub struct UpdateResponseHeadersPolicy<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateResponseHeadersPolicy
.
Updates a response headers policy.
When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
-
Use
GetResponseHeadersPolicyConfig
to get the current policy’s configuration. -
Modify the fields in the response headers policy configuration that you want to update.
-
Call
UpdateResponseHeadersPolicy
, providing the entire response headers policy configuration, including the fields that you modified and those that you didn’t.
Implementations
impl<C, M, R> UpdateResponseHeadersPolicy<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateResponseHeadersPolicy<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateResponseHeadersPolicyOutput, SdkError<UpdateResponseHeadersPolicyError>> where
R::Policy: SmithyRetryPolicy<UpdateResponseHeadersPolicyInputOperationOutputAlias, UpdateResponseHeadersPolicyOutput, UpdateResponseHeadersPolicyError, UpdateResponseHeadersPolicyInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateResponseHeadersPolicyOutput, SdkError<UpdateResponseHeadersPolicyError>> where
R::Policy: SmithyRetryPolicy<UpdateResponseHeadersPolicyInputOperationOutputAlias, UpdateResponseHeadersPolicyOutput, UpdateResponseHeadersPolicyError, UpdateResponseHeadersPolicyInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
A response headers policy configuration.
pub fn set_response_headers_policy_config(
self,
input: Option<ResponseHeadersPolicyConfig>
) -> Self
pub fn set_response_headers_policy_config(
self,
input: Option<ResponseHeadersPolicyConfig>
) -> Self
A response headers policy configuration.
The identifier for the response headers policy that you are updating.
The identifier for the response headers policy that you are updating.
The version of the response headers policy that you are updating.
The version is returned in the cache policy’s ETag
field in the response
to GetResponseHeadersPolicyConfig
.
The version of the response headers policy that you are updating.
The version is returned in the cache policy’s ETag
field in the response
to GetResponseHeadersPolicyConfig
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateResponseHeadersPolicy<C, M, R>
impl<C, M, R> Send for UpdateResponseHeadersPolicy<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateResponseHeadersPolicy<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateResponseHeadersPolicy<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateResponseHeadersPolicy<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more