[][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::Ok, CreateClusterError>

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::Ok, CreateServiceError>

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::Ok, DeleteAccountSettingError>

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::Ok, DeleteAttributesError>

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::Ok, DeleteClusterError>

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::Ok, DeleteServiceError>

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::Ok, DeregisterContainerInstanceError>

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::Ok, DeregisterTaskDefinitionError>

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::Ok, DescribeClustersError>

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::Ok, DescribeContainerInstancesError>

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::Ok, DescribeServicesError>

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::Ok, DescribeTaskDefinitionError>

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::Ok, DescribeTasksError>

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::Ok, DiscoverPollEndpointError>

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::Ok, ListAccountSettingsError>

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::Ok, ListAttributesError>

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::Ok, ListClustersError>

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::Ok, ListContainerInstancesError>

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::Ok, ListServicesError>

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::Ok, ListTagsForResourceError>

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::Ok, ListTaskDefinitionFamiliesError>

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::Ok, ListTaskDefinitionsError>

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::Ok, ListTasksError>

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::Ok, PutAccountSettingError>

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::Ok, PutAccountSettingDefaultError>

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::Ok, PutAttributesError>

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::Ok, RegisterContainerInstanceError>

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::Ok, RegisterTaskDefinitionError>

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::Ok, RunTaskError>

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::Ok, StartTaskError>

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::Ok, StopTaskError>

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::Ok, SubmitContainerStateChangeError>

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::Ok, SubmitTaskStateChangeError>

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::Ok, TagResourceError>

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::Ok, UntagResourceError>

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::Ok, UpdateContainerAgentError>

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::Ok, UpdateContainerInstancesStateError>

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::Ok, UpdateServiceError>

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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<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 = RusotoError<UpdateServiceError>

The type of failures from the corresponding response.

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

type Response = RusotoResponse<Self::Ok, CreateClusterError>

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::Ok, CreateServiceError>

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::Ok, DeleteAccountSettingError>

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::Ok, DeleteAttributesError>

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::Ok, DeleteClusterError>

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::Ok, DeleteServiceError>

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::Ok, DeregisterContainerInstanceError>

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::Ok, DeregisterTaskDefinitionError>

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::Ok, DescribeClustersError>

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::Ok, DescribeContainerInstancesError>

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::Ok, DescribeServicesError>

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::Ok, DescribeTaskDefinitionError>

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::Ok, DescribeTasksError>

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::Ok, DiscoverPollEndpointError>

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::Ok, ListAccountSettingsError>

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::Ok, ListAttributesError>

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::Ok, ListClustersError>

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::Ok, ListContainerInstancesError>

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::Ok, ListServicesError>

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::Ok, ListTagsForResourceError>

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::Ok, ListTaskDefinitionFamiliesError>

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::Ok, ListTaskDefinitionsError>

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::Ok, ListTasksError>

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::Ok, PutAccountSettingError>

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::Ok, PutAccountSettingDefaultError>

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::Ok, PutAttributesError>

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::Ok, RegisterContainerInstanceError>

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::Ok, RegisterTaskDefinitionError>

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::Ok, RunTaskError>

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::Ok, StartTaskError>

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::Ok, StopTaskError>

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::Ok, SubmitContainerStateChangeError>

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::Ok, SubmitTaskStateChangeError>

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::Ok, TagResourceError>

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::Ok, UntagResourceError>

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::Ok, UpdateContainerAgentError>

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::Ok, UpdateContainerInstancesStateError>

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::Ok, UpdateServiceError>

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> Unpin for AwsEcs<T> where
    T: Unpin

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

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

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

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Erased for T