[][src]Struct adventure_rusoto_ecs::AwsEcs

pub struct AwsEcs<T> { /* fields omitted */ }

A wrapper for various type of requests in rusoto_ecs.

Trait Implementations

impl From<CreateClusterRequest> for AwsEcs<CreateClusterRequest>[src]

impl From<CreateServiceRequest> for AwsEcs<CreateServiceRequest>[src]

impl From<DeleteAccountSettingRequest> for AwsEcs<DeleteAccountSettingRequest>[src]

impl From<DeleteAttributesRequest> for AwsEcs<DeleteAttributesRequest>[src]

impl From<DeleteClusterRequest> for AwsEcs<DeleteClusterRequest>[src]

impl From<DeleteServiceRequest> for AwsEcs<DeleteServiceRequest>[src]

impl From<DeregisterContainerInstanceRequest> for AwsEcs<DeregisterContainerInstanceRequest>[src]

impl From<DeregisterTaskDefinitionRequest> for AwsEcs<DeregisterTaskDefinitionRequest>[src]

impl From<DescribeClustersRequest> for AwsEcs<DescribeClustersRequest>[src]

impl From<DescribeContainerInstancesRequest> for AwsEcs<DescribeContainerInstancesRequest>[src]

impl From<DescribeServicesRequest> for AwsEcs<DescribeServicesRequest>[src]

impl From<DescribeTaskDefinitionRequest> for AwsEcs<DescribeTaskDefinitionRequest>[src]

impl From<DescribeTasksRequest> for AwsEcs<DescribeTasksRequest>[src]

impl From<DiscoverPollEndpointRequest> for AwsEcs<DiscoverPollEndpointRequest>[src]

impl From<ListAccountSettingsRequest> for AwsEcs<ListAccountSettingsRequest>[src]

impl From<ListAttributesRequest> for AwsEcs<ListAttributesRequest>[src]

impl From<ListClustersRequest> for AwsEcs<ListClustersRequest>[src]

impl From<ListContainerInstancesRequest> for AwsEcs<ListContainerInstancesRequest>[src]

impl From<ListServicesRequest> for AwsEcs<ListServicesRequest>[src]

impl From<ListTagsForResourceRequest> for AwsEcs<ListTagsForResourceRequest>[src]

impl From<ListTaskDefinitionFamiliesRequest> for AwsEcs<ListTaskDefinitionFamiliesRequest>[src]

impl From<ListTaskDefinitionsRequest> for AwsEcs<ListTaskDefinitionsRequest>[src]

impl From<ListTasksRequest> for AwsEcs<ListTasksRequest>[src]

impl From<PutAccountSettingRequest> for AwsEcs<PutAccountSettingRequest>[src]

impl From<PutAccountSettingDefaultRequest> for AwsEcs<PutAccountSettingDefaultRequest>[src]

impl From<PutAttributesRequest> for AwsEcs<PutAttributesRequest>[src]

impl From<RegisterContainerInstanceRequest> for AwsEcs<RegisterContainerInstanceRequest>[src]

impl From<RegisterTaskDefinitionRequest> for AwsEcs<RegisterTaskDefinitionRequest>[src]

impl From<RunTaskRequest> for AwsEcs<RunTaskRequest>[src]

impl From<StartTaskRequest> for AwsEcs<StartTaskRequest>[src]

impl From<StopTaskRequest> for AwsEcs<StopTaskRequest>[src]

impl From<SubmitContainerStateChangeRequest> for AwsEcs<SubmitContainerStateChangeRequest>[src]

impl From<SubmitTaskStateChangeRequest> for AwsEcs<SubmitTaskStateChangeRequest>[src]

impl From<TagResourceRequest> for AwsEcs<TagResourceRequest>[src]

impl From<UntagResourceRequest> for AwsEcs<UntagResourceRequest>[src]

impl From<UpdateContainerAgentRequest> for AwsEcs<UpdateContainerAgentRequest>[src]

impl From<UpdateContainerInstancesStateRequest> for AwsEcs<UpdateContainerInstancesStateRequest>[src]

impl From<UpdateServiceRequest> for AwsEcs<UpdateServiceRequest>[src]

impl<T: Clone> Clone for AwsEcs<T>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for AwsEcs<T>[src]

impl<C> OneshotRequest<C> for AwsEcs<CreateClusterRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<CreateServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeleteAccountSettingRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeleteAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeleteClusterRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeleteServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeregisterContainerInstanceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DeregisterTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DescribeClustersRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DescribeContainerInstancesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DescribeServicesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DescribeTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DescribeTasksRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<DiscoverPollEndpointRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListAccountSettingsRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListClustersRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListContainerInstancesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListServicesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListTagsForResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListTaskDefinitionFamiliesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListTaskDefinitionsRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<ListTasksRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<PutAccountSettingRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<PutAccountSettingDefaultRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<PutAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<RegisterContainerInstanceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<RegisterTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<RunTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<StartTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<StopTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<SubmitContainerStateChangeRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<SubmitTaskStateChangeRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<TagResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<UntagResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<UpdateContainerAgentRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<UpdateContainerInstancesStateRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl<C> OneshotRequest<C> for AwsEcs<UpdateServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn repeat(self) -> Repeat<Self> where
    Self: Clone
[src]

impl RetriableRequest for AwsEcs<CreateClusterRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<CreateServiceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DeleteAccountSettingRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DeleteClusterRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DeleteServiceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DeregisterContainerInstanceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DeregisterTaskDefinitionRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DescribeClustersRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DescribeContainerInstancesRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DescribeServicesRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DescribeTaskDefinitionRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DescribeTasksRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<DiscoverPollEndpointRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListAccountSettingsRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListClustersRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListContainerInstancesRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListServicesRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListTagsForResourceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListTaskDefinitionFamiliesRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListTaskDefinitionsRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<ListTasksRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<PutAccountSettingRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<PutAccountSettingDefaultRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<RegisterContainerInstanceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<RegisterTaskDefinitionRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<RunTaskRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<StartTaskRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<StopTaskRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<SubmitContainerStateChangeRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<SubmitTaskStateChangeRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<TagResourceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<UntagResourceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<UpdateContainerAgentRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<UpdateContainerInstancesStateRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl RetriableRequest for AwsEcs<UpdateServiceRequest>[src]

fn retry(self) -> Retrying<Self, TokioTimer, ExponentialBackoff, ()>[src]

Wrap this request to retry itself on failure, with a default [ExponentialBackoff] strategy. Read more

fn retry_with_backoff<B>(self, backoff: B) -> Retrying<Self, TokioTimer, B, ()> where
    B: Backoff,
    Self: BaseRequest
[src]

Wrap this request to retry itself on failure, with a given backoff strategy. Read more

impl BaseRequest for AwsEcs<CreateClusterRequest>[src]

type Ok = CreateClusterResponse

The type of successful values from the corresponding response.

type Error = CreateClusterError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<CreateServiceRequest>[src]

type Ok = CreateServiceResponse

The type of successful values from the corresponding response.

type Error = CreateServiceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeleteAccountSettingRequest>[src]

type Ok = DeleteAccountSettingResponse

The type of successful values from the corresponding response.

type Error = DeleteAccountSettingError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeleteAttributesRequest>[src]

type Ok = DeleteAttributesResponse

The type of successful values from the corresponding response.

type Error = DeleteAttributesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeleteClusterRequest>[src]

type Ok = DeleteClusterResponse

The type of successful values from the corresponding response.

type Error = DeleteClusterError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeleteServiceRequest>[src]

type Ok = DeleteServiceResponse

The type of successful values from the corresponding response.

type Error = DeleteServiceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeregisterContainerInstanceRequest>[src]

type Ok = DeregisterContainerInstanceResponse

The type of successful values from the corresponding response.

type Error = DeregisterContainerInstanceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DeregisterTaskDefinitionRequest>[src]

type Ok = DeregisterTaskDefinitionResponse

The type of successful values from the corresponding response.

type Error = DeregisterTaskDefinitionError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DescribeClustersRequest>[src]

type Ok = DescribeClustersResponse

The type of successful values from the corresponding response.

type Error = DescribeClustersError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DescribeContainerInstancesRequest>[src]

type Ok = DescribeContainerInstancesResponse

The type of successful values from the corresponding response.

type Error = DescribeContainerInstancesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DescribeServicesRequest>[src]

type Ok = DescribeServicesResponse

The type of successful values from the corresponding response.

type Error = DescribeServicesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DescribeTaskDefinitionRequest>[src]

type Ok = DescribeTaskDefinitionResponse

The type of successful values from the corresponding response.

type Error = DescribeTaskDefinitionError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DescribeTasksRequest>[src]

type Ok = DescribeTasksResponse

The type of successful values from the corresponding response.

type Error = DescribeTasksError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<DiscoverPollEndpointRequest>[src]

type Ok = DiscoverPollEndpointResponse

The type of successful values from the corresponding response.

type Error = DiscoverPollEndpointError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListAccountSettingsRequest>[src]

type Ok = ListAccountSettingsResponse

The type of successful values from the corresponding response.

type Error = ListAccountSettingsError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListAttributesRequest>[src]

type Ok = ListAttributesResponse

The type of successful values from the corresponding response.

type Error = ListAttributesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListClustersRequest>[src]

type Ok = ListClustersResponse

The type of successful values from the corresponding response.

type Error = ListClustersError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListContainerInstancesRequest>[src]

type Ok = ListContainerInstancesResponse

The type of successful values from the corresponding response.

type Error = ListContainerInstancesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListServicesRequest>[src]

type Ok = ListServicesResponse

The type of successful values from the corresponding response.

type Error = ListServicesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListTagsForResourceRequest>[src]

type Ok = ListTagsForResourceResponse

The type of successful values from the corresponding response.

type Error = ListTagsForResourceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListTaskDefinitionFamiliesRequest>[src]

type Ok = ListTaskDefinitionFamiliesResponse

The type of successful values from the corresponding response.

type Error = ListTaskDefinitionFamiliesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListTaskDefinitionsRequest>[src]

type Ok = ListTaskDefinitionsResponse

The type of successful values from the corresponding response.

type Error = ListTaskDefinitionsError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<ListTasksRequest>[src]

type Ok = ListTasksResponse

The type of successful values from the corresponding response.

type Error = ListTasksError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<PutAccountSettingRequest>[src]

type Ok = PutAccountSettingResponse

The type of successful values from the corresponding response.

type Error = PutAccountSettingError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<PutAccountSettingDefaultRequest>[src]

type Ok = PutAccountSettingDefaultResponse

The type of successful values from the corresponding response.

type Error = PutAccountSettingDefaultError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<PutAttributesRequest>[src]

type Ok = PutAttributesResponse

The type of successful values from the corresponding response.

type Error = PutAttributesError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<RegisterContainerInstanceRequest>[src]

type Ok = RegisterContainerInstanceResponse

The type of successful values from the corresponding response.

type Error = RegisterContainerInstanceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<RegisterTaskDefinitionRequest>[src]

type Ok = RegisterTaskDefinitionResponse

The type of successful values from the corresponding response.

type Error = RegisterTaskDefinitionError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<RunTaskRequest>[src]

type Ok = RunTaskResponse

The type of successful values from the corresponding response.

type Error = RunTaskError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<StartTaskRequest>[src]

type Ok = StartTaskResponse

The type of successful values from the corresponding response.

type Error = StartTaskError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<StopTaskRequest>[src]

type Ok = StopTaskResponse

The type of successful values from the corresponding response.

type Error = StopTaskError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<SubmitContainerStateChangeRequest>[src]

type Ok = SubmitContainerStateChangeResponse

The type of successful values from the corresponding response.

type Error = SubmitContainerStateChangeError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<SubmitTaskStateChangeRequest>[src]

type Ok = SubmitTaskStateChangeResponse

The type of successful values from the corresponding response.

type Error = SubmitTaskStateChangeError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<TagResourceRequest>[src]

type Ok = TagResourceResponse

The type of successful values from the corresponding response.

type Error = TagResourceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<UntagResourceRequest>[src]

type Ok = UntagResourceResponse

The type of successful values from the corresponding response.

type Error = UntagResourceError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<UpdateContainerAgentRequest>[src]

type Ok = UpdateContainerAgentResponse

The type of successful values from the corresponding response.

type Error = UpdateContainerAgentError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<UpdateContainerInstancesStateRequest>[src]

type Ok = UpdateContainerInstancesStateResponse

The type of successful values from the corresponding response.

type Error = UpdateContainerInstancesStateError

The type of failures from the corresponding response.

impl BaseRequest for AwsEcs<UpdateServiceRequest>[src]

type Ok = UpdateServiceResponse

The type of successful values from the corresponding response.

type Error = UpdateServiceError

The type of failures from the corresponding response.

impl<C> Request<C> for AwsEcs<CreateClusterRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<CreateServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeleteAccountSettingRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeleteAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeleteClusterRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeleteServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeregisterContainerInstanceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DeregisterTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DescribeClustersRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DescribeContainerInstancesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DescribeServicesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DescribeTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DescribeTasksRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<DiscoverPollEndpointRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListAccountSettingsRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListClustersRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListContainerInstancesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListServicesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListTagsForResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListTaskDefinitionFamiliesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListTaskDefinitionsRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<ListTasksRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<PutAccountSettingRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<PutAccountSettingDefaultRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<PutAttributesRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<RegisterContainerInstanceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<RegisterTaskDefinitionRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<RunTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<StartTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<StopTaskRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<SubmitContainerStateChangeRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<SubmitTaskStateChangeRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<TagResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<UntagResourceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<UpdateContainerAgentRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<UpdateContainerInstancesStateRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl<C> Request<C> for AwsEcs<UpdateServiceRequest> where
    C: AsEcs
[src]

type Response = RusotoResponse<Self>

The type of corresponding responses of this request.

fn oneshot(self) -> Oneshot<Self>[src]

fn retry_if<F>(
    self,
    pred: F
) -> Retrying<Self, TokioTimer, ExponentialBackoff, F> where
    F: RetrialPredicate<Self>, 
[src]

Wrap this request to retry if the given predicate returns true. Read more

fn retry_with_config<T, B, F>(
    self,
    timer: T,
    pred: F,
    backoff: B
) -> Retrying<Self, T, B, F> where
    B: Backoff,
    F: RetrialPredicate<Self>,
    T: Timer + Unpin
[src]

Wrap this request to retry with customizable options, including the timer implementation.

impl PagedRequest for AwsEcs<ListAccountSettingsRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListAttributesRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListClustersRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListContainerInstancesRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListServicesRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListTaskDefinitionFamiliesRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListTaskDefinitionsRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

impl PagedRequest for AwsEcs<ListTasksRequest>[src]

fn paginate<C>(self, client: C) -> Paginator<C, Self> where
    Self: Request<C>, 
[src]

Auto Trait Implementations

impl<T> Send for AwsEcs<T> where
    T: Send

impl<T> Sync for AwsEcs<T> where
    T: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self