[
][
C:
/
Program Files (x86)
/
AWS SDK for .NET
/
past-releases
/
Version-2
/
WindowsRT
/]
Upload
Terminal
File Manager
Server Info
Current File :
C:/Program Files (x86)/AWS SDK for .NET/past-releases/Version-2/WindowsRT/AWSSDK.xml
<?xml version="1.0"?> <doc> <assembly> <name>AWSSDK</name> </assembly> <members> <member name="T:Amazon.Runtime.Internal.ErrorHandler"> <summary> This handler processes exceptions thrown from the HTTP handler and unmarshalls error responses. </summary> </member> <member name="T:Amazon.Runtime.Internal.PipelineHandler"> <summary> An abstract pipeline handler that has implements IPipelineHandler, and has the default implmentation. This is the base class for most of the handler implementations. </summary> </member> <member name="T:Amazon.Runtime.IPipelineHandler"> <summary> Interface for a handler in a pipeline. </summary> </member> <member name="M:Amazon.Runtime.IPipelineHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Contains the processing logic for a synchronous request invocation. This method should call InnerHandler.InvokeSync to continue processing of the request by the pipeline, unless it's a terminating handler. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.IPipelineHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Contains the processing logic for an asynchronous request invocation. This method should call InnerHandler.InvokeSync to continue processing of the request by the pipeline, unless it's a terminating handler. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="P:Amazon.Runtime.IPipelineHandler.Logger"> <summary> The logger used to log messages. </summary> </member> <member name="P:Amazon.Runtime.IPipelineHandler.InnerHandler"> <summary> The inner handler which is called after the current handler completes it's processing. </summary> </member> <member name="P:Amazon.Runtime.IPipelineHandler.OuterHandler"> <summary> The outer handler which encapsulates the current handler. </summary> </member> <member name="M:Amazon.Runtime.Internal.PipelineHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Contains the processing logic for a synchronous request invocation. This method calls InnerHandler.InvokeSync to continue processing of the request by the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.PipelineHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Contains the processing logic for an asynchronous request invocation. This method calls InnerHandler.InvokeSync to continue processing of the request by the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.PipelineHandler.LogMetrics(Amazon.Runtime.IExecutionContext)"> <summary> Logs the metrics for the current execution context. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> </member> <member name="P:Amazon.Runtime.Internal.PipelineHandler.Logger"> <summary> The logger used to log messages. </summary> </member> <member name="P:Amazon.Runtime.Internal.PipelineHandler.InnerHandler"> <summary> The inner handler which is called after the current handler completes it's processing. </summary> </member> <member name="P:Amazon.Runtime.Internal.PipelineHandler.OuterHandler"> <summary> The outer handler which encapsulates the current handler. </summary> </member> <member name="F:Amazon.Runtime.Internal.ErrorHandler._exceptionHandlers"> <summary> Default set of exception handlers. </summary> </member> <member name="M:Amazon.Runtime.Internal.ErrorHandler.#ctor(Amazon.Runtime.Internal.Util.ILogger)"> <summary> Constructor for ErrorHandler. </summary> <param name="logger">an ILogger instance.</param> </member> <member name="M:Amazon.Runtime.Internal.ErrorHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Handles and processes any exception thrown from underlying handlers. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.ErrorHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Handles and processes any exception thrown from underlying handlers. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.ErrorHandler.DisposeReponse(Amazon.Runtime.IResponseContext)"> <summary> Disposes the response body. </summary> <param name="responseContext">The response context.</param> </member> <member name="M:Amazon.Runtime.Internal.ErrorHandler.ProcessException(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Processes an exception by invoking a matching exception handler for the given exception. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> <param name="exception">The exception to be processed.</param> <returns> This method returns a boolean value which indicates if the original exception should be rethrown. This method can also throw a new exception that may be thrown by exception processing by a matching exception handler. </returns> </member> <member name="P:Amazon.Runtime.Internal.ErrorHandler.ExceptionHandlers"> <summary> Default set of exception handlers. </summary> </member> <member name="T:Amazon.Runtime.Internal.ExceptionHandler`1"> <summary> The abstract base class for exception handlers. </summary> <typeparam name="T">The exception type.</typeparam> </member> <member name="T:Amazon.Runtime.IExceptionHandler`1"> <summary> The interface for an exception handler with a generic parameter for the exception type. </summary> <typeparam name="T">The exception type.</typeparam> </member> <member name="T:Amazon.Runtime.IExceptionHandler"> <summary> The interface for an exception handler. </summary> </member> <member name="M:Amazon.Runtime.IExceptionHandler.Handle(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Handles an exception for the given execution context. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> <param name="exception">The exception to handle.</param> <returns> Returns a boolean value which indicates if the original exception should be rethrown. This method can also throw a new exception to replace the original exception. </returns> </member> <member name="M:Amazon.Runtime.IExceptionHandler`1.HandleException(Amazon.Runtime.IExecutionContext,`0)"> <summary> Handles an exception for the given execution context. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> <param name="exception">The exception to handle.</param> <returns> Returns a boolean value which indicates if the original exception should be rethrown. This method can also throw a new exception to replace the original exception. </returns> </member> <member name="T:Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler"> <summary> The exception handler for HttpErrorResponseException exception. </summary> </member> <member name="M:Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.#ctor(Amazon.Runtime.Internal.Util.ILogger)"> <summary> The constructor for HttpErrorResponseExceptionHandler. </summary> <param name="logger">in instance of ILogger.</param> </member> <member name="M:Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.HandleException(Amazon.Runtime.IExecutionContext,Amazon.Runtime.Internal.HttpErrorResponseException)"> <summary> Handles an exception for the given execution context. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> <param name="exception">The exception to handle.</param> <returns> Returns a boolean value which indicates if the original exception should be rethrown. This method can also throw a new exception to replace the original exception. </returns> </member> <member name="M:Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.HandleSuppressed404(Amazon.Runtime.IExecutionContext,Amazon.Runtime.Internal.Transform.IWebResponseData)"> <summary> Checks if a HTTP 404 status code is returned which needs to be suppressed and processes it. If a suppressed 404 is present, it unmarshalls the response and returns true to indicate that a suppressed 404 was processed, else returns false. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> <param name="httpErrorResponse"></param> <returns> If a suppressed 404 is present, returns true, else returns false. </returns> </member> <member name="T:Amazon.Runtime.Internal.WebExceptionHandler"> <summary> The exception handler for HttpErrorResponseException exception. </summary> </member> <member name="T:Amazon.Runtime.Internal.CallbackHandler"> <summary> A pipeline handler which provides hooks to run external code in the pre-invoke and post-invoke phases. </summary> </member> <member name="M:Amazon.Runtime.Internal.CallbackHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls the PreInvoke and PostInvoke methods before and after calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.CallbackHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls the PreInvoke and PostInvoke methods before and after calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.CallbackHandler.PreInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Executes the OnPreInvoke action as part of pre-invoke. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.CallbackHandler.PostInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Executes the OnPreInvoke action as part of post-invoke. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> </member> <member name="P:Amazon.Runtime.Internal.CallbackHandler.OnPreInvoke"> <summary> Action to execute on the pre invoke phase. </summary> </member> <member name="P:Amazon.Runtime.Internal.CallbackHandler.OnPostInvoke"> <summary> Action to execute on the post invoke phase. </summary> </member> <member name="T:Amazon.Runtime.Internal.CredentialsRetriever"> <summary> This handler retrieved the AWS credentials to be used for the current call. </summary> </member> <member name="M:Amazon.Runtime.Internal.CredentialsRetriever.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> The constructor for CredentialsRetriever. </summary> <param name="credentials">An AWSCredentials instance.</param> </member> <member name="M:Amazon.Runtime.Internal.CredentialsRetriever.PreInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Retrieves the credentials to be used for the current call before invoking the next handler. </summary> <param name="executionContext"></param> </member> <member name="M:Amazon.Runtime.Internal.CredentialsRetriever.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.CredentialsRetriever.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.Runtime.Internal.EndpointResolver"> <summary> This handler resolves the endpoint to be used for the current request. </summary> </member> <member name="M:Amazon.Runtime.Internal.EndpointResolver.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.EndpointResolver.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.EndpointResolver.PreInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Resolves the endpoint to be used for the current request before invoking the next handler. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.EndpointResolver.DetermineEndpoint(Amazon.Runtime.IRequestContext)"> <summary> Determines the endpoint for the request. </summary> <param name="requestContext">The request context.</param> <returns></returns> </member> <member name="T:Amazon.Runtime.Internal.ErrorCallbackHandler"> <summary> This handler provides an OnError action that can be used as hook for external code to handle exceptions in the runtime pipeline. </summary> </member> <member name="M:Amazon.Runtime.Internal.ErrorCallbackHandler.HandleException(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Executes the OnError action if an exception occurs during the execution of any underlying handlers. </summary> <param name="executionContext"></param> <param name="exception"></param> </member> <member name="P:Amazon.Runtime.Internal.ErrorCallbackHandler.OnError"> <summary> Action to execute if an exception occurs during the execution of any underlying handlers. </summary> </member> <member name="T:Amazon.Runtime.Internal.Marshaller"> <summary> This handler marshalls the request before calling invoking the next handler. </summary> </member> <member name="M:Amazon.Runtime.Internal.Marshaller.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.Marshaller.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.Marshaller.PreInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Marshalls the request before calling invoking the next handler. </summary> <param name="executionContext">The execution context, it contains the request and response context.</param> </member> <member name="T:Amazon.Runtime.Internal.MetricsHandler"> <summary> This handler manages the metrics used to time the complete call and logs the final metrics. </summary> </member> <member name="M:Amazon.Runtime.Internal.MetricsHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Captures the overall execution time and logs final metrics. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.MetricsHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Captures the overall execution time and logs final metrics. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext"> The execution context, it contains the request and response context. </param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.Runtime.Internal.RedirectHandler"> <summary> This handler processes HTTP redirects and reissues the call to the redirected location. </summary> </member> <member name="M:Amazon.Runtime.Internal.RedirectHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Processes HTTP redirects and reissues the call to the redirected location. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.RedirectHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Processes HTTP redirects and reissues the call to the redirected location. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.RedirectHandler.HandleRedirect(Amazon.Runtime.IExecutionContext)"> <summary> Checks if an HTTP 307 (temporary redirect) has occured and changes the request endpoint to the redirected location. </summary> <param name="executionContext"> The execution context, it contains the request and response context. </param> <returns> A boolean value that indicates if a redirect has occured. </returns> </member> <member name="T:Amazon.Runtime.Internal.Signer"> <summary> This handler signs the request. </summary> </member> <member name="M:Amazon.Runtime.Internal.Signer.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.Signer.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.Signer.PreInvoke(Amazon.Runtime.IExecutionContext)"> <summary> Signs the request before invoking the next handler. </summary> <param name="executionContext"> The execution context, it contains the request and response context. </param> </member> <member name="M:Amazon.Runtime.Internal.Signer.ShouldSign(Amazon.Runtime.IRequestContext)"> <summary> Determines if the request should be signed. </summary> <param name="requestContext">The request context.</param> <returns>A boolean value that indicated if the request should be signed.</returns> </member> <member name="M:Amazon.Runtime.Internal.Signer.SignRequest(Amazon.Runtime.IRequestContext)"> <summary> Signs the request. </summary> <param name="requestContext">The request context.</param> </member> <member name="T:Amazon.Runtime.Internal.Unmarshaller"> <summary> This handler unmarshalls the HTTP response. </summary> </member> <member name="M:Amazon.Runtime.Internal.Unmarshaller.#ctor(System.Boolean)"> <summary> The constructor for Unmarshaller. </summary> <param name="supportsResponseLogging"> Boolean value which indicated if the unmarshaller handler supports response logging. </param> </member> <member name="M:Amazon.Runtime.Internal.Unmarshaller.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Unmarshalls the response returned by the HttpHandler. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.Unmarshaller.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Unmarshalls the response returned by the HttpHandler. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.Unmarshaller.Unmarshall(Amazon.Runtime.IExecutionContext)"> <summary> Unmarshalls the HTTP response. </summary> <param name="executionContext"> The execution context, it contains the request and response context. </param> </member> <member name="M:Amazon.Runtime.Internal.Unmarshaller.UnmarshallAsync(Amazon.Runtime.IExecutionContext)"> <summary> Unmarshalls the HTTP response. </summary> <param name="executionContext"> The execution context, it contains the request and response context. </param> </member> <member name="T:Amazon.Runtime.Internal.HttpHandler`1"> <summary> The HTTP handler contains common logic for issuing an HTTP request that is independent of the underlying HTTP infrastructure. </summary> <typeparam name="TRequestContent"></typeparam> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.#ctor(Amazon.Runtime.IHttpRequestFactory{`0},System.Object)"> <summary> The constructor for HttpHandler. </summary> <param name="requestFactory">The request factory used to create HTTP Requests.</param> <param name="callbackSender">The sender parameter used in any events raised by this handler.</param> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Issues an HTTP request for the current request context. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Issues an HTTP request for the current request context. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.WriteContentToRequestBody(`0,Amazon.Runtime.IHttpRequest{`0},Amazon.Runtime.IRequestContext)"> <summary> Determines the content for request body and uses the HTTP request to write the content to the HTTP request body. </summary> <param name="requestContent">Content to be written.</param> <param name="httpRequest">The HTTP request.</param> <param name="requestContext">The request context.</param> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.CreateWebRequest(Amazon.Runtime.IRequestContext)"> <summary> Creates the HttpWebRequest and configures the end point, content, user agent and proxy settings. </summary> <param name="requestContext">The async request.</param> <returns>The web request that actually makes the call.</returns> </member> <member name="M:Amazon.Runtime.Internal.HttpHandler`1.Dispose"> <summary> Disposes the HTTP handler. </summary> </member> <member name="P:Amazon.Runtime.Internal.HttpHandler`1.CallbackSender"> <summary> The sender parameter used in any events raised by this handler. </summary> </member> <member name="T:Amazon.Runtime.IHttpRequestFactory`1"> <summary> The interface for a HTTP request factory. </summary> <typeparam name="TRequestContent">The type used by the underlying HTTP API to represent the request body.</typeparam> </member> <member name="M:Amazon.Runtime.IHttpRequestFactory`1.CreateHttpRequest(System.Uri)"> <summary> Creates an HTTP request for the given URI. </summary> <param name="requestUri">The request URI.</param> <returns>An HTTP request.</returns> </member> <member name="T:Amazon.Runtime.IHttpRequest`1"> <summary> The interface for an HTTP request that is agnostic of the underlying HTTP API. </summary> <typeparam name="TRequestContent">The type used by the underlying HTTP API to represent the HTTP request content.</typeparam> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.ConfigureRequest(Amazon.Runtime.IRequestContext)"> <summary> Configures a request as per the request context. </summary> <param name="requestContext">The request context.</param> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.SetRequestHeaders(System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Sets the headers on the request. </summary> <param name="headers">A dictionary of header names and values.</param> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.GetRequestContent"> <summary> Gets a handle to the request content. </summary> <returns>The request content.</returns> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.GetResponse"> <summary> Returns the HTTP response. </summary> <returns>The HTTP response.</returns> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.WriteToRequestBody(`0,System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.String},Amazon.Runtime.IRequestContext)"> <summary> Writes a stream to the request body. </summary> <param name="requestContent">The destination where the content stream is written.</param> <param name="contentStream">The content stream to be written.</param> <param name="contentHeaders">HTTP content headers.</param> <param name="requestContext">The request context.</param> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.WriteToRequestBody(`0,System.Byte[],System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Writes a byte array to the request body. </summary> <param name="requestContent">The destination where the content stream is written.</param> <param name="content">The content stream to be written.</param> <param name="contentHeaders">HTTP content headers.</param> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.Abort"> <summary> Aborts the HTTP request. </summary> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.GetRequestContentAsync"> <summary> Gets a handle to the request content. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.IHttpRequest`1.GetResponseAsync(System.Threading.CancellationToken)"> <summary> Returns the HTTP response. </summary> <param name="cancellationToken">A cancellation token that can be used to cancel the asynchronous operation.</param> <returns></returns> </member> <member name="P:Amazon.Runtime.IHttpRequest`1.Method"> <summary> The HTTP method or verb. </summary> </member> <member name="P:Amazon.Runtime.IHttpRequest`1.RequestUri"> <summary> The request URI. </summary> </member> <member name="T:Amazon.Runtime.Internal.DefaultRetryPolicy"> <summary> The default implementation of the retry policy. </summary> </member> <member name="T:Amazon.Runtime.RetryPolicy"> <summary> A retry policy specifies all aspects of retry behavior. This includes conditions when the request should be retried, checks of retry limit, preparing the request before retry and introducing delay (backoff) before retries. </summary> </member> <member name="M:Amazon.Runtime.RetryPolicy.Retry(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Checks if a retry should be performed with the given execution context and exception. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> <param name="exception">The exception throw after issuing the request.</param> <returns>Returns true if the request should be retried, else false.</returns> </member> <member name="M:Amazon.Runtime.RetryPolicy.CanRetry(Amazon.Runtime.IExecutionContext)"> <summary> Returns true if the request is in a state where it can be retried, else false. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> <returns>Returns true if the request is in a state where it can be retried, else false.</returns> </member> <member name="M:Amazon.Runtime.RetryPolicy.RetryForException(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Return true if the request should be retried for the given exception. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> <param name="exception">The exception thrown by the previous request.</param> <returns>Return true if the request should be retried.</returns> </member> <member name="M:Amazon.Runtime.RetryPolicy.RetryLimitReached(Amazon.Runtime.IExecutionContext)"> <summary> Checks if the retry limit is reached. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> <returns>Return false if the request can be retried, based on number of retries.</returns> </member> <member name="M:Amazon.Runtime.RetryPolicy.WaitBeforeRetry(Amazon.Runtime.IExecutionContext)"> <summary> Waits before retrying a request. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="P:Amazon.Runtime.RetryPolicy.MaxRetries"> <summary> Maximum number of retries to be performed. This does not count the initial request. </summary> </member> <member name="P:Amazon.Runtime.RetryPolicy.Logger"> <summary> The logger used to log messages. </summary> </member> <member name="M:Amazon.Runtime.Internal.DefaultRetryPolicy.#ctor(System.Int32)"> <summary> Constructor for DefaultRetryPolicy. </summary> <param name="maxRetries">The maximum number of retries before throwing back a exception. This does not count the initial request.</param> </member> <member name="M:Amazon.Runtime.Internal.DefaultRetryPolicy.CanRetry(Amazon.Runtime.IExecutionContext)"> <summary> Returns true if the request is in a state where it can be retried, else false. </summary> <param name="executionContext">Request context containing the state of the request.</param> <returns>Returns true if the request is in a state where it can be retried, else false.</returns> </member> <member name="M:Amazon.Runtime.Internal.DefaultRetryPolicy.RetryForException(Amazon.Runtime.IExecutionContext,System.Exception)"> <summary> Return true if the request should be retried. </summary> <param name="executionContext">Request context containing the state of the request.</param> <param name="exception">The exception thrown by the previous request.</param> <returns>Return true if the request should be retried.</returns> </member> <member name="M:Amazon.Runtime.Internal.DefaultRetryPolicy.RetryLimitReached(Amazon.Runtime.IExecutionContext)"> <summary> Checks if the retry limit is reached. </summary> <param name="executionContext">Request context containing the state of the request.</param> <returns>Return false if the request can be retried, based on number of retries.</returns> </member> <member name="M:Amazon.Runtime.Internal.DefaultRetryPolicy.WaitBeforeRetry(Amazon.Runtime.IExecutionContext)"> <summary> Waits before retrying a request. The default policy implements a exponential backoff. </summary> <param name="executionContext">Request context containing the state of the request.</param> </member> <member name="P:Amazon.Runtime.Internal.DefaultRetryPolicy.MaxBackoffInMilliseconds"> <summary> The maximum value of exponential backoff in milliseconds, which will be used to wait before retrying a request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRetryPolicy.ErrorCodesToRetryOn"> <summary> List of AWS specific error codes which are returned as part of the error response. These error codes will be retried. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRetryPolicy.WebExceptionStatusesToRetryOn"> <summary> List of WebExceptionStatus for a WebException which will be retried. </summary> </member> <member name="T:Amazon.Runtime.Internal.RetryHandler"> <summary> The retry handler has the generic logic for retrying requests. It uses a retry policy which specifies when a retry should be performed. </summary> </member> <member name="M:Amazon.Runtime.Internal.RetryHandler.#ctor(Amazon.Runtime.RetryPolicy)"> <summary> Constructor which takes in a retry policy. </summary> <param name="retryPolicy">Retry Policy</param> </member> <member name="M:Amazon.Runtime.Internal.RetryHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Invokes the inner handler and performs a retry, if required as per the retry policy. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Runtime.Internal.RetryHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Invokes the inner handler and performs a retry, if required as per the retry policy. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.RetryHandler.PrepareForRetry(Amazon.Runtime.IRequestContext)"> <summary> Prepares the request for retry. </summary> <param name="requestContext">Request context containing the state of the request.</param> </member> <member name="P:Amazon.Runtime.Internal.RetryHandler.Logger"> <summary> The logger used to log messages. </summary> </member> <member name="P:Amazon.Runtime.Internal.RetryHandler.RetryPolicy"> <summary> The retry policy which specifies when a retry should be performed. </summary> </member> <member name="M:Amazon.Runtime.Internal.RuntimeAsyncResult.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimeAsyncResult.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.Runtime.Internal.RuntimePipeline"> <summary> A runtime pipeline contains a collection of handlers which represent different stages of request and response processing. </summary> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.#ctor(Amazon.Runtime.IPipelineHandler)"> <summary> Constructor for RuntimePipeline. </summary> <param name="handler">The handler with which the pipeline is initalized.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.#ctor(System.Collections.Generic.IList{Amazon.Runtime.IPipelineHandler})"> <summary> Constructor for RuntimePipeline. </summary> <param name="handlers">List of handlers with which the pipeline is initalized.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.#ctor(System.Collections.Generic.IList{Amazon.Runtime.IPipelineHandler},Amazon.Runtime.Internal.Util.ILogger)"> <summary> Constructor for RuntimePipeline. </summary> <param name="handlers">List of handlers with which the pipeline is initalized.</param> <param name="logger">The logger used to log messages.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.#ctor(Amazon.Runtime.IPipelineHandler,Amazon.Runtime.Internal.Util.ILogger)"> <summary> Constructor for RuntimePipeline. </summary> <param name="handler">The handler with which the pipeline is initalized.</param> <param name="logger">The logger used to log messages.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Invokes the pipeline synchronously. </summary> <param name="executionContext">Request context</param> <returns>Response context</returns> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Invokes the pipeline asynchronously. </summary> <param name="executionContext">Request context</param> <returns>Response context</returns> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.AddHandler(Amazon.Runtime.IPipelineHandler)"> <summary> Adds a new handler to the top of the pipeline. </summary> <param name="handler">The handler to be added to the pipeline.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.AddHandlerAfter``1(Amazon.Runtime.IPipelineHandler)"> <summary> Adds a handler after the first instance of handler of type T. </summary> <typeparam name="T">Type of the handler after which the given handler instance is added.</typeparam> <param name="handler">The handler to be added to the pipeline.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.AddHandlerBefore``1(Amazon.Runtime.IPipelineHandler)"> <summary> Adds a handler before the first instance of handler of type T. </summary> <typeparam name="T">Type of the handler before which the given handler instance is added.</typeparam> <param name="handler">The handler to be added to the pipeline.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.RemoveHandler``1"> <summary> Removes the first occurance of a handler of type T. </summary> <typeparam name="T">Type of the handler which will be removed.</typeparam> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.ReplaceHandler``1(Amazon.Runtime.IPipelineHandler)"> <summary> Replaces the first occurance of a handler of type T with the given handler. </summary> <typeparam name="T">Type of the handler which will be replaced.</typeparam> <param name="handler">The handler to be added to the pipeline.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.InsertHandler(Amazon.Runtime.IPipelineHandler,Amazon.Runtime.IPipelineHandler)"> <summary> Inserts the given handler after current handler in the pipeline. </summary> <param name="handler">Handler to be inserted in the pipeline.</param> <param name="current">Handler after which the given handler is inserted.</param> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.GetInnermostHandler(Amazon.Runtime.IPipelineHandler)"> <summary> Gets the innermost handler by traversing the inner handler till it reaches the last one. </summary> </member> <member name="M:Amazon.Runtime.Internal.RuntimePipeline.EnumerateHandlers"> <summary> Retrieves current handlers, in the order of their execution. </summary> <returns>Handlers in the current pipeline.</returns> </member> <member name="P:Amazon.Runtime.Internal.RuntimePipeline.Handler"> <summary> The top-most handler in the pipeline. </summary> </member> <member name="P:Amazon.Runtime.Internal.RuntimePipeline.Handlers"> <summary> Retrieves a list of handlers, in the order of their execution. </summary> <returns>Handlers in the current pipeline.</returns> </member> <member name="T:Amazon.Runtime.HttpRequestMessageFactory"> <summary> A factory which creates HTTP requests which uses System.Net.Http.HttpClient. </summary> </member> <member name="M:Amazon.Runtime.HttpRequestMessageFactory.#ctor(Amazon.Runtime.ClientConfig)"> <summary> The constructor for HttpRequestMessageFactory. </summary> <param name="clientConfig">Configuration setting for a client.</param> </member> <member name="M:Amazon.Runtime.HttpRequestMessageFactory.CreateHttpRequest(System.Uri)"> <summary> Creates an HTTP request for the given URI. </summary> <param name="requestUri">The request URI.</param> <returns>An HTTP request.</returns> </member> <member name="M:Amazon.Runtime.HttpRequestMessageFactory.Dispose"> <summary> Disposes the HttpRequestMessageFactory. </summary> </member> <member name="T:Amazon.Runtime.HttpWebRequestMessage"> <summary> HTTP request wrapper for System.Net.Http.HttpRequestMessage. </summary> </member> <member name="F:Amazon.Runtime.HttpWebRequestMessage.ContentHeaderNames"> <summary> Set of content header names. </summary> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.#ctor(System.Uri,Amazon.Runtime.ClientConfig)"> <summary> The constructor for HttpWebRequestMessage. </summary> <param name="requestUri">The request URI.</param> <param name="config">The service client config.</param> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.ConfigureRequest(Amazon.Runtime.IRequestContext)"> <summary> Configures a request as per the request context. </summary> <param name="requestContext">The request context.</param> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.SetRequestHeaders(System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Sets the headers on the request. </summary> <param name="headers">A dictionary of header names and values.</param> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.GetRequestContent"> <summary> Gets a handle to the request content. </summary> <returns>The request content.</returns> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.GetResponse"> <summary> Returns the HTTP response. </summary> <returns>The HTTP response.</returns> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.Abort"> <summary> Aborts the HTTP request. </summary> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.GetResponseAsync(System.Threading.CancellationToken)"> <summary> Returns the HTTP response. </summary> <param name="cancellationToken">A cancellation token that can be used to cancel the asynchronous operation.</param> <returns></returns> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.WriteToRequestBody(System.Net.Http.HttpContent,System.IO.Stream,System.Collections.Generic.IDictionary{System.String,System.String},Amazon.Runtime.IRequestContext)"> <summary> Writes a stream to the request body. </summary> <param name="requestContent">The destination where the content stream is written.</param> <param name="contentStream">The content stream to be written.</param> <param name="contentHeaders">HTTP content headers.</param> <param name="requestContext">The request context.</param> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.WriteToRequestBody(System.Net.Http.HttpContent,System.Byte[],System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Writes a byte array to the request body. </summary> <param name="requestContent">The destination where the content stream is written.</param> <param name="content">The content stream to be written.</param> <param name="contentHeaders">HTTP content headers.</param> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.GetRequestContentAsync"> <summary> Gets a handle to the request content. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.HttpWebRequestMessage.Dispose"> <summary> Disposes the HttpWebRequestMessage. </summary> </member> <member name="P:Amazon.Runtime.HttpWebRequestMessage.Request"> <summary> The underlying HTTP web request. </summary> </member> <member name="P:Amazon.Runtime.HttpWebRequestMessage.Method"> <summary> The HTTP method or verb. </summary> </member> <member name="P:Amazon.Runtime.HttpWebRequestMessage.RequestUri"> <summary> The request URI. </summary> </member> <member name="T:Amazon.AutoScaling.AmazonAutoScalingClient"> <summary> Implementation for accessing AutoScaling Auto Scaling <para> Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services. </para> </summary> </member> <member name="M:Amazon.Runtime.AmazonServiceClient.DontUnescapePathDotsAndSlashes(System.Uri)"> <summary> Patches the in-flight uri to stop it unescaping the path etc (what Uri did before Microsoft deprecated the constructor flag). This is particularly important for Amazon S3 customers who want to use backslash (\) in their key names. </summary> <remarks> Different behavior in the various runtimes has been observed and in addition some 'documented' ways of doing this between 2.x and 4.x runtimes has also been observed to not be reliable. This patch effectively emulates what adding a schemesettings element to the app.config file with value 'name="http" genericUriParserOptions="DontUnescapePathDotsAndSlashes"' does. As we're a dll, that avenue is not open to us. </remarks> <param name="uri"></param> </member> <member name="M:Amazon.Runtime.AmazonServiceClient.CloneConfig``1"> <summary> Used to create a copy of the config for a different service than the current instance. </summary> <typeparam name="C"></typeparam> <returns></returns> </member> <member name="E:Amazon.Runtime.AmazonServiceClient.BeforeMarshallingEvent"> <summary> Occurs before a request is marshalled. </summary> </member> <member name="E:Amazon.Runtime.AmazonServiceClient.BeforeRequestEvent"> <summary> Occurs before a request is issued against the service. </summary> </member> <member name="E:Amazon.Runtime.AmazonServiceClient.AfterResponseEvent"> <summary> Occurs after a response is received from the service. </summary> </member> <member name="E:Amazon.Runtime.AmazonServiceClient.ExceptionEvent"> <summary> Occurs after an exception is encountered. </summary> </member> <member name="T:Amazon.AutoScaling.IAmazonAutoScaling"> <summary> Interface for accessing AutoScaling Auto Scaling <para> Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service in conjunction with the Amazon CloudWatch and Elastic Load Balancing services. </para> </summary> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.AttachInstancesAsync(Amazon.AutoScaling.Model.AttachInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.AttachLoadBalancersAsync(Amazon.AutoScaling.Model.AttachLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.CompleteLifecycleActionAsync(Amazon.AutoScaling.Model.CompleteLifecycleActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteLifecycleAction operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteLifecycleAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.CreateAutoScalingGroupAsync(Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.CreateLaunchConfigurationAsync(Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLaunchConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLaunchConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.CreateOrUpdateTagsAsync(Amazon.AutoScaling.Model.CreateOrUpdateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOrUpdateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOrUpdateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteAutoScalingGroupAsync(Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteLaunchConfigurationAsync(Amazon.AutoScaling.Model.DeleteLaunchConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLaunchConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLaunchConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteLifecycleHookAsync(Amazon.AutoScaling.Model.DeleteLifecycleHookRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLifecycleHook operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLifecycleHook operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteNotificationConfigurationAsync(Amazon.AutoScaling.Model.DeleteNotificationConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNotificationConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNotificationConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeletePolicyAsync(Amazon.AutoScaling.Model.DeletePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteScheduledActionAsync(Amazon.AutoScaling.Model.DeleteScheduledActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteScheduledAction operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteScheduledAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DeleteTagsAsync(Amazon.AutoScaling.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeAccountLimitsAsync(Amazon.AutoScaling.Model.DescribeAccountLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeAdjustmentTypesAsync(Amazon.AutoScaling.Model.DescribeAdjustmentTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAdjustmentTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAdjustmentTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeAutoScalingGroupsAsync(Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeAutoScalingInstancesAsync(Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeAutoScalingNotificationTypesAsync(Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeLaunchConfigurationsAsync(Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLaunchConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLaunchConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeLifecycleHooksAsync(Amazon.AutoScaling.Model.DescribeLifecycleHooksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLifecycleHooks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLifecycleHooks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeLifecycleHookTypesAsync(Amazon.AutoScaling.Model.DescribeLifecycleHookTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLifecycleHookTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLifecycleHookTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeLoadBalancersAsync(Amazon.AutoScaling.Model.DescribeLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeMetricCollectionTypesAsync(Amazon.AutoScaling.Model.DescribeMetricCollectionTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMetricCollectionTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMetricCollectionTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeNotificationConfigurationsAsync(Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNotificationConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNotificationConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribePoliciesAsync(Amazon.AutoScaling.Model.DescribePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeScalingActivitiesAsync(Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingActivities operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingActivities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeScalingProcessTypesAsync(Amazon.AutoScaling.Model.DescribeScalingProcessTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingProcessTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingProcessTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeScheduledActionsAsync(Amazon.AutoScaling.Model.DescribeScheduledActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScheduledActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScheduledActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeTagsAsync(Amazon.AutoScaling.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DescribeTerminationPolicyTypesAsync(Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTerminationPolicyTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTerminationPolicyTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DetachInstancesAsync(Amazon.AutoScaling.Model.DetachInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DetachLoadBalancersAsync(Amazon.AutoScaling.Model.DetachLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.DisableMetricsCollectionAsync(Amazon.AutoScaling.Model.DisableMetricsCollectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableMetricsCollection operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableMetricsCollection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.EnableMetricsCollectionAsync(Amazon.AutoScaling.Model.EnableMetricsCollectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableMetricsCollection operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableMetricsCollection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.EnterStandbyAsync(Amazon.AutoScaling.Model.EnterStandbyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnterStandby operation. </summary> <param name="request">Container for the necessary parameters to execute the EnterStandby operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.ExecutePolicyAsync(Amazon.AutoScaling.Model.ExecutePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ExecutePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ExecutePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.ExitStandbyAsync(Amazon.AutoScaling.Model.ExitStandbyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ExitStandby operation. </summary> <param name="request">Container for the necessary parameters to execute the ExitStandby operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.PutLifecycleHookAsync(Amazon.AutoScaling.Model.PutLifecycleHookRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutLifecycleHook operation. </summary> <param name="request">Container for the necessary parameters to execute the PutLifecycleHook operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.PutNotificationConfigurationAsync(Amazon.AutoScaling.Model.PutNotificationConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutNotificationConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutNotificationConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.PutScalingPolicyAsync(Amazon.AutoScaling.Model.PutScalingPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutScalingPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutScalingPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.PutScheduledUpdateGroupActionAsync(Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutScheduledUpdateGroupAction operation. </summary> <param name="request">Container for the necessary parameters to execute the PutScheduledUpdateGroupAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.RecordLifecycleActionHeartbeatAsync(Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RecordLifecycleActionHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the RecordLifecycleActionHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.ResumeProcessesAsync(Amazon.AutoScaling.Model.ResumeProcessesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResumeProcesses operation. </summary> <param name="request">Container for the necessary parameters to execute the ResumeProcesses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.SetDesiredCapacityAsync(Amazon.AutoScaling.Model.SetDesiredCapacityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDesiredCapacity operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDesiredCapacity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.SetInstanceHealthAsync(Amazon.AutoScaling.Model.SetInstanceHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetInstanceHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the SetInstanceHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.SetInstanceProtectionAsync(Amazon.AutoScaling.Model.SetInstanceProtectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetInstanceProtection operation. </summary> <param name="request">Container for the necessary parameters to execute the SetInstanceProtection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.SuspendProcessesAsync(Amazon.AutoScaling.Model.SuspendProcessesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SuspendProcesses operation. </summary> <param name="request">Container for the necessary parameters to execute the SuspendProcesses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.TerminateInstanceInAutoScalingGroupAsync(Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateInstanceInAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateInstanceInAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.IAmazonAutoScaling.UpdateAutoScalingGroupAsync(Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonAutoScalingClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAutoScalingClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.AutoScaling.AmazonAutoScalingConfig)"> <summary> Constructs AmazonAutoScalingClient with AWS Credentials and an AmazonAutoScalingClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonAutoScalingClient Configuration Object</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String,Amazon.AutoScaling.AmazonAutoScalingConfig)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonAutoScalingClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonAutoScalingClient Configuration Object</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.#ctor(System.String,System.String,System.String,Amazon.AutoScaling.AmazonAutoScalingConfig)"> <summary> Constructs AmazonAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonAutoScalingClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonAutoScalingClient Configuration Object</param> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.AttachInstancesAsync(Amazon.AutoScaling.Model.AttachInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.AttachLoadBalancersAsync(Amazon.AutoScaling.Model.AttachLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.CompleteLifecycleActionAsync(Amazon.AutoScaling.Model.CompleteLifecycleActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteLifecycleAction operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteLifecycleAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.CreateAutoScalingGroupAsync(Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.CreateLaunchConfigurationAsync(Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLaunchConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLaunchConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.CreateOrUpdateTagsAsync(Amazon.AutoScaling.Model.CreateOrUpdateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOrUpdateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOrUpdateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteAutoScalingGroupAsync(Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteLaunchConfigurationAsync(Amazon.AutoScaling.Model.DeleteLaunchConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLaunchConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLaunchConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteLifecycleHookAsync(Amazon.AutoScaling.Model.DeleteLifecycleHookRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLifecycleHook operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLifecycleHook operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteNotificationConfigurationAsync(Amazon.AutoScaling.Model.DeleteNotificationConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNotificationConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNotificationConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeletePolicyAsync(Amazon.AutoScaling.Model.DeletePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteScheduledActionAsync(Amazon.AutoScaling.Model.DeleteScheduledActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteScheduledAction operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteScheduledAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DeleteTagsAsync(Amazon.AutoScaling.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAccountLimitsAsync(Amazon.AutoScaling.Model.DescribeAccountLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAdjustmentTypesAsync(Amazon.AutoScaling.Model.DescribeAdjustmentTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAdjustmentTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAdjustmentTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAutoScalingGroupsAsync(Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAutoScalingInstancesAsync(Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeAutoScalingNotificationTypesAsync(Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeLaunchConfigurationsAsync(Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLaunchConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLaunchConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeLifecycleHooksAsync(Amazon.AutoScaling.Model.DescribeLifecycleHooksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLifecycleHooks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLifecycleHooks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeLifecycleHookTypesAsync(Amazon.AutoScaling.Model.DescribeLifecycleHookTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLifecycleHookTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLifecycleHookTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeLoadBalancersAsync(Amazon.AutoScaling.Model.DescribeLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeMetricCollectionTypesAsync(Amazon.AutoScaling.Model.DescribeMetricCollectionTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMetricCollectionTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMetricCollectionTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeNotificationConfigurationsAsync(Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNotificationConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNotificationConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribePoliciesAsync(Amazon.AutoScaling.Model.DescribePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeScalingActivitiesAsync(Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingActivities operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingActivities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeScalingProcessTypesAsync(Amazon.AutoScaling.Model.DescribeScalingProcessTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingProcessTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingProcessTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeScheduledActionsAsync(Amazon.AutoScaling.Model.DescribeScheduledActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScheduledActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScheduledActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeTagsAsync(Amazon.AutoScaling.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DescribeTerminationPolicyTypesAsync(Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTerminationPolicyTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTerminationPolicyTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DetachInstancesAsync(Amazon.AutoScaling.Model.DetachInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DetachLoadBalancersAsync(Amazon.AutoScaling.Model.DetachLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.DisableMetricsCollectionAsync(Amazon.AutoScaling.Model.DisableMetricsCollectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableMetricsCollection operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableMetricsCollection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.EnableMetricsCollectionAsync(Amazon.AutoScaling.Model.EnableMetricsCollectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableMetricsCollection operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableMetricsCollection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.EnterStandbyAsync(Amazon.AutoScaling.Model.EnterStandbyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnterStandby operation. </summary> <param name="request">Container for the necessary parameters to execute the EnterStandby operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.ExecutePolicyAsync(Amazon.AutoScaling.Model.ExecutePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ExecutePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ExecutePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.ExitStandbyAsync(Amazon.AutoScaling.Model.ExitStandbyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ExitStandby operation. </summary> <param name="request">Container for the necessary parameters to execute the ExitStandby operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.PutLifecycleHookAsync(Amazon.AutoScaling.Model.PutLifecycleHookRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutLifecycleHook operation. </summary> <param name="request">Container for the necessary parameters to execute the PutLifecycleHook operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.PutNotificationConfigurationAsync(Amazon.AutoScaling.Model.PutNotificationConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutNotificationConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutNotificationConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.PutScalingPolicyAsync(Amazon.AutoScaling.Model.PutScalingPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutScalingPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutScalingPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.PutScheduledUpdateGroupActionAsync(Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutScheduledUpdateGroupAction operation. </summary> <param name="request">Container for the necessary parameters to execute the PutScheduledUpdateGroupAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.RecordLifecycleActionHeartbeatAsync(Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RecordLifecycleActionHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the RecordLifecycleActionHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.ResumeProcessesAsync(Amazon.AutoScaling.Model.ResumeProcessesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResumeProcesses operation. </summary> <param name="request">Container for the necessary parameters to execute the ResumeProcesses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.SetDesiredCapacityAsync(Amazon.AutoScaling.Model.SetDesiredCapacityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDesiredCapacity operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDesiredCapacity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.SetInstanceHealthAsync(Amazon.AutoScaling.Model.SetInstanceHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetInstanceHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the SetInstanceHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.SetInstanceProtectionAsync(Amazon.AutoScaling.Model.SetInstanceProtectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetInstanceProtection operation. </summary> <param name="request">Container for the necessary parameters to execute the SetInstanceProtection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.SuspendProcessesAsync(Amazon.AutoScaling.Model.SuspendProcessesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SuspendProcesses operation. </summary> <param name="request">Container for the necessary parameters to execute the SuspendProcesses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.TerminateInstanceInAutoScalingGroupAsync(Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateInstanceInAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateInstanceInAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingClient.UpdateAutoScalingGroupAsync(Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAutoScalingGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAutoScalingGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.AWSSupport.AmazonAWSSupportClient"> <summary> Implementation for accessing AWSSupport AWS Support <para> The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format. </para> <para> The AWS Support service also exposes a set of <a href="https://aws.amazon.com/premiumsupport/trustedadvisor/">Trusted Advisor</a> features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks. </para> <para> The following list describes the AWS Support case management operations: </para> <ul> <li> <b>Service names, issue categories, and available severity levels. </b>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the <a>CreateCase</a> operation. </li> <li> <b>Case creation, case details, and case resolution.</b> The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations create AWS Support cases, retrieve information about cases, and resolve cases.</li> <li> <b>Case communication.</b> The <a>DescribeCommunications</a>, <a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications and attachments to AWS Support cases. </li> </ul> <para> The following list describes the operations available from the AWS Support service for Trusted Advisor: </para> <ul> <li> <a>DescribeTrustedAdvisorChecks</a> returns the list of checks that run against your AWS resources.</li> <li>Using the <code>CheckId</code> for a specific check returned by <a>DescribeTrustedAdvisorChecks</a>, you can call <a>DescribeTrustedAdvisorCheckResult</a> to obtain the results for the check you specified.</li> <li> <a>DescribeTrustedAdvisorCheckSummaries</a> returns summarized results for one or more Trusted Advisor checks.</li> <li> <a>RefreshTrustedAdvisorCheck</a> requests that Trusted Advisor rerun a specified check. </li> <li> <a>DescribeTrustedAdvisorCheckRefreshStatuses</a> reports the refresh status of one or more checks. </li> </ul> <para> For authentication of requests, AWS Support uses <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>. </para> <para> See <a href="http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the AWS Support API</a> in the <i>AWS Support User Guide</i> for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources. </para> </summary> </member> <member name="T:Amazon.AWSSupport.IAmazonAWSSupport"> <summary> Interface for accessing AWSSupport AWS Support <para> The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format. </para> <para> The AWS Support service also exposes a set of <a href="https://aws.amazon.com/premiumsupport/trustedadvisor/">Trusted Advisor</a> features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks. </para> <para> The following list describes the AWS Support case management operations: </para> <ul> <li> <b>Service names, issue categories, and available severity levels. </b>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the <a>CreateCase</a> operation. </li> <li> <b>Case creation, case details, and case resolution.</b> The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations create AWS Support cases, retrieve information about cases, and resolve cases.</li> <li> <b>Case communication.</b> The <a>DescribeCommunications</a>, <a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications and attachments to AWS Support cases. </li> </ul> <para> The following list describes the operations available from the AWS Support service for Trusted Advisor: </para> <ul> <li> <a>DescribeTrustedAdvisorChecks</a> returns the list of checks that run against your AWS resources.</li> <li>Using the <code>CheckId</code> for a specific check returned by <a>DescribeTrustedAdvisorChecks</a>, you can call <a>DescribeTrustedAdvisorCheckResult</a> to obtain the results for the check you specified.</li> <li> <a>DescribeTrustedAdvisorCheckSummaries</a> returns summarized results for one or more Trusted Advisor checks.</li> <li> <a>RefreshTrustedAdvisorCheck</a> requests that Trusted Advisor rerun a specified check. </li> <li> <a>DescribeTrustedAdvisorCheckRefreshStatuses</a> reports the refresh status of one or more checks. </li> </ul> <para> For authentication of requests, AWS Support uses <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>. </para> <para> See <a href="http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the AWS Support API</a> in the <i>AWS Support User Guide</i> for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources. </para> </summary> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.AddAttachmentsToSetAsync(Amazon.AWSSupport.Model.AddAttachmentsToSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddAttachmentsToSet operation. </summary> <param name="request">Container for the necessary parameters to execute the AddAttachmentsToSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.AddCommunicationToCaseAsync(Amazon.AWSSupport.Model.AddCommunicationToCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddCommunicationToCase operation. </summary> <param name="request">Container for the necessary parameters to execute the AddCommunicationToCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.CreateCaseAsync(Amazon.AWSSupport.Model.CreateCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCase operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeAttachmentAsync(Amazon.AWSSupport.Model.DescribeAttachmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAttachment operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAttachment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeCasesAsync(Amazon.AWSSupport.Model.DescribeCasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCases operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeCommunicationsAsync(Amazon.AWSSupport.Model.DescribeCommunicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCommunications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCommunications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeServicesAsync(Amazon.AWSSupport.Model.DescribeServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeSeverityLevelsAsync(Amazon.AWSSupport.Model.DescribeSeverityLevelsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSeverityLevels operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSeverityLevels operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeTrustedAdvisorCheckRefreshStatusesAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckRefreshStatusesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeTrustedAdvisorCheckResultAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckResultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckResult operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeTrustedAdvisorChecksAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorChecksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorChecks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.DescribeTrustedAdvisorCheckSummariesAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckSummariesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckSummaries operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.RefreshTrustedAdvisorCheckAsync(Amazon.AWSSupport.Model.RefreshTrustedAdvisorCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RefreshTrustedAdvisorCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the RefreshTrustedAdvisorCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.IAmazonAWSSupport.ResolveCaseAsync(Amazon.AWSSupport.Model.ResolveCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResolveCase operation. </summary> <param name="request">Container for the necessary parameters to execute the ResolveCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonAWSSupportClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAWSSupportClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.AWSSupport.AmazonAWSSupportConfig)"> <summary> Constructs AmazonAWSSupportClient with AWS Credentials and an AmazonAWSSupportClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonAWSSupportClient Configuration Object</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String,Amazon.AWSSupport.AmazonAWSSupportConfig)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSSupportClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonAWSSupportClient Configuration Object</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.#ctor(System.String,System.String,System.String,Amazon.AWSSupport.AmazonAWSSupportConfig)"> <summary> Constructs AmazonAWSSupportClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSSupportClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonAWSSupportClient Configuration Object</param> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.AddAttachmentsToSetAsync(Amazon.AWSSupport.Model.AddAttachmentsToSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddAttachmentsToSet operation. </summary> <param name="request">Container for the necessary parameters to execute the AddAttachmentsToSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.AddCommunicationToCaseAsync(Amazon.AWSSupport.Model.AddCommunicationToCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddCommunicationToCase operation. </summary> <param name="request">Container for the necessary parameters to execute the AddCommunicationToCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.CreateCaseAsync(Amazon.AWSSupport.Model.CreateCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCase operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeAttachmentAsync(Amazon.AWSSupport.Model.DescribeAttachmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAttachment operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAttachment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeCasesAsync(Amazon.AWSSupport.Model.DescribeCasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCases operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeCommunicationsAsync(Amazon.AWSSupport.Model.DescribeCommunicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCommunications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCommunications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeServicesAsync(Amazon.AWSSupport.Model.DescribeServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeSeverityLevelsAsync(Amazon.AWSSupport.Model.DescribeSeverityLevelsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSeverityLevels operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSeverityLevels operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorCheckRefreshStatusesAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckRefreshStatusesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorCheckResultAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckResultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckResult operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorChecksAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorChecksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorChecks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorCheckSummariesAsync(Amazon.AWSSupport.Model.DescribeTrustedAdvisorCheckSummariesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckSummaries operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.RefreshTrustedAdvisorCheckAsync(Amazon.AWSSupport.Model.RefreshTrustedAdvisorCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RefreshTrustedAdvisorCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the RefreshTrustedAdvisorCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.AWSSupport.AmazonAWSSupportClient.ResolveCaseAsync(Amazon.AWSSupport.Model.ResolveCaseRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResolveCase operation. </summary> <param name="request">Container for the necessary parameters to execute the ResolveCase operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudFormation.AmazonCloudFormationClient"> <summary> Implementation for accessing CloudFormation AWS CloudFormation <para> AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure. </para> <para> With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you. </para> <para> For more information about this product, go to the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>. </para> <para> Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href="http://docs.aws.amazon.com/documentation/">http://docs.aws.amazon.com/documentation/</a>. </para> </summary> </member> <member name="T:Amazon.CloudFormation.IAmazonCloudFormation"> <summary> Interface for accessing CloudFormation AWS CloudFormation <para> AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without worrying about creating and configuring the underlying AWS infrastructure. </para> <para> With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you. </para> <para> For more information about this product, go to the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>. </para> <para> Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href="http://docs.aws.amazon.com/documentation/">http://docs.aws.amazon.com/documentation/</a>. </para> </summary> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.CancelUpdateStackAsync(Amazon.CloudFormation.Model.CancelUpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelUpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelUpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.ContinueUpdateRollbackAsync(Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ContinueUpdateRollback operation. </summary> <param name="request">Container for the necessary parameters to execute the ContinueUpdateRollback operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.CreateStackAsync(Amazon.CloudFormation.Model.CreateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DeleteStackAsync(Amazon.CloudFormation.Model.DeleteStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStack operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DescribeAccountLimitsAsync(Amazon.CloudFormation.Model.DescribeAccountLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DescribeStackEventsAsync(Amazon.CloudFormation.Model.DescribeStackEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DescribeStackResourceAsync(Amazon.CloudFormation.Model.DescribeStackResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackResource operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DescribeStackResourcesAsync(Amazon.CloudFormation.Model.DescribeStackResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackResources operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.DescribeStacksAsync(Amazon.CloudFormation.Model.DescribeStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.EstimateTemplateCostAsync(Amazon.CloudFormation.Model.EstimateTemplateCostRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EstimateTemplateCost operation. </summary> <param name="request">Container for the necessary parameters to execute the EstimateTemplateCost operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.GetStackPolicyAsync(Amazon.CloudFormation.Model.GetStackPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStackPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStackPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.GetTemplateAsync(Amazon.CloudFormation.Model.GetTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.GetTemplateSummaryAsync(Amazon.CloudFormation.Model.GetTemplateSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTemplateSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTemplateSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.ListStackResourcesAsync(Amazon.CloudFormation.Model.ListStackResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStackResources operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStackResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.ListStacksAsync(Amazon.CloudFormation.Model.ListStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.SetStackPolicyAsync(Amazon.CloudFormation.Model.SetStackPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetStackPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetStackPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.SignalResourceAsync(Amazon.CloudFormation.Model.SignalResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SignalResource operation. </summary> <param name="request">Container for the necessary parameters to execute the SignalResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.UpdateStackAsync(Amazon.CloudFormation.Model.UpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.IAmazonCloudFormation.ValidateTemplateAsync(Amazon.CloudFormation.Model.ValidateTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidateTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidateTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudFormationClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFormationClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudFormation.AmazonCloudFormationConfig)"> <summary> Constructs AmazonCloudFormationClient with AWS Credentials and an AmazonCloudFormationClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudFormationClient Configuration Object</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String,Amazon.CloudFormation.AmazonCloudFormationConfig)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudFormationClient Configuration Object</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.#ctor(System.String,System.String,System.String,Amazon.CloudFormation.AmazonCloudFormationConfig)"> <summary> Constructs AmazonCloudFormationClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFormationClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudFormationClient Configuration Object</param> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.CancelUpdateStackAsync(Amazon.CloudFormation.Model.CancelUpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelUpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelUpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.ContinueUpdateRollbackAsync(Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ContinueUpdateRollback operation. </summary> <param name="request">Container for the necessary parameters to execute the ContinueUpdateRollback operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.CreateStackAsync(Amazon.CloudFormation.Model.CreateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DeleteStackAsync(Amazon.CloudFormation.Model.DeleteStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStack operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DescribeAccountLimitsAsync(Amazon.CloudFormation.Model.DescribeAccountLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStackEventsAsync(Amazon.CloudFormation.Model.DescribeStackEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStackResourceAsync(Amazon.CloudFormation.Model.DescribeStackResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackResource operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStackResourcesAsync(Amazon.CloudFormation.Model.DescribeStackResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackResources operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStacksAsync(Amazon.CloudFormation.Model.DescribeStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.EstimateTemplateCostAsync(Amazon.CloudFormation.Model.EstimateTemplateCostRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EstimateTemplateCost operation. </summary> <param name="request">Container for the necessary parameters to execute the EstimateTemplateCost operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.GetStackPolicyAsync(Amazon.CloudFormation.Model.GetStackPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStackPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStackPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.GetTemplateAsync(Amazon.CloudFormation.Model.GetTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.GetTemplateSummaryAsync(Amazon.CloudFormation.Model.GetTemplateSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTemplateSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTemplateSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.ListStackResourcesAsync(Amazon.CloudFormation.Model.ListStackResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStackResources operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStackResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.ListStacksAsync(Amazon.CloudFormation.Model.ListStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.SetStackPolicyAsync(Amazon.CloudFormation.Model.SetStackPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetStackPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetStackPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.SignalResourceAsync(Amazon.CloudFormation.Model.SignalResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SignalResource operation. </summary> <param name="request">Container for the necessary parameters to execute the SignalResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.UpdateStackAsync(Amazon.CloudFormation.Model.UpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationClient.ValidateTemplateAsync(Amazon.CloudFormation.Model.ValidateTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidateTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidateTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudFront.AmazonCloudFrontClient"> <summary> Implementation for accessing CloudFront </summary> </member> <member name="T:Amazon.CloudFront.IAmazonCloudFront"> <summary> Interface for accessing CloudFront </summary> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.CreateCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.CreateDistributionAsync(Amazon.CloudFront.Model.CreateDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.CreateInvalidationAsync(Amazon.CloudFront.Model.CreateInvalidationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInvalidation operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInvalidation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.CreateStreamingDistributionAsync(Amazon.CloudFront.Model.CreateStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.DeleteCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.DeleteDistributionAsync(Amazon.CloudFront.Model.DeleteDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.DeleteStreamingDistributionAsync(Amazon.CloudFront.Model.DeleteStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetCloudFrontOriginAccessIdentityConfigAsync(Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCloudFrontOriginAccessIdentityConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCloudFrontOriginAccessIdentityConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetDistributionAsync(Amazon.CloudFront.Model.GetDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetDistributionConfigAsync(Amazon.CloudFront.Model.GetDistributionConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDistributionConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDistributionConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetInvalidationAsync(Amazon.CloudFront.Model.GetInvalidationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetInvalidation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetInvalidation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetStreamingDistributionAsync(Amazon.CloudFront.Model.GetStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.GetStreamingDistributionConfigAsync(Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStreamingDistributionConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.ListCloudFrontOriginAccessIdentitiesAsync(Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListCloudFrontOriginAccessIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListCloudFrontOriginAccessIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.ListDistributionsAsync(Amazon.CloudFront.Model.ListDistributionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDistributions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDistributions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.ListInvalidationsAsync(Amazon.CloudFront.Model.ListInvalidationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInvalidations operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInvalidations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.ListStreamingDistributionsAsync(Amazon.CloudFront.Model.ListStreamingDistributionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreamingDistributions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreamingDistributions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.UpdateCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.UpdateDistributionAsync(Amazon.CloudFront.Model.UpdateDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.IAmazonCloudFront.UpdateStreamingDistributionAsync(Amazon.CloudFront.Model.UpdateStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudFrontClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFrontClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudFront.AmazonCloudFrontConfig)"> <summary> Constructs AmazonCloudFrontClient with AWS Credentials and an AmazonCloudFrontClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudFrontClient Configuration Object</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String,Amazon.CloudFront.AmazonCloudFrontConfig)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFrontClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudFrontClient Configuration Object</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.#ctor(System.String,System.String,System.String,Amazon.CloudFront.AmazonCloudFrontConfig)"> <summary> Constructs AmazonCloudFrontClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudFrontClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudFrontClient Configuration Object</param> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.CreateCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.CreateDistributionAsync(Amazon.CloudFront.Model.CreateDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.CreateInvalidationAsync(Amazon.CloudFront.Model.CreateInvalidationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInvalidation operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInvalidation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.CreateStreamingDistributionAsync(Amazon.CloudFront.Model.CreateStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.DeleteCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.DeleteDistributionAsync(Amazon.CloudFront.Model.DeleteDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.DeleteStreamingDistributionAsync(Amazon.CloudFront.Model.DeleteStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetCloudFrontOriginAccessIdentityConfigAsync(Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCloudFrontOriginAccessIdentityConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCloudFrontOriginAccessIdentityConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetDistributionAsync(Amazon.CloudFront.Model.GetDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetDistributionConfigAsync(Amazon.CloudFront.Model.GetDistributionConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDistributionConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDistributionConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetInvalidationAsync(Amazon.CloudFront.Model.GetInvalidationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetInvalidation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetInvalidation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetStreamingDistributionAsync(Amazon.CloudFront.Model.GetStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.GetStreamingDistributionConfigAsync(Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStreamingDistributionConfig operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.ListCloudFrontOriginAccessIdentitiesAsync(Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListCloudFrontOriginAccessIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListCloudFrontOriginAccessIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.ListDistributionsAsync(Amazon.CloudFront.Model.ListDistributionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDistributions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDistributions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.ListInvalidationsAsync(Amazon.CloudFront.Model.ListInvalidationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInvalidations operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInvalidations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.ListStreamingDistributionsAsync(Amazon.CloudFront.Model.ListStreamingDistributionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreamingDistributions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreamingDistributions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.UpdateCloudFrontOriginAccessIdentityAsync(Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateCloudFrontOriginAccessIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateCloudFrontOriginAccessIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.UpdateDistributionAsync(Amazon.CloudFront.Model.UpdateDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontClient.UpdateStreamingDistributionAsync(Amazon.CloudFront.Model.UpdateStreamingDistributionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStreamingDistribution operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStreamingDistribution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudSearch.AmazonCloudSearchClient"> <summary> Implementation for accessing CloudSearch Amazon CloudSearch Configuration Service <para> You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action. </para> <para> The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>. </para> </summary> </member> <member name="T:Amazon.CloudSearch.IAmazonCloudSearch"> <summary> Interface for accessing CloudSearch Amazon CloudSearch Configuration Service <para> You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action. </para> <para> The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>. </para> </summary> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.BuildSuggestersAsync(Amazon.CloudSearch.Model.BuildSuggestersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BuildSuggesters operation. </summary> <param name="request">Container for the necessary parameters to execute the BuildSuggesters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.CreateDomainAsync(Amazon.CloudSearch.Model.CreateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DefineAnalysisSchemeAsync(Amazon.CloudSearch.Model.DefineAnalysisSchemeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineAnalysisScheme operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineAnalysisScheme operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DefineExpressionAsync(Amazon.CloudSearch.Model.DefineExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DefineIndexFieldAsync(Amazon.CloudSearch.Model.DefineIndexFieldRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineIndexField operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineIndexField operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DefineSuggesterAsync(Amazon.CloudSearch.Model.DefineSuggesterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineSuggester operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineSuggester operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DeleteAnalysisSchemeAsync(Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAnalysisScheme operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DeleteDomainAsync(Amazon.CloudSearch.Model.DeleteDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DeleteExpressionAsync(Amazon.CloudSearch.Model.DeleteExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DeleteIndexFieldAsync(Amazon.CloudSearch.Model.DeleteIndexFieldRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIndexField operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIndexField operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DeleteSuggesterAsync(Amazon.CloudSearch.Model.DeleteSuggesterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSuggester operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSuggester operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeAnalysisSchemesAsync(Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAnalysisSchemes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAnalysisSchemes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeAvailabilityOptionsAsync(Amazon.CloudSearch.Model.DescribeAvailabilityOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAvailabilityOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeDomainsAsync(Amazon.CloudSearch.Model.DescribeDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeExpressionsAsync(Amazon.CloudSearch.Model.DescribeExpressionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeExpressions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeExpressions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeIndexFieldsAsync(Amazon.CloudSearch.Model.DescribeIndexFieldsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIndexFields operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIndexFields operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeScalingParametersAsync(Amazon.CloudSearch.Model.DescribeScalingParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeServiceAccessPoliciesAsync(Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServiceAccessPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServiceAccessPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.DescribeSuggestersAsync(Amazon.CloudSearch.Model.DescribeSuggestersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSuggesters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSuggesters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.IndexDocumentsAsync(Amazon.CloudSearch.Model.IndexDocumentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the IndexDocuments operation. </summary> <param name="request">Container for the necessary parameters to execute the IndexDocuments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.ListDomainNamesAsync(Amazon.CloudSearch.Model.ListDomainNamesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomainNames operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomainNames operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.UpdateAvailabilityOptionsAsync(Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAvailabilityOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAvailabilityOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.UpdateScalingParametersAsync(Amazon.CloudSearch.Model.UpdateScalingParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateScalingParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateScalingParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.IAmazonCloudSearch.UpdateServiceAccessPoliciesAsync(Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateServiceAccessPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateServiceAccessPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudSearchClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudSearchClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudSearch.AmazonCloudSearchConfig)"> <summary> Constructs AmazonCloudSearchClient with AWS Credentials and an AmazonCloudSearchClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudSearchClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String,Amazon.CloudSearch.AmazonCloudSearchConfig)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudSearchClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudSearchClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.#ctor(System.String,System.String,System.String,Amazon.CloudSearch.AmazonCloudSearchConfig)"> <summary> Constructs AmazonCloudSearchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudSearchClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudSearchClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.BuildSuggestersAsync(Amazon.CloudSearch.Model.BuildSuggestersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BuildSuggesters operation. </summary> <param name="request">Container for the necessary parameters to execute the BuildSuggesters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.CreateDomainAsync(Amazon.CloudSearch.Model.CreateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DefineAnalysisSchemeAsync(Amazon.CloudSearch.Model.DefineAnalysisSchemeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineAnalysisScheme operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineAnalysisScheme operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DefineExpressionAsync(Amazon.CloudSearch.Model.DefineExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DefineIndexFieldAsync(Amazon.CloudSearch.Model.DefineIndexFieldRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineIndexField operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineIndexField operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DefineSuggesterAsync(Amazon.CloudSearch.Model.DefineSuggesterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DefineSuggester operation. </summary> <param name="request">Container for the necessary parameters to execute the DefineSuggester operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DeleteAnalysisSchemeAsync(Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAnalysisScheme operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DeleteDomainAsync(Amazon.CloudSearch.Model.DeleteDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DeleteExpressionAsync(Amazon.CloudSearch.Model.DeleteExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DeleteIndexFieldAsync(Amazon.CloudSearch.Model.DeleteIndexFieldRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIndexField operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIndexField operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DeleteSuggesterAsync(Amazon.CloudSearch.Model.DeleteSuggesterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSuggester operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSuggester operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeAnalysisSchemesAsync(Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAnalysisSchemes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAnalysisSchemes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeAvailabilityOptionsAsync(Amazon.CloudSearch.Model.DescribeAvailabilityOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAvailabilityOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeDomainsAsync(Amazon.CloudSearch.Model.DescribeDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeExpressionsAsync(Amazon.CloudSearch.Model.DescribeExpressionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeExpressions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeExpressions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeIndexFieldsAsync(Amazon.CloudSearch.Model.DescribeIndexFieldsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIndexFields operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIndexFields operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeScalingParametersAsync(Amazon.CloudSearch.Model.DescribeScalingParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeScalingParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeScalingParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeServiceAccessPoliciesAsync(Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServiceAccessPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServiceAccessPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.DescribeSuggestersAsync(Amazon.CloudSearch.Model.DescribeSuggestersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSuggesters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSuggesters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.IndexDocumentsAsync(Amazon.CloudSearch.Model.IndexDocumentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the IndexDocuments operation. </summary> <param name="request">Container for the necessary parameters to execute the IndexDocuments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.ListDomainNamesAsync(Amazon.CloudSearch.Model.ListDomainNamesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomainNames operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomainNames operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.UpdateAvailabilityOptionsAsync(Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAvailabilityOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAvailabilityOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.UpdateScalingParametersAsync(Amazon.CloudSearch.Model.UpdateScalingParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateScalingParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateScalingParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchClient.UpdateServiceAccessPoliciesAsync(Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateServiceAccessPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateServiceAccessPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient"> <summary> Implementation for accessing CloudSearchDomain You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents. <para> The endpoints for submitting <code>UploadDocuments</code>, <code>Search</code>, and <code>Suggest</code> requests are domain-specific. To get the endpoints for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. The domain endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. You submit suggest requests to the search endpoint. </para> <para> For more information, see the <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide">Amazon CloudSearch Developer Guide</a>. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.IAmazonCloudSearchDomain"> <summary> Interface for accessing CloudSearchDomain You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents. <para> The endpoints for submitting <code>UploadDocuments</code>, <code>Search</code>, and <code>Suggest</code> requests are domain-specific. To get the endpoints for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. The domain endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. You submit suggest requests to the search endpoint. </para> <para> For more information, see the <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide">Amazon CloudSearch Developer Guide</a>. </para> </summary> </member> <member name="M:Amazon.CloudSearchDomain.IAmazonCloudSearchDomain.SearchAsync(Amazon.CloudSearchDomain.Model.SearchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Search operation. </summary> <param name="request">Container for the necessary parameters to execute the Search operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.IAmazonCloudSearchDomain.SuggestAsync(Amazon.CloudSearchDomain.Model.SuggestRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Suggest operation. </summary> <param name="request">Container for the necessary parameters to execute the Suggest operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.IAmazonCloudSearchDomain.UploadDocumentsAsync(Amazon.CloudSearchDomain.Model.UploadDocumentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadDocuments operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadDocuments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.SearchAsync(Amazon.CloudSearchDomain.Model.SearchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Search operation. </summary> <param name="request">Container for the necessary parameters to execute the Search operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.SuggestAsync(Amazon.CloudSearchDomain.Model.SuggestRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Suggest operation. </summary> <param name="request">Container for the necessary parameters to execute the Suggest operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.UploadDocumentsAsync(Amazon.CloudSearchDomain.Model.UploadDocumentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadDocuments operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadDocuments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor"> <summary> Constructs AmazonCloudSearchDomainClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> </code> </summary> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String)"> <summary> Constructs AmazonCloudSearchDomainClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> </code> </summary> <param name="serviceUrl">The URL of the search or document service.</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig)"> <summary> Constructs AmazonCloudSearchDomainClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> </code> </summary> <param name="config">The AmazonCloudSearchDomainClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Credentials </summary> <param name="serviceUrl">The URL of the search or document service.</param> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Credentials and an AmazonCloudSearchDomainClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudSearchDomainClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="serviceUrl">The URL of the search or document service.</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,System.String,Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudSearchDomainClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudSearchDomainClient Configuration Object</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,System.String,System.String,System.String)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="serviceUrl">The URL of the search or document service.</param> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.#ctor(System.String,System.String,System.String,Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig)"> <summary> Constructs AmazonCloudSearchDomainClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudSearchDomainClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudSearchDomainClient Configuration Object</param> </member> <member name="T:Amazon.CloudTrail.AmazonCloudTrailClient"> <summary> Implementation for accessing CloudTrail AWS CloudTrail <para> This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for CloudTrail. </para> <para> CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service. </para> <note> As an alternative to using the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services page</a>. </note> <para> See the CloudTrail User Guide for information about the data that is included with each AWS API call listed in the log files. </para> </summary> </member> <member name="T:Amazon.CloudTrail.IAmazonCloudTrail"> <summary> Interface for accessing CloudTrail AWS CloudTrail <para> This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for CloudTrail. </para> <para> CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service. </para> <note> As an alternative to using the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services page</a>. </note> <para> See the CloudTrail User Guide for information about the data that is included with each AWS API call listed in the log files. </para> </summary> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.AddTagsAsync(Amazon.CloudTrail.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.CreateTrailAsync(Amazon.CloudTrail.Model.CreateTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.DeleteTrailAsync(Amazon.CloudTrail.Model.DeleteTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.DescribeTrailsAsync(Amazon.CloudTrail.Model.DescribeTrailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrails operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.GetTrailStatusAsync(Amazon.CloudTrail.Model.GetTrailStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrailStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrailStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.ListPublicKeysAsync(Amazon.CloudTrail.Model.ListPublicKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPublicKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPublicKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.ListTagsAsync(Amazon.CloudTrail.Model.ListTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTags operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.LookupEventsAsync(Amazon.CloudTrail.Model.LookupEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the LookupEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the LookupEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.RemoveTagsAsync(Amazon.CloudTrail.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.StartLoggingAsync(Amazon.CloudTrail.Model.StartLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the StartLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.StopLoggingAsync(Amazon.CloudTrail.Model.StopLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the StopLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.IAmazonCloudTrail.UpdateTrailAsync(Amazon.CloudTrail.Model.UpdateTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudTrailClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudTrailClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudTrail.AmazonCloudTrailConfig)"> <summary> Constructs AmazonCloudTrailClient with AWS Credentials and an AmazonCloudTrailClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudTrailClient Configuration Object</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String,Amazon.CloudTrail.AmazonCloudTrailConfig)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudTrailClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudTrailClient Configuration Object</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.#ctor(System.String,System.String,System.String,Amazon.CloudTrail.AmazonCloudTrailConfig)"> <summary> Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudTrailClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudTrailClient Configuration Object</param> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.AddTagsAsync(Amazon.CloudTrail.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.CreateTrailAsync(Amazon.CloudTrail.Model.CreateTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.DeleteTrailAsync(Amazon.CloudTrail.Model.DeleteTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.DescribeTrailsAsync(Amazon.CloudTrail.Model.DescribeTrailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTrails operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTrails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.GetTrailStatusAsync(Amazon.CloudTrail.Model.GetTrailStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrailStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrailStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.ListPublicKeysAsync(Amazon.CloudTrail.Model.ListPublicKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPublicKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPublicKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.ListTagsAsync(Amazon.CloudTrail.Model.ListTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTags operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.LookupEventsAsync(Amazon.CloudTrail.Model.LookupEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the LookupEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the LookupEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.RemoveTagsAsync(Amazon.CloudTrail.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.StartLoggingAsync(Amazon.CloudTrail.Model.StartLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the StartLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.StopLoggingAsync(Amazon.CloudTrail.Model.StopLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the StopLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailClient.UpdateTrailAsync(Amazon.CloudTrail.Model.UpdateTrailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrail operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudWatch.AmazonCloudWatchClient"> <summary> Implementation for accessing CloudWatch Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, which are the variables you want to measure for your resources and applications. <para> CloudWatch alarms send notifications or automatically make changes to the resources you are monitoring based on rules that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon Elastic Compute Cloud (Amazon EC2) instances and then use this data to determine whether you should launch additional instances to handle increased load. You can also use this data to stop under-used instances to save money. </para> <para> In addition to monitoring the built-in metrics that come with AWS, you can monitor your own custom metrics. With CloudWatch, you gain system-wide visibility into resource utilization, application performance, and operational health. </para> </summary> </member> <member name="T:Amazon.CloudWatch.IAmazonCloudWatch"> <summary> Interface for accessing CloudWatch Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, which are the variables you want to measure for your resources and applications. <para> CloudWatch alarms send notifications or automatically make changes to the resources you are monitoring based on rules that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon Elastic Compute Cloud (Amazon EC2) instances and then use this data to determine whether you should launch additional instances to handle increased load. You can also use this data to stop under-used instances to save money. </para> <para> In addition to monitoring the built-in metrics that come with AWS, you can monitor your own custom metrics. With CloudWatch, you gain system-wide visibility into resource utilization, application performance, and operational health. </para> </summary> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.DeleteAlarmsAsync(Amazon.CloudWatch.Model.DeleteAlarmsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlarms operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlarms operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.DescribeAlarmHistoryAsync(Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarmHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarmHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.DescribeAlarmsAsync(Amazon.CloudWatch.Model.DescribeAlarmsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarms operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarms operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.DescribeAlarmsForMetricAsync(Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarmsForMetric operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarmsForMetric operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.DisableAlarmActionsAsync(Amazon.CloudWatch.Model.DisableAlarmActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableAlarmActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableAlarmActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.EnableAlarmActionsAsync(Amazon.CloudWatch.Model.EnableAlarmActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableAlarmActions operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableAlarmActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.GetMetricStatisticsAsync(Amazon.CloudWatch.Model.GetMetricStatisticsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetMetricStatistics operation. </summary> <param name="request">Container for the necessary parameters to execute the GetMetricStatistics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.ListMetricsAsync(Amazon.CloudWatch.Model.ListMetricsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMetrics operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMetrics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.PutMetricAlarmAsync(Amazon.CloudWatch.Model.PutMetricAlarmRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutMetricAlarm operation. </summary> <param name="request">Container for the necessary parameters to execute the PutMetricAlarm operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.PutMetricDataAsync(Amazon.CloudWatch.Model.PutMetricDataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutMetricData operation. </summary> <param name="request">Container for the necessary parameters to execute the PutMetricData operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.IAmazonCloudWatch.SetAlarmStateAsync(Amazon.CloudWatch.Model.SetAlarmStateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetAlarmState operation. </summary> <param name="request">Container for the necessary parameters to execute the SetAlarmState operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCloudWatchClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudWatchClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CloudWatch.AmazonCloudWatchConfig)"> <summary> Constructs AmazonCloudWatchClient with AWS Credentials and an AmazonCloudWatchClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCloudWatchClient Configuration Object</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String,Amazon.CloudWatch.AmazonCloudWatchConfig)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCloudWatchClient Configuration Object</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.#ctor(System.String,System.String,System.String,Amazon.CloudWatch.AmazonCloudWatchConfig)"> <summary> Constructs AmazonCloudWatchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCloudWatchClient Configuration Object</param> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.DeleteAlarmsAsync(Amazon.CloudWatch.Model.DeleteAlarmsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlarms operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlarms operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.DescribeAlarmHistoryAsync(Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarmHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarmHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.DescribeAlarmsAsync(Amazon.CloudWatch.Model.DescribeAlarmsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarms operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarms operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.DescribeAlarmsForMetricAsync(Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAlarmsForMetric operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAlarmsForMetric operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.DisableAlarmActionsAsync(Amazon.CloudWatch.Model.DisableAlarmActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableAlarmActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableAlarmActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.EnableAlarmActionsAsync(Amazon.CloudWatch.Model.EnableAlarmActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableAlarmActions operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableAlarmActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.GetMetricStatisticsAsync(Amazon.CloudWatch.Model.GetMetricStatisticsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetMetricStatistics operation. </summary> <param name="request">Container for the necessary parameters to execute the GetMetricStatistics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.ListMetricsAsync(Amazon.CloudWatch.Model.ListMetricsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMetrics operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMetrics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.PutMetricAlarmAsync(Amazon.CloudWatch.Model.PutMetricAlarmRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutMetricAlarm operation. </summary> <param name="request">Container for the necessary parameters to execute the PutMetricAlarm operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.PutMetricDataAsync(Amazon.CloudWatch.Model.PutMetricDataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutMetricData operation. </summary> <param name="request">Container for the necessary parameters to execute the PutMetricData operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchClient.SetAlarmStateAsync(Amazon.CloudWatch.Model.SetAlarmStateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetAlarmState operation. </summary> <param name="request">Container for the necessary parameters to execute the SetAlarmState operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CognitoIdentity.CognitoAWSCredentials"> <summary> Temporary, short-lived session credentials that are automatically retrieved from Amazon Cognito Identity Service and AWS Security Token Service. Depending on configured Logins, credentials may be authenticated or unauthenticated. </summary> <summary> Temporary, short-lived session credentials that are automatically retrieved from Amazon Cognito Identity Service and AWS Security Token Service. Depending on configured Logins, credentials may be authenticated or unauthenticated. </summary> </member> <member name="T:Amazon.Runtime.RefreshingAWSCredentials"> <summary> Abstract class for automatically refreshing AWS credentials </summary> </member> <member name="T:Amazon.Runtime.AWSCredentials"> <summary> Abstract class that represents a credentials object for AWS services. </summary> </member> <member name="M:Amazon.Runtime.AWSCredentials.GetCredentials"> <summary> Returns a copy of ImmutableCredentials </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.RefreshingAWSCredentials.GetCredentials"> <summary> Returns an instance of ImmutableCredentials for this instance </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.RefreshingAWSCredentials.GenerateNewCredentials"> <summary> When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.RefreshingAWSCredentials.GenerateNewCredentialsAsync"> <summary> When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.RefreshingAWSCredentials.ClearCredentials"> <summary> Clears currently-stored credentials, forcing the next GetCredentials call to generate new credentials. </summary> </member> <member name="P:Amazon.Runtime.RefreshingAWSCredentials.PreemptExpiryTime"> <summary> The time before actual expiration to expire the credentials. Property cannot be set to a negative TimeSpan. </summary> </member> <member name="T:Amazon.Runtime.RefreshingAWSCredentials.CredentialsRefreshState"> <summary> Refresh state container consisting of credentials and the date of the their expiration </summary> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.GetCachedIdentityId"> <summary> Gets the previously cached the identity id retrieved from Cognito. <para> For the Windows Phone and Windows Store version of the SDK the identity id is stored in the Windows.Storage.ApplicationData.Current.LocalSettings or Windows.Storage.ApplicationData.Current.RoamingSettings depending on the IdentityIdCacheMode property. By default IdentityIdCacheMode will be set LocalSettings. </para> <para> For the base .NET 3.5 and .NET 4.5 version of the SDK the identity id is not cached. To support caching the CacheIdentityId and GetCachedIdentityId methods need to be overridden. </para> </summary> <returns>The previously cached identity id</returns> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.CacheIdentityId(System.String)"> <summary> Caches the identity id retrieved from Cognito. <para> For the Windows Phone and Windows Store version of the SDK the identity id is stored in the Windows.Storage.ApplicationData.Current.LocalSettings or Windows.Storage.ApplicationData.Current.RoamingSettings depending on the IdentityIdCacheMode property. </para> <para> For the base .NET 3.5 and .NET 4.5 version of the SDK the identity id is not cached. To support caching the CacheIdentityId and GetCachedIdentityId methods need to be overridden. </para> </summary> <param name="identityId">The Cognito identity id to cache</param> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.Clear"> <summary> Clears current credentials state. This will reset the IdentityId. </summary> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.RemoveLogin(System.String)"> <summary> Removes a provider from the collection of logins. </summary> <param name="providerName">The provider name for the login (i.e. graph.facebook.com)</param> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.AddLogin(System.String,System.String)"> <summary> Adds a login to be used for authenticated requests. </summary> <param name="providerName">The provider name for the login (i.e. graph.facebook.com)</param> <param name="token">The token provided by the identity provider.</param> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityId"> <summary> Gets the Identity Id corresponding to the credentials retrieved from Cognito. Note: this setting may change during execution. To be notified of its new value, attach a listener to IdentityChangedEvent </summary> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityIdWithCaching"> Checks to see if there is a cached identity id first and falls back to getting a fresh identity id by calling GetIdentityId() </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityIdAsync"> <summary> Gets the Identity Id corresponding to the credentials retrieved from Cognito. Note: this setting may change during execution. To be notified of its new value, attach a listener to IdentityChangedEvent </summary> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityIdWithCachingAsync"> <summary> Checks to see if there is a cached identity id first and falls back to getting a fresh identity id by calling GetIdentityIdAsync() </summary> <returns></returns> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.ShouldRetry(Amazon.CognitoIdentity.AmazonCognitoIdentityException,Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityIdStatus)"> <summary> Checks the exception from a call that used an identity id and determines if the failure was caused by a cached identity id. If it was determined then the cache is cleared and true is return. </summary> <param name="e"></param> <param name="status"></param> <returns></returns> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.#ctor(System.String,Amazon.RegionEndpoint)"> <summary> Constructs a new CognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to get short lived session credentials. </summary> <param name="identityPoolId">The Amazon Cogntio identity pool to use</param> <param name="region">Region to use when accessing Amazon Cognito and AWS Security Token Service.</param> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.#ctor(System.String,System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs a new CognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to make a requests to the AWS Security Token Service (STS) to request short lived session credentials. </summary> <param name="accountId">The AWS accountId for the account with Amazon Cognito</param> <param name="identityPoolId">The Amazon Cogntio identity pool to use</param> <param name="unAuthRoleArn">The ARN of the IAM Role that will be assumed when unauthenticated</param> <param name="authRoleArn">The ARN of the IAM Role that will be assumed when authenticated</param> <param name="region">Region to use when accessing Amazon Cognito and AWS Security Token Service.</param> </member> <member name="M:Amazon.CognitoIdentity.CognitoAWSCredentials.#ctor(System.String,System.String,System.String,System.String,Amazon.CognitoIdentity.IAmazonCognitoIdentity,Amazon.SecurityToken.IAmazonSecurityTokenService)"> <summary> Constructs a new CognitoAWSCredentials instance, which will use the specified Amazon Cognito identity pool to make a requests to the AWS Security Token Service (STS) to request short lived session credentials. </summary> <param name="accountId">The AWS accountId for the account with Amazon Cognito</param> <param name="identityPoolId">The Amazon Cogntio identity pool to use</param> <param name="unAuthRoleArn">The ARN of the IAM Role that will be assumed when unauthenticated</param> <param name="authRoleArn">The ARN of the IAM Role that will be assumed when authenticated</param> <param name="cibClient">Preconfigured Cognito Identity client to make requests with</param> <param name="stsClient">>Preconfigured STS client to make requests with</param> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.IdentityIdCacheMode"> <summary> Gets and sets the IdentityIdCacheMode. This property controls how the Cognito identity id is cached. The default value is LocalSettings. </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.AccountId"> <summary> The AWS accountId for the account with Amazon Cognito </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.IdentityPoolId"> <summary> The Amazon Cogntio identity pool to use </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.UnAuthRoleArn"> <summary> The ARN of the IAM Role that will be assumed when unauthenticated </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.AuthRoleArn"> <summary> The ARN of the IAM Role that will be assumed when authenticated </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.Logins"> <summary> Logins map used to authenticated with Amazon Cognito. Note: After modifying this field, you must manually call Clear on this instance of the CognitoAWSCredentials, as your Identity Id may have changed. </summary> </member> <member name="P:Amazon.CognitoIdentity.CognitoAWSCredentials.CurrentLoginProviders"> <summary> The list of current providers that are used for authenticated credentials. </summary> </member> <member name="E:Amazon.CognitoIdentity.CognitoAWSCredentials.IdentityChangedEvent"> <summary> Event for identity change notifications. This event will fire whenever the Identity Id changes. </summary> </member> <member name="T:Amazon.CognitoIdentity.CognitoAWSCredentials.CacheMode"> <summary> The types of caching used for storing Cognito identity id. </summary> </member> <member name="F:Amazon.CognitoIdentity.CognitoAWSCredentials.CacheMode.None"> <summary> Turns off caching </summary> </member> <member name="F:Amazon.CognitoIdentity.CognitoAWSCredentials.CacheMode.LocalSettings"> <summary> Sets caching to use Windows.Storage.ApplicationData.Current.LocalSettings </summary> </member> <member name="F:Amazon.CognitoIdentity.CognitoAWSCredentials.CacheMode.RoamingSettings"> <summary> Sets caching to use Windows.Storage.ApplicationData.Current.RoamingSettings </summary> </member> <member name="T:Amazon.CognitoIdentity.CognitoAWSCredentials.IdentityChangedArgs"> <summary> Information about an identity change in the CognitoAWSCredentials. </summary> </member> <member name="T:Amazon.CognitoIdentity.CognitoAWSCredentials.GetIdentityIdStatus"> <summary> Simple class for returning back and identity id and whether the id returned was from a cache. </summary> </member> <member name="T:Amazon.CognitoIdentity.AmazonCognitoIdentityClient"> <summary> Implementation for accessing CognitoIdentity Amazon Cognito <para> Amazon Cognito is a web service that delivers scoped temporary credentials to mobile devices and other untrusted environments. Amazon Cognito uniquely identifies a device and supplies the user with a consistent identity over the lifetime of an application. </para> <para> Using Amazon Cognito, you can enable authentication with one or more third-party identity providers (Facebook, Google, or Login with Amazon), and you can also choose to support unauthenticated access from your app. Cognito delivers a unique identifier for each user and acts as an OpenID token provider trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS credentials. </para> <para> To provide end-user credentials, first make an unsigned call to <a>GetId</a>. If the end user is authenticated with one of the supported identity providers, set the <code>Logins</code> map with the identity provider token. <code>GetId</code> returns a unique identifier for the user. </para> <para> Next, make an unsigned call to <a>GetCredentialsForIdentity</a>. This call expects the same <code>Logins</code> map as the <code>GetId</code> call, as well as the <code>IdentityID</code> originally returned by <code>GetId</code>. Assuming your identity pool has been configured via the <a>SetIdentityPoolRoles</a> operation, <code>GetCredentialsForIdentity</code> will return AWS credentials for your use. If your pool has not been configured with <code>SetIdentityPoolRoles</code>, or if you want to follow legacy flow, make an unsigned call to <a>GetOpenIdToken</a>, which returns the OpenID token necessary to call STS and retrieve AWS credentials. This call expects the same <code>Logins</code> map as the <code>GetId</code> call, as well as the <code>IdentityID</code> originally returned by <code>GetId</code>. The token returned by <code>GetOpenIdToken</code> can be passed to the STS operation <a href="http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html">AssumeRoleWithWebIdentity</a> to retrieve AWS credentials. </para> <para> If you want to use Amazon Cognito in an Android, iOS, or Unity application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the <a href="http://docs.aws.amazon.com/mobile/index.html">AWS Mobile SDK Developer Guide</a>. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.IAmazonCognitoIdentity"> <summary> Interface for accessing CognitoIdentity Amazon Cognito <para> Amazon Cognito is a web service that delivers scoped temporary credentials to mobile devices and other untrusted environments. Amazon Cognito uniquely identifies a device and supplies the user with a consistent identity over the lifetime of an application. </para> <para> Using Amazon Cognito, you can enable authentication with one or more third-party identity providers (Facebook, Google, or Login with Amazon), and you can also choose to support unauthenticated access from your app. Cognito delivers a unique identifier for each user and acts as an OpenID token provider trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS credentials. </para> <para> To provide end-user credentials, first make an unsigned call to <a>GetId</a>. If the end user is authenticated with one of the supported identity providers, set the <code>Logins</code> map with the identity provider token. <code>GetId</code> returns a unique identifier for the user. </para> <para> Next, make an unsigned call to <a>GetCredentialsForIdentity</a>. This call expects the same <code>Logins</code> map as the <code>GetId</code> call, as well as the <code>IdentityID</code> originally returned by <code>GetId</code>. Assuming your identity pool has been configured via the <a>SetIdentityPoolRoles</a> operation, <code>GetCredentialsForIdentity</code> will return AWS credentials for your use. If your pool has not been configured with <code>SetIdentityPoolRoles</code>, or if you want to follow legacy flow, make an unsigned call to <a>GetOpenIdToken</a>, which returns the OpenID token necessary to call STS and retrieve AWS credentials. This call expects the same <code>Logins</code> map as the <code>GetId</code> call, as well as the <code>IdentityID</code> originally returned by <code>GetId</code>. The token returned by <code>GetOpenIdToken</code> can be passed to the STS operation <a href="http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html">AssumeRoleWithWebIdentity</a> to retrieve AWS credentials. </para> <para> If you want to use Amazon Cognito in an Android, iOS, or Unity application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the <a href="http://docs.aws.amazon.com/mobile/index.html">AWS Mobile SDK Developer Guide</a>. </para> </summary> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.CreateIdentityPoolAsync(Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.DeleteIdentitiesAsync(Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.DeleteIdentityPoolAsync(Amazon.CognitoIdentity.Model.DeleteIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.DescribeIdentityAsync(Amazon.CognitoIdentity.Model.DescribeIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.DescribeIdentityPoolAsync(Amazon.CognitoIdentity.Model.DescribeIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.GetCredentialsForIdentityAsync(Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCredentialsForIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCredentialsForIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.GetIdAsync(Amazon.CognitoIdentity.Model.GetIdRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetId operation. </summary> <param name="request">Container for the necessary parameters to execute the GetId operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.GetIdentityPoolRolesAsync(Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPoolRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPoolRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.GetOpenIdTokenAsync(Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIdToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIdToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.GetOpenIdTokenForDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.ListIdentitiesAsync(Amazon.CognitoIdentity.Model.ListIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.ListIdentityPoolsAsync(Amazon.CognitoIdentity.Model.ListIdentityPoolsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPools operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPools operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.LookupDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the LookupDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the LookupDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.MergeDeveloperIdentitiesAsync(Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MergeDeveloperIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the MergeDeveloperIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.SetIdentityPoolRolesAsync(Amazon.CognitoIdentity.Model.SetIdentityPoolRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityPoolRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityPoolRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.UnlinkDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnlinkDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UnlinkDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.UnlinkIdentityAsync(Amazon.CognitoIdentity.Model.UnlinkIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnlinkIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UnlinkIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.IAmazonCognitoIdentity.UpdateIdentityPoolAsync(Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CognitoIdentity.AmazonCognitoIdentityConfig)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Credentials and an AmazonCognitoIdentityClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCognitoIdentityClient Configuration Object</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String,Amazon.CognitoIdentity.AmazonCognitoIdentityConfig)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCognitoIdentityClient Configuration Object</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.#ctor(System.String,System.String,System.String,Amazon.CognitoIdentity.AmazonCognitoIdentityConfig)"> <summary> Constructs AmazonCognitoIdentityClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCognitoIdentityClient Configuration Object</param> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.CreateIdentityPoolAsync(Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DeleteIdentitiesAsync(Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DeleteIdentityPoolAsync(Amazon.CognitoIdentity.Model.DeleteIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DescribeIdentityAsync(Amazon.CognitoIdentity.Model.DescribeIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.DescribeIdentityPoolAsync(Amazon.CognitoIdentity.Model.DescribeIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetCredentialsForIdentityAsync(Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCredentialsForIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCredentialsForIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetIdAsync(Amazon.CognitoIdentity.Model.GetIdRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetId operation. </summary> <param name="request">Container for the necessary parameters to execute the GetId operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetIdentityPoolRolesAsync(Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPoolRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPoolRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetOpenIdTokenAsync(Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIdToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIdToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetOpenIdTokenForDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.ListIdentitiesAsync(Amazon.CognitoIdentity.Model.ListIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.ListIdentityPoolsAsync(Amazon.CognitoIdentity.Model.ListIdentityPoolsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPools operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPools operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.LookupDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the LookupDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the LookupDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.MergeDeveloperIdentitiesAsync(Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MergeDeveloperIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the MergeDeveloperIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.SetIdentityPoolRolesAsync(Amazon.CognitoIdentity.Model.SetIdentityPoolRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityPoolRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityPoolRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.UnlinkDeveloperIdentityAsync(Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnlinkDeveloperIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UnlinkDeveloperIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.UnlinkIdentityAsync(Amazon.CognitoIdentity.Model.UnlinkIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnlinkIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the UnlinkIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityClient.UpdateIdentityPoolAsync(Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateIdentityPool operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateIdentityPool operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.CognitoSync.AmazonCognitoSyncClient"> <summary> Implementation for accessing CognitoSync Amazon Cognito Sync <para> Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of application-related user data. High-level client libraries are available for both iOS and Android. You can use these libraries to persist data locally so that it's available even if the device is offline. Developer credentials don't need to be stored on the mobile device to access the service. You can use Amazon Cognito to obtain a normalized user ID and credentials. User data is persisted in a dataset that can store up to 1 MB of key-value pairs, and you can have up to 20 datasets per user identity. </para> <para> With Amazon Cognito Sync, the data stored for each identity is accessible only to credentials assigned to that identity. In order to use the Cognito Sync service, you need to make API calls using credentials retrieved with <a href="http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html">Amazon Cognito Identity service</a>. </para> <para> If you want to use Cognito Sync in an Android or iOS application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the <a href="http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/cognito-sync.html">Developer Guide for Android</a> and the <a href="http://docs.aws.amazon.com/mobile/sdkforios/developerguide/cognito-sync.html">Developer Guide for iOS</a>. </para> </summary> </member> <member name="T:Amazon.CognitoSync.IAmazonCognitoSync"> <summary> Interface for accessing CognitoSync Amazon Cognito Sync <para> Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of application-related user data. High-level client libraries are available for both iOS and Android. You can use these libraries to persist data locally so that it's available even if the device is offline. Developer credentials don't need to be stored on the mobile device to access the service. You can use Amazon Cognito to obtain a normalized user ID and credentials. User data is persisted in a dataset that can store up to 1 MB of key-value pairs, and you can have up to 20 datasets per user identity. </para> <para> With Amazon Cognito Sync, the data stored for each identity is accessible only to credentials assigned to that identity. In order to use the Cognito Sync service, you need to make API calls using credentials retrieved with <a href="http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html">Amazon Cognito Identity service</a>. </para> <para> If you want to use Cognito Sync in an Android or iOS application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the <a href="http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/cognito-sync.html">Developer Guide for Android</a> and the <a href="http://docs.aws.amazon.com/mobile/sdkforios/developerguide/cognito-sync.html">Developer Guide for iOS</a>. </para> </summary> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.BulkPublishAsync(Amazon.CognitoSync.Model.BulkPublishRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BulkPublish operation. </summary> <param name="request">Container for the necessary parameters to execute the BulkPublish operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.DeleteDatasetAsync(Amazon.CognitoSync.Model.DeleteDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.DescribeDatasetAsync(Amazon.CognitoSync.Model.DescribeDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.DescribeIdentityPoolUsageAsync(Amazon.CognitoSync.Model.DescribeIdentityPoolUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityPoolUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityPoolUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.DescribeIdentityUsageAsync(Amazon.CognitoSync.Model.DescribeIdentityUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.GetBulkPublishDetailsAsync(Amazon.CognitoSync.Model.GetBulkPublishDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBulkPublishDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBulkPublishDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.GetCognitoEventsAsync(Amazon.CognitoSync.Model.GetCognitoEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCognitoEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCognitoEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.GetIdentityPoolConfigurationAsync(Amazon.CognitoSync.Model.GetIdentityPoolConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPoolConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPoolConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.ListDatasetsAsync(Amazon.CognitoSync.Model.ListDatasetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDatasets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDatasets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.ListIdentityPoolUsageAsync(Amazon.CognitoSync.Model.ListIdentityPoolUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPoolUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPoolUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.ListRecordsAsync(Amazon.CognitoSync.Model.ListRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.RegisterDeviceAsync(Amazon.CognitoSync.Model.RegisterDeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterDevice operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterDevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.SetCognitoEventsAsync(Amazon.CognitoSync.Model.SetCognitoEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetCognitoEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the SetCognitoEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.SetIdentityPoolConfigurationAsync(Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityPoolConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityPoolConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.SubscribeToDatasetAsync(Amazon.CognitoSync.Model.SubscribeToDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SubscribeToDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the SubscribeToDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.UnsubscribeFromDatasetAsync(Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnsubscribeFromDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the UnsubscribeFromDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.IAmazonCognitoSync.UpdateRecordsAsync(Amazon.CognitoSync.Model.UpdateRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonCognitoSyncClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoSyncClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.CognitoSync.AmazonCognitoSyncConfig)"> <summary> Constructs AmazonCognitoSyncClient with AWS Credentials and an AmazonCognitoSyncClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonCognitoSyncClient Configuration Object</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String,Amazon.CognitoSync.AmazonCognitoSyncConfig)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoSyncClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonCognitoSyncClient Configuration Object</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.#ctor(System.String,System.String,System.String,Amazon.CognitoSync.AmazonCognitoSyncConfig)"> <summary> Constructs AmazonCognitoSyncClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoSyncClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonCognitoSyncClient Configuration Object</param> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.BulkPublishAsync(Amazon.CognitoSync.Model.BulkPublishRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BulkPublish operation. </summary> <param name="request">Container for the necessary parameters to execute the BulkPublish operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.DeleteDatasetAsync(Amazon.CognitoSync.Model.DeleteDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.DescribeDatasetAsync(Amazon.CognitoSync.Model.DescribeDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.DescribeIdentityPoolUsageAsync(Amazon.CognitoSync.Model.DescribeIdentityPoolUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityPoolUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityPoolUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.DescribeIdentityUsageAsync(Amazon.CognitoSync.Model.DescribeIdentityUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeIdentityUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeIdentityUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.GetBulkPublishDetailsAsync(Amazon.CognitoSync.Model.GetBulkPublishDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBulkPublishDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBulkPublishDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.GetCognitoEventsAsync(Amazon.CognitoSync.Model.GetCognitoEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCognitoEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCognitoEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.GetIdentityPoolConfigurationAsync(Amazon.CognitoSync.Model.GetIdentityPoolConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPoolConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPoolConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.ListDatasetsAsync(Amazon.CognitoSync.Model.ListDatasetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDatasets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDatasets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.ListIdentityPoolUsageAsync(Amazon.CognitoSync.Model.ListIdentityPoolUsageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPoolUsage operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPoolUsage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.ListRecordsAsync(Amazon.CognitoSync.Model.ListRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.RegisterDeviceAsync(Amazon.CognitoSync.Model.RegisterDeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterDevice operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterDevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.SetCognitoEventsAsync(Amazon.CognitoSync.Model.SetCognitoEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetCognitoEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the SetCognitoEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.SetIdentityPoolConfigurationAsync(Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityPoolConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityPoolConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.SubscribeToDatasetAsync(Amazon.CognitoSync.Model.SubscribeToDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SubscribeToDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the SubscribeToDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.UnsubscribeFromDatasetAsync(Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnsubscribeFromDataset operation. </summary> <param name="request">Container for the necessary parameters to execute the UnsubscribeFromDataset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncClient.UpdateRecordsAsync(Amazon.CognitoSync.Model.UpdateRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.DataPipeline.AmazonDataPipelineClient"> <summary> Implementation for accessing DataPipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data. <para> AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management. </para> <para> AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service. </para> </summary> </member> <member name="T:Amazon.DataPipeline.IAmazonDataPipeline"> <summary> Interface for accessing DataPipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data. <para> AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management. </para> <para> AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service. </para> </summary> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.ActivatePipelineAsync(Amazon.DataPipeline.Model.ActivatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ActivatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ActivatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.AddTagsAsync(Amazon.DataPipeline.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.CreatePipelineAsync(Amazon.DataPipeline.Model.CreatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.DeactivatePipelineAsync(Amazon.DataPipeline.Model.DeactivatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeactivatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeactivatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.DeletePipelineAsync(Amazon.DataPipeline.Model.DeletePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.DescribeObjectsAsync(Amazon.DataPipeline.Model.DescribeObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.DescribePipelinesAsync(Amazon.DataPipeline.Model.DescribePipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.EvaluateExpressionAsync(Amazon.DataPipeline.Model.EvaluateExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EvaluateExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the EvaluateExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.GetPipelineDefinitionAsync(Amazon.DataPipeline.Model.GetPipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.ListPipelinesAsync(Amazon.DataPipeline.Model.ListPipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.PollForTaskAsync(Amazon.DataPipeline.Model.PollForTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.PutPipelineDefinitionAsync(Amazon.DataPipeline.Model.PutPipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutPipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the PutPipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.QueryObjectsAsync(Amazon.DataPipeline.Model.QueryObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the QueryObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the QueryObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.RemoveTagsAsync(Amazon.DataPipeline.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.ReportTaskProgressAsync(Amazon.DataPipeline.Model.ReportTaskProgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportTaskProgress operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportTaskProgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.ReportTaskRunnerHeartbeatAsync(Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportTaskRunnerHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportTaskRunnerHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.SetStatusAsync(Amazon.DataPipeline.Model.SetStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the SetStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.SetTaskStatusAsync(Amazon.DataPipeline.Model.SetTaskStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTaskStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTaskStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.IAmazonDataPipeline.ValidatePipelineDefinitionAsync(Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidatePipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidatePipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonDataPipelineClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDataPipelineClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.DataPipeline.AmazonDataPipelineConfig)"> <summary> Constructs AmazonDataPipelineClient with AWS Credentials and an AmazonDataPipelineClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonDataPipelineClient Configuration Object</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String,Amazon.DataPipeline.AmazonDataPipelineConfig)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID, AWS Secret Key and an AmazonDataPipelineClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonDataPipelineClient Configuration Object</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.#ctor(System.String,System.String,System.String,Amazon.DataPipeline.AmazonDataPipelineConfig)"> <summary> Constructs AmazonDataPipelineClient with AWS Access Key ID, AWS Secret Key and an AmazonDataPipelineClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonDataPipelineClient Configuration Object</param> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.ActivatePipelineAsync(Amazon.DataPipeline.Model.ActivatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ActivatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ActivatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.AddTagsAsync(Amazon.DataPipeline.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.CreatePipelineAsync(Amazon.DataPipeline.Model.CreatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.DeactivatePipelineAsync(Amazon.DataPipeline.Model.DeactivatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeactivatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeactivatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.DeletePipelineAsync(Amazon.DataPipeline.Model.DeletePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.DescribeObjectsAsync(Amazon.DataPipeline.Model.DescribeObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.DescribePipelinesAsync(Amazon.DataPipeline.Model.DescribePipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.EvaluateExpressionAsync(Amazon.DataPipeline.Model.EvaluateExpressionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EvaluateExpression operation. </summary> <param name="request">Container for the necessary parameters to execute the EvaluateExpression operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.GetPipelineDefinitionAsync(Amazon.DataPipeline.Model.GetPipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.ListPipelinesAsync(Amazon.DataPipeline.Model.ListPipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.PollForTaskAsync(Amazon.DataPipeline.Model.PollForTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.PutPipelineDefinitionAsync(Amazon.DataPipeline.Model.PutPipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutPipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the PutPipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.QueryObjectsAsync(Amazon.DataPipeline.Model.QueryObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the QueryObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the QueryObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.RemoveTagsAsync(Amazon.DataPipeline.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.ReportTaskProgressAsync(Amazon.DataPipeline.Model.ReportTaskProgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportTaskProgress operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportTaskProgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.ReportTaskRunnerHeartbeatAsync(Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportTaskRunnerHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportTaskRunnerHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.SetStatusAsync(Amazon.DataPipeline.Model.SetStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the SetStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.SetTaskStatusAsync(Amazon.DataPipeline.Model.SetTaskStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTaskStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTaskStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineClient.ValidatePipelineDefinitionAsync(Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidatePipelineDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidatePipelineDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.DirectConnect.AmazonDirectConnectClient"> <summary> Implementation for accessing DirectConnect AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to Amazon Web Services (AWS). Using AWS Direct Connect, you can establish private connectivity between AWS and your data center, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections. <para> The AWS Direct Connect API Reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Direct Connect. Use the following links to get started using the <i>AWS Direct Connect API Reference</i>: </para> <ul> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all AWS Direct Connect actions.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Types.html">Data Types</a>: An alphabetical list of all AWS Direct Connect data types.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonParameters.html">Common Query Parameters</a>: Parameters that all Query actions can use.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonErrors.html">Common Errors</a>: Client and server errors that all actions can return.</li> </ul> </summary> </member> <member name="T:Amazon.DirectConnect.IAmazonDirectConnect"> <summary> Interface for accessing DirectConnect AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to Amazon Web Services (AWS). Using AWS Direct Connect, you can establish private connectivity between AWS and your data center, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections. <para> The AWS Direct Connect API Reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Direct Connect. Use the following links to get started using the <i>AWS Direct Connect API Reference</i>: </para> <ul> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all AWS Direct Connect actions.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/API_Types.html">Data Types</a>: An alphabetical list of all AWS Direct Connect data types.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonParameters.html">Common Query Parameters</a>: Parameters that all Query actions can use.</li> <li><a href="http://docs.aws.amazon.com/directconnect/latest/APIReference/CommonErrors.html">Common Errors</a>: Client and server errors that all actions can return.</li> </ul> </summary> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.AllocateConnectionOnInterconnectAsync(Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocateConnectionOnInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocateConnectionOnInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.AllocatePrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocatePrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocatePrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.AllocatePublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocatePublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocatePublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.ConfirmConnectionAsync(Amazon.DirectConnect.Model.ConfirmConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.ConfirmPrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmPrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmPrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.ConfirmPublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmPublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmPublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.CreateConnectionAsync(Amazon.DirectConnect.Model.CreateConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.CreateInterconnectAsync(Amazon.DirectConnect.Model.CreateInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.CreatePrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.CreatePublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DeleteConnectionAsync(Amazon.DirectConnect.Model.DeleteConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DeleteInterconnectAsync(Amazon.DirectConnect.Model.DeleteInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DeleteVirtualInterfaceAsync(Amazon.DirectConnect.Model.DeleteVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeConnectionsAsync(Amazon.DirectConnect.Model.DescribeConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeConnectionsOnInterconnectAsync(Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConnectionsOnInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConnectionsOnInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeInterconnectsAsync(Amazon.DirectConnect.Model.DescribeInterconnectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInterconnects operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInterconnects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeLocationsAsync(Amazon.DirectConnect.Model.DescribeLocationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLocations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLocations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeVirtualGatewaysAsync(Amazon.DirectConnect.Model.DescribeVirtualGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVirtualGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVirtualGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.IAmazonDirectConnect.DescribeVirtualInterfacesAsync(Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVirtualInterfaces operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVirtualInterfaces operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonDirectConnectClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDirectConnectClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.DirectConnect.AmazonDirectConnectConfig)"> <summary> Constructs AmazonDirectConnectClient with AWS Credentials and an AmazonDirectConnectClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonDirectConnectClient Configuration Object</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String,Amazon.DirectConnect.AmazonDirectConnectConfig)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID, AWS Secret Key and an AmazonDirectConnectClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonDirectConnectClient Configuration Object</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.#ctor(System.String,System.String,System.String,Amazon.DirectConnect.AmazonDirectConnectConfig)"> <summary> Constructs AmazonDirectConnectClient with AWS Access Key ID, AWS Secret Key and an AmazonDirectConnectClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonDirectConnectClient Configuration Object</param> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.AllocateConnectionOnInterconnectAsync(Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocateConnectionOnInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocateConnectionOnInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.AllocatePrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocatePrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocatePrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.AllocatePublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocatePublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocatePublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.ConfirmConnectionAsync(Amazon.DirectConnect.Model.ConfirmConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.ConfirmPrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmPrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmPrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.ConfirmPublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmPublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmPublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.CreateConnectionAsync(Amazon.DirectConnect.Model.CreateConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.CreateInterconnectAsync(Amazon.DirectConnect.Model.CreateInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.CreatePrivateVirtualInterfaceAsync(Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePrivateVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePrivateVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.CreatePublicVirtualInterfaceAsync(Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePublicVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePublicVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DeleteConnectionAsync(Amazon.DirectConnect.Model.DeleteConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DeleteInterconnectAsync(Amazon.DirectConnect.Model.DeleteInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DeleteVirtualInterfaceAsync(Amazon.DirectConnect.Model.DeleteVirtualInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVirtualInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVirtualInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeConnectionsAsync(Amazon.DirectConnect.Model.DescribeConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeConnectionsOnInterconnectAsync(Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConnectionsOnInterconnect operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConnectionsOnInterconnect operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeInterconnectsAsync(Amazon.DirectConnect.Model.DescribeInterconnectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInterconnects operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInterconnects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeLocationsAsync(Amazon.DirectConnect.Model.DescribeLocationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLocations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLocations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeVirtualGatewaysAsync(Amazon.DirectConnect.Model.DescribeVirtualGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVirtualGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVirtualGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectClient.DescribeVirtualInterfacesAsync(Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVirtualInterfaces operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVirtualInterfaces operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBClient"> <summary> Implementation for accessing DynamoDB Amazon DynamoDB <para> This is the Amazon DynamoDB API Reference. This guide provides descriptions of the low-level DynamoDB API. </para> <para> This guide is intended for use with the following DynamoDB documentation: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/">Amazon DynamoDB Getting Started Guide</a> - provides hands-on exercises that help you learn the basics of working with DynamoDB. <i>If you are new to DynamoDB, we recommend that you begin with the Getting Started Guide.</i> </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a> - contains detailed information about DynamoDB concepts, usage, and best practices. </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/">Amazon DynamoDB Streams API Reference</a> - provides descriptions and samples of the DynamoDB Streams API. (For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html">Capturing Table Activity with DynamoDB Streams</a> in the Amazon DynamoDB Developer Guide.) </para> </li> </ul> <para> Instead of making the requests to the low-level DynamoDB API directly from your application, we recommend that you use the AWS Software Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make it unnecessary to call the low-level DynamoDB API directly from your application. The libraries take care of request authentication, serialization, and connection management. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html">Using the AWS SDKs with DynamoDB</a> in the Amazon DynamoDB Developer Guide. </para> <para> If you decide to code against the low-level DynamoDB API directly, you will need to write the necessary code to authenticate your requests. For more information on signing your requests, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html">Using the DynamoDB API</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> The following are short descriptions of each low-level API action, organized by function. </para> <para> <b>Managing Tables</b> </para> <ul> <li> <para> <i>CreateTable</i> - Creates a table with user-specified provisioned throughput settings. You must define a primary key for the table - either a simple primary key (partition key), or a composite primary key (partition key and sort key). Optionally, you can create one or more secondary indexes, which provide fast data access using non-key attributes. </para> </li> <li> <para> <i>DescribeTable</i> - Returns metadata for a table, such as table size, status, and index information. </para> </li> <li> <para> <i>UpdateTable</i> - Modifies the provisioned throughput settings for a table. Optionally, you can modify the provisioned throughput settings for global secondary indexes on the table. </para> </li> <li> <para> <i>ListTables</i> - Returns a list of all tables associated with the current AWS account and endpoint. </para> </li> <li> <para> <i>DeleteTable</i> - Deletes a table and all of its indexes. </para> </li> </ul> <para> For conceptual information about managing tables, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html">Working with Tables</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> <b>Reading Data</b> </para> <ul> <li> <para> <i>GetItem</i> - Returns a set of attributes for the item that has a given primary key. By default, <i>GetItem</i> performs an eventually consistent read; however, applications can request a strongly consistent read instead. </para> </li> <li> <para> <i>BatchGetItem</i> - Performs multiple <i>GetItem</i> requests for data items using their primary keys, from one table or multiple tables. The response from <i>BatchGetItem</i> has a size limit of 16 MB and returns a maximum of 100 items. Both eventually consistent and strongly consistent reads can be used. </para> </li> <li> <para> <i>Query</i> - Returns one or more items from a table or a secondary index. You must provide a specific value for the partition key. You can narrow the scope of the query using comparison operators against a sort key value, or on the index key. <i>Query</i> supports either eventual or strong consistency. A single response has a size limit of 1 MB. </para> </li> <li> <para> <i>Scan</i> - Reads every item in a table; the result set is eventually consistent. You can limit the number of items returned by filtering the data attributes, using conditional expressions. <i>Scan</i> can be used to enable ad-hoc querying of a table against non-key attributes; however, since this is a full table scan without using an index, <i>Scan</i> should not be used for any application query use case that requires predictable performance. </para> </li> </ul> <para> For conceptual information about reading data, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html">Working with Items</a> and <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html">Query and Scan Operations</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> <b>Modifying Data</b> </para> <ul> <li> <para> <i>PutItem</i> - Creates a new item, or replaces an existing item with a new item (including all the attributes). By default, if an item in the table already exists with the same primary key, the new item completely replaces the existing item. You can use conditional operators to replace an item only if its attribute values match certain conditions, or to insert a new item only if that item doesn't already exist. </para> </li> <li> <para> <i>UpdateItem</i> - Modifies the attributes of an existing item. You can also use conditional operators to perform an update only if the item's attribute values match certain conditions. </para> </li> <li> <para> <i>DeleteItem</i> - Deletes an item in a table by primary key. You can use conditional operators to perform a delete an item only if the item's attribute values match certain conditions. </para> </li> <li> <para> <i>BatchWriteItem</i> - Performs multiple <i>PutItem</i> and <i>DeleteItem</i> requests across multiple tables in a single request. A failure of any request(s) in the batch will not cause the entire <i>BatchWriteItem</i> operation to fail. Supports batches of up to 25 items to put or delete, with a maximum total request size of 16 MB. </para> </li> </ul> <para> For conceptual information about modifying data, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html">Working with Items</a> and <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html">Query and Scan Operations</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.IAmazonDynamoDB"> <summary> Interface for accessing DynamoDB Amazon DynamoDB <para> This is the Amazon DynamoDB API Reference. This guide provides descriptions of the low-level DynamoDB API. </para> <para> This guide is intended for use with the following DynamoDB documentation: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/">Amazon DynamoDB Getting Started Guide</a> - provides hands-on exercises that help you learn the basics of working with DynamoDB. <i>If you are new to DynamoDB, we recommend that you begin with the Getting Started Guide.</i> </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a> - contains detailed information about DynamoDB concepts, usage, and best practices. </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/">Amazon DynamoDB Streams API Reference</a> - provides descriptions and samples of the DynamoDB Streams API. (For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html">Capturing Table Activity with DynamoDB Streams</a> in the Amazon DynamoDB Developer Guide.) </para> </li> </ul> <para> Instead of making the requests to the low-level DynamoDB API directly from your application, we recommend that you use the AWS Software Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make it unnecessary to call the low-level DynamoDB API directly from your application. The libraries take care of request authentication, serialization, and connection management. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html">Using the AWS SDKs with DynamoDB</a> in the Amazon DynamoDB Developer Guide. </para> <para> If you decide to code against the low-level DynamoDB API directly, you will need to write the necessary code to authenticate your requests. For more information on signing your requests, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html">Using the DynamoDB API</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> The following are short descriptions of each low-level API action, organized by function. </para> <para> <b>Managing Tables</b> </para> <ul> <li> <para> <i>CreateTable</i> - Creates a table with user-specified provisioned throughput settings. You must define a primary key for the table - either a simple primary key (partition key), or a composite primary key (partition key and sort key). Optionally, you can create one or more secondary indexes, which provide fast data access using non-key attributes. </para> </li> <li> <para> <i>DescribeTable</i> - Returns metadata for a table, such as table size, status, and index information. </para> </li> <li> <para> <i>UpdateTable</i> - Modifies the provisioned throughput settings for a table. Optionally, you can modify the provisioned throughput settings for global secondary indexes on the table. </para> </li> <li> <para> <i>ListTables</i> - Returns a list of all tables associated with the current AWS account and endpoint. </para> </li> <li> <para> <i>DeleteTable</i> - Deletes a table and all of its indexes. </para> </li> </ul> <para> For conceptual information about managing tables, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html">Working with Tables</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> <b>Reading Data</b> </para> <ul> <li> <para> <i>GetItem</i> - Returns a set of attributes for the item that has a given primary key. By default, <i>GetItem</i> performs an eventually consistent read; however, applications can request a strongly consistent read instead. </para> </li> <li> <para> <i>BatchGetItem</i> - Performs multiple <i>GetItem</i> requests for data items using their primary keys, from one table or multiple tables. The response from <i>BatchGetItem</i> has a size limit of 16 MB and returns a maximum of 100 items. Both eventually consistent and strongly consistent reads can be used. </para> </li> <li> <para> <i>Query</i> - Returns one or more items from a table or a secondary index. You must provide a specific value for the partition key. You can narrow the scope of the query using comparison operators against a sort key value, or on the index key. <i>Query</i> supports either eventual or strong consistency. A single response has a size limit of 1 MB. </para> </li> <li> <para> <i>Scan</i> - Reads every item in a table; the result set is eventually consistent. You can limit the number of items returned by filtering the data attributes, using conditional expressions. <i>Scan</i> can be used to enable ad-hoc querying of a table against non-key attributes; however, since this is a full table scan without using an index, <i>Scan</i> should not be used for any application query use case that requires predictable performance. </para> </li> </ul> <para> For conceptual information about reading data, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html">Working with Items</a> and <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html">Query and Scan Operations</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> <b>Modifying Data</b> </para> <ul> <li> <para> <i>PutItem</i> - Creates a new item, or replaces an existing item with a new item (including all the attributes). By default, if an item in the table already exists with the same primary key, the new item completely replaces the existing item. You can use conditional operators to replace an item only if its attribute values match certain conditions, or to insert a new item only if that item doesn't already exist. </para> </li> <li> <para> <i>UpdateItem</i> - Modifies the attributes of an existing item. You can also use conditional operators to perform an update only if the item's attribute values match certain conditions. </para> </li> <li> <para> <i>DeleteItem</i> - Deletes an item in a table by primary key. You can use conditional operators to perform a delete an item only if the item's attribute values match certain conditions. </para> </li> <li> <para> <i>BatchWriteItem</i> - Performs multiple <i>PutItem</i> and <i>DeleteItem</i> requests across multiple tables in a single request. A failure of any request(s) in the batch will not cause the entire <i>BatchWriteItem</i> operation to fail. Supports batches of up to 25 items to put or delete, with a maximum total request size of 16 MB. </para> </li> </ul> <para> For conceptual information about modifying data, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html">Working with Items</a> and <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html">Query and Scan Operations</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.BatchGetItemAsync(Amazon.DynamoDBv2.Model.BatchGetItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchGetItem operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchGetItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.BatchWriteItemAsync(Amazon.DynamoDBv2.Model.BatchWriteItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchWriteItem operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchWriteItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.CreateTableAsync(Amazon.DynamoDBv2.Model.CreateTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTable operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.DeleteItemAsync(Amazon.DynamoDBv2.Model.DeleteItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.DeleteTableAsync(Amazon.DynamoDBv2.Model.DeleteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.DescribeLimitsAsync(Amazon.DynamoDBv2.Model.DescribeLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.DescribeTableAsync(Amazon.DynamoDBv2.Model.DescribeTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.GetItemAsync(Amazon.DynamoDBv2.Model.GetItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. </summary> <param name="request">Container for the necessary parameters to execute the GetItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.ListTablesAsync(Amazon.DynamoDBv2.Model.ListTablesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTables operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTables operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.PutItemAsync(Amazon.DynamoDBv2.Model.PutItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutItem operation. </summary> <param name="request">Container for the necessary parameters to execute the PutItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.QueryAsync(Amazon.DynamoDBv2.Model.QueryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Query operation. </summary> <param name="request">Container for the necessary parameters to execute the Query operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.ScanAsync(Amazon.DynamoDBv2.Model.ScanRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Scan operation. </summary> <param name="request">Container for the necessary parameters to execute the Scan operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.UpdateItemAsync(Amazon.DynamoDBv2.Model.UpdateItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDB.UpdateTableAsync(Amazon.DynamoDBv2.Model.UpdateTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTable operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonDynamoDBClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.DynamoDBv2.AmazonDynamoDBConfig)"> <summary> Constructs AmazonDynamoDBClient with AWS Credentials and an AmazonDynamoDBClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonDynamoDBClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String,Amazon.DynamoDBv2.AmazonDynamoDBConfig)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonDynamoDBClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.#ctor(System.String,System.String,System.String,Amazon.DynamoDBv2.AmazonDynamoDBConfig)"> <summary> Constructs AmazonDynamoDBClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonDynamoDBClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.BatchGetItemAsync(Amazon.DynamoDBv2.Model.BatchGetItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchGetItem operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchGetItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.BatchWriteItemAsync(Amazon.DynamoDBv2.Model.BatchWriteItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchWriteItem operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchWriteItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.CreateTableAsync(Amazon.DynamoDBv2.Model.CreateTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTable operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.DeleteItemAsync(Amazon.DynamoDBv2.Model.DeleteItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.DeleteTableAsync(Amazon.DynamoDBv2.Model.DeleteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.DescribeLimitsAsync(Amazon.DynamoDBv2.Model.DescribeLimitsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLimits operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLimits operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.DescribeTableAsync(Amazon.DynamoDBv2.Model.DescribeTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.GetItemAsync(Amazon.DynamoDBv2.Model.GetItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. </summary> <param name="request">Container for the necessary parameters to execute the GetItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.ListTablesAsync(Amazon.DynamoDBv2.Model.ListTablesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTables operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTables operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.PutItemAsync(Amazon.DynamoDBv2.Model.PutItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutItem operation. </summary> <param name="request">Container for the necessary parameters to execute the PutItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.QueryAsync(Amazon.DynamoDBv2.Model.QueryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Query operation. </summary> <param name="request">Container for the necessary parameters to execute the Query operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.ScanAsync(Amazon.DynamoDBv2.Model.ScanRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Scan operation. </summary> <param name="request">Container for the necessary parameters to execute the Scan operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.UpdateItemAsync(Amazon.DynamoDBv2.Model.UpdateItemRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateItem operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBClient.UpdateTableAsync(Amazon.DynamoDBv2.Model.UpdateTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTable operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.DynamoDBv2.DataModel.S3Link"> <summary> S3Link is an object that provides a connection to an S3 resource that can be stored in a DynamoDB field through DynamoDBContext </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.UploadFromAsync(System.String,System.Threading.CancellationToken)"> <summary> Uploads the specified file and stores it in the specified bucket with the provided key from construction. </summary> <param name="sourcePath">Path of the file to be uploaded.</param> <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param> <returns>An asynchronous task of the request</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.UploadFromAsync(Windows.Storage.IStorageFile,System.Threading.CancellationToken)"> <summary> Uploads the specified file and stores it in the specified bucket with the provided key from construction. </summary> <param name="sourceFile">Path of the file to be uploaded.</param> <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param> <returns>An asynchronous task of the request</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.DownloadToAsync(Windows.Storage.IStorageFile,System.Threading.CancellationToken)"> <summary> Downloads the file from the S3Link's specified bucket and key then saves it in the given path. Creates directories and the file if they do not already exist. </summary> <param name="storageFile">Storage file to download to.</param> <param name="cancellationToken">A cancellation token that can be used by other objects or threads to receive notice of cancellation.</param> <returns>An asynchronous task of the request</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.Create(Amazon.DynamoDBv2.DataModel.DynamoDBContext,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Creates an S3Link that can be used to managed an S3 connection </summary> <param name="context">The context that is handling the S3Link</param> <param name="bucket">The bucket the S3Link should manage</param> <param name="key">The key that S3Link should store and download from</param> <param name="region">The region of the S3 resource</param> <returns>A new S3Link object that can upload and download to the target bucket</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.MakeS3ObjectPublic(System.Boolean)"> <summary> If enable is set to true the object will have its permission set to PublicRead otherwise the permissions will be set to Private. </summary> <param name="enable">If true the object will have its permission set to PublicRead otherwise the permissions will be set to Private.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.SetACL(Amazon.S3.S3CannedACL)"> <summary> Sets the S3 Object's ACL </summary> <param name="cannedACL">CannedACL assigned to object</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.SetACL(Amazon.S3.Model.S3AccessControlList)"> <summary> Sets the S3 Objects's ACL </summary> <param name="acl">ACL assigned to the S3 object</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.S3Link.GetPreSignedURL(System.DateTime)"> <summary> Provides a URL for accessing the S3 object managed by S3Link </summary> <param name="expiration">The time the link should become invalid</param> <returns>A URL directing to the S3 object</returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.S3Link.Key"> <summary> The Key that S3Link stores and downloads a resource to and from </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.S3Link.BucketName"> <summary> The name of the target Bucket for the managed resource </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.S3Link.Region"> <summary> The region the S3 resource is in </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.S3Link.RegionAsEndpoint"> <summary> Looks up RegionEndpoint based on region as a string </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.IPropertyConverter"> <summary> Interface for converting arbitrary objects to DynamoDB-supported object types. Implementing type must be public, instantiable, and should have a zero-parameter constructor. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IPropertyConverter.ToEntry(System.Object)"> <summary> Convert object to DynamoDBEntry </summary> <param name="value">Object to be deserialized</param> <returns>Object deserialized as DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IPropertyConverter.FromEntry(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)"> <summary> Convert DynamoDBEntry to the specified object </summary> <param name="entry">DynamoDBEntry to be serialized</param> <returns>Serialized object</returns> </member> <member name="T:Amazon.DynamoDBv2.IAmazonDynamoDBStreams"> <summary> Interface for accessing DynamoDBStreams Amazon DynamoDB Streams <para> This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide//Streams.html">Amazon DynamoDB Developer Guide</a>. </para> <para> Note that this document is intended for use with the following DynamoDB documentation: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a> </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/">Amazon DynamoDB API Reference</a> </para> </li> </ul> <para> The following are short descriptions of each low-level DynamoDB Streams API action, organized by function. </para> <ul> <li> <para> <i>DescribeStream</i> - Returns detailed information about a particular stream. </para> </li> <li> <para> <i>GetRecords</i> - Retrieves the stream records from within a shard. </para> </li> <li> <para> <i>GetShardIterator</i> - Returns information on how to retrieve the streams record from a shard with a given shard ID. </para> </li> <li> <para> <i>ListStreams</i> - Returns a list of all the streams associated with the current AWS account and endpoint. </para> </li> </ul> </summary> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDBStreams.DescribeStreamAsync(Amazon.DynamoDBv2.Model.DescribeStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDBStreams.GetRecordsAsync(Amazon.DynamoDBv2.Model.GetRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDBStreams.GetShardIteratorAsync(Amazon.DynamoDBv2.Model.GetShardIteratorRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShardIterator operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShardIterator operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.IAmazonDynamoDBStreams.ListStreamsAsync(Amazon.DynamoDBv2.Model.ListStreamsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreams operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreams operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient"> <summary> Implementation for accessing DynamoDBStreams Amazon DynamoDB Streams <para> This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide//Streams.html">Amazon DynamoDB Developer Guide</a>. </para> <para> Note that this document is intended for use with the following DynamoDB documentation: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a> </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/">Amazon DynamoDB API Reference</a> </para> </li> </ul> <para> The following are short descriptions of each low-level DynamoDB Streams API action, organized by function. </para> <ul> <li> <para> <i>DescribeStream</i> - Returns detailed information about a particular stream. </para> </li> <li> <para> <i>GetRecords</i> - Retrieves the stream records from within a shard. </para> </li> <li> <para> <i>GetShardIterator</i> - Returns information on how to retrieve the streams record from a shard with a given shard ID. </para> </li> <li> <para> <i>ListStreams</i> - Returns a list of all the streams associated with the current AWS account and endpoint. </para> </li> </ul> </summary> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Credentials and an AmazonDynamoDBStreamsClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonDynamoDBStreamsClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String,Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBStreamsClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonDynamoDBStreamsClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.#ctor(System.String,System.String,System.String,Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig)"> <summary> Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBStreamsClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonDynamoDBStreamsClient Configuration Object</param> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.DescribeStreamAsync(Amazon.DynamoDBv2.Model.DescribeStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.GetRecordsAsync(Amazon.DynamoDBv2.Model.GetRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.GetShardIteratorAsync(Amazon.DynamoDBv2.Model.GetShardIteratorRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShardIterator operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShardIterator operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.ListStreamsAsync(Amazon.DynamoDBv2.Model.ListStreamsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreams operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreams operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.EC2.AmazonEC2Client"> <summary> Implementation for accessing EC2 Amazon Elastic Compute Cloud <para> Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. </para> </summary> <summary> Implementation for accessing AmazonEC2. <para> Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers. </para> <para> Amazon EC2's simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon's proven computing environment. Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change. Amazon EC2 changes the economics of computing by allowing you to pay only for capacity that you actually use. Amazon EC2 provides developers the tools to build failure resilient applications and isolate themselves from common failure scenarios. </para> <para> Visit http://aws.amazon.com/ec2/ for more information. </para> </summary> </member> <member name="T:Amazon.EC2.IAmazonEC2"> <summary> Interface for accessing EC2 Amazon Elastic Compute Cloud <para> Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. </para> </summary> </member> <member name="M:Amazon.EC2.IAmazonEC2.AcceptVpcPeeringConnectionAsync(Amazon.EC2.Model.AcceptVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AcceptVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the AcceptVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AllocateAddressAsync(Amazon.EC2.Model.AllocateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AssignPrivateIpAddressesAsync(Amazon.EC2.Model.AssignPrivateIpAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignPrivateIpAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignPrivateIpAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AssociateAddressAsync(Amazon.EC2.Model.AssociateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AssociateDhcpOptionsAsync(Amazon.EC2.Model.AssociateDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AssociateRouteTableAsync(Amazon.EC2.Model.AssociateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AttachClassicLinkVpcAsync(Amazon.EC2.Model.AttachClassicLinkVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachClassicLinkVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachClassicLinkVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AttachInternetGatewayAsync(Amazon.EC2.Model.AttachInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AttachNetworkInterfaceAsync(Amazon.EC2.Model.AttachNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AttachVolumeAsync(Amazon.EC2.Model.AttachVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AttachVpnGatewayAsync(Amazon.EC2.Model.AttachVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AuthorizeSecurityGroupEgressAsync(Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSecurityGroupEgress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSecurityGroupEgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.AuthorizeSecurityGroupIngressAsync(Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.BundleInstanceAsync(Amazon.EC2.Model.BundleInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BundleInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the BundleInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelBundleTaskAsync(Amazon.EC2.Model.CancelBundleTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelBundleTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelBundleTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelConversionTaskAsync(Amazon.EC2.Model.CancelConversionTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelConversionTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelConversionTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelExportTaskAsync(Amazon.EC2.Model.CancelExportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelExportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelExportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelImportTaskAsync(Amazon.EC2.Model.CancelImportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelImportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelImportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelReservedInstancesListingAsync(Amazon.EC2.Model.CancelReservedInstancesListingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelReservedInstancesListing operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelReservedInstancesListing operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelSpotFleetRequestsAsync(Amazon.EC2.Model.CancelSpotFleetRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelSpotFleetRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelSpotFleetRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CancelSpotInstanceRequestsAsync(Amazon.EC2.Model.CancelSpotInstanceRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelSpotInstanceRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelSpotInstanceRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ConfirmProductInstanceAsync(Amazon.EC2.Model.ConfirmProductInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmProductInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmProductInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CopyImageAsync(Amazon.EC2.Model.CopyImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyImage operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CopySnapshotAsync(Amazon.EC2.Model.CopySnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopySnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopySnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateCustomerGatewayAsync(Amazon.EC2.Model.CreateCustomerGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCustomerGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCustomerGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateDhcpOptionsAsync(Amazon.EC2.Model.CreateDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateFlowLogsAsync(Amazon.EC2.Model.CreateFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateImageAsync(Amazon.EC2.Model.CreateImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateImage operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateInstanceExportTaskAsync(Amazon.EC2.Model.CreateInstanceExportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstanceExportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstanceExportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateInternetGatewayAsync(Amazon.EC2.Model.CreateInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateKeyPairAsync(Amazon.EC2.Model.CreateKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateNetworkAclAsync(Amazon.EC2.Model.CreateNetworkAclRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkAcl operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkAcl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateNetworkAclEntryAsync(Amazon.EC2.Model.CreateNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateNetworkInterfaceAsync(Amazon.EC2.Model.CreateNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreatePlacementGroupAsync(Amazon.EC2.Model.CreatePlacementGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlacementGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlacementGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateReservedInstancesListingAsync(Amazon.EC2.Model.CreateReservedInstancesListingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReservedInstancesListing operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReservedInstancesListing operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateRouteAsync(Amazon.EC2.Model.CreateRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateRouteTableAsync(Amazon.EC2.Model.CreateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateSecurityGroupAsync(Amazon.EC2.Model.CreateSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateSnapshotAsync(Amazon.EC2.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateSubnetAsync(Amazon.EC2.Model.CreateSubnetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSubnet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSubnet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateTagsAsync(Amazon.EC2.Model.CreateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVolumeAsync(Amazon.EC2.Model.CreateVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpcAsync(Amazon.EC2.Model.CreateVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpcEndpointAsync(Amazon.EC2.Model.CreateVpcEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpcEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpcEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpcPeeringConnectionAsync(Amazon.EC2.Model.CreateVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpnConnectionAsync(Amazon.EC2.Model.CreateVpnConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpnConnectionRouteAsync(Amazon.EC2.Model.CreateVpnConnectionRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnConnectionRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnConnectionRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.CreateVpnGatewayAsync(Amazon.EC2.Model.CreateVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteCustomerGatewayAsync(Amazon.EC2.Model.DeleteCustomerGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCustomerGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCustomerGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteDhcpOptionsAsync(Amazon.EC2.Model.DeleteDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteFlowLogsAsync(Amazon.EC2.Model.DeleteFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteInternetGatewayAsync(Amazon.EC2.Model.DeleteInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteKeyPairAsync(Amazon.EC2.Model.DeleteKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteNetworkAclAsync(Amazon.EC2.Model.DeleteNetworkAclRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkAcl operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkAcl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteNetworkAclEntryAsync(Amazon.EC2.Model.DeleteNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteNetworkInterfaceAsync(Amazon.EC2.Model.DeleteNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeletePlacementGroupAsync(Amazon.EC2.Model.DeletePlacementGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePlacementGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePlacementGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteRouteAsync(Amazon.EC2.Model.DeleteRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteRouteTableAsync(Amazon.EC2.Model.DeleteRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteSecurityGroupAsync(Amazon.EC2.Model.DeleteSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteSnapshotAsync(Amazon.EC2.Model.DeleteSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.DeleteSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteSubnetAsync(Amazon.EC2.Model.DeleteSubnetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSubnet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSubnet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteTagsAsync(Amazon.EC2.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVolumeAsync(Amazon.EC2.Model.DeleteVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpcAsync(Amazon.EC2.Model.DeleteVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpcEndpointsAsync(Amazon.EC2.Model.DeleteVpcEndpointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpcEndpoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpcEndpoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpcPeeringConnectionAsync(Amazon.EC2.Model.DeleteVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpnConnectionAsync(Amazon.EC2.Model.DeleteVpnConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpnConnectionRouteAsync(Amazon.EC2.Model.DeleteVpnConnectionRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnConnectionRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnConnectionRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeleteVpnGatewayAsync(Amazon.EC2.Model.DeleteVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DeregisterImageAsync(Amazon.EC2.Model.DeregisterImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterImage operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeAccountAttributesAsync(Amazon.EC2.Model.DescribeAccountAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeAddressesAsync(Amazon.EC2.Model.DescribeAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeAvailabilityZonesAsync(Amazon.EC2.Model.DescribeAvailabilityZonesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAvailabilityZones operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityZones operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeBundleTasksAsync(Amazon.EC2.Model.DescribeBundleTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeBundleTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeBundleTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeClassicLinkInstancesAsync(Amazon.EC2.Model.DescribeClassicLinkInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClassicLinkInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClassicLinkInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeConversionTasksAsync(Amazon.EC2.Model.DescribeConversionTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConversionTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConversionTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeCustomerGatewaysAsync(Amazon.EC2.Model.DescribeCustomerGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCustomerGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCustomerGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeDhcpOptionsAsync(Amazon.EC2.Model.DescribeDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeExportTasksAsync(Amazon.EC2.Model.DescribeExportTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeExportTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeExportTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeFlowLogsAsync(Amazon.EC2.Model.DescribeFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeImageAttributeAsync(Amazon.EC2.Model.DescribeImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeImagesAsync(Amazon.EC2.Model.DescribeImagesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImages operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImages operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeImportImageTasksAsync(Amazon.EC2.Model.DescribeImportImageTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImportImageTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImportImageTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeImportSnapshotTasksAsync(Amazon.EC2.Model.DescribeImportSnapshotTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImportSnapshotTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImportSnapshotTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeInstanceAttributeAsync(Amazon.EC2.Model.DescribeInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeInstancesAsync(Amazon.EC2.Model.DescribeInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeInstanceStatusAsync(Amazon.EC2.Model.DescribeInstanceStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeInternetGatewaysAsync(Amazon.EC2.Model.DescribeInternetGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInternetGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInternetGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeKeyPairsAsync(Amazon.EC2.Model.DescribeKeyPairsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeKeyPairs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeKeyPairs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeMovingAddressesAsync(Amazon.EC2.Model.DescribeMovingAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMovingAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMovingAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeNetworkAclsAsync(Amazon.EC2.Model.DescribeNetworkAclsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkAcls operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkAcls operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeNetworkInterfaceAttributeAsync(Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeNetworkInterfacesAsync(Amazon.EC2.Model.DescribeNetworkInterfacesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkInterfaces operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkInterfaces operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribePlacementGroupsAsync(Amazon.EC2.Model.DescribePlacementGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePlacementGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePlacementGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribePrefixListsAsync(Amazon.EC2.Model.DescribePrefixListsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePrefixLists operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePrefixLists operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeRegionsAsync(Amazon.EC2.Model.DescribeRegionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRegions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRegions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeReservedInstancesAsync(Amazon.EC2.Model.DescribeReservedInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeReservedInstancesListingsAsync(Amazon.EC2.Model.DescribeReservedInstancesListingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesListings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesListings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeReservedInstancesModificationsAsync(Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesModifications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesModifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeReservedInstancesOfferingsAsync(Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeRouteTablesAsync(Amazon.EC2.Model.DescribeRouteTablesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRouteTables operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRouteTables operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSecurityGroupsAsync(Amazon.EC2.Model.DescribeSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSnapshotAttributeAsync(Amazon.EC2.Model.DescribeSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSnapshotsAsync(Amazon.EC2.Model.DescribeSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotFleetInstancesAsync(Amazon.EC2.Model.DescribeSpotFleetInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotFleetRequestHistoryAsync(Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetRequestHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetRequestHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotFleetRequestsAsync(Amazon.EC2.Model.DescribeSpotFleetRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotInstanceRequestsAsync(Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotInstanceRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotInstanceRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSpotPriceHistoryAsync(Amazon.EC2.Model.DescribeSpotPriceHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotPriceHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotPriceHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeSubnetsAsync(Amazon.EC2.Model.DescribeSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeTagsAsync(Amazon.EC2.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVolumeAttributeAsync(Amazon.EC2.Model.DescribeVolumeAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumeAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVolumesAsync(Amazon.EC2.Model.DescribeVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVolumeStatusAsync(Amazon.EC2.Model.DescribeVolumeStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumeStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumeStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcAttributeAsync(Amazon.EC2.Model.DescribeVpcAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcClassicLinkAsync(Amazon.EC2.Model.DescribeVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcEndpointsAsync(Amazon.EC2.Model.DescribeVpcEndpointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcEndpoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcEndpoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcEndpointServicesAsync(Amazon.EC2.Model.DescribeVpcEndpointServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcEndpointServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcEndpointServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcPeeringConnectionsAsync(Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcPeeringConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcPeeringConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpcsAsync(Amazon.EC2.Model.DescribeVpcsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpnConnectionsAsync(Amazon.EC2.Model.DescribeVpnConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpnConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpnConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DescribeVpnGatewaysAsync(Amazon.EC2.Model.DescribeVpnGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpnGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpnGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DetachClassicLinkVpcAsync(Amazon.EC2.Model.DetachClassicLinkVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachClassicLinkVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachClassicLinkVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DetachInternetGatewayAsync(Amazon.EC2.Model.DetachInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DetachNetworkInterfaceAsync(Amazon.EC2.Model.DetachNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DetachVolumeAsync(Amazon.EC2.Model.DetachVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DetachVpnGatewayAsync(Amazon.EC2.Model.DetachVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DisableVgwRoutePropagationAsync(Amazon.EC2.Model.DisableVgwRoutePropagationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableVgwRoutePropagation operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableVgwRoutePropagation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DisableVpcClassicLinkAsync(Amazon.EC2.Model.DisableVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DisassociateAddressAsync(Amazon.EC2.Model.DisassociateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.DisassociateRouteTableAsync(Amazon.EC2.Model.DisassociateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.EnableVgwRoutePropagationAsync(Amazon.EC2.Model.EnableVgwRoutePropagationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVgwRoutePropagation operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVgwRoutePropagation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.EnableVolumeIOAsync(Amazon.EC2.Model.EnableVolumeIORequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVolumeIO operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVolumeIO operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.EnableVpcClassicLinkAsync(Amazon.EC2.Model.EnableVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.GetConsoleOutputAsync(Amazon.EC2.Model.GetConsoleOutputRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetConsoleOutput operation. </summary> <param name="request">Container for the necessary parameters to execute the GetConsoleOutput operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.GetPasswordDataAsync(Amazon.EC2.Model.GetPasswordDataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPasswordData operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPasswordData operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ImportImageAsync(Amazon.EC2.Model.ImportImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportImage operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ImportInstanceAsync(Amazon.EC2.Model.ImportInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ImportKeyPairAsync(Amazon.EC2.Model.ImportKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ImportSnapshotAsync(Amazon.EC2.Model.ImportSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ImportVolumeAsync(Amazon.EC2.Model.ImportVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyImageAttributeAsync(Amazon.EC2.Model.ModifyImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyInstanceAttributeAsync(Amazon.EC2.Model.ModifyInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyNetworkInterfaceAttributeAsync(Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyReservedInstancesAsync(Amazon.EC2.Model.ModifyReservedInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyReservedInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyReservedInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifySnapshotAttributeAsync(Amazon.EC2.Model.ModifySnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifySubnetAttributeAsync(Amazon.EC2.Model.ModifySubnetAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySubnetAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySubnetAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyVolumeAttributeAsync(Amazon.EC2.Model.ModifyVolumeAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVolumeAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVolumeAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyVpcAttributeAsync(Amazon.EC2.Model.ModifyVpcAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVpcAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVpcAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ModifyVpcEndpointAsync(Amazon.EC2.Model.ModifyVpcEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVpcEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVpcEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.MonitorInstancesAsync(Amazon.EC2.Model.MonitorInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MonitorInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the MonitorInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.MoveAddressToVpcAsync(Amazon.EC2.Model.MoveAddressToVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MoveAddressToVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the MoveAddressToVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.PurchaseReservedInstancesOfferingAsync(Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedInstancesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedInstancesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RebootInstancesAsync(Amazon.EC2.Model.RebootInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RegisterImageAsync(Amazon.EC2.Model.RegisterImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterImage operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RejectVpcPeeringConnectionAsync(Amazon.EC2.Model.RejectVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RejectVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the RejectVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReleaseAddressAsync(Amazon.EC2.Model.ReleaseAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReleaseAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the ReleaseAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReplaceNetworkAclAssociationAsync(Amazon.EC2.Model.ReplaceNetworkAclAssociationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceNetworkAclAssociation operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceNetworkAclAssociation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReplaceNetworkAclEntryAsync(Amazon.EC2.Model.ReplaceNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReplaceRouteAsync(Amazon.EC2.Model.ReplaceRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReplaceRouteTableAssociationAsync(Amazon.EC2.Model.ReplaceRouteTableAssociationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceRouteTableAssociation operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceRouteTableAssociation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ReportInstanceStatusAsync(Amazon.EC2.Model.ReportInstanceStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportInstanceStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportInstanceStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RequestSpotFleetAsync(Amazon.EC2.Model.RequestSpotFleetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestSpotFleet operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestSpotFleet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RequestSpotInstancesAsync(Amazon.EC2.Model.RequestSpotInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestSpotInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestSpotInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ResetImageAttributeAsync(Amazon.EC2.Model.ResetImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ResetInstanceAttributeAsync(Amazon.EC2.Model.ResetInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ResetNetworkInterfaceAttributeAsync(Amazon.EC2.Model.ResetNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.ResetSnapshotAttributeAsync(Amazon.EC2.Model.ResetSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RestoreAddressToClassicAsync(Amazon.EC2.Model.RestoreAddressToClassicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreAddressToClassic operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreAddressToClassic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RevokeSecurityGroupEgressAsync(Amazon.EC2.Model.RevokeSecurityGroupEgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSecurityGroupEgress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSecurityGroupEgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RevokeSecurityGroupIngressAsync(Amazon.EC2.Model.RevokeSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.RunInstancesAsync(Amazon.EC2.Model.RunInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RunInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.StartInstancesAsync(Amazon.EC2.Model.StartInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the StartInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.StopInstancesAsync(Amazon.EC2.Model.StopInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the StopInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.TerminateInstancesAsync(Amazon.EC2.Model.TerminateInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.UnassignPrivateIpAddressesAsync(Amazon.EC2.Model.UnassignPrivateIpAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignPrivateIpAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignPrivateIpAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.IAmazonEC2.UnmonitorInstancesAsync(Amazon.EC2.Model.UnmonitorInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnmonitorInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the UnmonitorInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonEC2Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonEC2Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.EC2.AmazonEC2Config)"> <summary> Constructs AmazonEC2Client with AWS Credentials and an AmazonEC2Client Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonEC2Client Configuration Object</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String,Amazon.EC2.AmazonEC2Config)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID, AWS Secret Key and an AmazonEC2Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonEC2Client Configuration Object</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.#ctor(System.String,System.String,System.String,Amazon.EC2.AmazonEC2Config)"> <summary> Constructs AmazonEC2Client with AWS Access Key ID, AWS Secret Key and an AmazonEC2Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonEC2Client Configuration Object</param> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AcceptVpcPeeringConnectionAsync(Amazon.EC2.Model.AcceptVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AcceptVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the AcceptVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AllocateAddressAsync(Amazon.EC2.Model.AllocateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AllocateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the AllocateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AssignPrivateIpAddressesAsync(Amazon.EC2.Model.AssignPrivateIpAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignPrivateIpAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignPrivateIpAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AssociateAddressAsync(Amazon.EC2.Model.AssociateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AssociateDhcpOptionsAsync(Amazon.EC2.Model.AssociateDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AssociateRouteTableAsync(Amazon.EC2.Model.AssociateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AttachClassicLinkVpcAsync(Amazon.EC2.Model.AttachClassicLinkVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachClassicLinkVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachClassicLinkVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AttachInternetGatewayAsync(Amazon.EC2.Model.AttachInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AttachNetworkInterfaceAsync(Amazon.EC2.Model.AttachNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AttachVolumeAsync(Amazon.EC2.Model.AttachVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AttachVpnGatewayAsync(Amazon.EC2.Model.AttachVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AuthorizeSecurityGroupEgressAsync(Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSecurityGroupEgress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSecurityGroupEgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.AuthorizeSecurityGroupIngressAsync(Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.BundleInstanceAsync(Amazon.EC2.Model.BundleInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BundleInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the BundleInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelBundleTaskAsync(Amazon.EC2.Model.CancelBundleTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelBundleTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelBundleTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelConversionTaskAsync(Amazon.EC2.Model.CancelConversionTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelConversionTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelConversionTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelExportTaskAsync(Amazon.EC2.Model.CancelExportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelExportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelExportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelImportTaskAsync(Amazon.EC2.Model.CancelImportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelImportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelImportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelReservedInstancesListingAsync(Amazon.EC2.Model.CancelReservedInstancesListingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelReservedInstancesListing operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelReservedInstancesListing operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelSpotFleetRequestsAsync(Amazon.EC2.Model.CancelSpotFleetRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelSpotFleetRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelSpotFleetRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CancelSpotInstanceRequestsAsync(Amazon.EC2.Model.CancelSpotInstanceRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelSpotInstanceRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelSpotInstanceRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ConfirmProductInstanceAsync(Amazon.EC2.Model.ConfirmProductInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmProductInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmProductInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CopyImageAsync(Amazon.EC2.Model.CopyImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyImage operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CopySnapshotAsync(Amazon.EC2.Model.CopySnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopySnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopySnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateCustomerGatewayAsync(Amazon.EC2.Model.CreateCustomerGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCustomerGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCustomerGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateDhcpOptionsAsync(Amazon.EC2.Model.CreateDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateFlowLogsAsync(Amazon.EC2.Model.CreateFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateImageAsync(Amazon.EC2.Model.CreateImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateImage operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateInstanceExportTaskAsync(Amazon.EC2.Model.CreateInstanceExportTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstanceExportTask operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstanceExportTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateInternetGatewayAsync(Amazon.EC2.Model.CreateInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateKeyPairAsync(Amazon.EC2.Model.CreateKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateNetworkAclAsync(Amazon.EC2.Model.CreateNetworkAclRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkAcl operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkAcl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateNetworkAclEntryAsync(Amazon.EC2.Model.CreateNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateNetworkInterfaceAsync(Amazon.EC2.Model.CreateNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreatePlacementGroupAsync(Amazon.EC2.Model.CreatePlacementGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlacementGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlacementGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateReservedInstancesListingAsync(Amazon.EC2.Model.CreateReservedInstancesListingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReservedInstancesListing operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReservedInstancesListing operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateRouteAsync(Amazon.EC2.Model.CreateRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateRouteTableAsync(Amazon.EC2.Model.CreateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateSecurityGroupAsync(Amazon.EC2.Model.CreateSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateSnapshotAsync(Amazon.EC2.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateSubnetAsync(Amazon.EC2.Model.CreateSubnetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSubnet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSubnet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateTagsAsync(Amazon.EC2.Model.CreateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVolumeAsync(Amazon.EC2.Model.CreateVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpcAsync(Amazon.EC2.Model.CreateVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpcEndpointAsync(Amazon.EC2.Model.CreateVpcEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpcEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpcEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpcPeeringConnectionAsync(Amazon.EC2.Model.CreateVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpnConnectionAsync(Amazon.EC2.Model.CreateVpnConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpnConnectionRouteAsync(Amazon.EC2.Model.CreateVpnConnectionRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnConnectionRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnConnectionRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.CreateVpnGatewayAsync(Amazon.EC2.Model.CreateVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteCustomerGatewayAsync(Amazon.EC2.Model.DeleteCustomerGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCustomerGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCustomerGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteDhcpOptionsAsync(Amazon.EC2.Model.DeleteDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteFlowLogsAsync(Amazon.EC2.Model.DeleteFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteInternetGatewayAsync(Amazon.EC2.Model.DeleteInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteKeyPairAsync(Amazon.EC2.Model.DeleteKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteNetworkAclAsync(Amazon.EC2.Model.DeleteNetworkAclRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkAcl operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkAcl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteNetworkAclEntryAsync(Amazon.EC2.Model.DeleteNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteNetworkInterfaceAsync(Amazon.EC2.Model.DeleteNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeletePlacementGroupAsync(Amazon.EC2.Model.DeletePlacementGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePlacementGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePlacementGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteRouteAsync(Amazon.EC2.Model.DeleteRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteRouteTableAsync(Amazon.EC2.Model.DeleteRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteSecurityGroupAsync(Amazon.EC2.Model.DeleteSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteSnapshotAsync(Amazon.EC2.Model.DeleteSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.DeleteSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteSubnetAsync(Amazon.EC2.Model.DeleteSubnetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSubnet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSubnet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteTagsAsync(Amazon.EC2.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVolumeAsync(Amazon.EC2.Model.DeleteVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpcAsync(Amazon.EC2.Model.DeleteVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpcEndpointsAsync(Amazon.EC2.Model.DeleteVpcEndpointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpcEndpoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpcEndpoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpcPeeringConnectionAsync(Amazon.EC2.Model.DeleteVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpnConnectionAsync(Amazon.EC2.Model.DeleteVpnConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpnConnectionRouteAsync(Amazon.EC2.Model.DeleteVpnConnectionRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnConnectionRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnConnectionRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeleteVpnGatewayAsync(Amazon.EC2.Model.DeleteVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DeregisterImageAsync(Amazon.EC2.Model.DeregisterImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterImage operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeAccountAttributesAsync(Amazon.EC2.Model.DescribeAccountAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeAddressesAsync(Amazon.EC2.Model.DescribeAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeAvailabilityZonesAsync(Amazon.EC2.Model.DescribeAvailabilityZonesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAvailabilityZones operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityZones operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeBundleTasksAsync(Amazon.EC2.Model.DescribeBundleTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeBundleTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeBundleTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeClassicLinkInstancesAsync(Amazon.EC2.Model.DescribeClassicLinkInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClassicLinkInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClassicLinkInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeConversionTasksAsync(Amazon.EC2.Model.DescribeConversionTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConversionTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConversionTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeCustomerGatewaysAsync(Amazon.EC2.Model.DescribeCustomerGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCustomerGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCustomerGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeDhcpOptionsAsync(Amazon.EC2.Model.DescribeDhcpOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDhcpOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDhcpOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeExportTasksAsync(Amazon.EC2.Model.DescribeExportTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeExportTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeExportTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeFlowLogsAsync(Amazon.EC2.Model.DescribeFlowLogsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeFlowLogs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeFlowLogs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeImageAttributeAsync(Amazon.EC2.Model.DescribeImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeImagesAsync(Amazon.EC2.Model.DescribeImagesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImages operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImages operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeImportImageTasksAsync(Amazon.EC2.Model.DescribeImportImageTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImportImageTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImportImageTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeImportSnapshotTasksAsync(Amazon.EC2.Model.DescribeImportSnapshotTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeImportSnapshotTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeImportSnapshotTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeInstanceAttributeAsync(Amazon.EC2.Model.DescribeInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeInstancesAsync(Amazon.EC2.Model.DescribeInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeInstanceStatusAsync(Amazon.EC2.Model.DescribeInstanceStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeInternetGatewaysAsync(Amazon.EC2.Model.DescribeInternetGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInternetGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInternetGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeKeyPairsAsync(Amazon.EC2.Model.DescribeKeyPairsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeKeyPairs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeKeyPairs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeMovingAddressesAsync(Amazon.EC2.Model.DescribeMovingAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMovingAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMovingAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeNetworkAclsAsync(Amazon.EC2.Model.DescribeNetworkAclsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkAcls operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkAcls operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeNetworkInterfaceAttributeAsync(Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeNetworkInterfacesAsync(Amazon.EC2.Model.DescribeNetworkInterfacesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeNetworkInterfaces operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeNetworkInterfaces operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribePlacementGroupsAsync(Amazon.EC2.Model.DescribePlacementGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePlacementGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePlacementGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribePrefixListsAsync(Amazon.EC2.Model.DescribePrefixListsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePrefixLists operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePrefixLists operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeRegionsAsync(Amazon.EC2.Model.DescribeRegionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRegions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRegions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeReservedInstancesAsync(Amazon.EC2.Model.DescribeReservedInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeReservedInstancesListingsAsync(Amazon.EC2.Model.DescribeReservedInstancesListingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesListings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesListings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeReservedInstancesModificationsAsync(Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesModifications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesModifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeReservedInstancesOfferingsAsync(Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedInstancesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedInstancesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeRouteTablesAsync(Amazon.EC2.Model.DescribeRouteTablesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRouteTables operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRouteTables operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSecurityGroupsAsync(Amazon.EC2.Model.DescribeSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSnapshotAttributeAsync(Amazon.EC2.Model.DescribeSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSnapshotsAsync(Amazon.EC2.Model.DescribeSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotDatafeedSubscriptionAsync(Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotDatafeedSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotDatafeedSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotFleetInstancesAsync(Amazon.EC2.Model.DescribeSpotFleetInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotFleetRequestHistoryAsync(Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetRequestHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetRequestHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotFleetRequestsAsync(Amazon.EC2.Model.DescribeSpotFleetRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotFleetRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotFleetRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotInstanceRequestsAsync(Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotInstanceRequests operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotInstanceRequests operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSpotPriceHistoryAsync(Amazon.EC2.Model.DescribeSpotPriceHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSpotPriceHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSpotPriceHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeSubnetsAsync(Amazon.EC2.Model.DescribeSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeTagsAsync(Amazon.EC2.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVolumeAttributeAsync(Amazon.EC2.Model.DescribeVolumeAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumeAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVolumesAsync(Amazon.EC2.Model.DescribeVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVolumeStatusAsync(Amazon.EC2.Model.DescribeVolumeStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumeStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumeStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcAttributeAsync(Amazon.EC2.Model.DescribeVpcAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcClassicLinkAsync(Amazon.EC2.Model.DescribeVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcEndpointsAsync(Amazon.EC2.Model.DescribeVpcEndpointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcEndpoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcEndpoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcEndpointServicesAsync(Amazon.EC2.Model.DescribeVpcEndpointServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcEndpointServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcEndpointServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcPeeringConnectionsAsync(Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcPeeringConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcPeeringConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpcsAsync(Amazon.EC2.Model.DescribeVpcsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpcs operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpcs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpnConnectionsAsync(Amazon.EC2.Model.DescribeVpnConnectionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpnConnections operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpnConnections operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DescribeVpnGatewaysAsync(Amazon.EC2.Model.DescribeVpnGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVpnGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVpnGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DetachClassicLinkVpcAsync(Amazon.EC2.Model.DetachClassicLinkVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachClassicLinkVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachClassicLinkVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DetachInternetGatewayAsync(Amazon.EC2.Model.DetachInternetGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachInternetGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachInternetGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DetachNetworkInterfaceAsync(Amazon.EC2.Model.DetachNetworkInterfaceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachNetworkInterface operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachNetworkInterface operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DetachVolumeAsync(Amazon.EC2.Model.DetachVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DetachVpnGatewayAsync(Amazon.EC2.Model.DetachVpnGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachVpnGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachVpnGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DisableVgwRoutePropagationAsync(Amazon.EC2.Model.DisableVgwRoutePropagationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableVgwRoutePropagation operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableVgwRoutePropagation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DisableVpcClassicLinkAsync(Amazon.EC2.Model.DisableVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DisassociateAddressAsync(Amazon.EC2.Model.DisassociateAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DisassociateRouteTableAsync(Amazon.EC2.Model.DisassociateRouteTableRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateRouteTable operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateRouteTable operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.EnableVgwRoutePropagationAsync(Amazon.EC2.Model.EnableVgwRoutePropagationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVgwRoutePropagation operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVgwRoutePropagation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.EnableVolumeIOAsync(Amazon.EC2.Model.EnableVolumeIORequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVolumeIO operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVolumeIO operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.EnableVpcClassicLinkAsync(Amazon.EC2.Model.EnableVpcClassicLinkRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableVpcClassicLink operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableVpcClassicLink operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.GetConsoleOutputAsync(Amazon.EC2.Model.GetConsoleOutputRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetConsoleOutput operation. </summary> <param name="request">Container for the necessary parameters to execute the GetConsoleOutput operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.GetPasswordDataAsync(Amazon.EC2.Model.GetPasswordDataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPasswordData operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPasswordData operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ImportImageAsync(Amazon.EC2.Model.ImportImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportImage operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ImportInstanceAsync(Amazon.EC2.Model.ImportInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ImportKeyPairAsync(Amazon.EC2.Model.ImportKeyPairRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportKeyPair operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportKeyPair operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ImportSnapshotAsync(Amazon.EC2.Model.ImportSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ImportVolumeAsync(Amazon.EC2.Model.ImportVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ImportVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the ImportVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyImageAttributeAsync(Amazon.EC2.Model.ModifyImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyInstanceAttributeAsync(Amazon.EC2.Model.ModifyInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyNetworkInterfaceAttributeAsync(Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyReservedInstancesAsync(Amazon.EC2.Model.ModifyReservedInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyReservedInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyReservedInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifySnapshotAttributeAsync(Amazon.EC2.Model.ModifySnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifySubnetAttributeAsync(Amazon.EC2.Model.ModifySubnetAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySubnetAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySubnetAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyVolumeAttributeAsync(Amazon.EC2.Model.ModifyVolumeAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVolumeAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVolumeAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyVpcAttributeAsync(Amazon.EC2.Model.ModifyVpcAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVpcAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVpcAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ModifyVpcEndpointAsync(Amazon.EC2.Model.ModifyVpcEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyVpcEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyVpcEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.MonitorInstancesAsync(Amazon.EC2.Model.MonitorInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MonitorInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the MonitorInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.MoveAddressToVpcAsync(Amazon.EC2.Model.MoveAddressToVpcRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MoveAddressToVpc operation. </summary> <param name="request">Container for the necessary parameters to execute the MoveAddressToVpc operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.PurchaseReservedInstancesOfferingAsync(Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedInstancesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedInstancesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RebootInstancesAsync(Amazon.EC2.Model.RebootInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RegisterImageAsync(Amazon.EC2.Model.RegisterImageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterImage operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterImage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RejectVpcPeeringConnectionAsync(Amazon.EC2.Model.RejectVpcPeeringConnectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RejectVpcPeeringConnection operation. </summary> <param name="request">Container for the necessary parameters to execute the RejectVpcPeeringConnection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReleaseAddressAsync(Amazon.EC2.Model.ReleaseAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReleaseAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the ReleaseAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReplaceNetworkAclAssociationAsync(Amazon.EC2.Model.ReplaceNetworkAclAssociationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceNetworkAclAssociation operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceNetworkAclAssociation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReplaceNetworkAclEntryAsync(Amazon.EC2.Model.ReplaceNetworkAclEntryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceNetworkAclEntry operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReplaceRouteAsync(Amazon.EC2.Model.ReplaceRouteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceRoute operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceRoute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReplaceRouteTableAssociationAsync(Amazon.EC2.Model.ReplaceRouteTableAssociationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReplaceRouteTableAssociation operation. </summary> <param name="request">Container for the necessary parameters to execute the ReplaceRouteTableAssociation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ReportInstanceStatusAsync(Amazon.EC2.Model.ReportInstanceStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReportInstanceStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the ReportInstanceStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RequestSpotFleetAsync(Amazon.EC2.Model.RequestSpotFleetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestSpotFleet operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestSpotFleet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RequestSpotInstancesAsync(Amazon.EC2.Model.RequestSpotInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestSpotInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestSpotInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ResetImageAttributeAsync(Amazon.EC2.Model.ResetImageAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetImageAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetImageAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ResetInstanceAttributeAsync(Amazon.EC2.Model.ResetInstanceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetInstanceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetInstanceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ResetNetworkInterfaceAttributeAsync(Amazon.EC2.Model.ResetNetworkInterfaceAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetNetworkInterfaceAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetNetworkInterfaceAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.ResetSnapshotAttributeAsync(Amazon.EC2.Model.ResetSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RestoreAddressToClassicAsync(Amazon.EC2.Model.RestoreAddressToClassicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreAddressToClassic operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreAddressToClassic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RevokeSecurityGroupEgressAsync(Amazon.EC2.Model.RevokeSecurityGroupEgressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSecurityGroupEgress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSecurityGroupEgress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RevokeSecurityGroupIngressAsync(Amazon.EC2.Model.RevokeSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.RunInstancesAsync(Amazon.EC2.Model.RunInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the RunInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.StartInstancesAsync(Amazon.EC2.Model.StartInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the StartInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.StopInstancesAsync(Amazon.EC2.Model.StopInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the StopInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.TerminateInstancesAsync(Amazon.EC2.Model.TerminateInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.UnassignPrivateIpAddressesAsync(Amazon.EC2.Model.UnassignPrivateIpAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignPrivateIpAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignPrivateIpAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.UnmonitorInstancesAsync(Amazon.EC2.Model.UnmonitorInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnmonitorInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the UnmonitorInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.AmazonEC2Client.DryRun(Amazon.EC2.AmazonEC2Request)"> <summary> Checks whether you have the required permissions for the action, without actually making the request. </summary> <param name="request">Request to do a dry run of.</param> <returns>Result of the dry run.</returns> </member> <member name="T:Amazon.ECS.AmazonECSClient"> <summary> Implementation for accessing ECS Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of EC2 instances. Amazon ECS lets you launch and stop container-enabled applications with simple API calls, allows you to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features like security groups, Amazon EBS volumes, and IAM roles. <para> You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. Amazon EC2 Container Service eliminates the need for you to operate your own cluster management and configuration management systems or worry about scaling your management infrastructure. </para> </summary> </member> <member name="T:Amazon.ECS.IAmazonECS"> <summary> Interface for accessing ECS Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of EC2 instances. Amazon ECS lets you launch and stop container-enabled applications with simple API calls, allows you to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features like security groups, Amazon EBS volumes, and IAM roles. <para> You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. Amazon EC2 Container Service eliminates the need for you to operate your own cluster management and configuration management systems or worry about scaling your management infrastructure. </para> </summary> </member> <member name="M:Amazon.ECS.IAmazonECS.CreateClusterAsync(Amazon.ECS.Model.CreateClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.CreateServiceAsync(Amazon.ECS.Model.CreateServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateService operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DeleteClusterAsync(Amazon.ECS.Model.DeleteClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DeleteServiceAsync(Amazon.ECS.Model.DeleteServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteService operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DeregisterContainerInstanceAsync(Amazon.ECS.Model.DeregisterContainerInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterContainerInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterContainerInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DeregisterTaskDefinitionAsync(Amazon.ECS.Model.DeregisterTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DescribeClustersAsync(Amazon.ECS.Model.DescribeClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DescribeContainerInstancesAsync(Amazon.ECS.Model.DescribeContainerInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeContainerInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeContainerInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DescribeServicesAsync(Amazon.ECS.Model.DescribeServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DescribeTaskDefinitionAsync(Amazon.ECS.Model.DescribeTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.DescribeTasksAsync(Amazon.ECS.Model.DescribeTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListClustersAsync(Amazon.ECS.Model.ListClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListContainerInstancesAsync(Amazon.ECS.Model.ListContainerInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListContainerInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListContainerInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListServicesAsync(Amazon.ECS.Model.ListServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListServices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListTaskDefinitionFamiliesAsync(Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTaskDefinitionFamilies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTaskDefinitionFamilies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListTaskDefinitionsAsync(Amazon.ECS.Model.ListTaskDefinitionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTaskDefinitions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTaskDefinitions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.ListTasksAsync(Amazon.ECS.Model.ListTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.RegisterTaskDefinitionAsync(Amazon.ECS.Model.RegisterTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.RunTaskAsync(Amazon.ECS.Model.RunTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunTask operation. </summary> <param name="request">Container for the necessary parameters to execute the RunTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.StartTaskAsync(Amazon.ECS.Model.StartTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartTask operation. </summary> <param name="request">Container for the necessary parameters to execute the StartTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.StopTaskAsync(Amazon.ECS.Model.StopTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopTask operation. </summary> <param name="request">Container for the necessary parameters to execute the StopTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.UpdateContainerAgentAsync(Amazon.ECS.Model.UpdateContainerAgentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateContainerAgent operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateContainerAgent operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.IAmazonECS.UpdateServiceAsync(Amazon.ECS.Model.UpdateServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateService operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonECSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonECSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ECS.AmazonECSConfig)"> <summary> Constructs AmazonECSClient with AWS Credentials and an AmazonECSClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonECSClient Configuration Object</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonECSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonECSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String,Amazon.ECS.AmazonECSConfig)"> <summary> Constructs AmazonECSClient with AWS Access Key ID, AWS Secret Key and an AmazonECSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonECSClient Configuration Object</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonECSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonECSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.#ctor(System.String,System.String,System.String,Amazon.ECS.AmazonECSConfig)"> <summary> Constructs AmazonECSClient with AWS Access Key ID, AWS Secret Key and an AmazonECSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonECSClient Configuration Object</param> </member> <member name="M:Amazon.ECS.AmazonECSClient.CreateClusterAsync(Amazon.ECS.Model.CreateClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.CreateServiceAsync(Amazon.ECS.Model.CreateServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateService operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DeleteClusterAsync(Amazon.ECS.Model.DeleteClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DeleteServiceAsync(Amazon.ECS.Model.DeleteServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteService operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DeregisterContainerInstanceAsync(Amazon.ECS.Model.DeregisterContainerInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterContainerInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterContainerInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DeregisterTaskDefinitionAsync(Amazon.ECS.Model.DeregisterTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DescribeClustersAsync(Amazon.ECS.Model.DescribeClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DescribeContainerInstancesAsync(Amazon.ECS.Model.DescribeContainerInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeContainerInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeContainerInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DescribeServicesAsync(Amazon.ECS.Model.DescribeServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DescribeTaskDefinitionAsync(Amazon.ECS.Model.DescribeTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.DescribeTasksAsync(Amazon.ECS.Model.DescribeTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListClustersAsync(Amazon.ECS.Model.ListClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListContainerInstancesAsync(Amazon.ECS.Model.ListContainerInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListContainerInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListContainerInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListServicesAsync(Amazon.ECS.Model.ListServicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListServices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListServices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListTaskDefinitionFamiliesAsync(Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTaskDefinitionFamilies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTaskDefinitionFamilies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListTaskDefinitionsAsync(Amazon.ECS.Model.ListTaskDefinitionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTaskDefinitions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTaskDefinitions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.ListTasksAsync(Amazon.ECS.Model.ListTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.RegisterTaskDefinitionAsync(Amazon.ECS.Model.RegisterTaskDefinitionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterTaskDefinition operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterTaskDefinition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.RunTaskAsync(Amazon.ECS.Model.RunTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunTask operation. </summary> <param name="request">Container for the necessary parameters to execute the RunTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.StartTaskAsync(Amazon.ECS.Model.StartTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartTask operation. </summary> <param name="request">Container for the necessary parameters to execute the StartTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.StopTaskAsync(Amazon.ECS.Model.StopTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopTask operation. </summary> <param name="request">Container for the necessary parameters to execute the StopTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.UpdateContainerAgentAsync(Amazon.ECS.Model.UpdateContainerAgentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateContainerAgent operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateContainerAgent operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ECS.AmazonECSClient.UpdateServiceAsync(Amazon.ECS.Model.UpdateServiceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateService operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateService operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient"> <summary> Implementation for accessing ElasticBeanstalk AWS Elastic Beanstalk <para> This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors. </para> <para> AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources. </para> <para> For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the latest AWS Elastic Beanstalk WSDL is <a href="http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to <a href="https://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> <para> <b>Endpoints</b> </para> <para> For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services Glossary</i>. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk"> <summary> Interface for accessing ElasticBeanstalk AWS Elastic Beanstalk <para> This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors. </para> <para> AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources. </para> <para> For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the latest AWS Elastic Beanstalk WSDL is <a href="http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to <a href="https://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> <para> <b>Endpoints</b> </para> <para> For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services Glossary</i>. </para> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.AbortEnvironmentUpdateAsync(Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortEnvironmentUpdate operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortEnvironmentUpdate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CheckDNSAvailabilityAsync(Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CheckDNSAvailability operation. </summary> <param name="request">Container for the necessary parameters to execute the CheckDNSAvailability operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.ComposeEnvironmentsAsync(Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ComposeEnvironments operation. </summary> <param name="request">Container for the necessary parameters to execute the ComposeEnvironments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CreateApplicationAsync(Amazon.ElasticBeanstalk.Model.CreateApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CreateApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CreateConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CreateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.CreateStorageLocationAsync(Amazon.ElasticBeanstalk.Model.CreateStorageLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStorageLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStorageLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DeleteApplicationAsync(Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DeleteApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DeleteConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DeleteEnvironmentConfigurationAsync(Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEnvironmentConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEnvironmentConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeApplicationsAsync(Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApplications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApplications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeApplicationVersionsAsync(Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApplicationVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApplicationVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeConfigurationOptionsAsync(Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConfigurationOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConfigurationOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeConfigurationSettingsAsync(Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConfigurationSettings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConfigurationSettings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeEnvironmentHealthAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironmentHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironmentHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeEnvironmentResourcesAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironmentResources operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironmentResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeEnvironmentsAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironments operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeEventsAsync(Amazon.ElasticBeanstalk.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.DescribeInstancesHealthAsync(Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstancesHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstancesHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.ListAvailableSolutionStacksAsync(Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAvailableSolutionStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAvailableSolutionStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.RebuildEnvironmentAsync(Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebuildEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the RebuildEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.RequestEnvironmentInfoAsync(Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestEnvironmentInfo operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestEnvironmentInfo operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.RestartAppServerAsync(Amazon.ElasticBeanstalk.Model.RestartAppServerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestartAppServer operation. </summary> <param name="request">Container for the necessary parameters to execute the RestartAppServer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.RetrieveEnvironmentInfoAsync(Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveEnvironmentInfo operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveEnvironmentInfo operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.SwapEnvironmentCNAMEsAsync(Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SwapEnvironmentCNAMEs operation. </summary> <param name="request">Container for the necessary parameters to execute the SwapEnvironmentCNAMEs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.TerminateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.UpdateApplicationAsync(Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.UpdateApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.UpdateConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.UpdateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk.ValidateConfigurationSettingsAsync(Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidateConfigurationSettings operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidateConfigurationSettings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Credentials and an AmazonElasticBeanstalkClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonElasticBeanstalkClient Configuration Object</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String,Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticBeanstalkClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonElasticBeanstalkClient Configuration Object</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.#ctor(System.String,System.String,System.String,Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig)"> <summary> Constructs AmazonElasticBeanstalkClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticBeanstalkClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonElasticBeanstalkClient Configuration Object</param> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.AbortEnvironmentUpdateAsync(Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortEnvironmentUpdate operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortEnvironmentUpdate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CheckDNSAvailabilityAsync(Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CheckDNSAvailability operation. </summary> <param name="request">Container for the necessary parameters to execute the CheckDNSAvailability operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.ComposeEnvironmentsAsync(Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ComposeEnvironments operation. </summary> <param name="request">Container for the necessary parameters to execute the ComposeEnvironments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateApplicationAsync(Amazon.ElasticBeanstalk.Model.CreateApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateStorageLocationAsync(Amazon.ElasticBeanstalk.Model.CreateStorageLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStorageLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStorageLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DeleteApplicationAsync(Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DeleteApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DeleteConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DeleteEnvironmentConfigurationAsync(Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEnvironmentConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEnvironmentConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeApplicationsAsync(Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApplications operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApplications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeApplicationVersionsAsync(Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApplicationVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApplicationVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeConfigurationOptionsAsync(Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConfigurationOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConfigurationOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeConfigurationSettingsAsync(Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeConfigurationSettings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeConfigurationSettings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeEnvironmentHealthAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironmentHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironmentHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeEnvironmentResourcesAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironmentResources operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironmentResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeEnvironmentsAsync(Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEnvironments operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEnvironments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeEventsAsync(Amazon.ElasticBeanstalk.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeInstancesHealthAsync(Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstancesHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstancesHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.ListAvailableSolutionStacksAsync(Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAvailableSolutionStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAvailableSolutionStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RebuildEnvironmentAsync(Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebuildEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the RebuildEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RequestEnvironmentInfoAsync(Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestEnvironmentInfo operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestEnvironmentInfo operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RestartAppServerAsync(Amazon.ElasticBeanstalk.Model.RestartAppServerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestartAppServer operation. </summary> <param name="request">Container for the necessary parameters to execute the RestartAppServer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RetrieveEnvironmentInfoAsync(Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveEnvironmentInfo operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveEnvironmentInfo operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.SwapEnvironmentCNAMEsAsync(Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SwapEnvironmentCNAMEs operation. </summary> <param name="request">Container for the necessary parameters to execute the SwapEnvironmentCNAMEs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.TerminateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.UpdateApplicationAsync(Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.UpdateApplicationVersionAsync(Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApplicationVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApplicationVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.UpdateConfigurationTemplateAsync(Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateConfigurationTemplate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateConfigurationTemplate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.UpdateEnvironmentAsync(Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateEnvironment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateEnvironment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.ValidateConfigurationSettingsAsync(Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ValidateConfigurationSettings operation. </summary> <param name="request">Container for the necessary parameters to execute the ValidateConfigurationSettings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ElastiCache.AmazonElastiCacheClient"> <summary> Implementation for accessing ElastiCache Amazon ElastiCache <para> Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud. </para> <para> With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment. </para> <para> In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot. </para> </summary> </member> <member name="T:Amazon.ElastiCache.IAmazonElastiCache"> <summary> Interface for accessing ElastiCache Amazon ElastiCache <para> Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud. </para> <para> With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment. </para> <para> In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot. </para> </summary> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.AddTagsToResourceAsync(Amazon.ElastiCache.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.AuthorizeCacheSecurityGroupIngressAsync(Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeCacheSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeCacheSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CopySnapshotAsync(Amazon.ElastiCache.Model.CopySnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopySnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopySnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateCacheClusterAsync(Amazon.ElastiCache.Model.CreateCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateCacheParameterGroupAsync(Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateCacheSecurityGroupAsync(Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateCacheSubnetGroupAsync(Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateReplicationGroupAsync(Amazon.ElastiCache.Model.CreateReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.CreateSnapshotAsync(Amazon.ElastiCache.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteCacheClusterAsync(Amazon.ElastiCache.Model.DeleteCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteCacheParameterGroupAsync(Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteCacheSecurityGroupAsync(Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteCacheSubnetGroupAsync(Amazon.ElastiCache.Model.DeleteCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteReplicationGroupAsync(Amazon.ElastiCache.Model.DeleteReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DeleteSnapshotAsync(Amazon.ElastiCache.Model.DeleteSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheClustersAsync(Amazon.ElastiCache.Model.DescribeCacheClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheEngineVersionsAsync(Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheEngineVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheEngineVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheParameterGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheParametersAsync(Amazon.ElastiCache.Model.DescribeCacheParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheSecurityGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeCacheSubnetGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeEngineDefaultParametersAsync(Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeEventsAsync(Amazon.ElastiCache.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeReplicationGroupsAsync(Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReplicationGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReplicationGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeReservedCacheNodesAsync(Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedCacheNodes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedCacheNodes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeReservedCacheNodesOfferingsAsync(Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedCacheNodesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedCacheNodesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.DescribeSnapshotsAsync(Amazon.ElastiCache.Model.DescribeSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ListTagsForResourceAsync(Amazon.ElastiCache.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ModifyCacheClusterAsync(Amazon.ElastiCache.Model.ModifyCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ModifyCacheParameterGroupAsync(Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ModifyCacheSubnetGroupAsync(Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ModifyReplicationGroupAsync(Amazon.ElastiCache.Model.ModifyReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.PurchaseReservedCacheNodesOfferingAsync(Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedCacheNodesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedCacheNodesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.RebootCacheClusterAsync(Amazon.ElastiCache.Model.RebootCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.RemoveTagsFromResourceAsync(Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.ResetCacheParameterGroupAsync(Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.IAmazonElastiCache.RevokeCacheSecurityGroupIngressAsync(Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeCacheSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeCacheSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonElastiCacheClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElastiCacheClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ElastiCache.AmazonElastiCacheConfig)"> <summary> Constructs AmazonElastiCacheClient with AWS Credentials and an AmazonElastiCacheClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonElastiCacheClient Configuration Object</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String,Amazon.ElastiCache.AmazonElastiCacheConfig)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID, AWS Secret Key and an AmazonElastiCacheClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonElastiCacheClient Configuration Object</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.#ctor(System.String,System.String,System.String,Amazon.ElastiCache.AmazonElastiCacheConfig)"> <summary> Constructs AmazonElastiCacheClient with AWS Access Key ID, AWS Secret Key and an AmazonElastiCacheClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonElastiCacheClient Configuration Object</param> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.AddTagsToResourceAsync(Amazon.ElastiCache.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.AuthorizeCacheSecurityGroupIngressAsync(Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeCacheSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeCacheSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CopySnapshotAsync(Amazon.ElastiCache.Model.CopySnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopySnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopySnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheClusterAsync(Amazon.ElastiCache.Model.CreateCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheParameterGroupAsync(Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheSecurityGroupAsync(Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheSubnetGroupAsync(Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateReplicationGroupAsync(Amazon.ElastiCache.Model.CreateReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.CreateSnapshotAsync(Amazon.ElastiCache.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheClusterAsync(Amazon.ElastiCache.Model.DeleteCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheParameterGroupAsync(Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheSecurityGroupAsync(Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheSubnetGroupAsync(Amazon.ElastiCache.Model.DeleteCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteReplicationGroupAsync(Amazon.ElastiCache.Model.DeleteReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DeleteSnapshotAsync(Amazon.ElastiCache.Model.DeleteSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheClustersAsync(Amazon.ElastiCache.Model.DescribeCacheClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheEngineVersionsAsync(Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheEngineVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheEngineVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheParameterGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheParametersAsync(Amazon.ElastiCache.Model.DescribeCacheParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheSecurityGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeCacheSubnetGroupsAsync(Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCacheSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCacheSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeEngineDefaultParametersAsync(Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeEventsAsync(Amazon.ElastiCache.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeReplicationGroupsAsync(Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReplicationGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReplicationGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeReservedCacheNodesAsync(Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedCacheNodes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedCacheNodes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeReservedCacheNodesOfferingsAsync(Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedCacheNodesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedCacheNodesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.DescribeSnapshotsAsync(Amazon.ElastiCache.Model.DescribeSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ListTagsForResourceAsync(Amazon.ElastiCache.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ModifyCacheClusterAsync(Amazon.ElastiCache.Model.ModifyCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ModifyCacheParameterGroupAsync(Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ModifyCacheSubnetGroupAsync(Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCacheSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCacheSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ModifyReplicationGroupAsync(Amazon.ElastiCache.Model.ModifyReplicationGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyReplicationGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyReplicationGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.PurchaseReservedCacheNodesOfferingAsync(Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedCacheNodesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedCacheNodesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.RebootCacheClusterAsync(Amazon.ElastiCache.Model.RebootCacheClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootCacheCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootCacheCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.RemoveTagsFromResourceAsync(Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.ResetCacheParameterGroupAsync(Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetCacheParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetCacheParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheClient.RevokeCacheSecurityGroupIngressAsync(Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeCacheSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeCacheSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient"> <summary> Implementation for accessing ElasticLoadBalancing Elastic Load Balancing <para> Elastic Load Balancing distributes incoming traffic across your EC2 instances. </para> <para> For information about the features of Elastic Load Balancing, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html">What Is Elastic Load Balancing?</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> <para> For information about the AWS regions supported by Elastic Load Balancing, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region">Regions and Endpoints - Elastic Load Balancing</a> in the <i>Amazon Web Services General Reference</i>. </para> <para> All Elastic Load Balancing operations are <i>idempotent</i>, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing"> <summary> Interface for accessing ElasticLoadBalancing Elastic Load Balancing <para> Elastic Load Balancing distributes incoming traffic across your EC2 instances. </para> <para> For information about the features of Elastic Load Balancing, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html">What Is Elastic Load Balancing?</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> <para> For information about the AWS regions supported by Elastic Load Balancing, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region">Regions and Endpoints - Elastic Load Balancing</a> in the <i>Amazon Web Services General Reference</i>. </para> <para> All Elastic Load Balancing operations are <i>idempotent</i>, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.AddTagsAsync(Amazon.ElasticLoadBalancing.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.ApplySecurityGroupsToLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ApplySecurityGroupsToLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the ApplySecurityGroupsToLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.AttachLoadBalancerToSubnetsAsync(Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachLoadBalancerToSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachLoadBalancerToSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.ConfigureHealthCheckAsync(Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfigureHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfigureHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.CreateAppCookieStickinessPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAppCookieStickinessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAppCookieStickinessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.CreateLBCookieStickinessPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLBCookieStickinessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLBCookieStickinessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.CreateLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.CreateLoadBalancerListenersAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancerListeners operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancerListeners operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.CreateLoadBalancerPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancerPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancerPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DeleteLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DeleteLoadBalancerListenersAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancerListeners operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancerListeners operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DeleteLoadBalancerPolicyAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancerPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancerPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DeregisterInstancesFromLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterInstancesFromLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterInstancesFromLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeInstanceHealthAsync(Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeLoadBalancerAttributesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeLoadBalancerPoliciesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeLoadBalancerPolicyTypesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerPolicyTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerPolicyTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeLoadBalancersAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DescribeTagsAsync(Amazon.ElasticLoadBalancing.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DetachLoadBalancerFromSubnetsAsync(Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachLoadBalancerFromSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachLoadBalancerFromSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.DisableAvailabilityZonesForLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableAvailabilityZonesForLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableAvailabilityZonesForLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.EnableAvailabilityZonesForLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableAvailabilityZonesForLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableAvailabilityZonesForLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.ModifyLoadBalancerAttributesAsync(Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyLoadBalancerAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyLoadBalancerAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.RegisterInstancesWithLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterInstancesWithLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterInstancesWithLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.RemoveTagsAsync(Amazon.ElasticLoadBalancing.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.SetLoadBalancerListenerSSLCertificateAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerListenerSSLCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerListenerSSLCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.SetLoadBalancerPoliciesForBackendServerAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerPoliciesForBackendServer operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerPoliciesForBackendServer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.IAmazonElasticLoadBalancing.SetLoadBalancerPoliciesOfListenerAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerPoliciesOfListener operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerPoliciesOfListener operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Credentials and an AmazonElasticLoadBalancingClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonElasticLoadBalancingClient Configuration Object</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String,Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticLoadBalancingClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonElasticLoadBalancingClient Configuration Object</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.#ctor(System.String,System.String,System.String,Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig)"> <summary> Constructs AmazonElasticLoadBalancingClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticLoadBalancingClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonElasticLoadBalancingClient Configuration Object</param> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.AddTagsAsync(Amazon.ElasticLoadBalancing.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.ApplySecurityGroupsToLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ApplySecurityGroupsToLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the ApplySecurityGroupsToLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.AttachLoadBalancerToSubnetsAsync(Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachLoadBalancerToSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachLoadBalancerToSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.ConfigureHealthCheckAsync(Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfigureHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfigureHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.CreateAppCookieStickinessPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAppCookieStickinessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAppCookieStickinessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.CreateLBCookieStickinessPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLBCookieStickinessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLBCookieStickinessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.CreateLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.CreateLoadBalancerListenersAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancerListeners operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancerListeners operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.CreateLoadBalancerPolicyAsync(Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoadBalancerPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoadBalancerPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DeleteLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DeleteLoadBalancerListenersAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancerListeners operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancerListeners operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DeleteLoadBalancerPolicyAsync(Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoadBalancerPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoadBalancerPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DeregisterInstancesFromLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterInstancesFromLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterInstancesFromLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeInstanceHealthAsync(Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstanceHealth operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstanceHealth operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancerAttributesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancerPoliciesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancerPolicyTypesAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancerPolicyTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancerPolicyTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeLoadBalancersAsync(Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DescribeTagsAsync(Amazon.ElasticLoadBalancing.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DetachLoadBalancerFromSubnetsAsync(Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachLoadBalancerFromSubnets operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachLoadBalancerFromSubnets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.DisableAvailabilityZonesForLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableAvailabilityZonesForLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableAvailabilityZonesForLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.EnableAvailabilityZonesForLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableAvailabilityZonesForLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableAvailabilityZonesForLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.ModifyLoadBalancerAttributesAsync(Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyLoadBalancerAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyLoadBalancerAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.RegisterInstancesWithLoadBalancerAsync(Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterInstancesWithLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterInstancesWithLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.RemoveTagsAsync(Amazon.ElasticLoadBalancing.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.SetLoadBalancerListenerSSLCertificateAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerListenerSSLCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerListenerSSLCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.SetLoadBalancerPoliciesForBackendServerAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerPoliciesForBackendServer operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerPoliciesForBackendServer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.SetLoadBalancerPoliciesOfListenerAsync(Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBalancerPoliciesOfListener operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBalancerPoliciesOfListener operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient"> <summary> Implementation for accessing ElasticMapReduce Amazon Elastic MapReduce (Amazon EMR) is a web service that makes it easy to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several AWS products to do tasks such as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing. </summary> </member> <member name="T:Amazon.ElasticMapReduce.IAmazonElasticMapReduce"> <summary> Interface for accessing ElasticMapReduce Amazon Elastic MapReduce (Amazon EMR) is a web service that makes it easy to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several AWS products to do tasks such as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing. </summary> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.AddInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the AddInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.AddJobFlowStepsAsync(Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddJobFlowSteps operation. </summary> <param name="request">Container for the necessary parameters to execute the AddJobFlowSteps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.AddTagsAsync(Amazon.ElasticMapReduce.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.DescribeClusterAsync(Amazon.ElasticMapReduce.Model.DescribeClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.DescribeJobFlowsAsync(Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeJobFlows operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeJobFlows operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.DescribeStepAsync(Amazon.ElasticMapReduce.Model.DescribeStepRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStep operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStep operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ListBootstrapActionsAsync(Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListBootstrapActions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListBootstrapActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ListClustersAsync(Amazon.ElasticMapReduce.Model.ListClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ListInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ListInstancesAsync(Amazon.ElasticMapReduce.Model.ListInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ListStepsAsync(Amazon.ElasticMapReduce.Model.ListStepsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSteps operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSteps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.ModifyInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.RemoveTagsAsync(Amazon.ElasticMapReduce.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.RunJobFlowAsync(Amazon.ElasticMapReduce.Model.RunJobFlowRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunJobFlow operation. </summary> <param name="request">Container for the necessary parameters to execute the RunJobFlow operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.SetTerminationProtectionAsync(Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTerminationProtection operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTerminationProtection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.SetVisibleToAllUsersAsync(Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVisibleToAllUsers operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVisibleToAllUsers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.IAmazonElasticMapReduce.TerminateJobFlowsAsync(Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateJobFlows operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateJobFlows operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Credentials and an AmazonElasticMapReduceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonElasticMapReduceClient Configuration Object</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String,Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticMapReduceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonElasticMapReduceClient Configuration Object</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.#ctor(System.String,System.String,System.String,Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig)"> <summary> Constructs AmazonElasticMapReduceClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticMapReduceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonElasticMapReduceClient Configuration Object</param> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.AddInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the AddInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.AddJobFlowStepsAsync(Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddJobFlowSteps operation. </summary> <param name="request">Container for the necessary parameters to execute the AddJobFlowSteps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.AddTagsAsync(Amazon.ElasticMapReduce.Model.AddTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTags operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.DescribeClusterAsync(Amazon.ElasticMapReduce.Model.DescribeClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.DescribeJobFlowsAsync(Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeJobFlows operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeJobFlows operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.DescribeStepAsync(Amazon.ElasticMapReduce.Model.DescribeStepRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStep operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStep operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ListBootstrapActionsAsync(Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListBootstrapActions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListBootstrapActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ListClustersAsync(Amazon.ElasticMapReduce.Model.ListClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ListInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ListInstancesAsync(Amazon.ElasticMapReduce.Model.ListInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ListStepsAsync(Amazon.ElasticMapReduce.Model.ListStepsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSteps operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSteps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.ModifyInstanceGroupsAsync(Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyInstanceGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyInstanceGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.RemoveTagsAsync(Amazon.ElasticMapReduce.Model.RemoveTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTags operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.RunJobFlowAsync(Amazon.ElasticMapReduce.Model.RunJobFlowRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RunJobFlow operation. </summary> <param name="request">Container for the necessary parameters to execute the RunJobFlow operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.SetTerminationProtectionAsync(Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTerminationProtection operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTerminationProtection operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.SetVisibleToAllUsersAsync(Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVisibleToAllUsers operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVisibleToAllUsers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.TerminateJobFlowsAsync(Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateJobFlows operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateJobFlows operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient"> <summary> Implementation for accessing ElasticTranscoder AWS Elastic Transcoder Service <para> The AWS Elastic Transcoder Service. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.IAmazonElasticTranscoder"> <summary> Interface for accessing ElasticTranscoder AWS Elastic Transcoder Service <para> The AWS Elastic Transcoder Service. </para> </summary> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.CancelJobAsync(Amazon.ElasticTranscoder.Model.CancelJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.CreateJobAsync(Amazon.ElasticTranscoder.Model.CreateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.CreatePipelineAsync(Amazon.ElasticTranscoder.Model.CreatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.CreatePresetAsync(Amazon.ElasticTranscoder.Model.CreatePresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePreset operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.DeletePipelineAsync(Amazon.ElasticTranscoder.Model.DeletePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.DeletePresetAsync(Amazon.ElasticTranscoder.Model.DeletePresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePreset operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ListJobsByPipelineAsync(Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobsByPipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobsByPipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ListJobsByStatusAsync(Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobsByStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobsByStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ListPipelinesAsync(Amazon.ElasticTranscoder.Model.ListPipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ListPresetsAsync(Amazon.ElasticTranscoder.Model.ListPresetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPresets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPresets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ReadJobAsync(Amazon.ElasticTranscoder.Model.ReadJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadJob operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ReadPipelineAsync(Amazon.ElasticTranscoder.Model.ReadPipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadPipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadPipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.ReadPresetAsync(Amazon.ElasticTranscoder.Model.ReadPresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadPreset operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadPreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.TestRoleAsync(Amazon.ElasticTranscoder.Model.TestRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TestRole operation. </summary> <param name="request">Container for the necessary parameters to execute the TestRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.UpdatePipelineAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.UpdatePipelineNotificationsAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipelineNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipelineNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.IAmazonElasticTranscoder.UpdatePipelineStatusAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipelineStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipelineStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Credentials and an AmazonElasticTranscoderClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonElasticTranscoderClient Configuration Object</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String,Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonElasticTranscoderClient Configuration Object</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.#ctor(System.String,System.String,System.String,Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig)"> <summary> Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonElasticTranscoderClient Configuration Object</param> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CancelJobAsync(Amazon.ElasticTranscoder.Model.CancelJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CreateJobAsync(Amazon.ElasticTranscoder.Model.CreateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CreatePipelineAsync(Amazon.ElasticTranscoder.Model.CreatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CreatePresetAsync(Amazon.ElasticTranscoder.Model.CreatePresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePreset operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.DeletePipelineAsync(Amazon.ElasticTranscoder.Model.DeletePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.DeletePresetAsync(Amazon.ElasticTranscoder.Model.DeletePresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePreset operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListJobsByPipelineAsync(Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobsByPipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobsByPipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListJobsByStatusAsync(Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobsByStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobsByStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListPipelinesAsync(Amazon.ElasticTranscoder.Model.ListPipelinesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPipelines operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPipelines operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListPresetsAsync(Amazon.ElasticTranscoder.Model.ListPresetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPresets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPresets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ReadJobAsync(Amazon.ElasticTranscoder.Model.ReadJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadJob operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ReadPipelineAsync(Amazon.ElasticTranscoder.Model.ReadPipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadPipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadPipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ReadPresetAsync(Amazon.ElasticTranscoder.Model.ReadPresetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReadPreset operation. </summary> <param name="request">Container for the necessary parameters to execute the ReadPreset operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.TestRoleAsync(Amazon.ElasticTranscoder.Model.TestRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TestRole operation. </summary> <param name="request">Container for the necessary parameters to execute the TestRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.UpdatePipelineAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipeline operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipeline operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.UpdatePipelineNotificationsAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipelineNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipelineNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.UpdatePipelineStatusAsync(Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdatePipelineStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdatePipelineStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Glacier.AmazonGlacierClient"> <summary> Implementation for accessing Glacier Amazon Glacier is a storage solution for "cold data." <para> Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Amazon Glacier, customers can store their data cost effectively for months, years, or decades. Amazon Glacier also enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure and recovery, or time-consuming hardware migrations. </para> <para> Amazon Glacier is a great storage choice when low storage cost is paramount, your data is rarely retrieved, and retrieval latency of several hours is acceptable. If your application requires fast or frequent access to your data, consider using Amazon S3. For more information, go to <a href="http://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a>. </para> <para> You can store any kind of data in any format. There is no maximum limit on the total amount of data you can store in Amazon Glacier. </para> <para> If you are a first-time user of Amazon Glacier, we recommend that you begin by reading the following sections in the <i>Amazon Glacier Developer Guide</i>: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html">What is Amazon Glacier</a> - This section of the Developer Guide describes the underlying data model, the operations it supports, and the AWS SDKs that you can use to interact with the service. </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-getting-started.html">Getting Started with Amazon Glacier</a> - The Getting Started section walks you through the process of creating a vault, uploading archives, creating jobs to download archives, retrieving the job output, and deleting archives. </para> </li> </ul> </summary> <summary> Implementation for accessing AmazonGlacier. <para>Amazon Glacier is a storage solution for "cold data."</para> <para>Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Amazon Glacier, customers can store their data cost effectively for months, years, or decades. Amazon Glacier also enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure and recovery, or time-consuming hardware migrations.</para> <para>Amazon Glacier is a great storage choice when low storage cost is paramount, your data is rarely retrieved, and retrieval latency of several hours is acceptable. If your application requires fast or frequent access to your data, consider using Amazon S3. For more information, go to Amazon Simple Storage Service (Amazon S3).</para> <para>You can store any kind of data in any format. There is no maximum limit on the total amount of data you can store in Amazon Glacier. </para> <para>If you are a first-time user of Amazon Glacier, we recommend that you begin by reading the following sections in the <i>Amazon Glacier Developer Guide</i> :</para> <ul> <li> <para> What is Amazon Glacier - This section of the Developer Guide describes the underlying data model, the operations it supports, and the AWS SDKs that you can use to interact with the service.</para> </li> <li> <para> Getting Started with Amazon Glacier - The Getting Started section walks you through the process of creating a vault, uploading archives, creating jobs to download archives, retrieving the job output, and deleting archives.</para> </li> </ul> </summary> </member> <member name="T:Amazon.Glacier.IAmazonGlacier"> <summary> Interface for accessing Glacier Amazon Glacier is a storage solution for "cold data." <para> Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Amazon Glacier, customers can store their data cost effectively for months, years, or decades. Amazon Glacier also enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure and recovery, or time-consuming hardware migrations. </para> <para> Amazon Glacier is a great storage choice when low storage cost is paramount, your data is rarely retrieved, and retrieval latency of several hours is acceptable. If your application requires fast or frequent access to your data, consider using Amazon S3. For more information, go to <a href="http://aws.amazon.com/s3/">Amazon Simple Storage Service (Amazon S3)</a>. </para> <para> You can store any kind of data in any format. There is no maximum limit on the total amount of data you can store in Amazon Glacier. </para> <para> If you are a first-time user of Amazon Glacier, we recommend that you begin by reading the following sections in the <i>Amazon Glacier Developer Guide</i>: </para> <ul> <li> <para> <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html">What is Amazon Glacier</a> - This section of the Developer Guide describes the underlying data model, the operations it supports, and the AWS SDKs that you can use to interact with the service. </para> </li> <li> <para> <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-getting-started.html">Getting Started with Amazon Glacier</a> - The Getting Started section walks you through the process of creating a vault, uploading archives, creating jobs to download archives, retrieving the job output, and deleting archives. </para> </li> </ul> </summary> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.AbortMultipartUploadAsync(Amazon.Glacier.Model.AbortMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.AbortVaultLockAsync(Amazon.Glacier.Model.AbortVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.AddTagsToVaultAsync(Amazon.Glacier.Model.AddTagsToVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToVault operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.CompleteMultipartUploadAsync(Amazon.Glacier.Model.CompleteMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.CompleteVaultLockAsync(Amazon.Glacier.Model.CompleteVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.CreateVaultAsync(Amazon.Glacier.Model.CreateVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVault operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DeleteArchiveAsync(Amazon.Glacier.Model.DeleteArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DeleteVaultAsync(Amazon.Glacier.Model.DeleteVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVault operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DeleteVaultAccessPolicyAsync(Amazon.Glacier.Model.DeleteVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DeleteVaultNotificationsAsync(Amazon.Glacier.Model.DeleteVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DescribeJobAsync(Amazon.Glacier.Model.DescribeJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeJob operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.DescribeVaultAsync(Amazon.Glacier.Model.DescribeVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVault operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.GetDataRetrievalPolicyAsync(Amazon.Glacier.Model.GetDataRetrievalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDataRetrievalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDataRetrievalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.GetJobOutputAsync(Amazon.Glacier.Model.GetJobOutputRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetJobOutput operation. </summary> <param name="request">Container for the necessary parameters to execute the GetJobOutput operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.GetVaultAccessPolicyAsync(Amazon.Glacier.Model.GetVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.GetVaultLockAsync(Amazon.Glacier.Model.GetVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.GetVaultNotificationsAsync(Amazon.Glacier.Model.GetVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.InitiateJobAsync(Amazon.Glacier.Model.InitiateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.InitiateMultipartUploadAsync(Amazon.Glacier.Model.InitiateMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.InitiateVaultLockAsync(Amazon.Glacier.Model.InitiateVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.ListJobsAsync(Amazon.Glacier.Model.ListJobsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobs operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.ListMultipartUploadsAsync(Amazon.Glacier.Model.ListMultipartUploadsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMultipartUploads operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMultipartUploads operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.ListPartsAsync(Amazon.Glacier.Model.ListPartsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListParts operation. </summary> <param name="request">Container for the necessary parameters to execute the ListParts operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.ListTagsForVaultAsync(Amazon.Glacier.Model.ListTagsForVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForVault operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.ListVaultsAsync(Amazon.Glacier.Model.ListVaultsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVaults operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVaults operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.RemoveTagsFromVaultAsync(Amazon.Glacier.Model.RemoveTagsFromVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromVault operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.SetDataRetrievalPolicyAsync(Amazon.Glacier.Model.SetDataRetrievalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDataRetrievalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDataRetrievalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.SetVaultAccessPolicyAsync(Amazon.Glacier.Model.SetVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.SetVaultNotificationsAsync(Amazon.Glacier.Model.SetVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.UploadArchiveAsync(Amazon.Glacier.Model.UploadArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.IAmazonGlacier.UploadMultipartPartAsync(Amazon.Glacier.Model.UploadMultipartPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadMultipartPart operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadMultipartPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonGlacierClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonGlacierClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Glacier.AmazonGlacierConfig)"> <summary> Constructs AmazonGlacierClient with AWS Credentials and an AmazonGlacierClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonGlacierClient Configuration Object</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String,Amazon.Glacier.AmazonGlacierConfig)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID, AWS Secret Key and an AmazonGlacierClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonGlacierClient Configuration Object</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.#ctor(System.String,System.String,System.String,Amazon.Glacier.AmazonGlacierConfig)"> <summary> Constructs AmazonGlacierClient with AWS Access Key ID, AWS Secret Key and an AmazonGlacierClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonGlacierClient Configuration Object</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.AbortMultipartUploadAsync(Amazon.Glacier.Model.AbortMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.AbortVaultLockAsync(Amazon.Glacier.Model.AbortVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.AddTagsToVaultAsync(Amazon.Glacier.Model.AddTagsToVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToVault operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.CompleteMultipartUploadAsync(Amazon.Glacier.Model.CompleteMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.CompleteVaultLockAsync(Amazon.Glacier.Model.CompleteVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.CreateVaultAsync(Amazon.Glacier.Model.CreateVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVault operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DeleteArchiveAsync(Amazon.Glacier.Model.DeleteArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DeleteVaultAsync(Amazon.Glacier.Model.DeleteVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVault operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DeleteVaultAccessPolicyAsync(Amazon.Glacier.Model.DeleteVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DeleteVaultNotificationsAsync(Amazon.Glacier.Model.DeleteVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DescribeJobAsync(Amazon.Glacier.Model.DescribeJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeJob operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.DescribeVaultAsync(Amazon.Glacier.Model.DescribeVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVault operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.GetDataRetrievalPolicyAsync(Amazon.Glacier.Model.GetDataRetrievalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetDataRetrievalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetDataRetrievalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.GetJobOutputAsync(Amazon.Glacier.Model.GetJobOutputRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetJobOutput operation. </summary> <param name="request">Container for the necessary parameters to execute the GetJobOutput operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.GetVaultAccessPolicyAsync(Amazon.Glacier.Model.GetVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.GetVaultLockAsync(Amazon.Glacier.Model.GetVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.GetVaultNotificationsAsync(Amazon.Glacier.Model.GetVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the GetVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.InitiateJobAsync(Amazon.Glacier.Model.InitiateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.InitiateMultipartUploadAsync(Amazon.Glacier.Model.InitiateMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.InitiateVaultLockAsync(Amazon.Glacier.Model.InitiateVaultLockRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateVaultLock operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateVaultLock operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.ListJobsAsync(Amazon.Glacier.Model.ListJobsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobs operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.ListMultipartUploadsAsync(Amazon.Glacier.Model.ListMultipartUploadsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMultipartUploads operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMultipartUploads operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.ListPartsAsync(Amazon.Glacier.Model.ListPartsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListParts operation. </summary> <param name="request">Container for the necessary parameters to execute the ListParts operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.ListTagsForVaultAsync(Amazon.Glacier.Model.ListTagsForVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForVault operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.ListVaultsAsync(Amazon.Glacier.Model.ListVaultsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVaults operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVaults operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.RemoveTagsFromVaultAsync(Amazon.Glacier.Model.RemoveTagsFromVaultRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromVault operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromVault operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.SetDataRetrievalPolicyAsync(Amazon.Glacier.Model.SetDataRetrievalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDataRetrievalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDataRetrievalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.SetVaultAccessPolicyAsync(Amazon.Glacier.Model.SetVaultAccessPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVaultAccessPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVaultAccessPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.SetVaultNotificationsAsync(Amazon.Glacier.Model.SetVaultNotificationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetVaultNotifications operation. </summary> <param name="request">Container for the necessary parameters to execute the SetVaultNotifications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.UploadArchiveAsync(Amazon.Glacier.Model.UploadArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Glacier.AmazonGlacierClient.UploadMultipartPartAsync(Amazon.Glacier.Model.UploadMultipartPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadMultipartPart operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadMultipartPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient"> <summary> Implementation for accessing IdentityManagementService AWS Identity and Access Management <para> AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see <a href="http://aws.amazon.com/iam/">AWS Identity and Access Management (IAM)</a>. For the user guide for IAM, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/">Using IAM</a>. </para> <note>AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a> page. </note> <para> We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i> guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request. </para> <para> <b>Signing Requests</b> </para> <para> Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests. </para> <para> To sign requests, we recommend that you use <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement. </para> <para> <b>Additional Resources</b> </para> <para> For more information, see the following: </para> <ul> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html">AWS Security Credentials</a>. This topic provides general information about the types of credentials used for accessing AWS. </li> <li> <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html">IAM Best Practices</a>. This topic presents a list of suggestions for using the IAM service to help secure your AWS resources. </li> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a>. This set of topics walk you through the process of signing a request using an access key ID and secret access key. </li> </ul> </summary> </member> <member name="T:Amazon.IdentityManagement.IAmazonIdentityManagementService"> <summary> Interface for accessing IdentityManagementService AWS Identity and Access Management <para> AWS Identity and Access Management (IAM) is a web service that you can use to manage users and user permissions under your AWS account. This guide provides descriptions of IAM actions that you can call programmatically. For general information about IAM, see <a href="http://aws.amazon.com/iam/">AWS Identity and Access Management (IAM)</a>. For the user guide for IAM, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/">Using IAM</a>. </para> <note>AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to IAM and AWS. For example, the SDKs take care of tasks such as cryptographically signing requests (see below), managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a> page. </note> <para> We recommend that you use the AWS SDKs to make programmatic API calls to IAM. However, you can also use the IAM Query API to make direct calls to the IAM web service. To learn more about the IAM Query API, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i> guide. IAM supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request. </para> <para> <b>Signing Requests</b> </para> <para> Requests must be signed using an access key ID and a secret access key. We strongly recommend that you do not use your AWS account access key ID and secret access key for everyday work with IAM. You can use the access key ID and secret access key for an IAM user or you can use the AWS Security Token Service to generate temporary security credentials and use those to sign requests. </para> <para> To sign requests, we recommend that you use <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement. </para> <para> <b>Additional Resources</b> </para> <para> For more information, see the following: </para> <ul> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html">AWS Security Credentials</a>. This topic provides general information about the types of credentials used for accessing AWS. </li> <li> <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html">IAM Best Practices</a>. This topic presents a list of suggestions for using the IAM service to help secure your AWS resources. </li> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a>. This set of topics walk you through the process of signing a request using an access key ID and secret access key. </li> </ul> </summary> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AddClientIDToOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.AddClientIDToOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddClientIDToOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the AddClientIDToOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AddRoleToInstanceProfileAsync(Amazon.IdentityManagement.Model.AddRoleToInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddRoleToInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the AddRoleToInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AddUserToGroupAsync(Amazon.IdentityManagement.Model.AddUserToGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddUserToGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the AddUserToGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AttachGroupPolicyAsync(Amazon.IdentityManagement.Model.AttachGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AttachRolePolicyAsync(Amazon.IdentityManagement.Model.AttachRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.AttachUserPolicyAsync(Amazon.IdentityManagement.Model.AttachUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ChangePasswordAsync(Amazon.IdentityManagement.Model.ChangePasswordRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangePassword operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangePassword operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateAccessKeyAsync(Amazon.IdentityManagement.Model.CreateAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateAccountAliasAsync(Amazon.IdentityManagement.Model.CreateAccountAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAccountAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAccountAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateGroupAsync(Amazon.IdentityManagement.Model.CreateGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateInstanceProfileAsync(Amazon.IdentityManagement.Model.CreateInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateLoginProfileAsync(Amazon.IdentityManagement.Model.CreateLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreatePolicyAsync(Amazon.IdentityManagement.Model.CreatePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreatePolicyVersionAsync(Amazon.IdentityManagement.Model.CreatePolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateRoleAsync(Amazon.IdentityManagement.Model.CreateRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRole operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateSAMLProviderAsync(Amazon.IdentityManagement.Model.CreateSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateUserAsync(Amazon.IdentityManagement.Model.CreateUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateUser operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.CreateVirtualMFADeviceAsync(Amazon.IdentityManagement.Model.CreateVirtualMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVirtualMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVirtualMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeactivateMFADeviceAsync(Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeactivateMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the DeactivateMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteAccessKeyAsync(Amazon.IdentityManagement.Model.DeleteAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteAccountAliasAsync(Amazon.IdentityManagement.Model.DeleteAccountAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccountAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccountAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.DeleteAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteGroupAsync(Amazon.IdentityManagement.Model.DeleteGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteGroupPolicyAsync(Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteInstanceProfileAsync(Amazon.IdentityManagement.Model.DeleteInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteLoginProfileAsync(Amazon.IdentityManagement.Model.DeleteLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.DeleteOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeletePolicyAsync(Amazon.IdentityManagement.Model.DeletePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeletePolicyVersionAsync(Amazon.IdentityManagement.Model.DeletePolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteRoleAsync(Amazon.IdentityManagement.Model.DeleteRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRole operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteRolePolicyAsync(Amazon.IdentityManagement.Model.DeleteRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteSAMLProviderAsync(Amazon.IdentityManagement.Model.DeleteSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteServerCertificateAsync(Amazon.IdentityManagement.Model.DeleteServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteSigningCertificateAsync(Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteSSHPublicKeyAsync(Amazon.IdentityManagement.Model.DeleteSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteUserAsync(Amazon.IdentityManagement.Model.DeleteUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUser operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteUserPolicyAsync(Amazon.IdentityManagement.Model.DeleteUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteVirtualMFADeviceAsync(Amazon.IdentityManagement.Model.DeleteVirtualMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVirtualMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVirtualMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DetachGroupPolicyAsync(Amazon.IdentityManagement.Model.DetachGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DetachRolePolicyAsync(Amazon.IdentityManagement.Model.DetachRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.DetachUserPolicyAsync(Amazon.IdentityManagement.Model.DetachUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.EnableMFADeviceAsync(Amazon.IdentityManagement.Model.EnableMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GenerateCredentialReportAsync(Amazon.IdentityManagement.Model.GenerateCredentialReportRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateCredentialReport operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetAccessKeyLastUsedAsync(Amazon.IdentityManagement.Model.GetAccessKeyLastUsedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccessKeyLastUsed operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccessKeyLastUsed operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetAccountAuthorizationDetailsAsync(Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountAuthorizationDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountAuthorizationDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.GetAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetAccountSummaryAsync(Amazon.IdentityManagement.Model.GetAccountSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetContextKeysForCustomPolicyAsync(Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetContextKeysForCustomPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetContextKeysForCustomPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetContextKeysForPrincipalPolicyAsync(Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetContextKeysForPrincipalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetContextKeysForPrincipalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetCredentialReportAsync(Amazon.IdentityManagement.Model.GetCredentialReportRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCredentialReport operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCredentialReport operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetGroupAsync(Amazon.IdentityManagement.Model.GetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetGroupPolicyAsync(Amazon.IdentityManagement.Model.GetGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetInstanceProfileAsync(Amazon.IdentityManagement.Model.GetInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the GetInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetLoginProfileAsync(Amazon.IdentityManagement.Model.GetLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the GetLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.GetOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetPolicyAsync(Amazon.IdentityManagement.Model.GetPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetPolicyVersionAsync(Amazon.IdentityManagement.Model.GetPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetRoleAsync(Amazon.IdentityManagement.Model.GetRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRole operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetRolePolicyAsync(Amazon.IdentityManagement.Model.GetRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetSAMLProviderAsync(Amazon.IdentityManagement.Model.GetSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetServerCertificateAsync(Amazon.IdentityManagement.Model.GetServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the GetServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetSSHPublicKeyAsync(Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetUserAsync(Amazon.IdentityManagement.Model.GetUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetUser operation. </summary> <param name="request">Container for the necessary parameters to execute the GetUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.GetUserPolicyAsync(Amazon.IdentityManagement.Model.GetUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListAccessKeysAsync(Amazon.IdentityManagement.Model.ListAccessKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAccessKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAccessKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListAccountAliasesAsync(Amazon.IdentityManagement.Model.ListAccountAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAccountAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAccountAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListAttachedGroupPoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedGroupPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedGroupPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListAttachedRolePoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedRolePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedRolePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListAttachedUserPoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedUserPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedUserPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListEntitiesForPolicyAsync(Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEntitiesForPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEntitiesForPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListGroupPoliciesAsync(Amazon.IdentityManagement.Model.ListGroupPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroupPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroupPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListGroupsAsync(Amazon.IdentityManagement.Model.ListGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListGroupsForUserAsync(Amazon.IdentityManagement.Model.ListGroupsForUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroupsForUser operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroupsForUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListInstanceProfilesAsync(Amazon.IdentityManagement.Model.ListInstanceProfilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceProfiles operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceProfiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListInstanceProfilesForRoleAsync(Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceProfilesForRole operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceProfilesForRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListMFADevicesAsync(Amazon.IdentityManagement.Model.ListMFADevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMFADevices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMFADevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListOpenIDConnectProvidersAsync(Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListOpenIDConnectProviders operation. </summary> <param name="request">Container for the necessary parameters to execute the ListOpenIDConnectProviders operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListPoliciesAsync(Amazon.IdentityManagement.Model.ListPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListPolicyVersionsAsync(Amazon.IdentityManagement.Model.ListPolicyVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPolicyVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPolicyVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListRolePoliciesAsync(Amazon.IdentityManagement.Model.ListRolePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRolePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRolePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListRolesAsync(Amazon.IdentityManagement.Model.ListRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListSAMLProvidersAsync(Amazon.IdentityManagement.Model.ListSAMLProvidersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSAMLProviders operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSAMLProviders operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListServerCertificatesAsync(Amazon.IdentityManagement.Model.ListServerCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListServerCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the ListServerCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListSigningCertificatesAsync(Amazon.IdentityManagement.Model.ListSigningCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSigningCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSigningCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListSSHPublicKeysAsync(Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSSHPublicKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSSHPublicKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListUserPoliciesAsync(Amazon.IdentityManagement.Model.ListUserPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListUserPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListUserPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListUsersAsync(Amazon.IdentityManagement.Model.ListUsersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListUsers operation. </summary> <param name="request">Container for the necessary parameters to execute the ListUsers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ListVirtualMFADevicesAsync(Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVirtualMFADevices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVirtualMFADevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.PutGroupPolicyAsync(Amazon.IdentityManagement.Model.PutGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.PutRolePolicyAsync(Amazon.IdentityManagement.Model.PutRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.PutUserPolicyAsync(Amazon.IdentityManagement.Model.PutUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.RemoveClientIDFromOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.RemoveClientIDFromOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveClientIDFromOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveClientIDFromOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.RemoveRoleFromInstanceProfileAsync(Amazon.IdentityManagement.Model.RemoveRoleFromInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveRoleFromInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveRoleFromInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.RemoveUserFromGroupAsync(Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveUserFromGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.ResyncMFADeviceAsync(Amazon.IdentityManagement.Model.ResyncMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResyncMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the ResyncMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.SetDefaultPolicyVersionAsync(Amazon.IdentityManagement.Model.SetDefaultPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDefaultPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDefaultPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.SimulateCustomPolicyAsync(Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SimulateCustomPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SimulateCustomPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.SimulatePrincipalPolicyAsync(Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SimulatePrincipalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SimulatePrincipalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateAccessKeyAsync(Amazon.IdentityManagement.Model.UpdateAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateAssumeRolePolicyAsync(Amazon.IdentityManagement.Model.UpdateAssumeRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAssumeRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAssumeRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateGroupAsync(Amazon.IdentityManagement.Model.UpdateGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateLoginProfileAsync(Amazon.IdentityManagement.Model.UpdateLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateOpenIDConnectProviderThumbprintAsync(Amazon.IdentityManagement.Model.UpdateOpenIDConnectProviderThumbprintRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateOpenIDConnectProviderThumbprint operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateOpenIDConnectProviderThumbprint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateSAMLProviderAsync(Amazon.IdentityManagement.Model.UpdateSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateServerCertificateAsync(Amazon.IdentityManagement.Model.UpdateServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateSigningCertificateAsync(Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateSSHPublicKeyAsync(Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UpdateUserAsync(Amazon.IdentityManagement.Model.UpdateUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateUser operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UploadServerCertificateAsync(Amazon.IdentityManagement.Model.UploadServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UploadSigningCertificateAsync(Amazon.IdentityManagement.Model.UploadSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.IAmazonIdentityManagementService.UploadSSHPublicKeyAsync(Amazon.IdentityManagement.Model.UploadSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Credentials and an AmazonIdentityManagementServiceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonIdentityManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String,Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonIdentityManagementServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonIdentityManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.#ctor(System.String,System.String,System.String,Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig)"> <summary> Constructs AmazonIdentityManagementServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonIdentityManagementServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonIdentityManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AddClientIDToOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.AddClientIDToOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddClientIDToOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the AddClientIDToOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AddRoleToInstanceProfileAsync(Amazon.IdentityManagement.Model.AddRoleToInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddRoleToInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the AddRoleToInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AddUserToGroupAsync(Amazon.IdentityManagement.Model.AddUserToGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddUserToGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the AddUserToGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AttachGroupPolicyAsync(Amazon.IdentityManagement.Model.AttachGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AttachRolePolicyAsync(Amazon.IdentityManagement.Model.AttachRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.AttachUserPolicyAsync(Amazon.IdentityManagement.Model.AttachUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ChangePasswordAsync(Amazon.IdentityManagement.Model.ChangePasswordRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangePassword operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangePassword operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateAccessKeyAsync(Amazon.IdentityManagement.Model.CreateAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateAccountAliasAsync(Amazon.IdentityManagement.Model.CreateAccountAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAccountAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAccountAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateGroupAsync(Amazon.IdentityManagement.Model.CreateGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateInstanceProfileAsync(Amazon.IdentityManagement.Model.CreateInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateLoginProfileAsync(Amazon.IdentityManagement.Model.CreateLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreatePolicyAsync(Amazon.IdentityManagement.Model.CreatePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreatePolicyVersionAsync(Amazon.IdentityManagement.Model.CreatePolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateRoleAsync(Amazon.IdentityManagement.Model.CreateRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateRole operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateSAMLProviderAsync(Amazon.IdentityManagement.Model.CreateSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateUserAsync(Amazon.IdentityManagement.Model.CreateUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateUser operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.CreateVirtualMFADeviceAsync(Amazon.IdentityManagement.Model.CreateVirtualMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateVirtualMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateVirtualMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeactivateMFADeviceAsync(Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeactivateMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the DeactivateMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteAccessKeyAsync(Amazon.IdentityManagement.Model.DeleteAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteAccountAliasAsync(Amazon.IdentityManagement.Model.DeleteAccountAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccountAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccountAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.DeleteAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteGroupAsync(Amazon.IdentityManagement.Model.DeleteGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteGroupPolicyAsync(Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteInstanceProfileAsync(Amazon.IdentityManagement.Model.DeleteInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteLoginProfileAsync(Amazon.IdentityManagement.Model.DeleteLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.DeleteOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeletePolicyAsync(Amazon.IdentityManagement.Model.DeletePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeletePolicyVersionAsync(Amazon.IdentityManagement.Model.DeletePolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteRoleAsync(Amazon.IdentityManagement.Model.DeleteRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRole operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteRolePolicyAsync(Amazon.IdentityManagement.Model.DeleteRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteSAMLProviderAsync(Amazon.IdentityManagement.Model.DeleteSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteServerCertificateAsync(Amazon.IdentityManagement.Model.DeleteServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteSigningCertificateAsync(Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteSSHPublicKeyAsync(Amazon.IdentityManagement.Model.DeleteSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteUserAsync(Amazon.IdentityManagement.Model.DeleteUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUser operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteUserPolicyAsync(Amazon.IdentityManagement.Model.DeleteUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DeleteVirtualMFADeviceAsync(Amazon.IdentityManagement.Model.DeleteVirtualMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVirtualMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVirtualMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DetachGroupPolicyAsync(Amazon.IdentityManagement.Model.DetachGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DetachRolePolicyAsync(Amazon.IdentityManagement.Model.DetachRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.DetachUserPolicyAsync(Amazon.IdentityManagement.Model.DetachUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EnableMFADeviceAsync(Amazon.IdentityManagement.Model.EnableMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GenerateCredentialReportAsync(Amazon.IdentityManagement.Model.GenerateCredentialReportRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateCredentialReport operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetAccessKeyLastUsedAsync(Amazon.IdentityManagement.Model.GetAccessKeyLastUsedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccessKeyLastUsed operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccessKeyLastUsed operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetAccountAuthorizationDetailsAsync(Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountAuthorizationDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountAuthorizationDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.GetAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetAccountSummaryAsync(Amazon.IdentityManagement.Model.GetAccountSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAccountSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAccountSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetContextKeysForCustomPolicyAsync(Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetContextKeysForCustomPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetContextKeysForCustomPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetContextKeysForPrincipalPolicyAsync(Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetContextKeysForPrincipalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetContextKeysForPrincipalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetCredentialReportAsync(Amazon.IdentityManagement.Model.GetCredentialReportRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCredentialReport operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCredentialReport operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetGroupAsync(Amazon.IdentityManagement.Model.GetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetGroupPolicyAsync(Amazon.IdentityManagement.Model.GetGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetInstanceProfileAsync(Amazon.IdentityManagement.Model.GetInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the GetInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetLoginProfileAsync(Amazon.IdentityManagement.Model.GetLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the GetLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.GetOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the GetOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetPolicyAsync(Amazon.IdentityManagement.Model.GetPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetPolicyVersionAsync(Amazon.IdentityManagement.Model.GetPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetRoleAsync(Amazon.IdentityManagement.Model.GetRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRole operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetRolePolicyAsync(Amazon.IdentityManagement.Model.GetRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetSAMLProviderAsync(Amazon.IdentityManagement.Model.GetSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetServerCertificateAsync(Amazon.IdentityManagement.Model.GetServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the GetServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetSSHPublicKeyAsync(Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetUserAsync(Amazon.IdentityManagement.Model.GetUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetUser operation. </summary> <param name="request">Container for the necessary parameters to execute the GetUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetUserPolicyAsync(Amazon.IdentityManagement.Model.GetUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListAccessKeysAsync(Amazon.IdentityManagement.Model.ListAccessKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAccessKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAccessKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListAccountAliasesAsync(Amazon.IdentityManagement.Model.ListAccountAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAccountAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAccountAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListAttachedGroupPoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedGroupPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedGroupPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListAttachedRolePoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedRolePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedRolePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListAttachedUserPoliciesAsync(Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAttachedUserPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAttachedUserPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListEntitiesForPolicyAsync(Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEntitiesForPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEntitiesForPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListGroupPoliciesAsync(Amazon.IdentityManagement.Model.ListGroupPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroupPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroupPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListGroupsAsync(Amazon.IdentityManagement.Model.ListGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListGroupsForUserAsync(Amazon.IdentityManagement.Model.ListGroupsForUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGroupsForUser operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGroupsForUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListInstanceProfilesAsync(Amazon.IdentityManagement.Model.ListInstanceProfilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceProfiles operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceProfiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListInstanceProfilesForRoleAsync(Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListInstanceProfilesForRole operation. </summary> <param name="request">Container for the necessary parameters to execute the ListInstanceProfilesForRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListMFADevicesAsync(Amazon.IdentityManagement.Model.ListMFADevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMFADevices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMFADevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListOpenIDConnectProvidersAsync(Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListOpenIDConnectProviders operation. </summary> <param name="request">Container for the necessary parameters to execute the ListOpenIDConnectProviders operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListPoliciesAsync(Amazon.IdentityManagement.Model.ListPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListPolicyVersionsAsync(Amazon.IdentityManagement.Model.ListPolicyVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPolicyVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPolicyVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListRolePoliciesAsync(Amazon.IdentityManagement.Model.ListRolePoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRolePolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRolePolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListRolesAsync(Amazon.IdentityManagement.Model.ListRolesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRoles operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRoles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListSAMLProvidersAsync(Amazon.IdentityManagement.Model.ListSAMLProvidersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSAMLProviders operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSAMLProviders operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListServerCertificatesAsync(Amazon.IdentityManagement.Model.ListServerCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListServerCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the ListServerCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListSigningCertificatesAsync(Amazon.IdentityManagement.Model.ListSigningCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSigningCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSigningCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListSSHPublicKeysAsync(Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSSHPublicKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSSHPublicKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListUserPoliciesAsync(Amazon.IdentityManagement.Model.ListUserPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListUserPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListUserPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListUsersAsync(Amazon.IdentityManagement.Model.ListUsersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListUsers operation. </summary> <param name="request">Container for the necessary parameters to execute the ListUsers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListVirtualMFADevicesAsync(Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVirtualMFADevices operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVirtualMFADevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.PutGroupPolicyAsync(Amazon.IdentityManagement.Model.PutGroupPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutGroupPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutGroupPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.PutRolePolicyAsync(Amazon.IdentityManagement.Model.PutRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.PutUserPolicyAsync(Amazon.IdentityManagement.Model.PutUserPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutUserPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutUserPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.RemoveClientIDFromOpenIDConnectProviderAsync(Amazon.IdentityManagement.Model.RemoveClientIDFromOpenIDConnectProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveClientIDFromOpenIDConnectProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveClientIDFromOpenIDConnectProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.RemoveRoleFromInstanceProfileAsync(Amazon.IdentityManagement.Model.RemoveRoleFromInstanceProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveRoleFromInstanceProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveRoleFromInstanceProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.RemoveUserFromGroupAsync(Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveUserFromGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ResyncMFADeviceAsync(Amazon.IdentityManagement.Model.ResyncMFADeviceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResyncMFADevice operation. </summary> <param name="request">Container for the necessary parameters to execute the ResyncMFADevice operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.SetDefaultPolicyVersionAsync(Amazon.IdentityManagement.Model.SetDefaultPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetDefaultPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the SetDefaultPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.SimulateCustomPolicyAsync(Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SimulateCustomPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SimulateCustomPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.SimulatePrincipalPolicyAsync(Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SimulatePrincipalPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the SimulatePrincipalPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateAccessKeyAsync(Amazon.IdentityManagement.Model.UpdateAccessKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAccessKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAccessKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateAccountPasswordPolicyAsync(Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAccountPasswordPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAccountPasswordPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateAssumeRolePolicyAsync(Amazon.IdentityManagement.Model.UpdateAssumeRolePolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAssumeRolePolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAssumeRolePolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateGroupAsync(Amazon.IdentityManagement.Model.UpdateGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateLoginProfileAsync(Amazon.IdentityManagement.Model.UpdateLoginProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateLoginProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateLoginProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateOpenIDConnectProviderThumbprintAsync(Amazon.IdentityManagement.Model.UpdateOpenIDConnectProviderThumbprintRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateOpenIDConnectProviderThumbprint operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateOpenIDConnectProviderThumbprint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateSAMLProviderAsync(Amazon.IdentityManagement.Model.UpdateSAMLProviderRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSAMLProvider operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSAMLProvider operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateServerCertificateAsync(Amazon.IdentityManagement.Model.UpdateServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateSigningCertificateAsync(Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateSSHPublicKeyAsync(Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UpdateUserAsync(Amazon.IdentityManagement.Model.UpdateUserRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateUser operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateUser operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UploadServerCertificateAsync(Amazon.IdentityManagement.Model.UploadServerCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadServerCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadServerCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UploadSigningCertificateAsync(Amazon.IdentityManagement.Model.UploadSigningCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadSigningCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadSigningCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.UploadSSHPublicKeyAsync(Amazon.IdentityManagement.Model.UploadSSHPublicKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadSSHPublicKey operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadSSHPublicKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.ImportExport.AmazonImportExportClient"> <summary> Implementation for accessing ImportExport AWS Import/Export Service AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon's high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity. </summary> </member> <member name="T:Amazon.ImportExport.IAmazonImportExport"> <summary> Interface for accessing ImportExport AWS Import/Export Service AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon's high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity. </summary> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.CancelJobAsync(Amazon.ImportExport.Model.CancelJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.CreateJobAsync(Amazon.ImportExport.Model.CreateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.GetShippingLabelAsync(Amazon.ImportExport.Model.GetShippingLabelRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShippingLabel operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShippingLabel operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.GetStatusAsync(Amazon.ImportExport.Model.GetStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.ListJobsAsync(Amazon.ImportExport.Model.ListJobsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobs operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.IAmazonImportExport.UpdateJobAsync(Amazon.ImportExport.Model.UpdateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonImportExportClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonImportExportClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.ImportExport.AmazonImportExportConfig)"> <summary> Constructs AmazonImportExportClient with AWS Credentials and an AmazonImportExportClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonImportExportClient Configuration Object</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String,Amazon.ImportExport.AmazonImportExportConfig)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonImportExportClient Configuration Object</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.#ctor(System.String,System.String,System.String,Amazon.ImportExport.AmazonImportExportConfig)"> <summary> Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonImportExportClient Configuration Object</param> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.CancelJobAsync(Amazon.ImportExport.Model.CancelJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.CreateJobAsync(Amazon.ImportExport.Model.CreateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.GetShippingLabelAsync(Amazon.ImportExport.Model.GetShippingLabelRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShippingLabel operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShippingLabel operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.GetStatusAsync(Amazon.ImportExport.Model.GetStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.ListJobsAsync(Amazon.ImportExport.Model.ListJobsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListJobs operation. </summary> <param name="request">Container for the necessary parameters to execute the ListJobs operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.ImportExport.AmazonImportExportClient.UpdateJobAsync(Amazon.ImportExport.Model.UpdateJobRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateJob operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateJob operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.KeyManagementService.AmazonKeyManagementServiceClient"> <summary> Implementation for accessing KeyManagementService AWS Key Management Service <para> AWS Key Management Service (AWS KMS) is an encryption and key management web service. This guide describes the AWS KMS operations that you can call programmatically. For general information about AWS KMS, see the <a href="http://docs.aws.amazon.com/kms/latest/developerguide/">AWS Key Management Service Developer Guide</a>. </para> <note> <para> AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWS KMS and other AWS services. For example, the SDKs take care of tasks such as signing requests (see below), managing errors, and retrying requests automatically. For more information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </note> <para> We recommend that you use the AWS SDKs to make programmatic API calls to AWS KMS. </para> <para> Clients must support TLS (Transport Layer Security) 1.0. We recommend TLS 1.2. Clients must also support cipher suites with Perfect Forward Secrecy (PFS) such as Ephemeral Diffie-Hellman (DHE) or Elliptic Curve Ephemeral Diffie-Hellman (ECDHE). Most modern systems such as Java 7 and later support these modes. </para> <para> <b>Signing Requests</b> </para> <para> Requests must be signed by using an access key ID and a secret access key. We strongly recommend that you <i>do not</i> use your AWS account access key ID and secret key for everyday work with AWS KMS. Instead, use the access key ID and secret access key for an IAM user, or you can use the AWS Security Token Service to generate temporary security credentials that you can use to sign requests. </para> <para> All AWS KMS operations require <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </para> <para> <b>Logging API Requests</b> </para> <para> AWS KMS supports AWS CloudTrail, a service that logs AWS API calls and related events for your AWS account and delivers them to an Amazon S3 bucket that you specify. By using the information collected by CloudTrail, you can determine what requests were made to AWS KMS, who made the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it on and find your log files, see the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail User Guide</a>. </para> <para> <b>Additional Resources</b> </para> <para> For more information about credentials and request signing, see the following: </para> <ul> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html">AWS Security Credentials</a> - This topic provides general information about the types of credentials used for accessing AWS. </li> <li> <a href="http://docs.aws.amazon.com/STS/latest/UsingSTS/">AWS Security Token Service</a> - This guide describes how to create and use temporary security credentials. </li> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a> - This set of topics walks you through the process of signing a request using an access key ID and a secret access key. </li> </ul> <para> <b>Commonly Used APIs</b> </para> <para> Of the APIs discussed in this guide, the following will prove the most useful for most applications. You will likely perform actions other than these, such as creating keys and assigning policies, by using the console. </para> <ul> <li><a>Encrypt</a></li> <li><a>Decrypt</a></li> <li><a>GenerateDataKey</a></li> <li><a>GenerateDataKeyWithoutPlaintext</a></li> </ul> </summary> </member> <member name="T:Amazon.KeyManagementService.IAmazonKeyManagementService"> <summary> Interface for accessing KeyManagementService AWS Key Management Service <para> AWS Key Management Service (AWS KMS) is an encryption and key management web service. This guide describes the AWS KMS operations that you can call programmatically. For general information about AWS KMS, see the <a href="http://docs.aws.amazon.com/kms/latest/developerguide/">AWS Key Management Service Developer Guide</a>. </para> <note> <para> AWS provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWS KMS and other AWS services. For example, the SDKs take care of tasks such as signing requests (see below), managing errors, and retrying requests automatically. For more information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </note> <para> We recommend that you use the AWS SDKs to make programmatic API calls to AWS KMS. </para> <para> Clients must support TLS (Transport Layer Security) 1.0. We recommend TLS 1.2. Clients must also support cipher suites with Perfect Forward Secrecy (PFS) such as Ephemeral Diffie-Hellman (DHE) or Elliptic Curve Ephemeral Diffie-Hellman (ECDHE). Most modern systems such as Java 7 and later support these modes. </para> <para> <b>Signing Requests</b> </para> <para> Requests must be signed by using an access key ID and a secret access key. We strongly recommend that you <i>do not</i> use your AWS account access key ID and secret key for everyday work with AWS KMS. Instead, use the access key ID and secret access key for an IAM user, or you can use the AWS Security Token Service to generate temporary security credentials that you can use to sign requests. </para> <para> All AWS KMS operations require <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </para> <para> <b>Logging API Requests</b> </para> <para> AWS KMS supports AWS CloudTrail, a service that logs AWS API calls and related events for your AWS account and delivers them to an Amazon S3 bucket that you specify. By using the information collected by CloudTrail, you can determine what requests were made to AWS KMS, who made the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it on and find your log files, see the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/">AWS CloudTrail User Guide</a>. </para> <para> <b>Additional Resources</b> </para> <para> For more information about credentials and request signing, see the following: </para> <ul> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html">AWS Security Credentials</a> - This topic provides general information about the types of credentials used for accessing AWS. </li> <li> <a href="http://docs.aws.amazon.com/STS/latest/UsingSTS/">AWS Security Token Service</a> - This guide describes how to create and use temporary security credentials. </li> <li> <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a> - This set of topics walks you through the process of signing a request using an access key ID and a secret access key. </li> </ul> <para> <b>Commonly Used APIs</b> </para> <para> Of the APIs discussed in this guide, the following will prove the most useful for most applications. You will likely perform actions other than these, such as creating keys and assigning policies, by using the console. </para> <ul> <li><a>Encrypt</a></li> <li><a>Decrypt</a></li> <li><a>GenerateDataKey</a></li> <li><a>GenerateDataKeyWithoutPlaintext</a></li> </ul> </summary> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.CancelKeyDeletionAsync(Amazon.KeyManagementService.Model.CancelKeyDeletionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelKeyDeletion operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelKeyDeletion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.CreateAliasAsync(Amazon.KeyManagementService.Model.CreateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.CreateGrantAsync(Amazon.KeyManagementService.Model.CreateGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.CreateKeyAsync(Amazon.KeyManagementService.Model.CreateKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateKey operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.DecryptAsync(Amazon.KeyManagementService.Model.DecryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Decrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the Decrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.DeleteAliasAsync(Amazon.KeyManagementService.Model.DeleteAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.DescribeKeyAsync(Amazon.KeyManagementService.Model.DescribeKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.DisableKeyAsync(Amazon.KeyManagementService.Model.DisableKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.DisableKeyRotationAsync(Amazon.KeyManagementService.Model.DisableKeyRotationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableKeyRotation operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableKeyRotation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.EnableKeyAsync(Amazon.KeyManagementService.Model.EnableKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableKey operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.EnableKeyRotationAsync(Amazon.KeyManagementService.Model.EnableKeyRotationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableKeyRotation operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableKeyRotation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.EncryptAsync(Amazon.KeyManagementService.Model.EncryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Encrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the Encrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.GenerateDataKeyAsync(Amazon.KeyManagementService.Model.GenerateDataKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateDataKey operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateDataKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.GenerateDataKeyWithoutPlaintextAsync(Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateDataKeyWithoutPlaintext operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateDataKeyWithoutPlaintext operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.GenerateRandomAsync(Amazon.KeyManagementService.Model.GenerateRandomRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateRandom operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateRandom operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.GetKeyPolicyAsync(Amazon.KeyManagementService.Model.GetKeyPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetKeyPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetKeyPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.GetKeyRotationStatusAsync(Amazon.KeyManagementService.Model.GetKeyRotationStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetKeyRotationStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetKeyRotationStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ListAliasesAsync(Amazon.KeyManagementService.Model.ListAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ListGrantsAsync(Amazon.KeyManagementService.Model.ListGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ListKeyPoliciesAsync(Amazon.KeyManagementService.Model.ListKeyPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListKeyPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListKeyPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ListKeysAsync(Amazon.KeyManagementService.Model.ListKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ListRetirableGrantsAsync(Amazon.KeyManagementService.Model.ListRetirableGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRetirableGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRetirableGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.PutKeyPolicyAsync(Amazon.KeyManagementService.Model.PutKeyPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutKeyPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutKeyPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ReEncryptAsync(Amazon.KeyManagementService.Model.ReEncryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReEncrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the ReEncrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.RetireGrantAsync(Amazon.KeyManagementService.Model.RetireGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetireGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the RetireGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.RevokeGrantAsync(Amazon.KeyManagementService.Model.RevokeGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.ScheduleKeyDeletionAsync(Amazon.KeyManagementService.Model.ScheduleKeyDeletionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ScheduleKeyDeletion operation. </summary> <param name="request">Container for the necessary parameters to execute the ScheduleKeyDeletion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.UpdateAliasAsync(Amazon.KeyManagementService.Model.UpdateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.IAmazonKeyManagementService.UpdateKeyDescriptionAsync(Amazon.KeyManagementService.Model.UpdateKeyDescriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateKeyDescription operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateKeyDescription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.KeyManagementService.AmazonKeyManagementServiceConfig)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Credentials and an AmazonKeyManagementServiceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonKeyManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String,Amazon.KeyManagementService.AmazonKeyManagementServiceConfig)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonKeyManagementServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonKeyManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.#ctor(System.String,System.String,System.String,Amazon.KeyManagementService.AmazonKeyManagementServiceConfig)"> <summary> Constructs AmazonKeyManagementServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonKeyManagementServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonKeyManagementServiceClient Configuration Object</param> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.CancelKeyDeletionAsync(Amazon.KeyManagementService.Model.CancelKeyDeletionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelKeyDeletion operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelKeyDeletion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.CreateAliasAsync(Amazon.KeyManagementService.Model.CreateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.CreateGrantAsync(Amazon.KeyManagementService.Model.CreateGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.CreateKeyAsync(Amazon.KeyManagementService.Model.CreateKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateKey operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DecryptAsync(Amazon.KeyManagementService.Model.DecryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Decrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the Decrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DeleteAliasAsync(Amazon.KeyManagementService.Model.DeleteAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DescribeKeyAsync(Amazon.KeyManagementService.Model.DescribeKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DisableKeyAsync(Amazon.KeyManagementService.Model.DisableKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableKey operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DisableKeyRotationAsync(Amazon.KeyManagementService.Model.DisableKeyRotationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableKeyRotation operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableKeyRotation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EnableKeyAsync(Amazon.KeyManagementService.Model.EnableKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableKey operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EnableKeyRotationAsync(Amazon.KeyManagementService.Model.EnableKeyRotationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableKeyRotation operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableKeyRotation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EncryptAsync(Amazon.KeyManagementService.Model.EncryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Encrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the Encrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GenerateDataKeyAsync(Amazon.KeyManagementService.Model.GenerateDataKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateDataKey operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateDataKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GenerateDataKeyWithoutPlaintextAsync(Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateDataKeyWithoutPlaintext operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateDataKeyWithoutPlaintext operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GenerateRandomAsync(Amazon.KeyManagementService.Model.GenerateRandomRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GenerateRandom operation. </summary> <param name="request">Container for the necessary parameters to execute the GenerateRandom operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GetKeyPolicyAsync(Amazon.KeyManagementService.Model.GetKeyPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetKeyPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetKeyPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GetKeyRotationStatusAsync(Amazon.KeyManagementService.Model.GetKeyRotationStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetKeyRotationStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetKeyRotationStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListAliasesAsync(Amazon.KeyManagementService.Model.ListAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListGrantsAsync(Amazon.KeyManagementService.Model.ListGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListKeyPoliciesAsync(Amazon.KeyManagementService.Model.ListKeyPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListKeyPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListKeyPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListKeysAsync(Amazon.KeyManagementService.Model.ListKeysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListKeys operation. </summary> <param name="request">Container for the necessary parameters to execute the ListKeys operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListRetirableGrantsAsync(Amazon.KeyManagementService.Model.ListRetirableGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListRetirableGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the ListRetirableGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.PutKeyPolicyAsync(Amazon.KeyManagementService.Model.PutKeyPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutKeyPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutKeyPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ReEncryptAsync(Amazon.KeyManagementService.Model.ReEncryptRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReEncrypt operation. </summary> <param name="request">Container for the necessary parameters to execute the ReEncrypt operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.RetireGrantAsync(Amazon.KeyManagementService.Model.RetireGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetireGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the RetireGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.RevokeGrantAsync(Amazon.KeyManagementService.Model.RevokeGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ScheduleKeyDeletionAsync(Amazon.KeyManagementService.Model.ScheduleKeyDeletionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ScheduleKeyDeletion operation. </summary> <param name="request">Container for the necessary parameters to execute the ScheduleKeyDeletion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.UpdateAliasAsync(Amazon.KeyManagementService.Model.UpdateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceClient.UpdateKeyDescriptionAsync(Amazon.KeyManagementService.Model.UpdateKeyDescriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateKeyDescription operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateKeyDescription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Kinesis.AmazonKinesisClient"> <summary> Implementation for accessing Kinesis Amazon Kinesis Service API Reference <para> Amazon Kinesis is a managed service that scales elastically for real time processing of streaming big data. </para> </summary> </member> <member name="T:Amazon.Kinesis.IAmazonKinesis"> <summary> Interface for accessing Kinesis Amazon Kinesis Service API Reference <para> Amazon Kinesis is a managed service that scales elastically for real time processing of streaming big data. </para> </summary> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.AddTagsToStreamAsync(Amazon.Kinesis.Model.AddTagsToStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToStream operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.CreateStreamAsync(Amazon.Kinesis.Model.CreateStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStream operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.DecreaseStreamRetentionPeriodAsync(Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DecreaseStreamRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the DecreaseStreamRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.DeleteStreamAsync(Amazon.Kinesis.Model.DeleteStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.DescribeStreamAsync(Amazon.Kinesis.Model.DescribeStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.GetRecordsAsync(Amazon.Kinesis.Model.GetRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.GetShardIteratorAsync(Amazon.Kinesis.Model.GetShardIteratorRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShardIterator operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShardIterator operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.IncreaseStreamRetentionPeriodAsync(Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the IncreaseStreamRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.ListStreamsAsync(Amazon.Kinesis.Model.ListStreamsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreams operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreams operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.ListTagsForStreamAsync(Amazon.Kinesis.Model.ListTagsForStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForStream operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.MergeShardsAsync(Amazon.Kinesis.Model.MergeShardsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MergeShards operation. </summary> <param name="request">Container for the necessary parameters to execute the MergeShards operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.PutRecordAsync(Amazon.Kinesis.Model.PutRecordRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRecord operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRecord operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.PutRecordsAsync(Amazon.Kinesis.Model.PutRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.RemoveTagsFromStreamAsync(Amazon.Kinesis.Model.RemoveTagsFromStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromStream operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.IAmazonKinesis.SplitShardAsync(Amazon.Kinesis.Model.SplitShardRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SplitShard operation. </summary> <param name="request">Container for the necessary parameters to execute the SplitShard operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonKinesisClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKinesisClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Kinesis.AmazonKinesisConfig)"> <summary> Constructs AmazonKinesisClient with AWS Credentials and an AmazonKinesisClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonKinesisClient Configuration Object</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String,Amazon.Kinesis.AmazonKinesisConfig)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonKinesisClient Configuration Object</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.#ctor(System.String,System.String,System.String,Amazon.Kinesis.AmazonKinesisConfig)"> <summary> Constructs AmazonKinesisClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonKinesisClient Configuration Object</param> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.AddTagsToStreamAsync(Amazon.Kinesis.Model.AddTagsToStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToStream operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.CreateStreamAsync(Amazon.Kinesis.Model.CreateStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStream operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.DecreaseStreamRetentionPeriodAsync(Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DecreaseStreamRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the DecreaseStreamRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.DeleteStreamAsync(Amazon.Kinesis.Model.DeleteStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.DescribeStreamAsync(Amazon.Kinesis.Model.DescribeStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStream operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.GetRecordsAsync(Amazon.Kinesis.Model.GetRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the GetRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.GetShardIteratorAsync(Amazon.Kinesis.Model.GetShardIteratorRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetShardIterator operation. </summary> <param name="request">Container for the necessary parameters to execute the GetShardIterator operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.IncreaseStreamRetentionPeriodAsync(Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the IncreaseStreamRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.ListStreamsAsync(Amazon.Kinesis.Model.ListStreamsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListStreams operation. </summary> <param name="request">Container for the necessary parameters to execute the ListStreams operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.ListTagsForStreamAsync(Amazon.Kinesis.Model.ListTagsForStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForStream operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.MergeShardsAsync(Amazon.Kinesis.Model.MergeShardsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the MergeShards operation. </summary> <param name="request">Container for the necessary parameters to execute the MergeShards operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.PutRecordAsync(Amazon.Kinesis.Model.PutRecordRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRecord operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRecord operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.PutRecordsAsync(Amazon.Kinesis.Model.PutRecordsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutRecords operation. </summary> <param name="request">Container for the necessary parameters to execute the PutRecords operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.RemoveTagsFromStreamAsync(Amazon.Kinesis.Model.RemoveTagsFromStreamRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromStream operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromStream operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Kinesis.AmazonKinesisClient.SplitShardAsync(Amazon.Kinesis.Model.SplitShardRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SplitShard operation. </summary> <param name="request">Container for the necessary parameters to execute the SplitShard operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Lambda.AmazonLambdaClient"> <summary> Implementation for accessing Lambda AWS Lambda <para> <b>Overview</b> </para> <para> This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS Lambda</a>, and for information about how the service works, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a> in the <i>AWS Lambda Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.Lambda.IAmazonLambda"> <summary> Interface for accessing Lambda AWS Lambda <para> <b>Overview</b> </para> <para> This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS Lambda</a>, and for information about how the service works, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a> in the <i>AWS Lambda Developer Guide</i>. </para> </summary> <summary> Interface for accessing Lambda </summary> </member> <member name="M:Amazon.Lambda.IAmazonLambda.AddPermissionAsync(Amazon.Lambda.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.CreateAliasAsync(Amazon.Lambda.Model.CreateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.CreateEventSourceMappingAsync(Amazon.Lambda.Model.CreateEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.CreateFunctionAsync(Amazon.Lambda.Model.CreateFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.DeleteAliasAsync(Amazon.Lambda.Model.DeleteAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.DeleteEventSourceMappingAsync(Amazon.Lambda.Model.DeleteEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.DeleteFunctionAsync(Amazon.Lambda.Model.DeleteFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.GetAliasAsync(Amazon.Lambda.Model.GetAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.GetEventSourceMappingAsync(Amazon.Lambda.Model.GetEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the GetEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.GetFunctionAsync(Amazon.Lambda.Model.GetFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.GetFunctionConfigurationAsync(Amazon.Lambda.Model.GetFunctionConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFunctionConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFunctionConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.GetPolicyAsync(Amazon.Lambda.Model.GetPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.InvokeAsync(Amazon.Lambda.Model.InvokeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Invoke operation. </summary> <param name="request">Container for the necessary parameters to execute the Invoke operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.InvokeAsyncAsync(Amazon.Lambda.Model.InvokeAsyncRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InvokeAsync operation. </summary> <param name="request">Container for the necessary parameters to execute the InvokeAsync operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.ListAliasesAsync(Amazon.Lambda.Model.ListAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.ListEventSourceMappingsAsync(Amazon.Lambda.Model.ListEventSourceMappingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEventSourceMappings operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEventSourceMappings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.ListFunctionsAsync(Amazon.Lambda.Model.ListFunctionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListFunctions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListFunctions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.ListVersionsByFunctionAsync(Amazon.Lambda.Model.ListVersionsByFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVersionsByFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVersionsByFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.PublishVersionAsync(Amazon.Lambda.Model.PublishVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PublishVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the PublishVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.RemovePermissionAsync(Amazon.Lambda.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.UpdateAliasAsync(Amazon.Lambda.Model.UpdateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.UpdateEventSourceMappingAsync(Amazon.Lambda.Model.UpdateEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.UpdateFunctionCodeAsync(Amazon.Lambda.Model.UpdateFunctionCodeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateFunctionCode operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateFunctionCode operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.IAmazonLambda.UpdateFunctionConfigurationAsync(Amazon.Lambda.Model.UpdateFunctionConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateFunctionConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateFunctionConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonLambdaClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonLambdaClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Lambda.AmazonLambdaConfig)"> <summary> Constructs AmazonLambdaClient with AWS Credentials and an AmazonLambdaClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonLambdaClient Configuration Object</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String,Amazon.Lambda.AmazonLambdaConfig)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID, AWS Secret Key and an AmazonLambdaClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonLambdaClient Configuration Object</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.#ctor(System.String,System.String,System.String,Amazon.Lambda.AmazonLambdaConfig)"> <summary> Constructs AmazonLambdaClient with AWS Access Key ID, AWS Secret Key and an AmazonLambdaClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonLambdaClient Configuration Object</param> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.AddPermissionAsync(Amazon.Lambda.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.CreateAliasAsync(Amazon.Lambda.Model.CreateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.CreateEventSourceMappingAsync(Amazon.Lambda.Model.CreateEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.CreateFunctionAsync(Amazon.Lambda.Model.CreateFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.DeleteAliasAsync(Amazon.Lambda.Model.DeleteAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.DeleteEventSourceMappingAsync(Amazon.Lambda.Model.DeleteEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.DeleteFunctionAsync(Amazon.Lambda.Model.DeleteFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.GetAliasAsync(Amazon.Lambda.Model.GetAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.GetEventSourceMappingAsync(Amazon.Lambda.Model.GetEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the GetEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.GetFunctionAsync(Amazon.Lambda.Model.GetFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.GetFunctionConfigurationAsync(Amazon.Lambda.Model.GetFunctionConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFunctionConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFunctionConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.GetPolicyAsync(Amazon.Lambda.Model.GetPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.InvokeAsync(Amazon.Lambda.Model.InvokeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Invoke operation. </summary> <param name="request">Container for the necessary parameters to execute the Invoke operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.InvokeAsyncAsync(Amazon.Lambda.Model.InvokeAsyncRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InvokeAsync operation. </summary> <param name="request">Container for the necessary parameters to execute the InvokeAsync operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.ListAliasesAsync(Amazon.Lambda.Model.ListAliasesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListAliases operation. </summary> <param name="request">Container for the necessary parameters to execute the ListAliases operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.ListEventSourceMappingsAsync(Amazon.Lambda.Model.ListEventSourceMappingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEventSourceMappings operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEventSourceMappings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.ListFunctionsAsync(Amazon.Lambda.Model.ListFunctionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListFunctions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListFunctions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.ListVersionsByFunctionAsync(Amazon.Lambda.Model.ListVersionsByFunctionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVersionsByFunction operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVersionsByFunction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.PublishVersionAsync(Amazon.Lambda.Model.PublishVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PublishVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the PublishVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.RemovePermissionAsync(Amazon.Lambda.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.UpdateAliasAsync(Amazon.Lambda.Model.UpdateAliasRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateAlias operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateAlias operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.UpdateEventSourceMappingAsync(Amazon.Lambda.Model.UpdateEventSourceMappingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateEventSourceMapping operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateEventSourceMapping operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.UpdateFunctionCodeAsync(Amazon.Lambda.Model.UpdateFunctionCodeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateFunctionCode operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateFunctionCode operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Lambda.AmazonLambdaClient.UpdateFunctionConfigurationAsync(Amazon.Lambda.Model.UpdateFunctionConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateFunctionConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateFunctionConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.OpsWorks.AmazonOpsWorksClient"> <summary> Implementation for accessing OpsWorks AWS OpsWorks <para> Welcome to the <i>AWS OpsWorks API Reference</i>. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes. </para> <para> AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the <a href="http://aws.amazon.com/opsworks/">AWS OpsWorks</a> details page. </para> <para> <b>SDKs and CLI</b> </para> <para> The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see: </para> <ul> <li> <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html">AWS CLI</a> </li> <li> <a href="http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html">AWS SDK for Java</a> </li> <li> <a href="http://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm">AWS SDK for .NET</a> </li> <li> <a href="http://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html">AWS SDK for PHP 2</a> </li> <li> <a href="http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/OpsWorks/Client.html">AWS SDK for Ruby</a> </li> <li> <a href="http://aws.amazon.com/documentation/sdkforjavascript/">AWS SDK for Node.js</a> </li> <li> <a href="http://docs.pythonboto.org/en/latest/ref/opsworks.html">AWS SDK for Python(Boto)</a> </li> </ul> <para> <b>Endpoints</b> </para> <para> AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region. </para> <para> <b>Chef Versions</b> </para> <para> When you call <a>CreateStack</a>, <a>CloneStack</a>, or <a>UpdateStack</a> we recommend you use the <code>ConfigurationManager</code> parameter to specify the Chef version. The recommended value for Linux stacks is currently 12 (the default is 11.4). Windows stacks use Chef 12.2. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html">Chef Versions</a>. </para> <note>You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.</note> </summary> </member> <member name="T:Amazon.OpsWorks.IAmazonOpsWorks"> <summary> Interface for accessing OpsWorks AWS OpsWorks <para> Welcome to the <i>AWS OpsWorks API Reference</i>. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes. </para> <para> AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the <a href="http://aws.amazon.com/opsworks/">AWS OpsWorks</a> details page. </para> <para> <b>SDKs and CLI</b> </para> <para> The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see: </para> <ul> <li> <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html">AWS CLI</a> </li> <li> <a href="http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html">AWS SDK for Java</a> </li> <li> <a href="http://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm">AWS SDK for .NET</a> </li> <li> <a href="http://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html">AWS SDK for PHP 2</a> </li> <li> <a href="http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/OpsWorks/Client.html">AWS SDK for Ruby</a> </li> <li> <a href="http://aws.amazon.com/documentation/sdkforjavascript/">AWS SDK for Node.js</a> </li> <li> <a href="http://docs.pythonboto.org/en/latest/ref/opsworks.html">AWS SDK for Python(Boto)</a> </li> </ul> <para> <b>Endpoints</b> </para> <para> AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region. </para> <para> <b>Chef Versions</b> </para> <para> When you call <a>CreateStack</a>, <a>CloneStack</a>, or <a>UpdateStack</a> we recommend you use the <code>ConfigurationManager</code> parameter to specify the Chef version. The recommended value for Linux stacks is currently 12 (the default is 11.4). Windows stacks use Chef 12.2. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html">Chef Versions</a>. </para> <note>You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.</note> </summary> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.AssignInstanceAsync(Amazon.OpsWorks.Model.AssignInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.AssignVolumeAsync(Amazon.OpsWorks.Model.AssignVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.AssociateElasticIpAsync(Amazon.OpsWorks.Model.AssociateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.AttachElasticLoadBalancerAsync(Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachElasticLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachElasticLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CloneStackAsync(Amazon.OpsWorks.Model.CloneStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CloneStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CloneStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateAppAsync(Amazon.OpsWorks.Model.CreateAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApp operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateDeploymentAsync(Amazon.OpsWorks.Model.CreateDeploymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDeployment operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDeployment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateInstanceAsync(Amazon.OpsWorks.Model.CreateInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateLayerAsync(Amazon.OpsWorks.Model.CreateLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateStackAsync(Amazon.OpsWorks.Model.CreateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.CreateUserProfileAsync(Amazon.OpsWorks.Model.CreateUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeleteAppAsync(Amazon.OpsWorks.Model.DeleteAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApp operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeleteInstanceAsync(Amazon.OpsWorks.Model.DeleteInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeleteLayerAsync(Amazon.OpsWorks.Model.DeleteLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeleteStackAsync(Amazon.OpsWorks.Model.DeleteStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStack operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeleteUserProfileAsync(Amazon.OpsWorks.Model.DeleteUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeregisterEcsClusterAsync(Amazon.OpsWorks.Model.DeregisterEcsClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterEcsCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterEcsCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeregisterElasticIpAsync(Amazon.OpsWorks.Model.DeregisterElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeregisterInstanceAsync(Amazon.OpsWorks.Model.DeregisterInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeregisterRdsDbInstanceAsync(Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DeregisterVolumeAsync(Amazon.OpsWorks.Model.DeregisterVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeAgentVersionsAsync(Amazon.OpsWorks.Model.DescribeAgentVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAgentVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAgentVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeAppsAsync(Amazon.OpsWorks.Model.DescribeAppsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApps operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeCommandsAsync(Amazon.OpsWorks.Model.DescribeCommandsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCommands operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCommands operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeDeploymentsAsync(Amazon.OpsWorks.Model.DescribeDeploymentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDeployments operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDeployments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeEcsClustersAsync(Amazon.OpsWorks.Model.DescribeEcsClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEcsClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEcsClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeElasticIpsAsync(Amazon.OpsWorks.Model.DescribeElasticIpsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeElasticIps operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeElasticIps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeElasticLoadBalancersAsync(Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeElasticLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeInstancesAsync(Amazon.OpsWorks.Model.DescribeInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeLayersAsync(Amazon.OpsWorks.Model.DescribeLayersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLayers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLayers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeLoadBasedAutoScalingAsync(Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeMyUserProfileAsync(Amazon.OpsWorks.Model.DescribeMyUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMyUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMyUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribePermissionsAsync(Amazon.OpsWorks.Model.DescribePermissionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePermissions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePermissions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeRaidArraysAsync(Amazon.OpsWorks.Model.DescribeRaidArraysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRaidArrays operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRaidArrays operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeRdsDbInstancesAsync(Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRdsDbInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRdsDbInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeServiceErrorsAsync(Amazon.OpsWorks.Model.DescribeServiceErrorsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServiceErrors operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServiceErrors operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeStackProvisioningParametersAsync(Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackProvisioningParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeStacksAsync(Amazon.OpsWorks.Model.DescribeStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeStackSummaryAsync(Amazon.OpsWorks.Model.DescribeStackSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeTimeBasedAutoScalingAsync(Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTimeBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeUserProfilesAsync(Amazon.OpsWorks.Model.DescribeUserProfilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeUserProfiles operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeUserProfiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DescribeVolumesAsync(Amazon.OpsWorks.Model.DescribeVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DetachElasticLoadBalancerAsync(Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachElasticLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachElasticLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.DisassociateElasticIpAsync(Amazon.OpsWorks.Model.DisassociateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.GetHostnameSuggestionAsync(Amazon.OpsWorks.Model.GetHostnameSuggestionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostnameSuggestion operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostnameSuggestion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.GrantAccessAsync(Amazon.OpsWorks.Model.GrantAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GrantAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the GrantAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RebootInstanceAsync(Amazon.OpsWorks.Model.RebootInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RegisterEcsClusterAsync(Amazon.OpsWorks.Model.RegisterEcsClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterEcsCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterEcsCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RegisterElasticIpAsync(Amazon.OpsWorks.Model.RegisterElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RegisterInstanceAsync(Amazon.OpsWorks.Model.RegisterInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RegisterRdsDbInstanceAsync(Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.RegisterVolumeAsync(Amazon.OpsWorks.Model.RegisterVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.SetLoadBasedAutoScalingAsync(Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.SetPermissionAsync(Amazon.OpsWorks.Model.SetPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the SetPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.SetTimeBasedAutoScalingAsync(Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTimeBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.StartInstanceAsync(Amazon.OpsWorks.Model.StartInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the StartInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.StartStackAsync(Amazon.OpsWorks.Model.StartStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartStack operation. </summary> <param name="request">Container for the necessary parameters to execute the StartStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.StopInstanceAsync(Amazon.OpsWorks.Model.StopInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the StopInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.StopStackAsync(Amazon.OpsWorks.Model.StopStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopStack operation. </summary> <param name="request">Container for the necessary parameters to execute the StopStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UnassignInstanceAsync(Amazon.OpsWorks.Model.UnassignInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UnassignVolumeAsync(Amazon.OpsWorks.Model.UnassignVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateAppAsync(Amazon.OpsWorks.Model.UpdateAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApp operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateElasticIpAsync(Amazon.OpsWorks.Model.UpdateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateInstanceAsync(Amazon.OpsWorks.Model.UpdateInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateLayerAsync(Amazon.OpsWorks.Model.UpdateLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateMyUserProfileAsync(Amazon.OpsWorks.Model.UpdateMyUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateMyUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateMyUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateRdsDbInstanceAsync(Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateStackAsync(Amazon.OpsWorks.Model.UpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateUserProfileAsync(Amazon.OpsWorks.Model.UpdateUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.IAmazonOpsWorks.UpdateVolumeAsync(Amazon.OpsWorks.Model.UpdateVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonOpsWorksClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonOpsWorksClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.OpsWorks.AmazonOpsWorksConfig)"> <summary> Constructs AmazonOpsWorksClient with AWS Credentials and an AmazonOpsWorksClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonOpsWorksClient Configuration Object</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String,Amazon.OpsWorks.AmazonOpsWorksConfig)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonOpsWorksClient Configuration Object</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.#ctor(System.String,System.String,System.String,Amazon.OpsWorks.AmazonOpsWorksConfig)"> <summary> Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonOpsWorksClient Configuration Object</param> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.AssignInstanceAsync(Amazon.OpsWorks.Model.AssignInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.AssignVolumeAsync(Amazon.OpsWorks.Model.AssignVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssignVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the AssignVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.AssociateElasticIpAsync(Amazon.OpsWorks.Model.AssociateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.AttachElasticLoadBalancerAsync(Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AttachElasticLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the AttachElasticLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CloneStackAsync(Amazon.OpsWorks.Model.CloneStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CloneStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CloneStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateAppAsync(Amazon.OpsWorks.Model.CreateAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateApp operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateDeploymentAsync(Amazon.OpsWorks.Model.CreateDeploymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDeployment operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDeployment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateInstanceAsync(Amazon.OpsWorks.Model.CreateInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateLayerAsync(Amazon.OpsWorks.Model.CreateLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateStackAsync(Amazon.OpsWorks.Model.CreateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.CreateUserProfileAsync(Amazon.OpsWorks.Model.CreateUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeleteAppAsync(Amazon.OpsWorks.Model.DeleteAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteApp operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeleteInstanceAsync(Amazon.OpsWorks.Model.DeleteInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeleteLayerAsync(Amazon.OpsWorks.Model.DeleteLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeleteStackAsync(Amazon.OpsWorks.Model.DeleteStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteStack operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeleteUserProfileAsync(Amazon.OpsWorks.Model.DeleteUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeregisterEcsClusterAsync(Amazon.OpsWorks.Model.DeregisterEcsClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterEcsCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterEcsCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeregisterElasticIpAsync(Amazon.OpsWorks.Model.DeregisterElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeregisterInstanceAsync(Amazon.OpsWorks.Model.DeregisterInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeregisterRdsDbInstanceAsync(Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DeregisterVolumeAsync(Amazon.OpsWorks.Model.DeregisterVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeregisterVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeregisterVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeAgentVersionsAsync(Amazon.OpsWorks.Model.DescribeAgentVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAgentVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAgentVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeAppsAsync(Amazon.OpsWorks.Model.DescribeAppsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeApps operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeApps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeCommandsAsync(Amazon.OpsWorks.Model.DescribeCommandsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCommands operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCommands operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeDeploymentsAsync(Amazon.OpsWorks.Model.DescribeDeploymentsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDeployments operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDeployments operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeEcsClustersAsync(Amazon.OpsWorks.Model.DescribeEcsClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEcsClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEcsClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeElasticIpsAsync(Amazon.OpsWorks.Model.DescribeElasticIpsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeElasticIps operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeElasticIps operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeElasticLoadBalancersAsync(Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeElasticLoadBalancers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeInstancesAsync(Amazon.OpsWorks.Model.DescribeInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeLayersAsync(Amazon.OpsWorks.Model.DescribeLayersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLayers operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLayers operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeLoadBasedAutoScalingAsync(Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoadBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeMyUserProfileAsync(Amazon.OpsWorks.Model.DescribeMyUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMyUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMyUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribePermissionsAsync(Amazon.OpsWorks.Model.DescribePermissionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePermissions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePermissions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeRaidArraysAsync(Amazon.OpsWorks.Model.DescribeRaidArraysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRaidArrays operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRaidArrays operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeRdsDbInstancesAsync(Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeRdsDbInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeRdsDbInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeServiceErrorsAsync(Amazon.OpsWorks.Model.DescribeServiceErrorsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeServiceErrors operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeServiceErrors operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeStackProvisioningParametersAsync(Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackProvisioningParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeStacksAsync(Amazon.OpsWorks.Model.DescribeStacksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStacks operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStacks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeStackSummaryAsync(Amazon.OpsWorks.Model.DescribeStackSummaryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStackSummary operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStackSummary operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeTimeBasedAutoScalingAsync(Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTimeBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeUserProfilesAsync(Amazon.OpsWorks.Model.DescribeUserProfilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeUserProfiles operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeUserProfiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DescribeVolumesAsync(Amazon.OpsWorks.Model.DescribeVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DetachElasticLoadBalancerAsync(Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DetachElasticLoadBalancer operation. </summary> <param name="request">Container for the necessary parameters to execute the DetachElasticLoadBalancer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.DisassociateElasticIpAsync(Amazon.OpsWorks.Model.DisassociateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.GetHostnameSuggestionAsync(Amazon.OpsWorks.Model.GetHostnameSuggestionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostnameSuggestion operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostnameSuggestion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.GrantAccessAsync(Amazon.OpsWorks.Model.GrantAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GrantAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the GrantAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RebootInstanceAsync(Amazon.OpsWorks.Model.RebootInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RegisterEcsClusterAsync(Amazon.OpsWorks.Model.RegisterEcsClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterEcsCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterEcsCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RegisterElasticIpAsync(Amazon.OpsWorks.Model.RegisterElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RegisterInstanceAsync(Amazon.OpsWorks.Model.RegisterInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RegisterRdsDbInstanceAsync(Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.RegisterVolumeAsync(Amazon.OpsWorks.Model.RegisterVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.SetLoadBasedAutoScalingAsync(Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the SetLoadBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.SetPermissionAsync(Amazon.OpsWorks.Model.SetPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the SetPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.SetTimeBasedAutoScalingAsync(Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTimeBasedAutoScaling operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.StartInstanceAsync(Amazon.OpsWorks.Model.StartInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the StartInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.StartStackAsync(Amazon.OpsWorks.Model.StartStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartStack operation. </summary> <param name="request">Container for the necessary parameters to execute the StartStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.StopInstanceAsync(Amazon.OpsWorks.Model.StopInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the StopInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.StopStackAsync(Amazon.OpsWorks.Model.StopStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StopStack operation. </summary> <param name="request">Container for the necessary parameters to execute the StopStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UnassignInstanceAsync(Amazon.OpsWorks.Model.UnassignInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UnassignVolumeAsync(Amazon.OpsWorks.Model.UnassignVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UnassignVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the UnassignVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateAppAsync(Amazon.OpsWorks.Model.UpdateAppRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateApp operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateApp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateElasticIpAsync(Amazon.OpsWorks.Model.UpdateElasticIpRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateElasticIp operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateElasticIp operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateInstanceAsync(Amazon.OpsWorks.Model.UpdateInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateLayerAsync(Amazon.OpsWorks.Model.UpdateLayerRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateLayer operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateLayer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateMyUserProfileAsync(Amazon.OpsWorks.Model.UpdateMyUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateMyUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateMyUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateRdsDbInstanceAsync(Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateRdsDbInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateRdsDbInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateStackAsync(Amazon.OpsWorks.Model.UpdateStackRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateStack operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateStack operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateUserProfileAsync(Amazon.OpsWorks.Model.UpdateUserProfileRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateUserProfile operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateUserProfile operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksClient.UpdateVolumeAsync(Amazon.OpsWorks.Model.UpdateVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.RDS.AmazonRDSClient"> <summary> Implementation for accessing RDS Amazon Relational Database Service <para> Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique. </para> <para> Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Aurora database server. This means the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your database instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use. </para> <para> This is an interface reference for Amazon RDS. It contains documentation for a programming or command line interface you can use to manage Amazon RDS. Note that Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. For a summary of the Amazon RDS interfaces, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>. </para> </summary> </member> <member name="T:Amazon.RDS.IAmazonRDS"> <summary> Interface for accessing RDS Amazon Relational Database Service <para> Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique. </para> <para> Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Aurora database server. This means the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your database instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use. </para> <para> This is an interface reference for Amazon RDS. It contains documentation for a programming or command line interface you can use to manage Amazon RDS. Note that Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. For a summary of the Amazon RDS interfaces, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>. </para> </summary> </member> <member name="M:Amazon.RDS.IAmazonRDS.AddSourceIdentifierToSubscriptionAsync(Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.AddTagsToResourceAsync(Amazon.RDS.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ApplyPendingMaintenanceActionAsync(Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation. </summary> <param name="request">Container for the necessary parameters to execute the ApplyPendingMaintenanceAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.AuthorizeDBSecurityGroupIngressAsync(Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeDBSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CopyDBClusterSnapshotAsync(Amazon.RDS.Model.CopyDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CopyDBParameterGroupAsync(Amazon.RDS.Model.CopyDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CopyDBSnapshotAsync(Amazon.RDS.Model.CopyDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CopyOptionGroupAsync(Amazon.RDS.Model.CopyOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBClusterAsync(Amazon.RDS.Model.CreateDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBClusterParameterGroupAsync(Amazon.RDS.Model.CreateDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBClusterSnapshotAsync(Amazon.RDS.Model.CreateDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBInstanceAsync(Amazon.RDS.Model.CreateDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBInstanceReadReplicaAsync(Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBInstanceReadReplica operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBInstanceReadReplica operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBParameterGroupAsync(Amazon.RDS.Model.CreateDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBSecurityGroupAsync(Amazon.RDS.Model.CreateDBSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBSnapshotAsync(Amazon.RDS.Model.CreateDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateDBSubnetGroupAsync(Amazon.RDS.Model.CreateDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateEventSubscriptionAsync(Amazon.RDS.Model.CreateEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.CreateOptionGroupAsync(Amazon.RDS.Model.CreateOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBClusterAsync(Amazon.RDS.Model.DeleteDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBClusterParameterGroupAsync(Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBClusterSnapshotAsync(Amazon.RDS.Model.DeleteDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBInstanceAsync(Amazon.RDS.Model.DeleteDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBParameterGroupAsync(Amazon.RDS.Model.DeleteDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBSecurityGroupAsync(Amazon.RDS.Model.DeleteDBSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBSnapshotAsync(Amazon.RDS.Model.DeleteDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteDBSubnetGroupAsync(Amazon.RDS.Model.DeleteDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteEventSubscriptionAsync(Amazon.RDS.Model.DeleteEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DeleteOptionGroupAsync(Amazon.RDS.Model.DeleteOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeAccountAttributesAsync(Amazon.RDS.Model.DescribeAccountAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeCertificatesAsync(Amazon.RDS.Model.DescribeCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBClusterParameterGroupsAsync(Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBClusterParametersAsync(Amazon.RDS.Model.DescribeDBClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBClustersAsync(Amazon.RDS.Model.DescribeDBClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBClusterSnapshotsAsync(Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBEngineVersionsAsync(Amazon.RDS.Model.DescribeDBEngineVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBEngineVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBEngineVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBInstancesAsync(Amazon.RDS.Model.DescribeDBInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBLogFilesAsync(Amazon.RDS.Model.DescribeDBLogFilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBLogFiles operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBLogFiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBParameterGroupsAsync(Amazon.RDS.Model.DescribeDBParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBParametersAsync(Amazon.RDS.Model.DescribeDBParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBSecurityGroupsAsync(Amazon.RDS.Model.DescribeDBSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBSnapshotAttributesAsync(Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSnapshotAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSnapshotAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBSnapshotsAsync(Amazon.RDS.Model.DescribeDBSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeDBSubnetGroupsAsync(Amazon.RDS.Model.DescribeDBSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeEngineDefaultClusterParametersAsync(Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeEngineDefaultParametersAsync(Amazon.RDS.Model.DescribeEngineDefaultParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeEventCategoriesAsync(Amazon.RDS.Model.DescribeEventCategoriesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventCategories operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventCategories operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeEventsAsync(Amazon.RDS.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeEventSubscriptionsAsync(Amazon.RDS.Model.DescribeEventSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeOptionGroupOptionsAsync(Amazon.RDS.Model.DescribeOptionGroupOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOptionGroupOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOptionGroupOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeOptionGroupsAsync(Amazon.RDS.Model.DescribeOptionGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOptionGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOptionGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeOrderableDBInstanceOptionsAsync(Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOrderableDBInstanceOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOrderableDBInstanceOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribePendingMaintenanceActionsAsync(Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePendingMaintenanceActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePendingMaintenanceActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeReservedDBInstancesAsync(Amazon.RDS.Model.DescribeReservedDBInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedDBInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedDBInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DescribeReservedDBInstancesOfferingsAsync(Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedDBInstancesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedDBInstancesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.DownloadDBLogFilePortionAsync(Amazon.RDS.Model.DownloadDBLogFilePortionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DownloadDBLogFilePortion operation. </summary> <param name="request">Container for the necessary parameters to execute the DownloadDBLogFilePortion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.FailoverDBClusterAsync(Amazon.RDS.Model.FailoverDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the FailoverDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the FailoverDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ListTagsForResourceAsync(Amazon.RDS.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBClusterAsync(Amazon.RDS.Model.ModifyDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBClusterParameterGroupAsync(Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBInstanceAsync(Amazon.RDS.Model.ModifyDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBParameterGroupAsync(Amazon.RDS.Model.ModifyDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBSnapshotAttributeAsync(Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyDBSubnetGroupAsync(Amazon.RDS.Model.ModifyDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyEventSubscriptionAsync(Amazon.RDS.Model.ModifyEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ModifyOptionGroupAsync(Amazon.RDS.Model.ModifyOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.PromoteReadReplicaAsync(Amazon.RDS.Model.PromoteReadReplicaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PromoteReadReplica operation. </summary> <param name="request">Container for the necessary parameters to execute the PromoteReadReplica operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.PurchaseReservedDBInstancesOfferingAsync(Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedDBInstancesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedDBInstancesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RebootDBInstanceAsync(Amazon.RDS.Model.RebootDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RemoveSourceIdentifierFromSubscriptionAsync(Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveSourceIdentifierFromSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RemoveTagsFromResourceAsync(Amazon.RDS.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ResetDBClusterParameterGroupAsync(Amazon.RDS.Model.ResetDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.ResetDBParameterGroupAsync(Amazon.RDS.Model.ResetDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RestoreDBClusterFromSnapshotAsync(Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBClusterFromSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RestoreDBClusterToPointInTimeAsync(Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBClusterToPointInTime operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBClusterToPointInTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RestoreDBInstanceFromDBSnapshotAsync(Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBInstanceFromDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RestoreDBInstanceToPointInTimeAsync(Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBInstanceToPointInTime operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBInstanceToPointInTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.IAmazonRDS.RevokeDBSecurityGroupIngressAsync(Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeDBSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeDBSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonRDSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRDSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RDS.AmazonRDSConfig)"> <summary> Constructs AmazonRDSClient with AWS Credentials and an AmazonRDSClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonRDSClient Configuration Object</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String,Amazon.RDS.AmazonRDSConfig)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID, AWS Secret Key and an AmazonRDSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonRDSClient Configuration Object</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.#ctor(System.String,System.String,System.String,Amazon.RDS.AmazonRDSConfig)"> <summary> Constructs AmazonRDSClient with AWS Access Key ID, AWS Secret Key and an AmazonRDSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonRDSClient Configuration Object</param> </member> <member name="M:Amazon.RDS.AmazonRDSClient.AddSourceIdentifierToSubscriptionAsync(Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddSourceIdentifierToSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the AddSourceIdentifierToSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.AddTagsToResourceAsync(Amazon.RDS.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ApplyPendingMaintenanceActionAsync(Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ApplyPendingMaintenanceAction operation. </summary> <param name="request">Container for the necessary parameters to execute the ApplyPendingMaintenanceAction operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.AuthorizeDBSecurityGroupIngressAsync(Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeDBSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeDBSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CopyDBClusterSnapshotAsync(Amazon.RDS.Model.CopyDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CopyDBParameterGroupAsync(Amazon.RDS.Model.CopyDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CopyDBSnapshotAsync(Amazon.RDS.Model.CopyDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CopyOptionGroupAsync(Amazon.RDS.Model.CopyOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBClusterAsync(Amazon.RDS.Model.CreateDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBClusterParameterGroupAsync(Amazon.RDS.Model.CreateDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBClusterSnapshotAsync(Amazon.RDS.Model.CreateDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBInstanceAsync(Amazon.RDS.Model.CreateDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBInstanceReadReplicaAsync(Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBInstanceReadReplica operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBInstanceReadReplica operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBParameterGroupAsync(Amazon.RDS.Model.CreateDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBSecurityGroupAsync(Amazon.RDS.Model.CreateDBSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBSnapshotAsync(Amazon.RDS.Model.CreateDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateDBSubnetGroupAsync(Amazon.RDS.Model.CreateDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateEventSubscriptionAsync(Amazon.RDS.Model.CreateEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.CreateOptionGroupAsync(Amazon.RDS.Model.CreateOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBClusterAsync(Amazon.RDS.Model.DeleteDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBClusterParameterGroupAsync(Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBClusterSnapshotAsync(Amazon.RDS.Model.DeleteDBClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBInstanceAsync(Amazon.RDS.Model.DeleteDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBParameterGroupAsync(Amazon.RDS.Model.DeleteDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBSecurityGroupAsync(Amazon.RDS.Model.DeleteDBSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBSnapshotAsync(Amazon.RDS.Model.DeleteDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteDBSubnetGroupAsync(Amazon.RDS.Model.DeleteDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteEventSubscriptionAsync(Amazon.RDS.Model.DeleteEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DeleteOptionGroupAsync(Amazon.RDS.Model.DeleteOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeAccountAttributesAsync(Amazon.RDS.Model.DescribeAccountAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeAccountAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeAccountAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeCertificatesAsync(Amazon.RDS.Model.DescribeCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBClusterParameterGroupsAsync(Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBClusterParametersAsync(Amazon.RDS.Model.DescribeDBClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBClustersAsync(Amazon.RDS.Model.DescribeDBClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBClusterSnapshotsAsync(Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBClusterSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBClusterSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBEngineVersionsAsync(Amazon.RDS.Model.DescribeDBEngineVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBEngineVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBEngineVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBInstancesAsync(Amazon.RDS.Model.DescribeDBInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBLogFilesAsync(Amazon.RDS.Model.DescribeDBLogFilesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBLogFiles operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBLogFiles operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBParameterGroupsAsync(Amazon.RDS.Model.DescribeDBParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBParametersAsync(Amazon.RDS.Model.DescribeDBParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBSecurityGroupsAsync(Amazon.RDS.Model.DescribeDBSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBSnapshotAttributesAsync(Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSnapshotAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSnapshotAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBSnapshotsAsync(Amazon.RDS.Model.DescribeDBSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeDBSubnetGroupsAsync(Amazon.RDS.Model.DescribeDBSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDBSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDBSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeEngineDefaultClusterParametersAsync(Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeEngineDefaultParametersAsync(Amazon.RDS.Model.DescribeEngineDefaultParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEngineDefaultParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeEventCategoriesAsync(Amazon.RDS.Model.DescribeEventCategoriesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventCategories operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventCategories operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeEventsAsync(Amazon.RDS.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeEventSubscriptionsAsync(Amazon.RDS.Model.DescribeEventSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeOptionGroupOptionsAsync(Amazon.RDS.Model.DescribeOptionGroupOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOptionGroupOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOptionGroupOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeOptionGroupsAsync(Amazon.RDS.Model.DescribeOptionGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOptionGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOptionGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeOrderableDBInstanceOptionsAsync(Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOrderableDBInstanceOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOrderableDBInstanceOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribePendingMaintenanceActionsAsync(Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribePendingMaintenanceActions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribePendingMaintenanceActions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeReservedDBInstancesAsync(Amazon.RDS.Model.DescribeReservedDBInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedDBInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedDBInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DescribeReservedDBInstancesOfferingsAsync(Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedDBInstancesOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedDBInstancesOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.DownloadDBLogFilePortionAsync(Amazon.RDS.Model.DownloadDBLogFilePortionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DownloadDBLogFilePortion operation. </summary> <param name="request">Container for the necessary parameters to execute the DownloadDBLogFilePortion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.FailoverDBClusterAsync(Amazon.RDS.Model.FailoverDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the FailoverDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the FailoverDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ListTagsForResourceAsync(Amazon.RDS.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBClusterAsync(Amazon.RDS.Model.ModifyDBClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBClusterParameterGroupAsync(Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBInstanceAsync(Amazon.RDS.Model.ModifyDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBParameterGroupAsync(Amazon.RDS.Model.ModifyDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBSnapshotAttributeAsync(Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBSnapshotAttribute operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBSnapshotAttribute operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyDBSubnetGroupAsync(Amazon.RDS.Model.ModifyDBSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyDBSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyDBSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyEventSubscriptionAsync(Amazon.RDS.Model.ModifyEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ModifyOptionGroupAsync(Amazon.RDS.Model.ModifyOptionGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyOptionGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyOptionGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.PromoteReadReplicaAsync(Amazon.RDS.Model.PromoteReadReplicaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PromoteReadReplica operation. </summary> <param name="request">Container for the necessary parameters to execute the PromoteReadReplica operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.PurchaseReservedDBInstancesOfferingAsync(Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedDBInstancesOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedDBInstancesOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RebootDBInstanceAsync(Amazon.RDS.Model.RebootDBInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootDBInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootDBInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RemoveSourceIdentifierFromSubscriptionAsync(Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveSourceIdentifierFromSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RemoveTagsFromResourceAsync(Amazon.RDS.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ResetDBClusterParameterGroupAsync(Amazon.RDS.Model.ResetDBClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetDBClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetDBClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.ResetDBParameterGroupAsync(Amazon.RDS.Model.ResetDBParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetDBParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RestoreDBClusterFromSnapshotAsync(Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBClusterFromSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBClusterFromSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RestoreDBClusterToPointInTimeAsync(Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBClusterToPointInTime operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBClusterToPointInTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RestoreDBInstanceFromDBSnapshotAsync(Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBInstanceFromDBSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBInstanceFromDBSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RestoreDBInstanceToPointInTimeAsync(Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreDBInstanceToPointInTime operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreDBInstanceToPointInTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.RDS.AmazonRDSClient.RevokeDBSecurityGroupIngressAsync(Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeDBSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeDBSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Redshift.AmazonRedshiftClient"> <summary> Implementation for accessing Redshift Amazon Redshift <b>Overview</b> <para> This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the Amazon Redshift Management Interfaces </a>. </para> <para> Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers. </para> <para> If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the The <a href="http://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started Guide</a> </para> <para> If you are a database developer, the <a href="http://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design, build, query, and maintain the databases that make up your data warehouse. </para> </summary> </member> <member name="T:Amazon.Redshift.IAmazonRedshift"> <summary> Interface for accessing Redshift Amazon Redshift <b>Overview</b> <para> This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the Amazon Redshift Management Interfaces </a>. </para> <para> Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers. </para> <para> If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the The <a href="http://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started Guide</a> </para> <para> If you are a database developer, the <a href="http://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design, build, query, and maintain the databases that make up your data warehouse. </para> </summary> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.AuthorizeClusterSecurityGroupIngressAsync(Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeClusterSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeClusterSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.AuthorizeSnapshotAccessAsync(Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSnapshotAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSnapshotAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CopyClusterSnapshotAsync(Amazon.Redshift.Model.CopyClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateClusterAsync(Amazon.Redshift.Model.CreateClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateClusterParameterGroupAsync(Amazon.Redshift.Model.CreateClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateClusterSecurityGroupAsync(Amazon.Redshift.Model.CreateClusterSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateClusterSnapshotAsync(Amazon.Redshift.Model.CreateClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateClusterSubnetGroupAsync(Amazon.Redshift.Model.CreateClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateEventSubscriptionAsync(Amazon.Redshift.Model.CreateEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateHsmClientCertificateAsync(Amazon.Redshift.Model.CreateHsmClientCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHsmClientCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHsmClientCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateHsmConfigurationAsync(Amazon.Redshift.Model.CreateHsmConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHsmConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHsmConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateSnapshotCopyGrantAsync(Amazon.Redshift.Model.CreateSnapshotCopyGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshotCopyGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshotCopyGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.CreateTagsAsync(Amazon.Redshift.Model.CreateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteClusterAsync(Amazon.Redshift.Model.DeleteClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteClusterParameterGroupAsync(Amazon.Redshift.Model.DeleteClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteClusterSecurityGroupAsync(Amazon.Redshift.Model.DeleteClusterSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteClusterSnapshotAsync(Amazon.Redshift.Model.DeleteClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteClusterSubnetGroupAsync(Amazon.Redshift.Model.DeleteClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteEventSubscriptionAsync(Amazon.Redshift.Model.DeleteEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteHsmClientCertificateAsync(Amazon.Redshift.Model.DeleteHsmClientCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHsmClientCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHsmClientCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteHsmConfigurationAsync(Amazon.Redshift.Model.DeleteHsmConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHsmConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHsmConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteSnapshotCopyGrantAsync(Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshotCopyGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshotCopyGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DeleteTagsAsync(Amazon.Redshift.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterParameterGroupsAsync(Amazon.Redshift.Model.DescribeClusterParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterParametersAsync(Amazon.Redshift.Model.DescribeClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClustersAsync(Amazon.Redshift.Model.DescribeClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterSecurityGroupsAsync(Amazon.Redshift.Model.DescribeClusterSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterSnapshotsAsync(Amazon.Redshift.Model.DescribeClusterSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterSubnetGroupsAsync(Amazon.Redshift.Model.DescribeClusterSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeClusterVersionsAsync(Amazon.Redshift.Model.DescribeClusterVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeDefaultClusterParametersAsync(Amazon.Redshift.Model.DescribeDefaultClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDefaultClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDefaultClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeEventCategoriesAsync(Amazon.Redshift.Model.DescribeEventCategoriesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventCategories operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventCategories operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeEventsAsync(Amazon.Redshift.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeEventSubscriptionsAsync(Amazon.Redshift.Model.DescribeEventSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeHsmClientCertificatesAsync(Amazon.Redshift.Model.DescribeHsmClientCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeHsmClientCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeHsmClientCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeHsmConfigurationsAsync(Amazon.Redshift.Model.DescribeHsmConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeHsmConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeHsmConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeLoggingStatusAsync(Amazon.Redshift.Model.DescribeLoggingStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoggingStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoggingStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeOrderableClusterOptionsAsync(Amazon.Redshift.Model.DescribeOrderableClusterOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOrderableClusterOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOrderableClusterOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeReservedNodeOfferingsAsync(Amazon.Redshift.Model.DescribeReservedNodeOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedNodeOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedNodeOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeReservedNodesAsync(Amazon.Redshift.Model.DescribeReservedNodesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedNodes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedNodes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeResizeAsync(Amazon.Redshift.Model.DescribeResizeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeResize operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeResize operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeSnapshotCopyGrantsAsync(Amazon.Redshift.Model.DescribeSnapshotCopyGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotCopyGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotCopyGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DescribeTagsAsync(Amazon.Redshift.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DisableLoggingAsync(Amazon.Redshift.Model.DisableLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.DisableSnapshotCopyAsync(Amazon.Redshift.Model.DisableSnapshotCopyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableSnapshotCopy operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableSnapshotCopy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.EnableLoggingAsync(Amazon.Redshift.Model.EnableLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.EnableSnapshotCopyAsync(Amazon.Redshift.Model.EnableSnapshotCopyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableSnapshotCopy operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableSnapshotCopy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ModifyClusterAsync(Amazon.Redshift.Model.ModifyClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ModifyClusterParameterGroupAsync(Amazon.Redshift.Model.ModifyClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ModifyClusterSubnetGroupAsync(Amazon.Redshift.Model.ModifyClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ModifyEventSubscriptionAsync(Amazon.Redshift.Model.ModifyEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ModifySnapshotCopyRetentionPeriodAsync(Amazon.Redshift.Model.ModifySnapshotCopyRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySnapshotCopyRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySnapshotCopyRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.PurchaseReservedNodeOfferingAsync(Amazon.Redshift.Model.PurchaseReservedNodeOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedNodeOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedNodeOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.RebootClusterAsync(Amazon.Redshift.Model.RebootClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.ResetClusterParameterGroupAsync(Amazon.Redshift.Model.ResetClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.RestoreFromClusterSnapshotAsync(Amazon.Redshift.Model.RestoreFromClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreFromClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreFromClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.RevokeClusterSecurityGroupIngressAsync(Amazon.Redshift.Model.RevokeClusterSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeClusterSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeClusterSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.RevokeSnapshotAccessAsync(Amazon.Redshift.Model.RevokeSnapshotAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSnapshotAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSnapshotAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.IAmazonRedshift.RotateEncryptionKeyAsync(Amazon.Redshift.Model.RotateEncryptionKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RotateEncryptionKey operation. </summary> <param name="request">Container for the necessary parameters to execute the RotateEncryptionKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonRedshiftClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRedshiftClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Redshift.AmazonRedshiftConfig)"> <summary> Constructs AmazonRedshiftClient with AWS Credentials and an AmazonRedshiftClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonRedshiftClient Configuration Object</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String,Amazon.Redshift.AmazonRedshiftConfig)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID, AWS Secret Key and an AmazonRedshiftClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonRedshiftClient Configuration Object</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.#ctor(System.String,System.String,System.String,Amazon.Redshift.AmazonRedshiftConfig)"> <summary> Constructs AmazonRedshiftClient with AWS Access Key ID, AWS Secret Key and an AmazonRedshiftClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonRedshiftClient Configuration Object</param> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.AuthorizeClusterSecurityGroupIngressAsync(Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeClusterSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeClusterSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.AuthorizeSnapshotAccessAsync(Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AuthorizeSnapshotAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the AuthorizeSnapshotAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CopyClusterSnapshotAsync(Amazon.Redshift.Model.CopyClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateClusterAsync(Amazon.Redshift.Model.CreateClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateClusterParameterGroupAsync(Amazon.Redshift.Model.CreateClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateClusterSecurityGroupAsync(Amazon.Redshift.Model.CreateClusterSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateClusterSnapshotAsync(Amazon.Redshift.Model.CreateClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateClusterSubnetGroupAsync(Amazon.Redshift.Model.CreateClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateEventSubscriptionAsync(Amazon.Redshift.Model.CreateEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateHsmClientCertificateAsync(Amazon.Redshift.Model.CreateHsmClientCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHsmClientCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHsmClientCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateHsmConfigurationAsync(Amazon.Redshift.Model.CreateHsmConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHsmConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHsmConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateSnapshotCopyGrantAsync(Amazon.Redshift.Model.CreateSnapshotCopyGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshotCopyGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshotCopyGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.CreateTagsAsync(Amazon.Redshift.Model.CreateTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTags operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteClusterAsync(Amazon.Redshift.Model.DeleteClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteClusterParameterGroupAsync(Amazon.Redshift.Model.DeleteClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteClusterSecurityGroupAsync(Amazon.Redshift.Model.DeleteClusterSecurityGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSecurityGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSecurityGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteClusterSnapshotAsync(Amazon.Redshift.Model.DeleteClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteClusterSubnetGroupAsync(Amazon.Redshift.Model.DeleteClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteEventSubscriptionAsync(Amazon.Redshift.Model.DeleteEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteHsmClientCertificateAsync(Amazon.Redshift.Model.DeleteHsmClientCertificateRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHsmClientCertificate operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHsmClientCertificate operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteHsmConfigurationAsync(Amazon.Redshift.Model.DeleteHsmConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHsmConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHsmConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteSnapshotCopyGrantAsync(Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshotCopyGrant operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshotCopyGrant operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DeleteTagsAsync(Amazon.Redshift.Model.DeleteTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterParameterGroupsAsync(Amazon.Redshift.Model.DescribeClusterParameterGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterParameterGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterParameterGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterParametersAsync(Amazon.Redshift.Model.DescribeClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClustersAsync(Amazon.Redshift.Model.DescribeClustersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterSecurityGroupsAsync(Amazon.Redshift.Model.DescribeClusterSecurityGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSecurityGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSecurityGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterSnapshotsAsync(Amazon.Redshift.Model.DescribeClusterSnapshotsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSnapshots operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSnapshots operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterSubnetGroupsAsync(Amazon.Redshift.Model.DescribeClusterSubnetGroupsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterSubnetGroups operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterSubnetGroups operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeClusterVersionsAsync(Amazon.Redshift.Model.DescribeClusterVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeClusterVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeClusterVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeDefaultClusterParametersAsync(Amazon.Redshift.Model.DescribeDefaultClusterParametersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDefaultClusterParameters operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDefaultClusterParameters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeEventCategoriesAsync(Amazon.Redshift.Model.DescribeEventCategoriesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventCategories operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventCategories operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeEventsAsync(Amazon.Redshift.Model.DescribeEventsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEvents operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEvents operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeEventSubscriptionsAsync(Amazon.Redshift.Model.DescribeEventSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeEventSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeEventSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeHsmClientCertificatesAsync(Amazon.Redshift.Model.DescribeHsmClientCertificatesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeHsmClientCertificates operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeHsmClientCertificates operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeHsmConfigurationsAsync(Amazon.Redshift.Model.DescribeHsmConfigurationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeHsmConfigurations operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeHsmConfigurations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeLoggingStatusAsync(Amazon.Redshift.Model.DescribeLoggingStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeLoggingStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeLoggingStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeOrderableClusterOptionsAsync(Amazon.Redshift.Model.DescribeOrderableClusterOptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeOrderableClusterOptions operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeOrderableClusterOptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeReservedNodeOfferingsAsync(Amazon.Redshift.Model.DescribeReservedNodeOfferingsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedNodeOfferings operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedNodeOfferings operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeReservedNodesAsync(Amazon.Redshift.Model.DescribeReservedNodesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReservedNodes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReservedNodes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeResizeAsync(Amazon.Redshift.Model.DescribeResizeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeResize operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeResize operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeSnapshotCopyGrantsAsync(Amazon.Redshift.Model.DescribeSnapshotCopyGrantsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotCopyGrants operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotCopyGrants operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DescribeTagsAsync(Amazon.Redshift.Model.DescribeTagsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTags operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTags operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DisableLoggingAsync(Amazon.Redshift.Model.DisableLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.DisableSnapshotCopyAsync(Amazon.Redshift.Model.DisableSnapshotCopyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableSnapshotCopy operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableSnapshotCopy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.EnableLoggingAsync(Amazon.Redshift.Model.EnableLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.EnableSnapshotCopyAsync(Amazon.Redshift.Model.EnableSnapshotCopyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the EnableSnapshotCopy operation. </summary> <param name="request">Container for the necessary parameters to execute the EnableSnapshotCopy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ModifyClusterAsync(Amazon.Redshift.Model.ModifyClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ModifyClusterParameterGroupAsync(Amazon.Redshift.Model.ModifyClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ModifyClusterSubnetGroupAsync(Amazon.Redshift.Model.ModifyClusterSubnetGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyClusterSubnetGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyClusterSubnetGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ModifyEventSubscriptionAsync(Amazon.Redshift.Model.ModifyEventSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifyEventSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifyEventSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ModifySnapshotCopyRetentionPeriodAsync(Amazon.Redshift.Model.ModifySnapshotCopyRetentionPeriodRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ModifySnapshotCopyRetentionPeriod operation. </summary> <param name="request">Container for the necessary parameters to execute the ModifySnapshotCopyRetentionPeriod operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.PurchaseReservedNodeOfferingAsync(Amazon.Redshift.Model.PurchaseReservedNodeOfferingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurchaseReservedNodeOffering operation. </summary> <param name="request">Container for the necessary parameters to execute the PurchaseReservedNodeOffering operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.RebootClusterAsync(Amazon.Redshift.Model.RebootClusterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RebootCluster operation. </summary> <param name="request">Container for the necessary parameters to execute the RebootCluster operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.ResetClusterParameterGroupAsync(Amazon.Redshift.Model.ResetClusterParameterGroupRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetClusterParameterGroup operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetClusterParameterGroup operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.RestoreFromClusterSnapshotAsync(Amazon.Redshift.Model.RestoreFromClusterSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreFromClusterSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreFromClusterSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.RevokeClusterSecurityGroupIngressAsync(Amazon.Redshift.Model.RevokeClusterSecurityGroupIngressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeClusterSecurityGroupIngress operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeClusterSecurityGroupIngress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.RevokeSnapshotAccessAsync(Amazon.Redshift.Model.RevokeSnapshotAccessRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RevokeSnapshotAccess operation. </summary> <param name="request">Container for the necessary parameters to execute the RevokeSnapshotAccess operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Redshift.AmazonRedshiftClient.RotateEncryptionKeyAsync(Amazon.Redshift.Model.RotateEncryptionKeyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RotateEncryptionKey operation. </summary> <param name="request">Container for the necessary parameters to execute the RotateEncryptionKey operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Route53.AmazonRoute53Client"> <summary> Implementation for accessing Route53 </summary> </member> <member name="T:Amazon.Route53.IAmazonRoute53"> <summary> Interface for accessing Route53 </summary> </member> <member name="M:Amazon.Route53.IAmazonRoute53.AssociateVPCWithHostedZoneAsync(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ChangeResourceRecordSetsAsync(Amazon.Route53.Model.ChangeResourceRecordSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeResourceRecordSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ChangeTagsForResourceAsync(Amazon.Route53.Model.ChangeTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateHealthCheckAsync(Amazon.Route53.Model.CreateHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateHostedZoneAsync(Amazon.Route53.Model.CreateHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateReusableDelegationSetAsync(Amazon.Route53.Model.CreateReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyAsync(Amazon.Route53.Model.CreateTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyInstanceAsync(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.CreateTrafficPolicyVersionAsync(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHealthCheckAsync(Amazon.Route53.Model.DeleteHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DeleteHostedZoneAsync(Amazon.Route53.Model.DeleteHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DeleteReusableDelegationSetAsync(Amazon.Route53.Model.DeleteReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicyAsync(Amazon.Route53.Model.DeleteTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DeleteTrafficPolicyInstanceAsync(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.DisassociateVPCFromHostedZoneAsync(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetChangeAsync(Amazon.Route53.Model.GetChangeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetChange operation. </summary> <param name="request">Container for the necessary parameters to execute the GetChange operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetChangeDetailsAsync(Amazon.Route53.Model.GetChangeDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetChangeDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetChangeDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetCheckerIpRangesAsync(Amazon.Route53.Model.GetCheckerIpRangesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCheckerIpRanges operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetGeoLocationAsync(Amazon.Route53.Model.GetGeoLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGeoLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGeoLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckAsync(Amazon.Route53.Model.GetHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckCountAsync(Amazon.Route53.Model.GetHealthCheckCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckLastFailureReasonAsync(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHealthCheckStatusAsync(Amazon.Route53.Model.GetHealthCheckStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneAsync(Amazon.Route53.Model.GetHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetHostedZoneCountAsync(Amazon.Route53.Model.GetHostedZoneCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostedZoneCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetReusableDelegationSetAsync(Amazon.Route53.Model.GetReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyAsync(Amazon.Route53.Model.GetTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstanceAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.GetTrafficPolicyInstanceCountAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByHostedZoneAsync(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListChangeBatchesByHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListChangeBatchesByRRSetAsync(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListChangeBatchesByRRSet operation. </summary> <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListGeoLocationsAsync(Amazon.Route53.Model.ListGeoLocationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGeoLocations operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGeoLocations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListHealthChecksAsync(Amazon.Route53.Model.ListHealthChecksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHealthChecks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHealthChecks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesAsync(Amazon.Route53.Model.ListHostedZonesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHostedZones operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHostedZones operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListHostedZonesByNameAsync(Amazon.Route53.Model.ListHostedZonesByNameRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHostedZonesByName operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListResourceRecordSetsAsync(Amazon.Route53.Model.ListResourceRecordSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListResourceRecordSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListReusableDelegationSetsAsync(Amazon.Route53.Model.ListReusableDelegationSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReusableDelegationSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResourceAsync(Amazon.Route53.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTagsForResourcesAsync(Amazon.Route53.Model.ListTagsForResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResources operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPoliciesAsync(Amazon.Route53.Model.ListTrafficPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByHostedZoneAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyInstancesByPolicyAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.ListTrafficPolicyVersionsAsync(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHealthCheckAsync(Amazon.Route53.Model.UpdateHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.UpdateHostedZoneCommentAsync(Amazon.Route53.Model.UpdateHostedZoneCommentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateHostedZoneComment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyCommentAsync(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.IAmazonRoute53.UpdateTrafficPolicyInstanceAsync(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonRoute53Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRoute53Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.Route53.AmazonRoute53Config)"> <summary> Constructs AmazonRoute53Client with AWS Credentials and an AmazonRoute53Client Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonRoute53Client Configuration Object</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,Amazon.Route53.AmazonRoute53Config)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonRoute53Client Configuration Object</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.#ctor(System.String,System.String,System.String,Amazon.Route53.AmazonRoute53Config)"> <summary> Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonRoute53Client Configuration Object</param> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.AssociateVPCWithHostedZoneAsync(Amazon.Route53.Model.AssociateVPCWithHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssociateVPCWithHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the AssociateVPCWithHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeResourceRecordSetsAsync(Amazon.Route53.Model.ChangeResourceRecordSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeResourceRecordSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeResourceRecordSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ChangeTagsForResourceAsync(Amazon.Route53.Model.ChangeTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHealthCheckAsync(Amazon.Route53.Model.CreateHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateHostedZoneAsync(Amazon.Route53.Model.CreateHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateReusableDelegationSetAsync(Amazon.Route53.Model.CreateReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyAsync(Amazon.Route53.Model.CreateTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyInstanceAsync(Amazon.Route53.Model.CreateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.CreateTrafficPolicyVersionAsync(Amazon.Route53.Model.CreateTrafficPolicyVersionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTrafficPolicyVersion operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTrafficPolicyVersion operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHealthCheckAsync(Amazon.Route53.Model.DeleteHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteHostedZoneAsync(Amazon.Route53.Model.DeleteHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteReusableDelegationSetAsync(Amazon.Route53.Model.DeleteReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicyAsync(Amazon.Route53.Model.DeleteTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DeleteTrafficPolicyInstanceAsync(Amazon.Route53.Model.DeleteTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.DisassociateVPCFromHostedZoneAsync(Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the DisassociateVPCFromHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetChangeAsync(Amazon.Route53.Model.GetChangeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetChange operation. </summary> <param name="request">Container for the necessary parameters to execute the GetChange operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetChangeDetailsAsync(Amazon.Route53.Model.GetChangeDetailsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetChangeDetails operation. </summary> <param name="request">Container for the necessary parameters to execute the GetChangeDetails operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetCheckerIpRangesAsync(Amazon.Route53.Model.GetCheckerIpRangesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCheckerIpRanges operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCheckerIpRanges operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetGeoLocationAsync(Amazon.Route53.Model.GetGeoLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetGeoLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetGeoLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckAsync(Amazon.Route53.Model.GetHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckCountAsync(Amazon.Route53.Model.GetHealthCheckCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckLastFailureReasonAsync(Amazon.Route53.Model.GetHealthCheckLastFailureReasonRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckLastFailureReason operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckLastFailureReason operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHealthCheckStatusAsync(Amazon.Route53.Model.GetHealthCheckStatusRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHealthCheckStatus operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHealthCheckStatus operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneAsync(Amazon.Route53.Model.GetHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetHostedZoneCountAsync(Amazon.Route53.Model.GetHostedZoneCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetHostedZoneCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetReusableDelegationSetAsync(Amazon.Route53.Model.GetReusableDelegationSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetReusableDelegationSet operation. </summary> <param name="request">Container for the necessary parameters to execute the GetReusableDelegationSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyAsync(Amazon.Route53.Model.GetTrafficPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstanceAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.GetTrafficPolicyInstanceCountAsync(Amazon.Route53.Model.GetTrafficPolicyInstanceCountRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTrafficPolicyInstanceCount operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTrafficPolicyInstanceCount operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByHostedZoneAsync(Amazon.Route53.Model.ListChangeBatchesByHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListChangeBatchesByHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListChangeBatchesByRRSetAsync(Amazon.Route53.Model.ListChangeBatchesByRRSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListChangeBatchesByRRSet operation. </summary> <param name="request">Container for the necessary parameters to execute the ListChangeBatchesByRRSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListGeoLocationsAsync(Amazon.Route53.Model.ListGeoLocationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGeoLocations operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGeoLocations operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListHealthChecksAsync(Amazon.Route53.Model.ListHealthChecksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHealthChecks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHealthChecks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesAsync(Amazon.Route53.Model.ListHostedZonesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHostedZones operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHostedZones operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListHostedZonesByNameAsync(Amazon.Route53.Model.ListHostedZonesByNameRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListHostedZonesByName operation. </summary> <param name="request">Container for the necessary parameters to execute the ListHostedZonesByName operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListResourceRecordSetsAsync(Amazon.Route53.Model.ListResourceRecordSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListResourceRecordSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListResourceRecordSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListReusableDelegationSetsAsync(Amazon.Route53.Model.ListReusableDelegationSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReusableDelegationSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReusableDelegationSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResourceAsync(Amazon.Route53.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTagsForResourcesAsync(Amazon.Route53.Model.ListTagsForResourcesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResources operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResources operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPoliciesAsync(Amazon.Route53.Model.ListTrafficPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstances operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstances operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByHostedZoneAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByHostedZoneRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstancesByHostedZone operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByHostedZone operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyInstancesByPolicyAsync(Amazon.Route53.Model.ListTrafficPolicyInstancesByPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyInstancesByPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyInstancesByPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.ListTrafficPolicyVersionsAsync(Amazon.Route53.Model.ListTrafficPolicyVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTrafficPolicyVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTrafficPolicyVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHealthCheckAsync(Amazon.Route53.Model.UpdateHealthCheckRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateHealthCheck operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateHealthCheck operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateHostedZoneCommentAsync(Amazon.Route53.Model.UpdateHostedZoneCommentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateHostedZoneComment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateHostedZoneComment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyCommentAsync(Amazon.Route53.Model.UpdateTrafficPolicyCommentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrafficPolicyComment operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyComment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Route53.AmazonRoute53Client.UpdateTrafficPolicyInstanceAsync(Amazon.Route53.Model.UpdateTrafficPolicyInstanceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateTrafficPolicyInstance operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateTrafficPolicyInstance operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.Extensions.HasRequestData(Amazon.Runtime.Internal.IRequest)"> <summary> Returns true if the Content is set or there are query parameters. </summary> <param name="request">This request</param> <returns>True if data is present; false otherwise.</returns> </member> <member name="T:Amazon.S3.AmazonS3Client"> <summary> Implementation for accessing S3 </summary> </member> <member name="T:Amazon.S3.IAmazonS3"> <summary> Interface for accessing S3 </summary> <summary> Interface for Amazon S3 Clients. For more information about Amazon S3, go to <see href="http://aws.amazon.com/s3"/> </summary> </member> <member name="M:Amazon.S3.IAmazonS3.AbortMultipartUploadAsync(Amazon.S3.Model.AbortMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.CompleteMultipartUploadAsync(Amazon.S3.Model.CompleteMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.CopyObjectAsync(Amazon.S3.Model.CopyObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyObject operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.CopyPartAsync(Amazon.S3.Model.CopyPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyPart operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteBucketAsync(Amazon.S3.Model.DeleteBucketRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucket operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucket operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteBucketPolicyAsync(Amazon.S3.Model.DeleteBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteBucketReplicationAsync(Amazon.S3.Model.DeleteBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteBucketTaggingAsync(Amazon.S3.Model.DeleteBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteBucketWebsiteAsync(Amazon.S3.Model.DeleteBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteCORSConfigurationAsync(Amazon.S3.Model.DeleteCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteLifecycleConfigurationAsync(Amazon.S3.Model.DeleteLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteObjectAsync(Amazon.S3.Model.DeleteObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteObject operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.DeleteObjectsAsync(Amazon.S3.Model.DeleteObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetACLAsync(Amazon.S3.Model.GetACLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetACL operation. </summary> <param name="request">Container for the necessary parameters to execute the GetACL operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketLocationAsync(Amazon.S3.Model.GetBucketLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketLoggingAsync(Amazon.S3.Model.GetBucketLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketNotificationAsync(Amazon.S3.Model.GetBucketNotificationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketNotification operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketNotification operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketPolicyAsync(Amazon.S3.Model.GetBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketReplicationAsync(Amazon.S3.Model.GetBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketRequestPaymentAsync(Amazon.S3.Model.GetBucketRequestPaymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketRequestPayment operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketRequestPayment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketTaggingAsync(Amazon.S3.Model.GetBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketVersioningAsync(Amazon.S3.Model.GetBucketVersioningRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketVersioning operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketVersioning operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetBucketWebsiteAsync(Amazon.S3.Model.GetBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetCORSConfigurationAsync(Amazon.S3.Model.GetCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetLifecycleConfigurationAsync(Amazon.S3.Model.GetLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetObjectAsync(Amazon.S3.Model.GetObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObject operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetObjectMetadataAsync(Amazon.S3.Model.GetObjectMetadataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObjectMetadata operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObjectMetadata operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetObjectTorrentAsync(Amazon.S3.Model.GetObjectTorrentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObjectTorrent operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObjectTorrent operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.InitiateMultipartUploadAsync(Amazon.S3.Model.InitiateMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.ListBucketsAsync(Amazon.S3.Model.ListBucketsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListBuckets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListBuckets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.ListMultipartUploadsAsync(Amazon.S3.Model.ListMultipartUploadsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMultipartUploads operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMultipartUploads operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.ListObjectsAsync(Amazon.S3.Model.ListObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the ListObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.ListPartsAsync(Amazon.S3.Model.ListPartsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListParts operation. </summary> <param name="request">Container for the necessary parameters to execute the ListParts operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.ListVersionsAsync(Amazon.S3.Model.ListVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutACLAsync(Amazon.S3.Model.PutACLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutACL operation. </summary> <param name="request">Container for the necessary parameters to execute the PutACL operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketAsync(Amazon.S3.Model.PutBucketRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucket operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucket operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketLoggingAsync(Amazon.S3.Model.PutBucketLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketNotificationAsync(Amazon.S3.Model.PutBucketNotificationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketNotification operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketNotification operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketPolicyAsync(Amazon.S3.Model.PutBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketReplicationAsync(Amazon.S3.Model.PutBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketRequestPaymentAsync(Amazon.S3.Model.PutBucketRequestPaymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketRequestPayment operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketRequestPayment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketTaggingAsync(Amazon.S3.Model.PutBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketVersioningAsync(Amazon.S3.Model.PutBucketVersioningRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketVersioning operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketVersioning operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutBucketWebsiteAsync(Amazon.S3.Model.PutBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutCORSConfigurationAsync(Amazon.S3.Model.PutCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutLifecycleConfigurationAsync(Amazon.S3.Model.PutLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.PutObjectAsync(Amazon.S3.Model.PutObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutObject operation. </summary> <param name="request">Container for the necessary parameters to execute the PutObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.RestoreObjectAsync(Amazon.S3.Model.RestoreObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreObject operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.UploadPartAsync(Amazon.S3.Model.UploadPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadPart operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.IAmazonS3.GetPreSignedURL(Amazon.S3.Model.GetPreSignedUrlRequest)"> <summary> Create a signed URL allowing access to a resource that would usually require authentication. </summary> <remarks> <para> When using query string authentication you create a query, specify an expiration time for the query, sign it with your signature, place the data in an HTTP request, and distribute the request to a user or embed the request in a web page. </para> <para> A PreSigned URL can be generated for GET, PUT, DELETE and HEAD operations on your bucketName, keys, and versions. </para> </remarks> <param name="request">The GetPreSignedUrlRequest that defines the parameters of the operation.</param> <returns>A string that is the signed http request.</returns> <exception cref="T:System.ArgumentException" /> <exception cref="T:System.ArgumentNullException" /> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonS3Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonS3Client with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(Amazon.Runtime.AWSCredentials,Amazon.S3.AmazonS3Config)"> <summary> Constructs AmazonS3Client with AWS Credentials and an AmazonS3Client Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonS3Client Configuration Object</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String)"> <summary> Constructs AmazonS3Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonS3Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String,Amazon.S3.AmazonS3Config)"> <summary> Constructs AmazonS3Client with AWS Access Key ID, AWS Secret Key and an AmazonS3Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonS3Client Configuration Object</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonS3Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonS3Client with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.S3.AmazonS3Client.#ctor(System.String,System.String,System.String,Amazon.S3.AmazonS3Config)"> <summary> Constructs AmazonS3Client with AWS Access Key ID, AWS Secret Key and an AmazonS3Client Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonS3Client Configuration Object</param> </member> <member name="M:Amazon.S3.AmazonS3Client.AbortMultipartUploadAsync(Amazon.S3.Model.AbortMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AbortMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the AbortMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.CompleteMultipartUploadAsync(Amazon.S3.Model.CompleteMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CompleteMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the CompleteMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.CopyObjectAsync(Amazon.S3.Model.CopyObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyObject operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.CopyPartAsync(Amazon.S3.Model.CopyPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CopyPart operation. </summary> <param name="request">Container for the necessary parameters to execute the CopyPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteBucketAsync(Amazon.S3.Model.DeleteBucketRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucket operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucket operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteBucketPolicyAsync(Amazon.S3.Model.DeleteBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteBucketReplicationAsync(Amazon.S3.Model.DeleteBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteBucketTaggingAsync(Amazon.S3.Model.DeleteBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteBucketWebsiteAsync(Amazon.S3.Model.DeleteBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteCORSConfigurationAsync(Amazon.S3.Model.DeleteCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteLifecycleConfigurationAsync(Amazon.S3.Model.DeleteLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteObjectAsync(Amazon.S3.Model.DeleteObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteObject operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.DeleteObjectsAsync(Amazon.S3.Model.DeleteObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetACLAsync(Amazon.S3.Model.GetACLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetACL operation. </summary> <param name="request">Container for the necessary parameters to execute the GetACL operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketLocationAsync(Amazon.S3.Model.GetBucketLocationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketLocation operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketLoggingAsync(Amazon.S3.Model.GetBucketLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketNotificationAsync(Amazon.S3.Model.GetBucketNotificationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketNotification operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketNotification operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketPolicyAsync(Amazon.S3.Model.GetBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketReplicationAsync(Amazon.S3.Model.GetBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketRequestPaymentAsync(Amazon.S3.Model.GetBucketRequestPaymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketRequestPayment operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketRequestPayment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketTaggingAsync(Amazon.S3.Model.GetBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketVersioningAsync(Amazon.S3.Model.GetBucketVersioningRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketVersioning operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketVersioning operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetBucketWebsiteAsync(Amazon.S3.Model.GetBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the GetBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetCORSConfigurationAsync(Amazon.S3.Model.GetCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetLifecycleConfigurationAsync(Amazon.S3.Model.GetLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the GetLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetObjectAsync(Amazon.S3.Model.GetObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObject operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetObjectMetadataAsync(Amazon.S3.Model.GetObjectMetadataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObjectMetadata operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObjectMetadata operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetObjectTorrentAsync(Amazon.S3.Model.GetObjectTorrentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetObjectTorrent operation. </summary> <param name="request">Container for the necessary parameters to execute the GetObjectTorrent operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.HeadBucketAsync(Amazon.S3.Model.HeadBucketRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the HeadBucket operation. </summary> <param name="request">Container for the necessary parameters to execute the HeadBucket operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.InitiateMultipartUploadAsync(Amazon.S3.Model.InitiateMultipartUploadRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the InitiateMultipartUpload operation. </summary> <param name="request">Container for the necessary parameters to execute the InitiateMultipartUpload operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.ListBucketsAsync(Amazon.S3.Model.ListBucketsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListBuckets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListBuckets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.ListMultipartUploadsAsync(Amazon.S3.Model.ListMultipartUploadsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListMultipartUploads operation. </summary> <param name="request">Container for the necessary parameters to execute the ListMultipartUploads operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.ListObjectsAsync(Amazon.S3.Model.ListObjectsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListObjects operation. </summary> <param name="request">Container for the necessary parameters to execute the ListObjects operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.ListPartsAsync(Amazon.S3.Model.ListPartsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListParts operation. </summary> <param name="request">Container for the necessary parameters to execute the ListParts operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.ListVersionsAsync(Amazon.S3.Model.ListVersionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVersions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVersions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutACLAsync(Amazon.S3.Model.PutACLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutACL operation. </summary> <param name="request">Container for the necessary parameters to execute the PutACL operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketAsync(Amazon.S3.Model.PutBucketRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucket operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucket operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketLoggingAsync(Amazon.S3.Model.PutBucketLoggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketLogging operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketLogging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketNotificationAsync(Amazon.S3.Model.PutBucketNotificationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketNotification operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketNotification operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketPolicyAsync(Amazon.S3.Model.PutBucketPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketReplicationAsync(Amazon.S3.Model.PutBucketReplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketReplication operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketReplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketRequestPaymentAsync(Amazon.S3.Model.PutBucketRequestPaymentRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketRequestPayment operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketRequestPayment operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketTaggingAsync(Amazon.S3.Model.PutBucketTaggingRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketTagging operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketTagging operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketVersioningAsync(Amazon.S3.Model.PutBucketVersioningRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketVersioning operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketVersioning operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutBucketWebsiteAsync(Amazon.S3.Model.PutBucketWebsiteRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutBucketWebsite operation. </summary> <param name="request">Container for the necessary parameters to execute the PutBucketWebsite operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutCORSConfigurationAsync(Amazon.S3.Model.PutCORSConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutCORSConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutCORSConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutLifecycleConfigurationAsync(Amazon.S3.Model.PutLifecycleConfigurationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutLifecycleConfiguration operation. </summary> <param name="request">Container for the necessary parameters to execute the PutLifecycleConfiguration operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.PutObjectAsync(Amazon.S3.Model.PutObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutObject operation. </summary> <param name="request">Container for the necessary parameters to execute the PutObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.RestoreObjectAsync(Amazon.S3.Model.RestoreObjectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RestoreObject operation. </summary> <param name="request">Container for the necessary parameters to execute the RestoreObject operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.UploadPartAsync(Amazon.S3.Model.UploadPartRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UploadPart operation. </summary> <param name="request">Container for the necessary parameters to execute the UploadPart operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.S3.AmazonS3Client.GetPreSignedURL(Amazon.S3.Model.GetPreSignedUrlRequest)"> <summary> Create a signed URL allowing access to a resource that would usually require authentication. </summary> <remarks> <para> When using query string authentication you create a query, specify an expiration time for the query, sign it with your signature, place the data in an HTTP request, and distribute the request to a user or embed the request in a web page. </para> <para> A PreSigned URL can be generated for GET, PUT, DELETE and HEAD operations on your bucketName, keys, and versions. </para> </remarks> <param name="request">The GetPreSignedUrlRequest that defines the parameters of the operation.</param> <returns>A string that is the signed http request.</returns> <exception cref="T:System.ArgumentException" /> <exception cref="T:System.ArgumentNullException" /> </member> <member name="M:Amazon.S3.AmazonS3Client.Marshall(Amazon.S3.Model.GetPreSignedUrlRequest,System.String,System.String,System.Boolean)"> <summary> Marshalls the parameters for a presigned url for a preferred signing protocol. </summary> <param name="getPreSignedUrlRequest"></param> <param name="accessKey"></param> <param name="token"></param> <param name="aws4Signing"> True if AWS4 signing will be used; if the expiry period in the request exceeds the maximum allowed for AWS4 (one week), an ArgumentException is thrown. </param> <returns></returns> </member> <member name="T:Amazon.S3.Model.GetObjectResponse"> <summary> Returns information about the GetObject response and response metadata. </summary> </member> <member name="T:Amazon.S3.Model.StreamResponse"> <summary> Base class for responses that return a stream. </summary> </member> <member name="T:Amazon.Runtime.AmazonWebServiceResponse"> <summary> Abstract class for Response objects, contains only metadata, and no result information. </summary> </member> <member name="P:Amazon.Runtime.AmazonWebServiceResponse.ResponseMetadata"> <summary> Contains additional information about the request, such as the Request Id. </summary> </member> <member name="P:Amazon.Runtime.AmazonWebServiceResponse.ContentLength"> <summary> Returns the content length of the HTTP response. </summary> </member> <member name="P:Amazon.Runtime.AmazonWebServiceResponse.HttpStatusCode"> <summary> Returns the status code of the HTTP response. </summary> </member> <member name="M:Amazon.S3.Model.StreamResponse.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="P:Amazon.S3.Model.StreamResponse.ResponseStream"> <summary> An open stream read from to get the data from S3. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block. </summary> </member> <member name="M:Amazon.S3.Model.GetObjectResponse.IsSetServerSideEncryptionKeyManagementServiceKeyId"> <summary> Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set. </summary> <returns>true if ServerSideEncryptionKeyManagementServiceKeyId property is set.</returns> </member> <member name="M:Amazon.S3.Model.GetObjectResponse.IsSetReplicationStatus"> <summary> Checks if ReplicationStatus property is set. </summary> <returns>true if ReplicationStatus property is set.</returns> </member> <member name="M:Amazon.S3.Model.GetObjectResponse.OnRaiseProgressEvent(System.String,System.Int64,System.Int64,System.Int64)"> <summary> This method is called by a producer of write object progress notifications. When called, all the subscribers in the invocation list will be called sequentially. </summary> <param name="file">The file being written.</param> <param name="incrementTransferred">The number of bytes transferred since last event</param> <param name="transferred">The number of bytes transferred</param> <param name="total">The total number of bytes to be transferred</param> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.BucketName"> <summary> Gets and sets the BucketName property. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.Key"> <summary> Gets and sets the Key property. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.DeleteMarker"> <summary> Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.Headers"> <summary> The collection of headers for the request. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.Metadata"> <summary> The collection of meta data for the request. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.Expiration"> <summary> Gets and sets the Expiration property. Specifies the expiration date for the object and the rule governing the expiration. Is null if expiration is not applicable. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.RestoreExpiration"> <summary> Gets and sets the RestoreExpiration property. RestoreExpiration will be set for objects that have been restored from Amazon Glacier. It indiciates for those objects how long the restored object will exist. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.RestoreInProgress"> <summary> Gets and sets the RestoreInProgress Will be true when the object is in the process of being restored from Amazon Glacier. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.LastModified"> <summary> Last modified date of the object </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.ETag"> <summary> An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.MissingMeta"> <summary> This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.VersionId"> <summary> Version of the object. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.Expires"> <summary> The date and time at which the object is no longer cacheable. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.WebsiteRedirectLocation"> <summary> If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.ServerSideEncryptionMethod"> <summary> The Server-side encryption algorithm used when storing this object in S3. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.StorageClass"> <summary> The class of storage used to store the object. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.ServerSideEncryptionKeyManagementServiceKeyId"> <summary> The id of the AWS Key Management Service key that Amazon S3 uses to encrypt and decrypt the object. </summary> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.ReplicationStatus"> <summary> The status of the replication job associated with this source object. </summary> </member> <member name="E:Amazon.S3.Model.GetObjectResponse.WriteObjectProgressEvent"> <summary> The event for Write Object progress notifications. All subscribers will be notified when a new progress event is raised. </summary> <remarks> Subscribe to this event if you want to receive put object progress notifications. Here is how:<br /> 1. Define a method with a signature similar to this one: <code> private void displayProgress(object sender, WriteObjectProgressArgs args) { Console.WriteLine(args); } </code> 2. Add this method to the Put Object Progress Event delegate's invocation list <code> GetObjectResponse response = s3Client.GetObject(request); response.WriteObjectProgressEvent += displayProgress; </code> </remarks> </member> <member name="P:Amazon.S3.Model.GetObjectResponse.ServerSideEncryptionCustomerMethod"> <summary> The Server-side encryption algorithm to be used with the customer provided key. </summary> </member> <member name="T:Amazon.S3.Model.PutObjectRequest"> <summary> Container for the parameters to the PutObject operation. <para>Adds an object to a bucket.</para> </summary> <summary> Container for the parameters to the PutObject operation. <para>Adds an object to a bucket.</para> </summary> </member> <member name="T:Amazon.Runtime.AmazonWebServiceRequest"> <summary> Base class for request used by some of the services. </summary> </member> <member name="P:Amazon.Runtime.AmazonWebServiceRequest.TimeoutInternal"> <summary> Overrides the default request timeout value. </summary> <remarks> <para> If the value is set, the value is assigned to the Timeout property of the HTTPWebRequest/HttpClient object used to send requests. </para> <para> Please specify a timeout value only if the operation will not complete within the default intervals specified for an HttpWebRequest/HttpClient. </para> </remarks> <exception cref="T:System.ArgumentNullException">The timeout specified is null.</exception> <exception cref="T:System.ArgumentOutOfRangeException">The timeout specified is less than or equal to zero and is not Infinite.</exception> <seealso cref="P:System.Net.HttpWebRequest.Timeout"/> <seealso cref="P:System.Net.Http.HttpClient.Timeout"/> </member> <member name="P:Amazon.Runtime.AmazonWebServiceRequest.ReadWriteTimeoutInternal"> <summary> Overrides the default read-write timeout value. </summary> <remarks> <para> If the value is set, the value is assigned to the ReadWriteTimeout property of the HTTPWebRequest/WebRequestHandler object used to send requests. </para> <exception cref="T:System.ArgumentNullException">The timeout specified is null.</exception> <exception cref="T:System.ArgumentOutOfRangeException">The timeout specified is less than or equal to zero and is not Infinite.</exception> </remarks> <seealso cref="P:System.Net.HttpWebRequest.ReadWriteTimeout"/> <seealso cref="P:System.Net.Http.WebRequestHandler.ReadWriteTimeout"/> </member> <member name="P:Amazon.Runtime.AmazonWebServiceRequest.UseSigV4"> <summary> This flag specifies if SigV4 will be used for the current request. </summary> </member> <member name="P:Amazon.Runtime.AmazonWebServiceRequest.Expect100Continue"> <summary> Gets or Sets a value indicating if "Expect: 100-continue" HTTP header will be sent by the client for this request. The default value is false. </summary> </member> <member name="P:Amazon.S3.Model.PutWithACLRequest.Grants"> <summary> Gets the access control lists (ACLs) for this request. Please refer to <see cref="T:Amazon.S3.Model.S3Grant"/> for information on S3 Grants. </summary> </member> <member name="M:Amazon.S3.Model.PutObjectRequest.IsSetServerSideEncryptionCustomerProvidedKey"> <summary> Checks if ServerSideEncryptionCustomerProvidedKey property is set. </summary> <returns>true if ServerSideEncryptionCustomerProvidedKey property is set.</returns> </member> <member name="M:Amazon.S3.Model.PutObjectRequest.IsSetServerSideEncryptionCustomerProvidedKeyMD5"> <summary> Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set. </summary> <returns>true if ServerSideEncryptionCustomerProvidedKey property is set.</returns> </member> <member name="M:Amazon.S3.Model.PutObjectRequest.IsSetServerSideEncryptionKeyManagementServiceKeyId"> <summary> Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set. </summary> <returns>true if ServerSideEncryptionKeyManagementServiceKeyId property is set.</returns> </member> <member name="M:Amazon.S3.Model.PutObjectRequest.IsSetMD5Digest"> <summary> Checks if MD5Digest property is set. </summary> <returns>true if MD5Digest property is set.</returns> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.StorageFile"> <summary> Gets and sets the StorageFile property. The Windows.Storage.IStorageFile that will be read from and upload to Amazon S3. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.CannedACL"> <summary> A canned access control list (CACL) to apply to the object. Please refer to <see cref="T:Amazon.S3.S3CannedACL"/> for information on S3 Canned ACLs. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.InputStream"> <summary> Input stream for the request; content for the request will be read from the stream. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.FilePath"> <summary> <para> The full path and name to a file to be uploaded. If this is set the request will upload the specified file to S3. </para> <para> For WinRT and Windows Phone this property must be in the form of "ms-appdata:///local/file.txt". </para> </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ContentBody"> <summary> Text content to be uploaded. Use this property if you want to upload plaintext to S3. The content type will be set to 'text/plain'. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.AutoCloseStream"> <summary> If this value is set to true then the stream used with this request will be closed when all the content is read from the stream. Default: true. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.AutoResetStreamPosition"> <summary> If this value is set to true then the stream will be seeked back to the start before being read for upload. Default: true. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.BucketName"> <summary> The name of the bucket to contain the object. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.Headers"> <summary> The collection of headers for the request. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.Metadata"> <summary> The collection of meta data for the request. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ServerSideEncryptionMethod"> <summary> The Server-side encryption algorithm used when storing this object in S3. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ServerSideEncryptionCustomerMethod"> <summary> The Server-side encryption algorithm to be used with the customer provided key. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ServerSideEncryptionCustomerProvidedKey"> <summary> The base64-encoded encryption key for Amazon S3 to use to encrypt the object <para> Using the encryption key you provide as part of your request Amazon S3 manages both the encryption, as it writes to disks, and decryption, when you access your objects. Therefore, you don't need to maintain any data encryption code. The only thing you do is manage the encryption keys you provide. </para> <para> When you retrieve an object, you must provide the same encryption key as part of your request. Amazon S3 first verifies the encryption key you provided matches, and then decrypts the object before returning the object data to you. </para> <para> Important: Amazon S3 does not store the encryption key you provide. </para> </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ServerSideEncryptionCustomerProvidedKeyMD5"> <summary> The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ServerSideEncryptionKeyManagementServiceKeyId"> <summary> The id of the AWS Key Management Service key that Amazon S3 should use to encrypt and decrypt the object. If a key id is not specified, the default key will be used for encryption and decryption. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.StorageClass"> <summary> The type of storage to use for the object. Defaults to 'STANDARD'. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.WebsiteRedirectLocation"> <summary> If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.StreamTransferProgress"> <summary> Attach a callback that will be called as data is being sent to the AWS Service. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.ContentType"> <summary> This is a convenience property for Headers.ContentType. </summary> </member> <member name="P:Amazon.S3.Model.PutObjectRequest.MD5Digest"> <summary> An MD5 digest for the content. </summary> <remarks> <para> The base64 encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864. This header can be used as a message integrity check to verify that the data is the same data that was originally sent. </para> <para> If supplied, after the file has been uploaded to S3, S3 checks to ensure that the MD5 hash of the uploaded file matches the hash supplied. </para> <para> Although it is optional, we recommend using the Content-MD5 mechanism as an end-to-end integrity check. </para> </remarks> </member> <member name="T:Amazon.S3.Model.UploadPartRequest"> <summary> The parameters to request upload of a part in a multipart upload operation. </summary> <remarks> <para> If PartSize is not specified then the rest of the content from the file or stream will be sent to Amazon S3. </para> <para> You must set either the FilePath or InputStream. If FilePath is set then the FilePosition property must be set. </para> </remarks> <summary> The parameters to request upload of a part in a multipart upload operation. </summary> <remarks> <para> If PartSize is not specified then the rest of the content from the file or stream will be sent to Amazon S3. </para> <para> You must set either the FilePath or InputStream. If FilePath is set then the FilePosition property must be set. </para> </remarks> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetPartSize"> <summary> Checks if PartSize property is set. </summary> <returns>true if PartSize property is set.</returns> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetServerSideEncryptionCustomerProvidedKey"> <summary> Checks if ServerSideEncryptionCustomerProvidedKey property is set. </summary> <returns>true if ServerSideEncryptionCustomerProvidedKey property is set.</returns> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetServerSideEncryptionCustomerProvidedKeyMD5"> <summary> Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set. </summary> <returns>true if ServerSideEncryptionCustomerProvidedKey property is set.</returns> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetFilePath"> <summary> Checks if the FilePath property is set. </summary> <returns>true if FilePath property is set.</returns> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetFilePosition"> <summary> Checks if the FilePosition property is set. </summary> <returns>true if FilePosition property is set.</returns> </member> <member name="M:Amazon.S3.Model.UploadPartRequest.IsSetMD5Digest"> <summary> Checks if the MD5Digest property is set. </summary> <returns>true if Md5Digest property is set.</returns> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.StorageFile"> <summary> Gets and sets the StorageFile property. The Windows.Storage.IStorageFile that will be read from and upload to Amazon S3. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.IsLastPart"> <summary> Caller needs to set this to true when uploading the last part. This property only needs to be set when using the AmazonS3EncryptionClient. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.InputStream"> <summary> Input stream for the request; content for the request will be read from the stream. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.BucketName"> <summary> The name of the bucket containing the object to receive the part. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.Key"> <summary> The key of the object. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.PartNumber"> <summary> Part number of part being uploaded. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.PartSize"> <summary> The size of the part to be uploaded. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.UploadId"> <summary> Upload ID identifying the multipart upload whose part is being uploaded. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.MD5Digest"> <summary> An MD5 digest for the part. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.ServerSideEncryptionCustomerMethod"> <summary> The Server-side encryption algorithm to be used with the customer provided key. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.ServerSideEncryptionCustomerProvidedKey"> <summary> The base64-encoded encryption key for Amazon S3 to use to encrypt the object <para> Using the encryption key you provide as part of your request Amazon S3 manages both the encryption, as it writes to disks, and decryption, when you access your objects. Therefore, you don't need to maintain any data encryption code. The only thing you do is manage the encryption keys you provide. </para> <para> When you retrieve an object, you must provide the same encryption key as part of your request. Amazon S3 first verifies the encryption key you provided matches, and then decrypts the object before returning the object data to you. </para> <para> Important: Amazon S3 does not store the encryption key you provide. </para> </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.ServerSideEncryptionCustomerProvidedKeyMD5"> <summary> The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.FilePath"> <summary> <para> Full path and name of a file from which the content for the part is retrieved. </para> <para> For WinRT and Windows Phone this property must be in the form of "ms-appdata:///local/file.txt". </para> </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.FilePosition"> <summary> Position in the file specified by FilePath from which to retrieve the content of the part. This field is required when a file path is specified. It is ignored when using the InputStream property. </summary> </member> <member name="P:Amazon.S3.Model.UploadPartRequest.StreamTransferProgress"> <summary> Attach a callback that will be called as data is being sent to the AWS Service. </summary> </member> <member name="T:Amazon.S3.Transfer.TransferUtilityDownloadRequest"> <summary> Contains all the parameters that can be set when making a this request with the <c>TransferUtility</c> method. </summary> <summary> Contains all the parameters that can be set when making a this request with the <c>TransferUtility</c> method. </summary> </member> <member name="T:Amazon.S3.Transfer.BaseDownloadRequest"> <summary> The base class for requests that return Amazon S3 objects. </summary> </member> <member name="M:Amazon.S3.Transfer.BaseDownloadRequest.IsSetBucketName"> <summary> Gets whether or not the bucket name is set. </summary> <returns> A value of <c>true</c> if the bucket name is set. Returns <c>false</c> if otherwise. </returns> </member> <member name="M:Amazon.S3.Transfer.BaseDownloadRequest.IsSetKey"> <summary> Gets whether or not the key property is set. </summary> <returns> A value of <c>true</c> if key property is set. Returns <c>false</c> if otherwise. </returns> </member> <member name="M:Amazon.S3.Transfer.BaseDownloadRequest.IsSetVersionId"> <summary> Checks if VersionId property is set. </summary> <returns>true if VersionId property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.BaseDownloadRequest.IsSetModifiedSinceDate"> <summary> Checks if ModifiedSinceDate property is set. </summary> <returns>true if ModifiedSinceDate property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.BaseDownloadRequest.IsSetUnmodifiedSinceDate"> <summary> Checks if UnmodifiedSinceDate property is set. </summary> <returns>true if UnmodifiedSinceDate property is set.</returns> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.BucketName"> <summary> Gets or sets the name of the bucket. </summary> <value> The name of the bucket. </value> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.Key"> <summary> Gets or sets the key under which the Amazon S3 object is stored. </summary> <value> The key under which the Amazon S3 object is stored. </value> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.VersionId"> <summary> Gets or sets the version ID of the Amazon S3 object. </summary> <value> The version ID of the Amazon S3 object. </value> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.ModifiedSinceDate"> <summary> Gets or sets the <c>ModifiedSinceDate</c> property. </summary> <value> The <c>ModifiedSinceDate</c> property. </value> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.UnmodifiedSinceDate"> <summary> Gets or sets the <c>UnmodifiedSinceDate</c> property. </summary> <value> The <c>UnmodifiedSinceDate</c> property. </value> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.ServerSideEncryptionCustomerMethod"> <summary> The Server-side encryption algorithm to be used with the customer provided key. </summary> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.ServerSideEncryptionCustomerProvidedKey"> <summary> The base64-encoded encryption key for Amazon S3 to use to decrypt the object <para> Using the encryption key you provide as part of your request Amazon S3 manages both the encryption, as it writes to disks, and decryption, when you access your objects. Therefore, you don't need to maintain any data encryption code. The only thing you do is manage the encryption keys you provide. </para> <para> When you retrieve an object, you must provide the same encryption key as part of your request. Amazon S3 first verifies the encryption key you provided matches, and then decrypts the object before returning the object data to you. </para> <para> Important: Amazon S3 does not store the encryption key you provide. </para> </summary> </member> <member name="P:Amazon.S3.Transfer.BaseDownloadRequest.ServerSideEncryptionCustomerProvidedKeyMD5"> <summary> The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set. </summary> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityDownloadRequest.IsSetStorageFile"> <summary> Checks if StorageFile property is set. </summary> <returns>True if StorageFile property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityDownloadRequest.OnRaiseProgressEvent(Amazon.S3.Model.WriteObjectProgressArgs)"> <summary> Causes the WriteObjectProgressEvent event to be fired. </summary> <param name="progressArgs">Progress data for the stream being written to file.</param> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityDownloadRequest.StorageFile"> <summary> Gets and sets the StorageFile property. The Windows.Storage.IStorageFile that will be read from and upload to Amazon S3. </summary> </member> <member name="E:Amazon.S3.Transfer.TransferUtilityDownloadRequest.WriteObjectProgressEvent"> <summary> The event for WriteObjectProgressEvent notifications. All subscribers will be notified when a new progress event is raised. <para> The WriteObjectProgressEvent is fired as data is downloaded from S3. The delegates attached to the event will be passed information detailing how much data has been downloaded as well as how much will be downloaded. </para> </summary> <remarks> Subscribe to this event if you want to receive WriteObjectProgressEvent notifications. Here is how:<br /> 1. Define a method with a signature similar to this one: <code> private void displayProgress(object sender, WriteObjectProgressArgs args) { Console.WriteLine(args); } </code> 2. Add this method to the WriteObjectProgressEvent delegate's invocation list <code> TransferUtilityDownloadRequest request = new TransferUtilityDownloadRequest(); request.WriteObjectProgressEvent += displayProgress; </code> </remarks> </member> <member name="T:Amazon.S3.Transfer.TransferUtilityUploadRequest"> <summary> Contains all the parameters that can be set when making a this request with the <c>TransferUtility</c> method. </summary> <summary> Contains all the parameters that can be set when making a this request with the <c>TransferUtility</c> method. </summary> </member> <member name="T:Amazon.S3.Transfer.BaseUploadRequest"> <summary> The base class TransferUtility request classes. </summary> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetStorageFile"> <summary> Checks if StorageFile property is set. </summary> <returns>True if StorageFile property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetBucketName"> <summary> Checks if BucketName property is set. </summary> <returns>true if BucketName property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetKey"> <summary> Checks if Key property is set. </summary> <returns>true if Key property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetCannedACL"> <summary> Checks if the CannedACL property is set. </summary> <returns>true if there is the CannedACL property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.RemoveCannedACL"> <summary> Removes the cannned access control list (ACL) for the uploaded object. </summary> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetContentType"> <summary> Checks if ContentType property is set. </summary> <returns>true if ContentType property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetServerSideEncryptionKeyManagementServiceKeyId"> <summary> Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set. </summary> <returns>true if ServerSideEncryptionKeyManagementServiceKeyId property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetFilePath"> <summary> Checks if FilePath property is set. </summary> <returns>true if FilePath property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetPartSize"> <summary> Checks if PartSize property is set. </summary> <returns>true if PartSize property is set.</returns> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.OnRaiseProgressEvent(Amazon.S3.Transfer.UploadProgressArgs)"> <summary> Causes the UploadProgressEvent event to be fired. </summary> <param name="progressArgs">Progress data for the file being uploaded.</param> </member> <member name="M:Amazon.S3.Transfer.TransferUtilityUploadRequest.WithAutoCloseStream(System.Boolean)"> <summary> Sets whether or not the stream used with this request is automatically closed when all of the content is read from the stream and returns this object instance, enabling additional method calls to be chained together. </summary> <param name="autoCloseStream"> A value of <c>true</c> if the if the stream is automatically closed when all of the content is read from the stream. A value of <c>false</c> if otherwise. </param> <returns> This object instance, enabling additional method calls to be chained together. </returns> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.StorageFile"> <summary> Gets and sets the StorageFile property. The Windows.Storage.IStorageFile that will be read from and upload to Amazon S3. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.BucketName"> <summary> Gets or sets the name of the bucket. </summary> <value> The name of the bucket. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.Key"> <summary> Gets or sets the key under which the Amazon S3 object is to be stored. </summary> <value> The key under which the Amazon S3 object is to be stored. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.CannedACL"> <summary> Gets or sets the canned access control list (ACL) for the uploaded object. Please refer to <see cref="T:Amazon.S3.S3CannedACL"/> for information on Amazon S3 canned ACLs. </summary> <value> The canned access control list (ACL) for the uploaded object. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ContentType"> <summary> Gets or sets the content type of the uploaded Amazon S3 object. </summary> <value> The content type of the uploaded Amazon S3 object. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.StorageClass"> <summary> Gets or sets the storage class for the uploaded Amazon S3 object. Please refer to <see cref="T:Amazon.S3.S3StorageClass"/> for information on S3 Storage Classes. </summary> <value> The storage class for the uploaded Amazon S3 object. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ServerSideEncryptionMethod"> <summary> Gets and sets the ServerSideEncryptionMethod property. Specifies the encryption used on the server to store the content. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ServerSideEncryptionCustomerMethod"> <summary> The Server-side encryption algorithm to be used with the customer provided key. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ServerSideEncryptionKeyManagementServiceKeyId"> <summary> The id of the AWS Key Management Service key that Amazon S3 should use to encrypt and decrypt the object. If a key id is not specified, the default key will be used for encryption and decryption. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ServerSideEncryptionCustomerProvidedKey"> <summary> The base64-encoded encryption key for Amazon S3 to use to encrypt the object <para> Using the encryption key you provide as part of your request Amazon S3 manages both the encryption, as it writes to disks, and decryption, when you access your objects. Therefore, you don't need to maintain any data encryption code. The only thing you do is manage the encryption keys you provide. </para> <para> When you retrieve an object, you must provide the same encryption key as part of your request. Amazon S3 first verifies the encryption key you provided matches, and then decrypts the object before returning the object data to you. </para> <para> Important: Amazon S3 does not store the encryption key you provide. </para> </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ServerSideEncryptionCustomerProvidedKeyMD5"> <summary> The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.InputStream"> <summary> Input stream for the request; content for the request will be read from the stream. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.FilePath"> <summary> <para> Gets or sets the file path where the Amazon S3 object will be uploaded from. </para> <para> For WinRT and Windows Phone this property must be in the form of "ms-appdata:///local/file.txt". </para> </summary> <value> The file path where the Amazon S3 object will be uploaded from. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.PartSize"> <summary> Gets or sets the part size of the upload in bytes. The uploaded file will be divided into parts the size specified and uploaded to Amazon S3 individually. </summary> <value> The part size of the upload. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.Headers"> <summary> The collection of headers for the request. </summary> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.Metadata"> <summary> The collection of meta data for the request. </summary> </member> <member name="E:Amazon.S3.Transfer.TransferUtilityUploadRequest.UploadProgressEvent"> <summary> The event for UploadProgressEvent notifications. All subscribers will be notified when a new progress event is raised. <para> The UploadProgressEvent is fired as data is uploaded to S3. The delegates attached to the event will be passed information detailing how much data has been uploaded as well as how much will be uploaded. </para> </summary> <remarks> Subscribe to this event if you want to receive UploadProgressEvent notifications. Here is how:<br /> 1. Define a method with a signature similar to this one: <code> private void displayProgress(object sender, UploadProgressArgs args) { Console.WriteLine(args); } </code> 2. Add this method to the UploadProgressEvent delegate's invocation list <code> TransferUtilityUploadRequest request = new TransferUtilityUploadRequest(); request.UploadProgressEvent += displayProgress; </code> </remarks> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.ContentLength"> <summary> Gets the length of the content by either checking the FileInfo.Length property or the Stream.Length property. </summary> <value>The length of the content.</value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.AutoCloseStream"> <summary> Gets or sets whether or not the stream used with this request is automatically closed when all of the content is read from the stream. </summary> <value> A value of <c>true</c> if the if the stream is automatically closed when all of the content is read from the stream. A value of <c>false</c> if otherwise. </value> </member> <member name="P:Amazon.S3.Transfer.TransferUtilityUploadRequest.AutoResetStreamPosition"> <summary> If this value is set to true then the stream's position will be reset to the start before being read for upload. Default: true. </summary> </member> <member name="T:Amazon.SecurityToken.STSAssumeRoleAWSCredentials"> <summary> Assumed role credentials retrieved and automatically refreshed from an instance of IAmazonSecurityTokenService. </summary> <summary> Credentials that are retrieved by invoking AWS Security Token Service AssumeRole or AssumeRoleWithSAML action. </summary> </member> <member name="M:Amazon.SecurityToken.STSAssumeRoleAWSCredentials.#ctor(Amazon.SecurityToken.IAmazonSecurityTokenService,Amazon.SecurityToken.Model.AssumeRoleRequest)"> <summary> Instantiates STSAssumeRoleAWSCredentials which automatically assumes a specified role. The credentials are refreshed before expiration. </summary> <param name="sts"> Instance of IAmazonSecurityTokenService that will be used to make the AssumeRole service call. </param> <param name="assumeRoleRequest">Configuration for the role to assume.</param> </member> <member name="M:Amazon.SecurityToken.STSAssumeRoleAWSCredentials.#ctor(Amazon.SecurityToken.Model.AssumeRoleWithSAMLRequest)"> <summary> Instantiates STSAssumeRoleAWSCredentials which automatically assumes a specified SAML role. The credentials are refreshed before expiration. </summary> <param name="assumeRoleWithSamlRequest">Configuration for the SAML role to assume.</param> </member> <member name="M:Amazon.SecurityToken.STSAssumeRoleAWSCredentials.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.SecurityToken.STSAssumeRoleAWSCredentials.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.SecurityToken.AmazonSecurityTokenServiceClient"> <summary> Implementation for accessing SecurityTokenService AWS Security Token Service <para> The AWS Security Token Service (STS) is a web service that enables you to request temporary, limited-privilege credentials for AWS Identity and Access Management (IAM) users or for users that you authenticate (federated users). This guide provides descriptions of the STS API. For more detailed information about using this service, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html">Temporary Security Credentials</a>. </para> <note> As an alternative to using the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to STS. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services page</a>. </note> <para> For information about setting up signatures and authorization through the API, go to <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html" target="_blank">Signing AWS API Requests</a> in the <i>AWS General Reference</i>. For general information about the Query API, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html" target="_blank">Making Query Requests</a> in <i>Using IAM</i>. For information about using security tokens with other AWS products, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html">AWS Services That Work with IAM</a> in the <i>Using IAM</i>. </para> <para> If you're new to AWS and need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href="http://aws.amazon.com/documentation/" target="_blank">http://aws.amazon.com/documentation/</a>. </para> <para> <b>Endpoints</b> </para> <para> The AWS Security Token Service (STS) has a default endpoint of https://sts.amazonaws.com that maps to the US East (N. Virginia) region. Additional regions are available, but must first be activated in the AWS Management Console before you can use a different region's endpoint. For more information about activating a region for STS see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating STS in a New Region</a> in the <i>Using IAM</i>. </para> <para> For information about STS endpoints, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#sts_region">Regions and Endpoints</a> in the <i>AWS General Reference</i>. </para> <para> <b>Recording API requests</b> </para> <para> STS supports AWS CloudTrail, which is a service that records AWS calls for your AWS account and delivers log files to an Amazon S3 bucket. By using information collected by CloudTrail, you can determine what requests were successfully made to STS, who made the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it on and find your log files, see the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">AWS CloudTrail User Guide</a>. </para> </summary> </member> <member name="T:Amazon.SecurityToken.IAmazonSecurityTokenService"> <summary> Interface for accessing SecurityTokenService AWS Security Token Service <para> The AWS Security Token Service (STS) is a web service that enables you to request temporary, limited-privilege credentials for AWS Identity and Access Management (IAM) users or for users that you authenticate (federated users). This guide provides descriptions of the STS API. For more detailed information about using this service, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html">Temporary Security Credentials</a>. </para> <note> As an alternative to using the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to STS. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services page</a>. </note> <para> For information about setting up signatures and authorization through the API, go to <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html" target="_blank">Signing AWS API Requests</a> in the <i>AWS General Reference</i>. For general information about the Query API, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html" target="_blank">Making Query Requests</a> in <i>Using IAM</i>. For information about using security tokens with other AWS products, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html">AWS Services That Work with IAM</a> in the <i>Using IAM</i>. </para> <para> If you're new to AWS and need additional technical information about a specific AWS product, you can find the product's technical documentation at <a href="http://aws.amazon.com/documentation/" target="_blank">http://aws.amazon.com/documentation/</a>. </para> <para> <b>Endpoints</b> </para> <para> The AWS Security Token Service (STS) has a default endpoint of https://sts.amazonaws.com that maps to the US East (N. Virginia) region. Additional regions are available, but must first be activated in the AWS Management Console before you can use a different region's endpoint. For more information about activating a region for STS see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating STS in a New Region</a> in the <i>Using IAM</i>. </para> <para> For information about STS endpoints, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#sts_region">Regions and Endpoints</a> in the <i>AWS General Reference</i>. </para> <para> <b>Recording API requests</b> </para> <para> STS supports AWS CloudTrail, which is a service that records AWS calls for your AWS account and delivers log files to an Amazon S3 bucket. By using information collected by CloudTrail, you can determine what requests were successfully made to STS, who made the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it on and find your log files, see the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">AWS CloudTrail User Guide</a>. </para> </summary> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.AssumeRoleAsync(Amazon.SecurityToken.Model.AssumeRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRole operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.AssumeRoleWithSAMLAsync(Amazon.SecurityToken.Model.AssumeRoleWithSAMLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRoleWithSAML operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRoleWithSAML operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.AssumeRoleWithWebIdentityAsync(Amazon.SecurityToken.Model.AssumeRoleWithWebIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRoleWithWebIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRoleWithWebIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.DecodeAuthorizationMessageAsync(Amazon.SecurityToken.Model.DecodeAuthorizationMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DecodeAuthorizationMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the DecodeAuthorizationMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.GetFederationTokenAsync(Amazon.SecurityToken.Model.GetFederationTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFederationToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFederationToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.IAmazonSecurityTokenService.GetSessionTokenAsync(Amazon.SecurityToken.Model.GetSessionTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSessionToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSessionToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SecurityToken.AmazonSecurityTokenServiceConfig)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Credentials and an AmazonSecurityTokenServiceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSecurityTokenServiceClient Configuration Object</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String,Amazon.SecurityToken.AmazonSecurityTokenServiceConfig)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSecurityTokenServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSecurityTokenServiceClient Configuration Object</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.#ctor(System.String,System.String,System.String,Amazon.SecurityToken.AmazonSecurityTokenServiceConfig)"> <summary> Constructs AmazonSecurityTokenServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSecurityTokenServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSecurityTokenServiceClient Configuration Object</param> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.AssumeRoleAsync(Amazon.SecurityToken.Model.AssumeRoleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRole operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRole operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.AssumeRoleWithSAMLAsync(Amazon.SecurityToken.Model.AssumeRoleWithSAMLRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRoleWithSAML operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRoleWithSAML operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.AssumeRoleWithWebIdentityAsync(Amazon.SecurityToken.Model.AssumeRoleWithWebIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AssumeRoleWithWebIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the AssumeRoleWithWebIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.DecodeAuthorizationMessageAsync(Amazon.SecurityToken.Model.DecodeAuthorizationMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DecodeAuthorizationMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the DecodeAuthorizationMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.GetFederationTokenAsync(Amazon.SecurityToken.Model.GetFederationTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetFederationToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetFederationToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SecurityToken.AmazonSecurityTokenServiceClient.GetSessionTokenAsync(Amazon.SecurityToken.Model.GetSessionTokenRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSessionToken operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSessionToken operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.SimpleDB.AmazonSimpleDBClient"> <summary> Implementation for accessing SimpleDB Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. <para> A traditional, clustered relational database requires a sizable upfront capital outlay, is complex to design, and often requires extensive and repetitive database administration. Amazon SimpleDB is dramatically simpler, requiring no schema, automatically indexing your data and providing a simple API for storage and access. This approach eliminates the administrative burden of data modeling, index maintenance, and performance tuning. Developers gain access to this functionality within Amazon's proven computing environment, are able to scale instantly, and pay only for what they use. </para> <para> Visit <a href="http://aws.amazon.com/simpledb/">http://aws.amazon.com/simpledb/</a> for more information. </para> </summary> </member> <member name="T:Amazon.SimpleDB.IAmazonSimpleDB"> <summary> Interface for accessing SimpleDB Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. <para> A traditional, clustered relational database requires a sizable upfront capital outlay, is complex to design, and often requires extensive and repetitive database administration. Amazon SimpleDB is dramatically simpler, requiring no schema, automatically indexing your data and providing a simple API for storage and access. This approach eliminates the administrative burden of data modeling, index maintenance, and performance tuning. Developers gain access to this functionality within Amazon's proven computing environment, are able to scale instantly, and pay only for what they use. </para> <para> Visit <a href="http://aws.amazon.com/simpledb/">http://aws.amazon.com/simpledb/</a> for more information. </para> </summary> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.BatchDeleteAttributesAsync(Amazon.SimpleDB.Model.BatchDeleteAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchDeleteAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchDeleteAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.BatchPutAttributesAsync(Amazon.SimpleDB.Model.BatchPutAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchPutAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchPutAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.CreateDomainAsync(Amazon.SimpleDB.Model.CreateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.DeleteAttributesAsync(Amazon.SimpleDB.Model.DeleteAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.DeleteDomainAsync(Amazon.SimpleDB.Model.DeleteDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.DomainMetadataAsync(Amazon.SimpleDB.Model.DomainMetadataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DomainMetadata operation. </summary> <param name="request">Container for the necessary parameters to execute the DomainMetadata operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.GetAttributesAsync(Amazon.SimpleDB.Model.GetAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.ListDomainsAsync(Amazon.SimpleDB.Model.ListDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.PutAttributesAsync(Amazon.SimpleDB.Model.PutAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the PutAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.IAmazonSimpleDB.SelectAsync(Amazon.SimpleDB.Model.SelectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Select operation. </summary> <param name="request">Container for the necessary parameters to execute the Select operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSimpleDBClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleDBClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SimpleDB.AmazonSimpleDBConfig)"> <summary> Constructs AmazonSimpleDBClient with AWS Credentials and an AmazonSimpleDBClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSimpleDBClient Configuration Object</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String,Amazon.SimpleDB.AmazonSimpleDBConfig)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleDBClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSimpleDBClient Configuration Object</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.#ctor(System.String,System.String,System.String,Amazon.SimpleDB.AmazonSimpleDBConfig)"> <summary> Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleDBClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSimpleDBClient Configuration Object</param> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.BatchDeleteAttributesAsync(Amazon.SimpleDB.Model.BatchDeleteAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchDeleteAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchDeleteAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.BatchPutAttributesAsync(Amazon.SimpleDB.Model.BatchPutAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the BatchPutAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the BatchPutAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.CreateDomainAsync(Amazon.SimpleDB.Model.CreateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.DeleteAttributesAsync(Amazon.SimpleDB.Model.DeleteAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.DeleteDomainAsync(Amazon.SimpleDB.Model.DeleteDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.DomainMetadataAsync(Amazon.SimpleDB.Model.DomainMetadataRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DomainMetadata operation. </summary> <param name="request">Container for the necessary parameters to execute the DomainMetadata operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.GetAttributesAsync(Amazon.SimpleDB.Model.GetAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.ListDomainsAsync(Amazon.SimpleDB.Model.ListDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.PutAttributesAsync(Amazon.SimpleDB.Model.PutAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the PutAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleDB.AmazonSimpleDBClient.SelectAsync(Amazon.SimpleDB.Model.SelectRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Select operation. </summary> <param name="request">Container for the necessary parameters to execute the Select operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient"> <summary> Implementation for accessing SimpleEmailService Amazon Simple Email Service <para> This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer Guide</a>. </para> <note>For a list of Amazon SES endpoints to use in service requests, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and Amazon SES</a> in the Amazon SES Developer Guide. </note> </summary> </member> <member name="T:Amazon.SimpleEmail.IAmazonSimpleEmailService"> <summary> Interface for accessing SimpleEmailService Amazon Simple Email Service <para> This is the API Reference for Amazon Simple Email Service (Amazon SES). This documentation is intended to be used in conjunction with the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer Guide</a>. </para> <note>For a list of Amazon SES endpoints to use in service requests, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and Amazon SES</a> in the Amazon SES Developer Guide. </note> </summary> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.CloneReceiptRuleSetAsync(Amazon.SimpleEmail.Model.CloneReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CloneReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CloneReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.CreateReceiptFilterAsync(Amazon.SimpleEmail.Model.CreateReceiptFilterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptFilter operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptFilter operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.CreateReceiptRuleAsync(Amazon.SimpleEmail.Model.CreateReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.CreateReceiptRuleSetAsync(Amazon.SimpleEmail.Model.CreateReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteIdentityAsync(Amazon.SimpleEmail.Model.DeleteIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteIdentityPolicyAsync(Amazon.SimpleEmail.Model.DeleteIdentityPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentityPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentityPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteReceiptFilterAsync(Amazon.SimpleEmail.Model.DeleteReceiptFilterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptFilter operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptFilter operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteReceiptRuleAsync(Amazon.SimpleEmail.Model.DeleteReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DeleteReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DeleteVerifiedEmailAddressAsync(Amazon.SimpleEmail.Model.DeleteVerifiedEmailAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVerifiedEmailAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVerifiedEmailAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DescribeActiveReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DescribeActiveReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeActiveReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeActiveReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DescribeReceiptRuleAsync(Amazon.SimpleEmail.Model.DescribeReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.DescribeReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DescribeReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetIdentityDkimAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityDkimAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityDkimAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityDkimAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetIdentityNotificationAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityNotificationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityNotificationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityNotificationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetIdentityPoliciesAsync(Amazon.SimpleEmail.Model.GetIdentityPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetIdentityVerificationAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityVerificationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityVerificationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityVerificationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetSendQuotaAsync(Amazon.SimpleEmail.Model.GetSendQuotaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSendQuota operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSendQuota operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.GetSendStatisticsAsync(Amazon.SimpleEmail.Model.GetSendStatisticsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSendStatistics operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSendStatistics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ListIdentitiesAsync(Amazon.SimpleEmail.Model.ListIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ListIdentityPoliciesAsync(Amazon.SimpleEmail.Model.ListIdentityPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ListReceiptFiltersAsync(Amazon.SimpleEmail.Model.ListReceiptFiltersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReceiptFilters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReceiptFilters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ListReceiptRuleSetsAsync(Amazon.SimpleEmail.Model.ListReceiptRuleSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReceiptRuleSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReceiptRuleSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ListVerifiedEmailAddressesAsync(Amazon.SimpleEmail.Model.ListVerifiedEmailAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVerifiedEmailAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVerifiedEmailAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.PutIdentityPolicyAsync(Amazon.SimpleEmail.Model.PutIdentityPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutIdentityPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutIdentityPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.ReorderReceiptRuleSetAsync(Amazon.SimpleEmail.Model.ReorderReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReorderReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the ReorderReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SendBounceAsync(Amazon.SimpleEmail.Model.SendBounceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendBounce operation. </summary> <param name="request">Container for the necessary parameters to execute the SendBounce operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SendEmailAsync(Amazon.SimpleEmail.Model.SendEmailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendEmail operation. </summary> <param name="request">Container for the necessary parameters to execute the SendEmail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SendRawEmailAsync(Amazon.SimpleEmail.Model.SendRawEmailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendRawEmail operation. </summary> <param name="request">Container for the necessary parameters to execute the SendRawEmail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SetActiveReceiptRuleSetAsync(Amazon.SimpleEmail.Model.SetActiveReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetActiveReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the SetActiveReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SetIdentityDkimEnabledAsync(Amazon.SimpleEmail.Model.SetIdentityDkimEnabledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityDkimEnabled operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityDkimEnabled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SetIdentityFeedbackForwardingEnabledAsync(Amazon.SimpleEmail.Model.SetIdentityFeedbackForwardingEnabledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityFeedbackForwardingEnabled operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityFeedbackForwardingEnabled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SetIdentityNotificationTopicAsync(Amazon.SimpleEmail.Model.SetIdentityNotificationTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityNotificationTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityNotificationTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.SetReceiptRulePositionAsync(Amazon.SimpleEmail.Model.SetReceiptRulePositionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetReceiptRulePosition operation. </summary> <param name="request">Container for the necessary parameters to execute the SetReceiptRulePosition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.UpdateReceiptRuleAsync(Amazon.SimpleEmail.Model.UpdateReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyDomainDkimAsync(Amazon.SimpleEmail.Model.VerifyDomainDkimRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyDomainDkim operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyDomainDkim operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyDomainIdentityAsync(Amazon.SimpleEmail.Model.VerifyDomainIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyDomainIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyDomainIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyEmailAddressAsync(Amazon.SimpleEmail.Model.VerifyEmailAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyEmailAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyEmailAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.IAmazonSimpleEmailService.VerifyEmailIdentityAsync(Amazon.SimpleEmail.Model.VerifyEmailIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyEmailIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SimpleEmail.AmazonSimpleEmailServiceConfig)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Credentials and an AmazonSimpleEmailServiceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSimpleEmailServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String,Amazon.SimpleEmail.AmazonSimpleEmailServiceConfig)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleEmailServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSimpleEmailServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.#ctor(System.String,System.String,System.String,Amazon.SimpleEmail.AmazonSimpleEmailServiceConfig)"> <summary> Constructs AmazonSimpleEmailServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleEmailServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSimpleEmailServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CloneReceiptRuleSetAsync(Amazon.SimpleEmail.Model.CloneReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CloneReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CloneReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CreateReceiptFilterAsync(Amazon.SimpleEmail.Model.CreateReceiptFilterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptFilter operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptFilter operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CreateReceiptRuleAsync(Amazon.SimpleEmail.Model.CreateReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CreateReceiptRuleSetAsync(Amazon.SimpleEmail.Model.CreateReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteIdentityAsync(Amazon.SimpleEmail.Model.DeleteIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteIdentityPolicyAsync(Amazon.SimpleEmail.Model.DeleteIdentityPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteIdentityPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteIdentityPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteReceiptFilterAsync(Amazon.SimpleEmail.Model.DeleteReceiptFilterRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptFilter operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptFilter operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteReceiptRuleAsync(Amazon.SimpleEmail.Model.DeleteReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DeleteReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteVerifiedEmailAddressAsync(Amazon.SimpleEmail.Model.DeleteVerifiedEmailAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVerifiedEmailAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVerifiedEmailAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DescribeActiveReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DescribeActiveReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeActiveReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeActiveReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DescribeReceiptRuleAsync(Amazon.SimpleEmail.Model.DescribeReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DescribeReceiptRuleSetAsync(Amazon.SimpleEmail.Model.DescribeReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetIdentityDkimAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityDkimAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityDkimAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityDkimAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetIdentityNotificationAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityNotificationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityNotificationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityNotificationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetIdentityPoliciesAsync(Amazon.SimpleEmail.Model.GetIdentityPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetIdentityVerificationAttributesAsync(Amazon.SimpleEmail.Model.GetIdentityVerificationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetIdentityVerificationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetIdentityVerificationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetSendQuotaAsync(Amazon.SimpleEmail.Model.GetSendQuotaRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSendQuota operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSendQuota operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetSendStatisticsAsync(Amazon.SimpleEmail.Model.GetSendStatisticsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSendStatistics operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSendStatistics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListIdentitiesAsync(Amazon.SimpleEmail.Model.ListIdentitiesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentities operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentities operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListIdentityPoliciesAsync(Amazon.SimpleEmail.Model.ListIdentityPoliciesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListIdentityPolicies operation. </summary> <param name="request">Container for the necessary parameters to execute the ListIdentityPolicies operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListReceiptFiltersAsync(Amazon.SimpleEmail.Model.ListReceiptFiltersRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReceiptFilters operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReceiptFilters operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListReceiptRuleSetsAsync(Amazon.SimpleEmail.Model.ListReceiptRuleSetsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListReceiptRuleSets operation. </summary> <param name="request">Container for the necessary parameters to execute the ListReceiptRuleSets operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ListVerifiedEmailAddressesAsync(Amazon.SimpleEmail.Model.ListVerifiedEmailAddressesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVerifiedEmailAddresses operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVerifiedEmailAddresses operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.PutIdentityPolicyAsync(Amazon.SimpleEmail.Model.PutIdentityPolicyRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutIdentityPolicy operation. </summary> <param name="request">Container for the necessary parameters to execute the PutIdentityPolicy operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.ReorderReceiptRuleSetAsync(Amazon.SimpleEmail.Model.ReorderReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReorderReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the ReorderReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SendBounceAsync(Amazon.SimpleEmail.Model.SendBounceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendBounce operation. </summary> <param name="request">Container for the necessary parameters to execute the SendBounce operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SendEmailAsync(Amazon.SimpleEmail.Model.SendEmailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendEmail operation. </summary> <param name="request">Container for the necessary parameters to execute the SendEmail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SendRawEmailAsync(Amazon.SimpleEmail.Model.SendRawEmailRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendRawEmail operation. </summary> <param name="request">Container for the necessary parameters to execute the SendRawEmail operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetActiveReceiptRuleSetAsync(Amazon.SimpleEmail.Model.SetActiveReceiptRuleSetRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetActiveReceiptRuleSet operation. </summary> <param name="request">Container for the necessary parameters to execute the SetActiveReceiptRuleSet operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityDkimEnabledAsync(Amazon.SimpleEmail.Model.SetIdentityDkimEnabledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityDkimEnabled operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityDkimEnabled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityFeedbackForwardingEnabledAsync(Amazon.SimpleEmail.Model.SetIdentityFeedbackForwardingEnabledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityFeedbackForwardingEnabled operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityFeedbackForwardingEnabled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityNotificationTopicAsync(Amazon.SimpleEmail.Model.SetIdentityNotificationTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetIdentityNotificationTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the SetIdentityNotificationTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetReceiptRulePositionAsync(Amazon.SimpleEmail.Model.SetReceiptRulePositionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetReceiptRulePosition operation. </summary> <param name="request">Container for the necessary parameters to execute the SetReceiptRulePosition operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.UpdateReceiptRuleAsync(Amazon.SimpleEmail.Model.UpdateReceiptRuleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateReceiptRule operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateReceiptRule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.VerifyDomainDkimAsync(Amazon.SimpleEmail.Model.VerifyDomainDkimRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyDomainDkim operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyDomainDkim operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.VerifyDomainIdentityAsync(Amazon.SimpleEmail.Model.VerifyDomainIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyDomainIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyDomainIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.VerifyEmailAddressAsync(Amazon.SimpleEmail.Model.VerifyEmailAddressRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyEmailAddress operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyEmailAddress operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.VerifyEmailIdentityAsync(Amazon.SimpleEmail.Model.VerifyEmailIdentityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the VerifyEmailIdentity operation. </summary> <param name="request">Container for the necessary parameters to execute the VerifyEmailIdentity operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient"> <summary> Implementation for accessing SimpleNotificationService Amazon Simple Notification Service <para> Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see <a href="http://aws.amazon.com/sns/">http://aws.amazon.com/sns</a>. For detailed information about Amazon SNS features and their associated API calls, see the <a href="http://docs.aws.amazon.com/sns/latest/dg/">Amazon SNS Developer Guide</a>. </para> <para> We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </summary> </member> <member name="T:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService"> <summary> Interface for accessing SimpleNotificationService Amazon Simple Notification Service <para> Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see <a href="http://aws.amazon.com/sns/">http://aws.amazon.com/sns</a>. For detailed information about Amazon SNS features and their associated API calls, see the <a href="http://docs.aws.amazon.com/sns/latest/dg/">Amazon SNS Developer Guide</a>. </para> <para> We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </summary> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.AddPermissionAsync(Amazon.SimpleNotificationService.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ConfirmSubscriptionAsync(Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.CreatePlatformApplicationAsync(Amazon.SimpleNotificationService.Model.CreatePlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.CreatePlatformEndpointAsync(Amazon.SimpleNotificationService.Model.CreatePlatformEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlatformEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlatformEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.CreateTopicAsync(Amazon.SimpleNotificationService.Model.CreateTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.DeleteEndpointAsync(Amazon.SimpleNotificationService.Model.DeleteEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.DeletePlatformApplicationAsync(Amazon.SimpleNotificationService.Model.DeletePlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.DeleteTopicAsync(Amazon.SimpleNotificationService.Model.DeleteTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.GetEndpointAttributesAsync(Amazon.SimpleNotificationService.Model.GetEndpointAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetEndpointAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetEndpointAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.GetPlatformApplicationAttributesAsync(Amazon.SimpleNotificationService.Model.GetPlatformApplicationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPlatformApplicationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPlatformApplicationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.GetSubscriptionAttributesAsync(Amazon.SimpleNotificationService.Model.GetSubscriptionAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSubscriptionAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSubscriptionAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.GetTopicAttributesAsync(Amazon.SimpleNotificationService.Model.GetTopicAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTopicAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTopicAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ListEndpointsByPlatformApplicationAsync(Amazon.SimpleNotificationService.Model.ListEndpointsByPlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEndpointsByPlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEndpointsByPlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ListPlatformApplicationsAsync(Amazon.SimpleNotificationService.Model.ListPlatformApplicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPlatformApplications operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPlatformApplications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ListSubscriptionsAsync(Amazon.SimpleNotificationService.Model.ListSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ListSubscriptionsByTopicAsync(Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSubscriptionsByTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSubscriptionsByTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.ListTopicsAsync(Amazon.SimpleNotificationService.Model.ListTopicsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTopics operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTopics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.PublishAsync(Amazon.SimpleNotificationService.Model.PublishRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Publish operation. </summary> <param name="request">Container for the necessary parameters to execute the Publish operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.RemovePermissionAsync(Amazon.SimpleNotificationService.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.SetEndpointAttributesAsync(Amazon.SimpleNotificationService.Model.SetEndpointAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetEndpointAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetEndpointAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.SetPlatformApplicationAttributesAsync(Amazon.SimpleNotificationService.Model.SetPlatformApplicationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetPlatformApplicationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetPlatformApplicationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.SetSubscriptionAttributesAsync(Amazon.SimpleNotificationService.Model.SetSubscriptionAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetSubscriptionAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetSubscriptionAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.SetTopicAttributesAsync(Amazon.SimpleNotificationService.Model.SetTopicAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTopicAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTopicAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.SubscribeAsync(Amazon.SimpleNotificationService.Model.SubscribeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Subscribe operation. </summary> <param name="request">Container for the necessary parameters to execute the Subscribe operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.IAmazonSimpleNotificationService.UnsubscribeAsync(Amazon.SimpleNotificationService.Model.UnsubscribeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Unsubscribe operation. </summary> <param name="request">Container for the necessary parameters to execute the Unsubscribe operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceConfig)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Credentials and an AmazonSimpleNotificationServiceClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSimpleNotificationServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String,Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceConfig)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSimpleNotificationServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.#ctor(System.String,System.String,System.String,Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceConfig)"> <summary> Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationServiceClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSimpleNotificationServiceClient Configuration Object</param> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.AddPermissionAsync(Amazon.SimpleNotificationService.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ConfirmSubscriptionAsync(Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ConfirmSubscription operation. </summary> <param name="request">Container for the necessary parameters to execute the ConfirmSubscription operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.CreatePlatformApplicationAsync(Amazon.SimpleNotificationService.Model.CreatePlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.CreatePlatformEndpointAsync(Amazon.SimpleNotificationService.Model.CreatePlatformEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreatePlatformEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreatePlatformEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.CreateTopicAsync(Amazon.SimpleNotificationService.Model.CreateTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.DeleteEndpointAsync(Amazon.SimpleNotificationService.Model.DeleteEndpointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteEndpoint operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteEndpoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.DeletePlatformApplicationAsync(Amazon.SimpleNotificationService.Model.DeletePlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeletePlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the DeletePlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.DeleteTopicAsync(Amazon.SimpleNotificationService.Model.DeleteTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetEndpointAttributesAsync(Amazon.SimpleNotificationService.Model.GetEndpointAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetEndpointAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetEndpointAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetPlatformApplicationAttributesAsync(Amazon.SimpleNotificationService.Model.GetPlatformApplicationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetPlatformApplicationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetPlatformApplicationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetSubscriptionAttributesAsync(Amazon.SimpleNotificationService.Model.GetSubscriptionAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetSubscriptionAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetSubscriptionAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.GetTopicAttributesAsync(Amazon.SimpleNotificationService.Model.GetTopicAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetTopicAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetTopicAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListEndpointsByPlatformApplicationAsync(Amazon.SimpleNotificationService.Model.ListEndpointsByPlatformApplicationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListEndpointsByPlatformApplication operation. </summary> <param name="request">Container for the necessary parameters to execute the ListEndpointsByPlatformApplication operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListPlatformApplicationsAsync(Amazon.SimpleNotificationService.Model.ListPlatformApplicationsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListPlatformApplications operation. </summary> <param name="request">Container for the necessary parameters to execute the ListPlatformApplications operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListSubscriptionsAsync(Amazon.SimpleNotificationService.Model.ListSubscriptionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSubscriptions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSubscriptions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListSubscriptionsByTopicAsync(Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListSubscriptionsByTopic operation. </summary> <param name="request">Container for the necessary parameters to execute the ListSubscriptionsByTopic operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListTopicsAsync(Amazon.SimpleNotificationService.Model.ListTopicsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTopics operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTopics operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.PublishAsync(Amazon.SimpleNotificationService.Model.PublishRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Publish operation. </summary> <param name="request">Container for the necessary parameters to execute the Publish operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.RemovePermissionAsync(Amazon.SimpleNotificationService.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetEndpointAttributesAsync(Amazon.SimpleNotificationService.Model.SetEndpointAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetEndpointAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetEndpointAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetPlatformApplicationAttributesAsync(Amazon.SimpleNotificationService.Model.SetPlatformApplicationAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetPlatformApplicationAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetPlatformApplicationAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetSubscriptionAttributesAsync(Amazon.SimpleNotificationService.Model.SetSubscriptionAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetSubscriptionAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetSubscriptionAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetTopicAttributesAsync(Amazon.SimpleNotificationService.Model.SetTopicAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetTopicAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetTopicAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SubscribeAsync(Amazon.SimpleNotificationService.Model.SubscribeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Subscribe operation. </summary> <param name="request">Container for the necessary parameters to execute the Subscribe operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.UnsubscribeAsync(Amazon.SimpleNotificationService.Model.UnsubscribeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Unsubscribe operation. </summary> <param name="request">Container for the necessary parameters to execute the Unsubscribe operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient"> <summary> Implementation for accessing SimpleWorkflow Amazon Simple Workflow Service <para> The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a <i>task</i> represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application. </para> <para> Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state. </para> <para> This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the <a href="http://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>. </para> </summary> </member> <member name="T:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow"> <summary> Interface for accessing SimpleWorkflow Amazon Simple Workflow Service <para> The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a <i>task</i> represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application. </para> <para> Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state. </para> <para> This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the <a href="http://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>. </para> </summary> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.CountClosedWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.CountClosedWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountClosedWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the CountClosedWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.CountOpenWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.CountOpenWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountOpenWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the CountOpenWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.CountPendingActivityTasksAsync(Amazon.SimpleWorkflow.Model.CountPendingActivityTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountPendingActivityTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the CountPendingActivityTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.CountPendingDecisionTasksAsync(Amazon.SimpleWorkflow.Model.CountPendingDecisionTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountPendingDecisionTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the CountPendingDecisionTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DeprecateActivityTypeAsync(Amazon.SimpleWorkflow.Model.DeprecateActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DeprecateDomainAsync(Amazon.SimpleWorkflow.Model.DeprecateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DeprecateWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.DeprecateWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DescribeActivityTypeAsync(Amazon.SimpleWorkflow.Model.DescribeActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DescribeDomainAsync(Amazon.SimpleWorkflow.Model.DescribeDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DescribeWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.DescribeWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.DescribeWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.GetWorkflowExecutionHistoryAsync(Amazon.SimpleWorkflow.Model.GetWorkflowExecutionHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetWorkflowExecutionHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the GetWorkflowExecutionHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.ListActivityTypesAsync(Amazon.SimpleWorkflow.Model.ListActivityTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListActivityTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListActivityTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.ListClosedWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClosedWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClosedWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.ListDomainsAsync(Amazon.SimpleWorkflow.Model.ListDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.ListOpenWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.ListOpenWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListOpenWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListOpenWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.ListWorkflowTypesAsync(Amazon.SimpleWorkflow.Model.ListWorkflowTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListWorkflowTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListWorkflowTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.PollForActivityTaskAsync(Amazon.SimpleWorkflow.Model.PollForActivityTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForActivityTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForActivityTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.PollForDecisionTaskAsync(Amazon.SimpleWorkflow.Model.PollForDecisionTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForDecisionTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForDecisionTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RecordActivityTaskHeartbeatAsync(Amazon.SimpleWorkflow.Model.RecordActivityTaskHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RecordActivityTaskHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the RecordActivityTaskHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RegisterActivityTypeAsync(Amazon.SimpleWorkflow.Model.RegisterActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RegisterDomainAsync(Amazon.SimpleWorkflow.Model.RegisterDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RegisterWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.RegisterWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RequestCancelWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.RequestCancelWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestCancelWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestCancelWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RespondActivityTaskCanceledAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskCanceledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskCanceled operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskCanceled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RespondActivityTaskCompletedAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskCompletedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskCompleted operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskCompleted operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RespondActivityTaskFailedAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskFailedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskFailed operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskFailed operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.RespondDecisionTaskCompletedAsync(Amazon.SimpleWorkflow.Model.RespondDecisionTaskCompletedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondDecisionTaskCompleted operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondDecisionTaskCompleted operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.SignalWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.SignalWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SignalWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the SignalWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.StartWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.StartWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the StartWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.IAmazonSimpleWorkflow.TerminateWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.TerminateWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SimpleWorkflow.AmazonSimpleWorkflowConfig)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Credentials and an AmazonSimpleWorkflowClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSimpleWorkflowClient Configuration Object</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String,Amazon.SimpleWorkflow.AmazonSimpleWorkflowConfig)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleWorkflowClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSimpleWorkflowClient Configuration Object</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.#ctor(System.String,System.String,System.String,Amazon.SimpleWorkflow.AmazonSimpleWorkflowConfig)"> <summary> Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleWorkflowClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSimpleWorkflowClient Configuration Object</param> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.CountClosedWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.CountClosedWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountClosedWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the CountClosedWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.CountOpenWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.CountOpenWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountOpenWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the CountOpenWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.CountPendingActivityTasksAsync(Amazon.SimpleWorkflow.Model.CountPendingActivityTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountPendingActivityTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the CountPendingActivityTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.CountPendingDecisionTasksAsync(Amazon.SimpleWorkflow.Model.CountPendingDecisionTasksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CountPendingDecisionTasks operation. </summary> <param name="request">Container for the necessary parameters to execute the CountPendingDecisionTasks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DeprecateActivityTypeAsync(Amazon.SimpleWorkflow.Model.DeprecateActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DeprecateDomainAsync(Amazon.SimpleWorkflow.Model.DeprecateDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DeprecateWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.DeprecateWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeprecateWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the DeprecateWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeActivityTypeAsync(Amazon.SimpleWorkflow.Model.DescribeActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeDomainAsync(Amazon.SimpleWorkflow.Model.DescribeDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.DescribeWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.DescribeWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.DescribeWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.GetWorkflowExecutionHistoryAsync(Amazon.SimpleWorkflow.Model.GetWorkflowExecutionHistoryRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetWorkflowExecutionHistory operation. </summary> <param name="request">Container for the necessary parameters to execute the GetWorkflowExecutionHistory operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListActivityTypesAsync(Amazon.SimpleWorkflow.Model.ListActivityTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListActivityTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListActivityTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListClosedWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListClosedWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListClosedWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListDomainsAsync(Amazon.SimpleWorkflow.Model.ListDomainsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDomains operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDomains operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListOpenWorkflowExecutionsAsync(Amazon.SimpleWorkflow.Model.ListOpenWorkflowExecutionsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListOpenWorkflowExecutions operation. </summary> <param name="request">Container for the necessary parameters to execute the ListOpenWorkflowExecutions operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListWorkflowTypesAsync(Amazon.SimpleWorkflow.Model.ListWorkflowTypesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListWorkflowTypes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListWorkflowTypes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.PollForActivityTaskAsync(Amazon.SimpleWorkflow.Model.PollForActivityTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForActivityTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForActivityTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.PollForDecisionTaskAsync(Amazon.SimpleWorkflow.Model.PollForDecisionTaskRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PollForDecisionTask operation. </summary> <param name="request">Container for the necessary parameters to execute the PollForDecisionTask operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RecordActivityTaskHeartbeatAsync(Amazon.SimpleWorkflow.Model.RecordActivityTaskHeartbeatRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RecordActivityTaskHeartbeat operation. </summary> <param name="request">Container for the necessary parameters to execute the RecordActivityTaskHeartbeat operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RegisterActivityTypeAsync(Amazon.SimpleWorkflow.Model.RegisterActivityTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterActivityType operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterActivityType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RegisterDomainAsync(Amazon.SimpleWorkflow.Model.RegisterDomainRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterDomain operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterDomain operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RegisterWorkflowTypeAsync(Amazon.SimpleWorkflow.Model.RegisterWorkflowTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RegisterWorkflowType operation. </summary> <param name="request">Container for the necessary parameters to execute the RegisterWorkflowType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RequestCancelWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.RequestCancelWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RequestCancelWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the RequestCancelWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RespondActivityTaskCanceledAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskCanceledRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskCanceled operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskCanceled operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RespondActivityTaskCompletedAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskCompletedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskCompleted operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskCompleted operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RespondActivityTaskFailedAsync(Amazon.SimpleWorkflow.Model.RespondActivityTaskFailedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondActivityTaskFailed operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondActivityTaskFailed operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.RespondDecisionTaskCompletedAsync(Amazon.SimpleWorkflow.Model.RespondDecisionTaskCompletedRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RespondDecisionTaskCompleted operation. </summary> <param name="request">Container for the necessary parameters to execute the RespondDecisionTaskCompleted operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.SignalWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.SignalWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SignalWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the SignalWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.StartWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.StartWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the StartWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.TerminateWorkflowExecutionAsync(Amazon.SimpleWorkflow.Model.TerminateWorkflowExecutionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the TerminateWorkflowExecution operation. </summary> <param name="request">Container for the necessary parameters to execute the TerminateWorkflowExecution operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.SQS.AmazonSQSClient"> <summary> Implementation for accessing SQS Welcome to the <i>Amazon Simple Queue Service API Reference</i>. This section describes who should read this guide, how the guide is organized, and other resources related to the Amazon Simple Queue Service (Amazon SQS). <para> Amazon SQS offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. </para> <para> Helpful Links: <ul> <li><a href="http://queue.amazonaws.com/doc/2012-11-05/QueueService.wsdl">Current WSDL (2012-11-05)</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/MakingRequestsArticle.html">Making API Requests</a></li> <li><a href="http://aws.amazon.com/sqs/">Amazon SQS product page</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSMessageAttributes.html">Using Amazon SQS Message Attributes</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSDeadLetterQueue.html">Using Amazon SQS Dead Letter Queues</a></li> <li><a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and Endpoints</a></li> </ul> </para> <para> We also provide SDKs that enable you to access Amazon SQS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: </para> <para> <ul> <li>Cryptographically signing your service requests</li> <li>Retrying requests</li> <li>Handling error responses</li> </ul> </para> <para> For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </summary> </member> <member name="T:Amazon.SQS.IAmazonSQS"> <summary> Interface for accessing SQS Welcome to the <i>Amazon Simple Queue Service API Reference</i>. This section describes who should read this guide, how the guide is organized, and other resources related to the Amazon Simple Queue Service (Amazon SQS). <para> Amazon SQS offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. </para> <para> Helpful Links: <ul> <li><a href="http://queue.amazonaws.com/doc/2012-11-05/QueueService.wsdl">Current WSDL (2012-11-05)</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/MakingRequestsArticle.html">Making API Requests</a></li> <li><a href="http://aws.amazon.com/sqs/">Amazon SQS product page</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSMessageAttributes.html">Using Amazon SQS Message Attributes</a></li> <li><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSDeadLetterQueue.html">Using Amazon SQS Dead Letter Queues</a></li> <li><a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and Endpoints</a></li> </ul> </para> <para> We also provide SDKs that enable you to access Amazon SQS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: </para> <para> <ul> <li>Cryptographically signing your service requests</li> <li>Retrying requests</li> <li>Handling error responses</li> </ul> </para> <para> For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </para> </summary> </member> <member name="M:Amazon.SQS.IAmazonSQS.AddPermissionAsync(Amazon.SQS.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.ChangeMessageVisibilityAsync(Amazon.SQS.Model.ChangeMessageVisibilityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeMessageVisibility operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeMessageVisibility operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.ChangeMessageVisibilityBatchAsync(Amazon.SQS.Model.ChangeMessageVisibilityBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeMessageVisibilityBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeMessageVisibilityBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.CreateQueueAsync(Amazon.SQS.Model.CreateQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.DeleteMessageAsync(Amazon.SQS.Model.DeleteMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.DeleteMessageBatchAsync(Amazon.SQS.Model.DeleteMessageBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteMessageBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteMessageBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.DeleteQueueAsync(Amazon.SQS.Model.DeleteQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.GetQueueAttributesAsync(Amazon.SQS.Model.GetQueueAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetQueueAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetQueueAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.GetQueueUrlAsync(Amazon.SQS.Model.GetQueueUrlRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetQueueUrl operation. </summary> <param name="request">Container for the necessary parameters to execute the GetQueueUrl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.ListDeadLetterSourceQueuesAsync(Amazon.SQS.Model.ListDeadLetterSourceQueuesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDeadLetterSourceQueues operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDeadLetterSourceQueues operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.ListQueuesAsync(Amazon.SQS.Model.ListQueuesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListQueues operation. </summary> <param name="request">Container for the necessary parameters to execute the ListQueues operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.PurgeQueueAsync(Amazon.SQS.Model.PurgeQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurgeQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the PurgeQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.ReceiveMessageAsync(Amazon.SQS.Model.ReceiveMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReceiveMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the ReceiveMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.RemovePermissionAsync(Amazon.SQS.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.SendMessageAsync(Amazon.SQS.Model.SendMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the SendMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.SendMessageBatchAsync(Amazon.SQS.Model.SendMessageBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendMessageBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the SendMessageBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.IAmazonSQS.SetQueueAttributesAsync(Amazon.SQS.Model.SetQueueAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetQueueAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetQueueAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonSQSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSQSClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.SQS.AmazonSQSConfig)"> <summary> Constructs AmazonSQSClient with AWS Credentials and an AmazonSQSClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonSQSClient Configuration Object</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String,Amazon.SQS.AmazonSQSConfig)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID, AWS Secret Key and an AmazonSQSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonSQSClient Configuration Object</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.#ctor(System.String,System.String,System.String,Amazon.SQS.AmazonSQSConfig)"> <summary> Constructs AmazonSQSClient with AWS Access Key ID, AWS Secret Key and an AmazonSQSClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonSQSClient Configuration Object</param> </member> <member name="M:Amazon.SQS.AmazonSQSClient.AddPermissionAsync(Amazon.SQS.Model.AddPermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddPermission operation. </summary> <param name="request">Container for the necessary parameters to execute the AddPermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.ChangeMessageVisibilityAsync(Amazon.SQS.Model.ChangeMessageVisibilityRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeMessageVisibility operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeMessageVisibility operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.ChangeMessageVisibilityBatchAsync(Amazon.SQS.Model.ChangeMessageVisibilityBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ChangeMessageVisibilityBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the ChangeMessageVisibilityBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.CreateQueueAsync(Amazon.SQS.Model.CreateQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.DeleteMessageAsync(Amazon.SQS.Model.DeleteMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.DeleteMessageBatchAsync(Amazon.SQS.Model.DeleteMessageBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteMessageBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteMessageBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.DeleteQueueAsync(Amazon.SQS.Model.DeleteQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.GetQueueAttributesAsync(Amazon.SQS.Model.GetQueueAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetQueueAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the GetQueueAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.GetQueueUrlAsync(Amazon.SQS.Model.GetQueueUrlRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetQueueUrl operation. </summary> <param name="request">Container for the necessary parameters to execute the GetQueueUrl operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.ListDeadLetterSourceQueuesAsync(Amazon.SQS.Model.ListDeadLetterSourceQueuesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListDeadLetterSourceQueues operation. </summary> <param name="request">Container for the necessary parameters to execute the ListDeadLetterSourceQueues operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.ListQueuesAsync(Amazon.SQS.Model.ListQueuesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListQueues operation. </summary> <param name="request">Container for the necessary parameters to execute the ListQueues operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.PurgeQueueAsync(Amazon.SQS.Model.PurgeQueueRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PurgeQueue operation. </summary> <param name="request">Container for the necessary parameters to execute the PurgeQueue operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.ReceiveMessageAsync(Amazon.SQS.Model.ReceiveMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ReceiveMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the ReceiveMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.RemovePermissionAsync(Amazon.SQS.Model.RemovePermissionRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemovePermission operation. </summary> <param name="request">Container for the necessary parameters to execute the RemovePermission operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.SendMessageAsync(Amazon.SQS.Model.SendMessageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendMessage operation. </summary> <param name="request">Container for the necessary parameters to execute the SendMessage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.SendMessageBatchAsync(Amazon.SQS.Model.SendMessageBatchRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SendMessageBatch operation. </summary> <param name="request">Container for the necessary parameters to execute the SendMessageBatch operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.SQS.AmazonSQSClient.SetQueueAttributesAsync(Amazon.SQS.Model.SetQueueAttributesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the SetQueueAttributes operation. </summary> <param name="request">Container for the necessary parameters to execute the SetQueueAttributes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.StorageGateway.AmazonStorageGatewayClient"> <summary> Implementation for accessing StorageGateway AWS Storage Gateway Service <para> AWS Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization's on-premises IT environment and AWS's storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery. </para> <para> Use the following links to get started using the <i>AWS Storage Gateway Service API Reference</i>: </para> <ul> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayHTTPRequestsHeaders.html">AWS Storage Gateway Required Request Headers</a>: Describes the required headers that you must send with every POST request to AWS Storage Gateway.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewaySigningRequests.html">Signing Requests</a>: AWS Storage Gateway requires that you authenticate every request you send; this topic describes how sign such a request.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/APIErrorResponses.html">Error Responses</a>: Provides reference information about AWS Storage Gateway errors.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPIOperations.html">Operations in AWS Storage Gateway</a>: Contains detailed descriptions of all AWS Storage Gateway operations, their request parameters, response elements, possible errors, and examples of requests and responses.</li> <li><a href="http://docs.aws.amazon.com/general/latest/gr/index.html?rande.html">AWS Storage Gateway Regions and Endpoints</a>: Provides a list of each of the regions and endpoints available for use with AWS Storage Gateway. </li> </ul> <note>AWS Storage Gateway resource IDs are in uppercase. When you use these resource IDs with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the ID for a volume might be vol-1122AABB. When you use this ID with the EC2 API, you must change it to vol-1122aabb. Otherwise, the EC2 API might not behave as expected.</note> </summary> </member> <member name="T:Amazon.StorageGateway.IAmazonStorageGateway"> <summary> Interface for accessing StorageGateway AWS Storage Gateway Service <para> AWS Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization's on-premises IT environment and AWS's storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery. </para> <para> Use the following links to get started using the <i>AWS Storage Gateway Service API Reference</i>: </para> <ul> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayHTTPRequestsHeaders.html">AWS Storage Gateway Required Request Headers</a>: Describes the required headers that you must send with every POST request to AWS Storage Gateway.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewaySigningRequests.html">Signing Requests</a>: AWS Storage Gateway requires that you authenticate every request you send; this topic describes how sign such a request.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/APIErrorResponses.html">Error Responses</a>: Provides reference information about AWS Storage Gateway errors.</li> <li><a href="http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPIOperations.html">Operations in AWS Storage Gateway</a>: Contains detailed descriptions of all AWS Storage Gateway operations, their request parameters, response elements, possible errors, and examples of requests and responses.</li> <li><a href="http://docs.aws.amazon.com/general/latest/gr/index.html?rande.html">AWS Storage Gateway Regions and Endpoints</a>: Provides a list of each of the regions and endpoints available for use with AWS Storage Gateway. </li> </ul> <note>AWS Storage Gateway resource IDs are in uppercase. When you use these resource IDs with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change your resource ID to lowercase to use it with the EC2 API. For example, in Storage Gateway the ID for a volume might be vol-1122AABB. When you use this ID with the EC2 API, you must change it to vol-1122aabb. Otherwise, the EC2 API might not behave as expected.</note> </summary> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ActivateGatewayAsync(Amazon.StorageGateway.Model.ActivateGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ActivateGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the ActivateGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.AddCacheAsync(Amazon.StorageGateway.Model.AddCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddCache operation. </summary> <param name="request">Container for the necessary parameters to execute the AddCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.AddTagsToResourceAsync(Amazon.StorageGateway.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.AddUploadBufferAsync(Amazon.StorageGateway.Model.AddUploadBufferRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddUploadBuffer operation. </summary> <param name="request">Container for the necessary parameters to execute the AddUploadBuffer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.AddWorkingStorageAsync(Amazon.StorageGateway.Model.AddWorkingStorageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddWorkingStorage operation. </summary> <param name="request">Container for the necessary parameters to execute the AddWorkingStorage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CancelArchivalAsync(Amazon.StorageGateway.Model.CancelArchivalRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelArchival operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelArchival operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CancelRetrievalAsync(Amazon.StorageGateway.Model.CancelRetrievalRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelRetrieval operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelRetrieval operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateCachediSCSIVolumeAsync(Amazon.StorageGateway.Model.CreateCachediSCSIVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCachediSCSIVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCachediSCSIVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateSnapshotAsync(Amazon.StorageGateway.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateSnapshotFromVolumeRecoveryPointAsync(Amazon.StorageGateway.Model.CreateSnapshotFromVolumeRecoveryPointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshotFromVolumeRecoveryPoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateStorediSCSIVolumeAsync(Amazon.StorageGateway.Model.CreateStorediSCSIVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStorediSCSIVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStorediSCSIVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateTapesAsync(Amazon.StorageGateway.Model.CreateTapesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTapes operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTapes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.CreateTapeWithBarcodeAsync(Amazon.StorageGateway.Model.CreateTapeWithBarcodeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTapeWithBarcode operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTapeWithBarcode operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteBandwidthRateLimitAsync(Amazon.StorageGateway.Model.DeleteBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteChapCredentialsAsync(Amazon.StorageGateway.Model.DeleteChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteGatewayAsync(Amazon.StorageGateway.Model.DeleteGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteSnapshotScheduleAsync(Amazon.StorageGateway.Model.DeleteSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteTapeAsync(Amazon.StorageGateway.Model.DeleteTapeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTape operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTape operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteTapeArchiveAsync(Amazon.StorageGateway.Model.DeleteTapeArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTapeArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTapeArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DeleteVolumeAsync(Amazon.StorageGateway.Model.DeleteVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeBandwidthRateLimitAsync(Amazon.StorageGateway.Model.DescribeBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeCacheAsync(Amazon.StorageGateway.Model.DescribeCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCache operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeCachediSCSIVolumesAsync(Amazon.StorageGateway.Model.DescribeCachediSCSIVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCachediSCSIVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeChapCredentialsAsync(Amazon.StorageGateway.Model.DescribeChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeGatewayInformationAsync(Amazon.StorageGateway.Model.DescribeGatewayInformationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeGatewayInformation operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeGatewayInformation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeMaintenanceStartTimeAsync(Amazon.StorageGateway.Model.DescribeMaintenanceStartTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMaintenanceStartTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeSnapshotScheduleAsync(Amazon.StorageGateway.Model.DescribeSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeStorediSCSIVolumesAsync(Amazon.StorageGateway.Model.DescribeStorediSCSIVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStorediSCSIVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeTapeArchivesAsync(Amazon.StorageGateway.Model.DescribeTapeArchivesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapeArchives operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapeArchives operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeTapeRecoveryPointsAsync(Amazon.StorageGateway.Model.DescribeTapeRecoveryPointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapeRecoveryPoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeTapesAsync(Amazon.StorageGateway.Model.DescribeTapesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeUploadBufferAsync(Amazon.StorageGateway.Model.DescribeUploadBufferRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeUploadBuffer operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeUploadBuffer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeVTLDevicesAsync(Amazon.StorageGateway.Model.DescribeVTLDevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVTLDevices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVTLDevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DescribeWorkingStorageAsync(Amazon.StorageGateway.Model.DescribeWorkingStorageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkingStorage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkingStorage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.DisableGatewayAsync(Amazon.StorageGateway.Model.DisableGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListGatewaysAsync(Amazon.StorageGateway.Model.ListGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListLocalDisksAsync(Amazon.StorageGateway.Model.ListLocalDisksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListLocalDisks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListLocalDisks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListTagsForResourceAsync(Amazon.StorageGateway.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListVolumeInitiatorsAsync(Amazon.StorageGateway.Model.ListVolumeInitiatorsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumeInitiators operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumeInitiators operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListVolumeRecoveryPointsAsync(Amazon.StorageGateway.Model.ListVolumeRecoveryPointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumeRecoveryPoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ListVolumesAsync(Amazon.StorageGateway.Model.ListVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.RemoveTagsFromResourceAsync(Amazon.StorageGateway.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ResetCacheAsync(Amazon.StorageGateway.Model.ResetCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetCache operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.RetrieveTapeArchiveAsync(Amazon.StorageGateway.Model.RetrieveTapeArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveTapeArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveTapeArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.RetrieveTapeRecoveryPointAsync(Amazon.StorageGateway.Model.RetrieveTapeRecoveryPointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveTapeRecoveryPoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.ShutdownGatewayAsync(Amazon.StorageGateway.Model.ShutdownGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ShutdownGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the ShutdownGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.StartGatewayAsync(Amazon.StorageGateway.Model.StartGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the StartGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateBandwidthRateLimitAsync(Amazon.StorageGateway.Model.UpdateBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateChapCredentialsAsync(Amazon.StorageGateway.Model.UpdateChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateGatewayInformationAsync(Amazon.StorageGateway.Model.UpdateGatewayInformationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGatewayInformation operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGatewayInformation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateGatewaySoftwareNowAsync(Amazon.StorageGateway.Model.UpdateGatewaySoftwareNowRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGatewaySoftwareNow operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateMaintenanceStartTimeAsync(Amazon.StorageGateway.Model.UpdateMaintenanceStartTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateMaintenanceStartTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateSnapshotScheduleAsync(Amazon.StorageGateway.Model.UpdateSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.IAmazonStorageGateway.UpdateVTLDeviceTypeAsync(Amazon.StorageGateway.Model.UpdateVTLDeviceTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateVTLDeviceType operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateVTLDeviceType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(Amazon.Runtime.AWSCredentials)"> <summary> Constructs AmazonStorageGatewayClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Constructs AmazonStorageGatewayClient with AWS Credentials </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(Amazon.Runtime.AWSCredentials,Amazon.StorageGateway.AmazonStorageGatewayConfig)"> <summary> Constructs AmazonStorageGatewayClient with AWS Credentials and an AmazonStorageGatewayClient Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="clientConfig">The AmazonStorageGatewayClient Configuration Object</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String,Amazon.StorageGateway.AmazonStorageGatewayConfig)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="clientConfig">The AmazonStorageGatewayClient Configuration Object</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String,System.String)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String,System.String,Amazon.RegionEndpoint)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID and AWS Secret Key </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="region">The region to connect.</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.#ctor(System.String,System.String,System.String,Amazon.StorageGateway.AmazonStorageGatewayConfig)"> <summary> Constructs AmazonStorageGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonStorageGatewayClient Configuration object. </summary> <param name="awsAccessKeyId">AWS Access Key ID</param> <param name="awsSecretAccessKey">AWS Secret Access Key</param> <param name="awsSessionToken">AWS Session Token</param> <param name="clientConfig">The AmazonStorageGatewayClient Configuration Object</param> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ActivateGatewayAsync(Amazon.StorageGateway.Model.ActivateGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ActivateGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the ActivateGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.AddCacheAsync(Amazon.StorageGateway.Model.AddCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddCache operation. </summary> <param name="request">Container for the necessary parameters to execute the AddCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.AddTagsToResourceAsync(Amazon.StorageGateway.Model.AddTagsToResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddTagsToResource operation. </summary> <param name="request">Container for the necessary parameters to execute the AddTagsToResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.AddUploadBufferAsync(Amazon.StorageGateway.Model.AddUploadBufferRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddUploadBuffer operation. </summary> <param name="request">Container for the necessary parameters to execute the AddUploadBuffer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.AddWorkingStorageAsync(Amazon.StorageGateway.Model.AddWorkingStorageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the AddWorkingStorage operation. </summary> <param name="request">Container for the necessary parameters to execute the AddWorkingStorage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CancelArchivalAsync(Amazon.StorageGateway.Model.CancelArchivalRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelArchival operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelArchival operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CancelRetrievalAsync(Amazon.StorageGateway.Model.CancelRetrievalRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CancelRetrieval operation. </summary> <param name="request">Container for the necessary parameters to execute the CancelRetrieval operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateCachediSCSIVolumeAsync(Amazon.StorageGateway.Model.CreateCachediSCSIVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateCachediSCSIVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateCachediSCSIVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateSnapshotAsync(Amazon.StorageGateway.Model.CreateSnapshotRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshot operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshot operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateSnapshotFromVolumeRecoveryPointAsync(Amazon.StorageGateway.Model.CreateSnapshotFromVolumeRecoveryPointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateSnapshotFromVolumeRecoveryPoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateStorediSCSIVolumeAsync(Amazon.StorageGateway.Model.CreateStorediSCSIVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateStorediSCSIVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateStorediSCSIVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateTapesAsync(Amazon.StorageGateway.Model.CreateTapesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTapes operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTapes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.CreateTapeWithBarcodeAsync(Amazon.StorageGateway.Model.CreateTapeWithBarcodeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the CreateTapeWithBarcode operation. </summary> <param name="request">Container for the necessary parameters to execute the CreateTapeWithBarcode operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteBandwidthRateLimitAsync(Amazon.StorageGateway.Model.DeleteBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteChapCredentialsAsync(Amazon.StorageGateway.Model.DeleteChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteGatewayAsync(Amazon.StorageGateway.Model.DeleteGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteSnapshotScheduleAsync(Amazon.StorageGateway.Model.DeleteSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteTapeAsync(Amazon.StorageGateway.Model.DeleteTapeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTape operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTape operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteTapeArchiveAsync(Amazon.StorageGateway.Model.DeleteTapeArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteTapeArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteTapeArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DeleteVolumeAsync(Amazon.StorageGateway.Model.DeleteVolumeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteVolume operation. </summary> <param name="request">Container for the necessary parameters to execute the DeleteVolume operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeBandwidthRateLimitAsync(Amazon.StorageGateway.Model.DescribeBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeCacheAsync(Amazon.StorageGateway.Model.DescribeCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCache operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeCachediSCSIVolumesAsync(Amazon.StorageGateway.Model.DescribeCachediSCSIVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeCachediSCSIVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeCachediSCSIVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeChapCredentialsAsync(Amazon.StorageGateway.Model.DescribeChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeGatewayInformationAsync(Amazon.StorageGateway.Model.DescribeGatewayInformationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeGatewayInformation operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeGatewayInformation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeMaintenanceStartTimeAsync(Amazon.StorageGateway.Model.DescribeMaintenanceStartTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeMaintenanceStartTime operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeMaintenanceStartTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeSnapshotScheduleAsync(Amazon.StorageGateway.Model.DescribeSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeStorediSCSIVolumesAsync(Amazon.StorageGateway.Model.DescribeStorediSCSIVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeStorediSCSIVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeStorediSCSIVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeTapeArchivesAsync(Amazon.StorageGateway.Model.DescribeTapeArchivesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapeArchives operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapeArchives operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeTapeRecoveryPointsAsync(Amazon.StorageGateway.Model.DescribeTapeRecoveryPointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapeRecoveryPoints operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapeRecoveryPoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeTapesAsync(Amazon.StorageGateway.Model.DescribeTapesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeTapes operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeTapes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeUploadBufferAsync(Amazon.StorageGateway.Model.DescribeUploadBufferRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeUploadBuffer operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeUploadBuffer operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeVTLDevicesAsync(Amazon.StorageGateway.Model.DescribeVTLDevicesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeVTLDevices operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeVTLDevices operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeWorkingStorageAsync(Amazon.StorageGateway.Model.DescribeWorkingStorageRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DescribeWorkingStorage operation. </summary> <param name="request">Container for the necessary parameters to execute the DescribeWorkingStorage operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.DisableGatewayAsync(Amazon.StorageGateway.Model.DisableGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DisableGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the DisableGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListGatewaysAsync(Amazon.StorageGateway.Model.ListGatewaysRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListGateways operation. </summary> <param name="request">Container for the necessary parameters to execute the ListGateways operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListLocalDisksAsync(Amazon.StorageGateway.Model.ListLocalDisksRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListLocalDisks operation. </summary> <param name="request">Container for the necessary parameters to execute the ListLocalDisks operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListTagsForResourceAsync(Amazon.StorageGateway.Model.ListTagsForResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListTagsForResource operation. </summary> <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumeInitiatorsAsync(Amazon.StorageGateway.Model.ListVolumeInitiatorsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumeInitiators operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumeInitiators operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumeRecoveryPointsAsync(Amazon.StorageGateway.Model.ListVolumeRecoveryPointsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumeRecoveryPoints operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumeRecoveryPoints operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ListVolumesAsync(Amazon.StorageGateway.Model.ListVolumesRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ListVolumes operation. </summary> <param name="request">Container for the necessary parameters to execute the ListVolumes operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.RemoveTagsFromResourceAsync(Amazon.StorageGateway.Model.RemoveTagsFromResourceRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RemoveTagsFromResource operation. </summary> <param name="request">Container for the necessary parameters to execute the RemoveTagsFromResource operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ResetCacheAsync(Amazon.StorageGateway.Model.ResetCacheRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ResetCache operation. </summary> <param name="request">Container for the necessary parameters to execute the ResetCache operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.RetrieveTapeArchiveAsync(Amazon.StorageGateway.Model.RetrieveTapeArchiveRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveTapeArchive operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveTapeArchive operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.RetrieveTapeRecoveryPointAsync(Amazon.StorageGateway.Model.RetrieveTapeRecoveryPointRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the RetrieveTapeRecoveryPoint operation. </summary> <param name="request">Container for the necessary parameters to execute the RetrieveTapeRecoveryPoint operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.ShutdownGatewayAsync(Amazon.StorageGateway.Model.ShutdownGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the ShutdownGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the ShutdownGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.StartGatewayAsync(Amazon.StorageGateway.Model.StartGatewayRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the StartGateway operation. </summary> <param name="request">Container for the necessary parameters to execute the StartGateway operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateBandwidthRateLimitAsync(Amazon.StorageGateway.Model.UpdateBandwidthRateLimitRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateBandwidthRateLimit operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateBandwidthRateLimit operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateChapCredentialsAsync(Amazon.StorageGateway.Model.UpdateChapCredentialsRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateChapCredentials operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateChapCredentials operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateGatewayInformationAsync(Amazon.StorageGateway.Model.UpdateGatewayInformationRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGatewayInformation operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGatewayInformation operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateGatewaySoftwareNowAsync(Amazon.StorageGateway.Model.UpdateGatewaySoftwareNowRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateGatewaySoftwareNow operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateGatewaySoftwareNow operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateMaintenanceStartTimeAsync(Amazon.StorageGateway.Model.UpdateMaintenanceStartTimeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateMaintenanceStartTime operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateMaintenanceStartTime operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateSnapshotScheduleAsync(Amazon.StorageGateway.Model.UpdateSnapshotScheduleRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateSnapshotSchedule operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateSnapshotSchedule operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="M:Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateVTLDeviceTypeAsync(Amazon.StorageGateway.Model.UpdateVTLDeviceTypeRequest,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateVTLDeviceType operation. </summary> <param name="request">Container for the necessary parameters to execute the UpdateVTLDeviceType operation.</param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> <returns>The task object representing the asynchronous operation.</returns> </member> <member name="T:Amazon.Runtime.Internal.Util.AsyncHelpers"> <summary> This is a utility class to be used in last resort for code paths that are synchronous but need to call an asynchronous method. This should never be used for methods that are called at high volume as this utility class has a performance cost. For example this class was added for the refreshing credentials like Cognito which would need to use this about once an hour. This code is taken from: http://stackoverflow.com/questions/5095183/how-would-i-run-an-async-taskt-method-synchronously which is licensed under Creative Commons Attribution-ShareAlike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/) </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.AsyncHelpers.RunSync(System.Func{System.Threading.Tasks.Task})"> <summary> Execute's an async Task<T> which has a void return value synchronously </summary> <param name="task">Task<T> method to execute</param> </member> <member name="M:Amazon.Runtime.Internal.Util.AsyncHelpers.RunSync``1(System.Func{System.Threading.Tasks.Task{``0}})"> <summary> Execute's an async Task<T> method which has a T return type synchronously </summary> <typeparam name="T">Return Type</typeparam> <param name="task">Task<T> method to execute</param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.HashingWrapper.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.HashingWrapper.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.AWSClientFactory"> <summary> The Amazon Web Services SDK provides developers with a coherent and unified interface to the suite of Amazon Web Services. The intent is to facilitate the rapid building of applications that leverage multiple Amazon Web Services. <para> To get started, request an instance of the AWSClientFactory via this class's static Instance member. Use the factory instance to create clients for all the Web Services needed by the application.</para> </summary> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(System.String,System.String)"> <summary> Create a client for the Amazon AutoScaling Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(System.String,System.String,Amazon.AutoScaling.AmazonAutoScalingConfig)"> <summary> Create a client for the Amazon AutoScaling Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon AutoScaling Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon AutoScaling Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon AutoScaling Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAutoScalingClient(Amazon.Runtime.AWSCredentials,Amazon.AutoScaling.AmazonAutoScalingConfig)"> <summary> Create a client for the Amazon AutoScaling Service with AWSCredentials and an AmazonAutoScaling Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon AutoScaling client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(System.String,System.String)"> <summary> Create a client for the Amazon CloudFormation Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(System.String,System.String,Amazon.CloudFormation.AmazonCloudFormationConfig)"> <summary> Create a client for the Amazon CloudFormation Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudFormation Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CloudFormation Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudFormation Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFormationClient(Amazon.Runtime.AWSCredentials,Amazon.CloudFormation.AmazonCloudFormationConfig)"> <summary> Create a client for the Amazon CloudFormation Service with AWSCredentials and an AmazonCloudFormation Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CloudFormation client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(System.String,System.String)"> <summary> Create a client for the Amazon CloudFront Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(System.String,System.String,Amazon.CloudFront.AmazonCloudFrontConfig)"> <summary> Create a client for the Amazon CloudFront Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudFront Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CloudFront Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudFront Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudFrontClient(Amazon.Runtime.AWSCredentials,Amazon.CloudFront.AmazonCloudFrontConfig)"> <summary> Create a client for the Amazon CloudFront Service with AWSCredentials and an AmazonCloudFront Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CloudFront client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(System.String,System.String)"> <summary> Create a client for the Amazon CloudSearch Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(System.String,System.String,Amazon.CloudSearch.AmazonCloudSearchConfig)"> <summary> Create a client for the Amazon CloudSearch Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudSearch Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CloudSearch Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudSearch Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudSearchClient(Amazon.Runtime.AWSCredentials,Amazon.CloudSearch.AmazonCloudSearchConfig)"> <summary> Create a client for the Amazon CloudSearch Service with AWSCredentials and an AmazonCloudSearch Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CloudSearch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(System.String,System.String)"> <summary> Create a client for the Amazon CloudTrail Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(System.String,System.String,Amazon.CloudTrail.AmazonCloudTrailConfig)"> <summary> Create a client for the Amazon CloudTrail Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudTrail Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CloudTrail Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudTrail Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudTrailClient(Amazon.Runtime.AWSCredentials,Amazon.CloudTrail.AmazonCloudTrailConfig)"> <summary> Create a client for the Amazon CloudTrail Service with AWSCredentials and an AmazonCloudTrail Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CloudTrail client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(System.String,System.String)"> <summary> Create a client for the Amazon CloudWatch Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(System.String,System.String,Amazon.CloudWatch.AmazonCloudWatchConfig)"> <summary> Create a client for the Amazon CloudWatch Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudWatch Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CloudWatch Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CloudWatch Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCloudWatchClient(Amazon.Runtime.AWSCredentials,Amazon.CloudWatch.AmazonCloudWatchConfig)"> <summary> Create a client for the Amazon CloudWatch Service with AWSCredentials and an AmazonCloudWatch Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CloudWatch client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(System.String,System.String)"> <summary> Create a client for the Amazon DataPipeline Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(System.String,System.String,Amazon.DataPipeline.AmazonDataPipelineConfig)"> <summary> Create a client for the Amazon DataPipeline Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DataPipeline Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon DataPipeline Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DataPipeline Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDataPipelineClient(Amazon.Runtime.AWSCredentials,Amazon.DataPipeline.AmazonDataPipelineConfig)"> <summary> Create a client for the Amazon DataPipeline Service with AWSCredentials and an AmazonDataPipeline Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon DataPipeline client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(System.String,System.String)"> <summary> Create a client for the Amazon DirectConnect Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(System.String,System.String,Amazon.DirectConnect.AmazonDirectConnectConfig)"> <summary> Create a client for the Amazon DirectConnect Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DirectConnect Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon DirectConnect Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DirectConnect Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDirectConnectClient(Amazon.Runtime.AWSCredentials,Amazon.DirectConnect.AmazonDirectConnectConfig)"> <summary> Create a client for the Amazon DirectConnect Service with AWSCredentials and an AmazonDirectConnect Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon DirectConnect client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(System.String,System.String)"> <summary> Create a client for the Amazon DynamoDB Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(System.String,System.String,Amazon.DynamoDBv2.AmazonDynamoDBConfig)"> <summary> Create a client for the Amazon DynamoDB Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DynamoDB Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon DynamoDB Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon DynamoDB Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonDynamoDBClient(Amazon.Runtime.AWSCredentials,Amazon.DynamoDBv2.AmazonDynamoDBConfig)"> <summary> Create a client for the Amazon DynamoDB Service with AWSCredentials and an AmazonDynamoDB Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon DynamoDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(System.String,System.String)"> <summary> Create a client for the Amazon EC2 Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(System.String,System.String,Amazon.EC2.AmazonEC2Config)"> <summary> Create a client for the Amazon EC2 Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon EC2 Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon EC2 Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon EC2 Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonEC2Client(Amazon.Runtime.AWSCredentials,Amazon.EC2.AmazonEC2Config)"> <summary> Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon EC2 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(System.String,System.String)"> <summary> Create a client for the Amazon ECS Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(System.String,System.String,Amazon.ECS.AmazonECSConfig)"> <summary> Create a client for the Amazon ECS Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ECS Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ECS Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ECS Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonECSClient(Amazon.Runtime.AWSCredentials,Amazon.ECS.AmazonECSConfig)"> <summary> Create a client for the Amazon ECS Service with AWSCredentials and an AmazonECS Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ECS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(System.String,System.String)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(System.String,System.String,Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticBeanstalkClient(Amazon.Runtime.AWSCredentials,Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig)"> <summary> Create a client for the Amazon ElasticBeanstalk Service with AWSCredentials and an AmazonElasticBeanstalk Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ElasticBeanstalk client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(System.String,System.String)"> <summary> Create a client for the Amazon ElastiCache Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(System.String,System.String,Amazon.ElastiCache.AmazonElastiCacheConfig)"> <summary> Create a client for the Amazon ElastiCache Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElastiCache Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ElastiCache Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElastiCache Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElastiCacheClient(Amazon.Runtime.AWSCredentials,Amazon.ElastiCache.AmazonElastiCacheConfig)"> <summary> Create a client for the Amazon ElastiCache Service with AWSCredentials and an AmazonElastiCache Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ElastiCache client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(System.String,System.String)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(System.String,System.String,Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticLoadBalancingClient(Amazon.Runtime.AWSCredentials,Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig)"> <summary> Create a client for the Amazon ElasticLoadBalancing Service with AWSCredentials and an AmazonElasticLoadBalancing Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ElasticLoadBalancing client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(System.String,System.String)"> <summary> Create a client for the Amazon ElasticMapReduce Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(System.String,System.String,Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig)"> <summary> Create a client for the Amazon ElasticMapReduce Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticMapReduce Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ElasticMapReduce Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticMapReduceClient(Amazon.Runtime.AWSCredentials,Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig)"> <summary> Create a client for the Amazon ElasticMapReduce Service with AWSCredentials and an AmazonElasticMapReduce Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ElasticMapReduce client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(System.String,System.String)"> <summary> Create a client for the Amazon ElasticTranscoder Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(System.String,System.String,Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig)"> <summary> Create a client for the Amazon ElasticTranscoder Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticTranscoder Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ElasticTranscoder Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonElasticTranscoderClient(Amazon.Runtime.AWSCredentials,Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig)"> <summary> Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ElasticTranscoder client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(System.String,System.String)"> <summary> Create a client for the Amazon Glacier Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(System.String,System.String,Amazon.Glacier.AmazonGlacierConfig)"> <summary> Create a client for the Amazon Glacier Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Glacier Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon Glacier Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Glacier Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonGlacierClient(Amazon.Runtime.AWSCredentials,Amazon.Glacier.AmazonGlacierConfig)"> <summary> Create a client for the Amazon Glacier Service with AWSCredentials and an AmazonGlacier Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon Glacier client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(System.String,System.String)"> <summary> Create a client for the Amazon IdentityManagementService Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(System.String,System.String,Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig)"> <summary> Create a client for the Amazon IdentityManagementService Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon IdentityManagementService Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon IdentityManagementService Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon IdentityManagementService Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonIdentityManagementServiceClient(Amazon.Runtime.AWSCredentials,Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig)"> <summary> Create a client for the Amazon IdentityManagementService Service with AWSCredentials and an AmazonIdentityManagementService Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon IdentityManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(System.String,System.String)"> <summary> Create a client for the Amazon ImportExport Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(System.String,System.String,Amazon.ImportExport.AmazonImportExportConfig)"> <summary> Create a client for the Amazon ImportExport Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ImportExport Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon ImportExport Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon ImportExport Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonImportExportClient(Amazon.Runtime.AWSCredentials,Amazon.ImportExport.AmazonImportExportConfig)"> <summary> Create a client for the Amazon ImportExport Service with AWSCredentials and an AmazonImportExport Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon ImportExport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(System.String,System.String)"> <summary> Create a client for the Amazon Kinesis Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(System.String,System.String,Amazon.Kinesis.AmazonKinesisConfig)"> <summary> Create a client for the Amazon Kinesis Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Kinesis Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon Kinesis Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Kinesis Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKinesisClient(Amazon.Runtime.AWSCredentials,Amazon.Kinesis.AmazonKinesisConfig)"> <summary> Create a client for the Amazon Kinesis Service with AWSCredentials and an AmazonKinesis Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon Kinesis client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(System.String,System.String)"> <summary> Create a client for the Amazon OpsWorks Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(System.String,System.String,Amazon.OpsWorks.AmazonOpsWorksConfig)"> <summary> Create a client for the Amazon OpsWorks Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon OpsWorks Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon OpsWorks Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon OpsWorks Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonOpsWorksClient(Amazon.Runtime.AWSCredentials,Amazon.OpsWorks.AmazonOpsWorksConfig)"> <summary> Create a client for the Amazon OpsWorks Service with AWSCredentials and an AmazonOpsWorks Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon OpsWorks client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(System.String,System.String)"> <summary> Create a client for the Amazon RDS Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(System.String,System.String,Amazon.RDS.AmazonRDSConfig)"> <summary> Create a client for the Amazon RDS Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon RDS Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon RDS Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon RDS Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRDSClient(Amazon.Runtime.AWSCredentials,Amazon.RDS.AmazonRDSConfig)"> <summary> Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon RDS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(System.String,System.String)"> <summary> Create a client for the Amazon Redshift Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(System.String,System.String,Amazon.Redshift.AmazonRedshiftConfig)"> <summary> Create a client for the Amazon Redshift Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Redshift Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon Redshift Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Redshift Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRedshiftClient(Amazon.Runtime.AWSCredentials,Amazon.Redshift.AmazonRedshiftConfig)"> <summary> Create a client for the Amazon Redshift Service with AWSCredentials and an AmazonRedshift Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon Redshift client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(System.String,System.String)"> <summary> Create a client for the Amazon Route53 Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(System.String,System.String,Amazon.Route53.AmazonRoute53Config)"> <summary> Create a client for the Amazon Route53 Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Route53 Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon Route53 Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Route53 Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonRoute53Client(Amazon.Runtime.AWSCredentials,Amazon.Route53.AmazonRoute53Config)"> <summary> Create a client for the Amazon Route53 Service with AWSCredentials and an AmazonRoute53 Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon Route53 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(System.String,System.String)"> <summary> Create a client for the Amazon S3 Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(System.String,System.String,Amazon.S3.AmazonS3Config)"> <summary> Create a client for the Amazon S3 Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon S3 Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon S3 Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon S3 Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonS3Client(Amazon.Runtime.AWSCredentials,Amazon.S3.AmazonS3Config)"> <summary> Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon S3 client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(System.String,System.String)"> <summary> Create a client for the Amazon SecurityTokenService Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(System.String,System.String,Amazon.SecurityToken.AmazonSecurityTokenServiceConfig)"> <summary> Create a client for the Amazon SecurityTokenService Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SecurityTokenService Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SecurityTokenService Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SecurityTokenService Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSecurityTokenServiceClient(Amazon.Runtime.AWSCredentials,Amazon.SecurityToken.AmazonSecurityTokenServiceConfig)"> <summary> Create a client for the Amazon SecurityTokenService Service with AWSCredentials and an AmazonSecurityTokenService Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SecurityTokenService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(System.String,System.String)"> <summary> Create a client for the Amazon SimpleDB Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(System.String,System.String,Amazon.SimpleDB.AmazonSimpleDBConfig)"> <summary> Create a client for the Amazon SimpleDB Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleDB Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SimpleDB Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleDB Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleDBClient(Amazon.Runtime.AWSCredentials,Amazon.SimpleDB.AmazonSimpleDBConfig)"> <summary> Create a client for the Amazon SimpleDB Service with AWSCredentials and an AmazonSimpleDB Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SimpleDB client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(System.String,System.String)"> <summary> Create a client for the Amazon SimpleEmailService Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(System.String,System.String,Amazon.SimpleEmail.AmazonSimpleEmailServiceConfig)"> <summary> Create a client for the Amazon SimpleEmailService Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleEmailService Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SimpleEmailService Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleEmailService Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleEmailServiceClient(Amazon.Runtime.AWSCredentials,Amazon.SimpleEmail.AmazonSimpleEmailServiceConfig)"> <summary> Create a client for the Amazon SimpleEmailService Service with AWSCredentials and an AmazonSimpleEmailService Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SimpleEmailService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(System.String,System.String)"> <summary> Create a client for the Amazon SimpleNotificationService Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(System.String,System.String,Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceConfig)"> <summary> Create a client for the Amazon SimpleNotificationService Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleNotificationService Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SimpleNotificationService Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleNotificationServiceClient(Amazon.Runtime.AWSCredentials,Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceConfig)"> <summary> Create a client for the Amazon SimpleNotificationService Service with AWSCredentials and an AmazonSimpleNotificationService Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SimpleNotificationService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(System.String,System.String)"> <summary> Create a client for the Amazon SimpleWorkflow Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(System.String,System.String,Amazon.SimpleWorkflow.AmazonSimpleWorkflowConfig)"> <summary> Create a client for the Amazon SimpleWorkflow Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleWorkflow Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SimpleWorkflow Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSimpleWorkflowClient(Amazon.Runtime.AWSCredentials,Amazon.SimpleWorkflow.AmazonSimpleWorkflowConfig)"> <summary> Create a client for the Amazon SimpleWorkflow Service with AWSCredentials and an AmazonSimpleWorkflow Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SimpleWorkflow client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(System.String,System.String)"> <summary> Create a client for the Amazon SQS Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(System.String,System.String,Amazon.SQS.AmazonSQSConfig)"> <summary> Create a client for the Amazon SQS Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SQS Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon SQS Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon SQS Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonSQSClient(Amazon.Runtime.AWSCredentials,Amazon.SQS.AmazonSQSConfig)"> <summary> Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon SQS client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(System.String,System.String)"> <summary> Create a client for the Amazon StorageGateway Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(System.String,System.String,Amazon.StorageGateway.AmazonStorageGatewayConfig)"> <summary> Create a client for the Amazon StorageGateway Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon StorageGateway Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon StorageGateway Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon StorageGateway Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient(Amazon.Runtime.AWSCredentials,Amazon.StorageGateway.AmazonStorageGatewayConfig)"> <summary> Create a client for the Amazon StorageGateway Service with AWSCredentials and an AmazonStorageGateway Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon StorageGateway client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(System.String,System.String)"> <summary> Create a client for the Amazon AWSSupport Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(System.String,System.String,Amazon.AWSSupport.AmazonAWSSupportConfig)"> <summary> Create a client for the Amazon AWSSupport Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon AWSSupport Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon AWSSupport Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon AWSSupport Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonAWSSupportClient(Amazon.Runtime.AWSCredentials,Amazon.AWSSupport.AmazonAWSSupportConfig)"> <summary> Create a client for the Amazon AWSSupport Service with AWSCredentials and an AmazonAWSSupport Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon AWSSupport client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(System.String,System.String)"> <summary> Create a client for the Amazon CognitoIdentity Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(System.String,System.String,Amazon.CognitoIdentity.AmazonCognitoIdentityConfig)"> <summary> Create a client for the Amazon CognitoIdentity Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CognitoIdentity Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CognitoIdentity Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CognitoIdentity Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoIdentityClient(Amazon.Runtime.AWSCredentials,Amazon.CognitoIdentity.AmazonCognitoIdentityConfig)"> <summary> Create a client for the Amazon CognitoIdentity Service with AWSCredentials and an AmazonCognitoIdentity Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CognitoIdentity client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(System.String,System.String)"> <summary> Create a client for the Amazon CognitoSync Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(System.String,System.String,Amazon.CognitoSync.AmazonCognitoSyncConfig)"> <summary> Create a client for the Amazon CognitoSync Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CognitoSync Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon CognitoSync Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon CognitoSync Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonCognitoSyncClient(Amazon.Runtime.AWSCredentials,Amazon.CognitoSync.AmazonCognitoSyncConfig)"> <summary> Create a client for the Amazon CognitoSync Service with AWSCredentials and an AmazonCognitoSync Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon CognitoSync client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(System.String,System.String)"> <summary> Create a client for the Amazon KeyManagementService Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(System.String,System.String,Amazon.KeyManagementService.AmazonKeyManagementServiceConfig)"> <summary> Create a client for the Amazon KeyManagementService Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon KeyManagementService Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon KeyManagementService Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon KeyManagementService Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonKeyManagementServiceClient(Amazon.Runtime.AWSCredentials,Amazon.KeyManagementService.AmazonKeyManagementServiceConfig)"> <summary> Create a client for the Amazon KeyManagementService Service with AWSCredentials and an AmazonKeyManagementService Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon KeyManagementService client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(System.String,System.String)"> <summary> Create a client for the Amazon Lambda Service with the default configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(System.String,System.String,Amazon.Lambda.AmazonLambdaConfig)"> <summary> Create a client for the Amazon Lambda Service with the specified configuration </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc </param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(System.String,System.String,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Lambda Service with the specified region </summary> <param name="awsAccessKey">The AWS Access Key associated with the account</param> <param name="awsSecretAccessKey">The AWS Secret Access Key associated with the account</param> <param name="region">The region to connect to.</param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(Amazon.Runtime.AWSCredentials)"> <summary> Create a client for the Amazon Lambda Service with AWSCredentials. </summary> <param name="credentials">AWS Credentials</param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(Amazon.Runtime.AWSCredentials,Amazon.RegionEndpoint)"> <summary> Create a client for the Amazon Lambda Service with AWSCredentials and region. </summary> <param name="credentials">AWS Credentials</param> <param name="region">The region to connect to.</param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="M:Amazon.AWSClientFactory.CreateAmazonLambdaClient(Amazon.Runtime.AWSCredentials,Amazon.Lambda.AmazonLambdaConfig)"> <summary> Create a client for the Amazon Lambda Service with AWSCredentials and an AmazonLambda Configuration object. </summary> <param name="credentials">AWS Credentials</param> <param name="config">Configuration options for the service like HTTP Proxy, # of connections, etc</param> <returns>An Amazon Lambda client</returns> <remarks> </remarks> </member> <member name="T:Amazon.AWSConfigs"> <summary> Configuration options that apply to the entire SDK. </summary> <summary> Configuration options that apply to the entire SDK. These settings can be configured through app.config or web.config. Below is a full sample configuration that illustrates all the possible options. <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws region="us-west-2"> <logging logTo="Log4Net, SystemDiagnostics" logResponses="Always" logMetrics="true" /> <s3 useSignatureVersion4="true" /> <ec2 useSignatureVersion4="false" /> <proxy host="localhost" port="8888" username="1" password="1" /> <dynamoDB> <dynamoDBContext tableNamePrefix="Prod-"> <tableAliases> <alias fromTable="FakeTable" toTable="People" /> <alias fromTable="Persons" toTable="People" /> </tableAliases> <mappings> <map type="Sample.Tests.Author, SampleDLL" targetTable="People" /> <map type="Sample.Tests.Editor, SampleDLL" targetTable="People"> <property name="FullName" attribute="Name" /> <property name="EmployeeId" attribute="Id" /> <property name="ComplexData" converter="Sample.Tests.ComplexDataConverter, SampleDLL" /> <property name="Version" version="true" /> <property name="Password" ignore="true" /> </map> </mappings> </dynamoDBContext> </dynamoDB> </aws> </code> </summary> </member> <member name="F:Amazon.AWSConfigs.AWSRegionKey"> <summary> Key for the AWSRegion property. <seealso cref="P:Amazon.AWSConfigs.AWSRegion"/> </summary> </member> <member name="F:Amazon.AWSConfigs.AWSProfileNameKey"> <summary> Key for the AWSProfileName property. <seealso cref="P:Amazon.AWSConfigs.AWSProfileName"/> </summary> </member> <member name="F:Amazon.AWSConfigs.AWSProfilesLocationKey"> <summary> Key for the AWSProfilesLocation property. <seealso cref="P:Amazon.AWSConfigs.LogMetrics"/> </summary> </member> <member name="F:Amazon.AWSConfigs.LoggingKey"> <summary> Key for the Logging property. <seealso cref="P:Amazon.AWSConfigs.Logging"/> </summary> </member> <member name="F:Amazon.AWSConfigs.ResponseLoggingKey"> <summary> Key for the ResponseLogging property. <seealso cref="P:Amazon.AWSConfigs.ResponseLogging"/> </summary> </member> <member name="F:Amazon.AWSConfigs.LogMetricsKey"> <summary> Key for the LogMetrics property. <seealso cref="P:Amazon.AWSConfigs.LogMetrics"/> </summary> </member> <member name="F:Amazon.AWSConfigs.EndpointDefinitionKey"> <summary> Key for the EndpointDefinition property. <seealso cref="P:Amazon.AWSConfigs.LogMetrics"/> </summary> </member> <member name="F:Amazon.AWSConfigs.DynamoDBContextTableNamePrefixKey"> <summary> Key for the DynamoDBContextTableNamePrefix property. <seealso cref="P:Amazon.AWSConfigs.DynamoDBContextTableNamePrefix"/> </summary> </member> <member name="F:Amazon.AWSConfigs.S3UseSignatureVersion4Key"> <summary> Key for the S3UseSignatureVersion4 property. <seealso cref="P:Amazon.AWSConfigs.S3UseSignatureVersion4"/> </summary> </member> <member name="F:Amazon.AWSConfigs.EC2UseSignatureVersion4Key"> <summary> Key for the EC2UseSignatureVersion4 property. <seealso cref="P:Amazon.AWSConfigs.EC2UseSignatureVersion4"/> </summary> </member> <member name="P:Amazon.AWSConfigs.CorrectForClockSkew"> <summary> Determines if the SDK should correct for client clock skew by determining the correct server time and reissuing the request with the correct time. Default value of this field is True. <seealso cref="P:Amazon.AWSConfigs.ClockOffset"/> will be updated with the calculated offset even if this field is set to false, though requests will not be corrected or retried. </summary> </member> <member name="P:Amazon.AWSConfigs.ClockOffset"> <summary> The calculated clock skew correction, if there is one. This field will be set if a service call resulted in an exception and the SDK has determined that there is a difference between local and server times. If <seealso cref="P:Amazon.AWSConfigs.CorrectForClockSkew"/> is set to true, this value will be set to the correction, but it will not be used by the SDK and clock skew errors will not be retried. </summary> </member> <member name="P:Amazon.AWSConfigs.AWSRegion"> <summary> Configures the default AWS region for clients which have not explicitly specified a region. Changes to this setting will only take effect for newly constructed instances of AWS clients. This setting can be configured through the App.config. For example: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws region="us-west-2" /> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.AWSProfileName"> <summary> Profile name for stored AWS credentials that will be used to make service calls. Changes to this setting will only take effect in newly-constructed clients. <para> To reference the account from an application's App.config or Web.config use the AWSProfileName setting. <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="development"/> </appSettings> </configuration> </code> </para> </summary> </member> <member name="P:Amazon.AWSConfigs.AWSProfilesLocation"> <summary> Location of the credentials file shared with other AWS SDKs. By default, the credentials file is stored in the .aws directory in the current user's home directory. Changes to this setting will only take effect in newly-constructed clients. <para> To reference the profile from an application's App.config or Web.config use the AWSProfileName setting. <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfilesLocation" value="c:\config"/> </appSettings> </configuration> </code> </para> </summary> </member> <member name="P:Amazon.AWSConfigs.Logging"> <summary> Configures how the SDK should log events, if at all. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWSLogging" value="log4net"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.ResponseLogging"> <summary> Configures when the SDK should log service responses. Changes to this setting will take effect immediately. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWSResponseLogging" value="OnError"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.LogMetrics"> <summary> Configures if the SDK should log performance metrics. This setting configures the default LogMetrics property for all clients/configs. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWSLogMetrics" value="true"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.EndpointDefinition"> <summary> Configures if the SDK should use a custom configuration file that defines the regions and endpoints. <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws endpointDefinition="c:\config\endpoints.xml" /> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.DynamoDBContextTableNamePrefix"> <summary> Configures the default TableNamePrefix that the DynamoDBContext will use if not manually configured. Changes to this setting will only take effect in newly-constructed instances of DynamoDBContextConfig and DynamoDBContext. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWS.DynamoDBContext.TableNamePrefix" value="Test-"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.S3UseSignatureVersion4"> <summary> Configures if the S3 client should use Signature Version 4 signing with requests. By default, this setting is false, though Signature Version 4 may be used by default in some cases or with some regions. When the setting is true, Signature Version 4 will be used for all requests. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWS.S3.UseSignatureVersion4" value="true"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.EC2UseSignatureVersion4"> <summary> Configures if the EC2 client should use Signature Version 4 signing with requests. By default, this setting is false, though Signature Version 4 may be used by default in some cases or with some regions. When the setting is true, Signature Version 4 will be used for all requests. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example: <code> <appSettings> <add key="AWS.EC2.UseSignatureVersion4" value="true"/> </appSettings> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.LoggingConfig"> <summary> Configuration for the Logging section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <logging logTo="Log4Net, SystemDiagnostics" logResponses="Always" logMetrics="true" /> </aws> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.DynamoDBConfig"> <summary> Configuration for the DynamoDB section of AWS configuration. Changes to some settings may not take effect until a new client or context is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <dynamoDB> <dynamoDBContext tableNamePrefix="Prod-"> <tableAliases> <alias fromTable="FakeTable" toTable="People" /> <alias fromTable="Persons" toTable="People" /> </tableAliases> <mappings> <map type="Sample.Tests.Author, SampleDLL" targetTable="People" /> <map type="Sample.Tests.Editor, SampleDLL" targetTable="People"> <property name="FullName" attribute="Name" /> <property name="EmployeeId" attribute="Id" /> <property name="ComplexData" converter="Sample.Tests.ComplexDataConverter, SampleDLL" /> <property name="Version" version="true" /> <property name="Password" ignore="true" /> </map> </mappings> </dynamoDBContext> </dynamoDB> </aws> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.S3Config"> <summary> Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <s3 useSignatureVersion4="true" /> </aws> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.EC2Config"> <summary> Configuration for the EC2 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <ec2 useSignatureVersion4="true" /> </aws> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.ProxyConfig"> <summary> Configuration for the Proxy section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws> <proxy host="localhost" port="8888" username="1" password="1" /> </aws> </code> </summary> </member> <member name="P:Amazon.AWSConfigs.RegionEndpoint"> <summary> Configuration for the region endpoint section of AWS configuration. Changes may not take effect until a new client is constructed. Example section: <code> <configSections> <section name="aws" type="Amazon.AWSSection, AWSSDK"/> </configSections> <aws region="us-west-2" /> </code> </summary> </member> <member name="T:Amazon.Util.AWSSDKUtils"> <summary> This class defines utilities and constants that can be used by all the client libraries of the SDK. </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.UserAgentHeader"> <summary> The user agent string header </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ValidUrlCharacters"> <summary> The Set of accepted and valid Url characters per RFC3986. Characters outside of this set will be encoded. </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ValidUrlCharactersRFC1738"> <summary> The Set of accepted and valid Url characters per RFC1738. Characters outside of this set will be encoded. </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.UrlEncodedContent"> <summary> The string representing Url Encoded Content in HTTP requests </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.GMTDateFormat"> <summary> The GMT Date Format string. Used when parsing date objects </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ISO8601DateFormat"> <summary> The ISO8601Date Format string. Used when parsing date objects </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ISO8601DateFormatNoMS"> <summary> The ISO8601Date Format string. Used when parsing date objects </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ISO8601BasicDateTimeFormat"> <summary> The ISO8601 Basic date/time format string. Used when parsing date objects </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ISO8601BasicDateFormat"> <summary> The ISO8601 basic date format. Used during AWS4 signature computation. </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.RFC822DateFormat"> <summary> The RFC822Date Format string. Used when parsing date objects </summary> </member> <member name="F:Amazon.Util.AWSSDKUtils.ValidPathCharacters"> <summary> The set of accepted and valid Url path characters per RFC3986. </summary> </member> <member name="M:Amazon.Util.AWSSDKUtils.GetExtension(System.String)"> <summary> Returns an extension of a path. This has the same behavior as System.IO.Path.GetExtension, but does not check the path for invalid characters. </summary> <param name="path"></param> <returns></returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.GetParametersAsString(System.Collections.Generic.IDictionary{System.String,System.String})"> Convert Dictionary of paremeters to Url encoded query string </member> <member name="M:Amazon.Util.AWSSDKUtils.Join(System.Collections.Generic.List{System.String})"> <summary> Returns a new string created by joining each of the strings in the specified list together, with a comma between them. </summary> <parma name="strings">The list of strings to join into a single, comma delimited string list.</parma> <returns> A new string created by joining each of the strings in the specified list together, with a comma between strings.</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.DetermineRegion(System.String)"> <summary> Attempt to infer the region for a service request based on the endpoint </summary> <param name="url">Endpoint to the service to be called</param> <returns> Region parsed from the endpoint; DefaultRegion (or DefaultGovRegion) if it cannot be determined/is not explicit </returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.DetermineService(System.String)"> <summary> Attempt to infer the service name for a request (in short form, eg 'iam') from the service endpoint. </summary> <param name="url">Endpoint to the service to be called</param> <returns> Short-form name of the service parsed from the endpoint; empty string if it cannot be determined </returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.ConvertFromUnixEpochSeconds(System.Int32)"> <summary> Utility method for converting Unix epoch seconds to DateTime structure. </summary> <param name="seconds">The number of seconds since January 1, 1970.</param> <returns>Converted DateTime structure</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.ToHex(System.Byte[],System.Boolean)"> <summary> Helper function to format a byte array into string </summary> <param name="data">The data blob to process</param> <param name="lowercase">If true, returns hex digits in lower case form</param> <returns>String version of the data</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.InvokeInBackground``1(System.EventHandler{``0},``0,System.Object)"> <summary> Calls a specific EventHandler in a background thread </summary> <param name="handler"></param> <param name="args"></param> <param name="sender"></param> </member> <member name="M:Amazon.Util.AWSSDKUtils.ParseQueryParameters(System.String)"> <summary> Parses a query string of a URL and returns the parameters as a string-to-string dictionary. </summary> <param name="url"></param> <returns></returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.GetFormattedTimestampISO8601(System.Int32)"> <summary> Gets the ISO8601 formatted timestamp that is minutesFromNow in the future. </summary> <param name="minutesFromNow">The number of minutes from the current instant for which the timestamp is needed.</param> <returns>The ISO8601 formatted future timestamp.</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.GetFormattedTimestampRFC822(System.Int32)"> <summary> Gets the RFC822 formatted timestamp that is minutesFromNow in the future. </summary> <param name="minutesFromNow">The number of minutes from the current instant for which the timestamp is needed.</param> <returns>The ISO8601 formatted future timestamp.</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.UrlEncode(System.String,System.Boolean)"> <summary> URL encodes a string per RFC3986. If the path property is specified, the accepted path characters {/+:} are not encoded. </summary> <param name="data">The string to encode</param> <param name="path">Whether the string is a URL path or not</param> <returns>The encoded string</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.UrlEncode(System.Int32,System.String,System.Boolean)"> <summary> URL encodes a string per the specified RFC. If the path property is specified, the accepted path characters {/+:} are not encoded. </summary> <param name="rfcNumber">RFC number determing safe characters</param> <param name="data">The string to encode</param> <param name="path">Whether the string is a URL path or not</param> <returns>The encoded string</returns> <remarks> Currently recognised RFC versions are 1738 (Dec '94) and 3986 (Jan '05). If the specified RFC is not recognised, 3986 is used by default. </remarks> </member> <member name="M:Amazon.Util.AWSSDKUtils.BytesToHexString(System.Byte[])"> <summary> Convert bytes to a hex string </summary> <param name="bytes">Bytes to convert.</param> <returns>Hexadecimal string representing the byte array.</returns> </member> <member name="M:Amazon.Util.AWSSDKUtils.HexStringToBytes(System.String)"> <summary> Convert a hex string to bytes </summary> <param name="hex">Hexadecimal string</param> <returns>Byte array corresponding to the hex string.</returns> </member> <member name="P:Amazon.Util.AWSSDKUtils.SDKUserAgent"> <summary> The AWS SDK User Agent </summary> </member> <member name="P:Amazon.Util.AWSSDKUtils.FormattedCurrentTimestampGMT"> <summary> Formats the current date as a GMT timestamp </summary> <returns>A GMT formatted string representation of the current date and time </returns> </member> <member name="P:Amazon.Util.AWSSDKUtils.FormattedCurrentTimestampISO8601"> <summary> Formats the current date as ISO 8601 timestamp </summary> <returns>An ISO 8601 formatted string representation of the current date and time </returns> </member> <member name="P:Amazon.Util.AWSSDKUtils.FormattedCurrentTimestampRFC822"> <summary> Formats the current date as ISO 8601 timestamp </summary> <returns>An ISO 8601 formatted string representation of the current date and time </returns> </member> <member name="P:Amazon.Util.AWSSDKUtils.CorrectedUtcNow"> <summary> Returns DateTime.UtcNow + ClockOffset when <seealso cref="P:Amazon.AWSConfigs.CorrectForClockSkew"/> is true. This value should be used when constructing requests, as it will represent accurate time w.r.t. AWS servers. </summary> </member> <member name="T:Amazon.Util.RootConfig"> <summary> Root AWS config </summary> </member> <member name="T:Amazon.Util.S3Config"> <summary> S3 settings. </summary> </member> <member name="P:Amazon.Util.S3Config.UseSignatureVersion4"> <summary> Configures if the S3 client should use Signature Version 4 signing with requests. By default, this setting is false, though Signature Version 4 may be used by default in some cases or with some regions. When the setting is true, Signature Version 4 will be used for all requests. </summary> </member> <member name="T:Amazon.Util.EC2Config"> <summary> EC2 settings. </summary> </member> <member name="P:Amazon.Util.EC2Config.UseSignatureVersion4"> <summary> Configures if the EC2 client should use Signature Version 4 signing with requests. By default, this setting is false, though Signature Version 4 may be used by default in some cases or with some regions. When the setting is true, Signature Version 4 will be used for all requests. </summary> </member> <member name="T:Amazon.Util.ProxyConfig"> <summary> Settings for configuring a proxy for the SDK to use. </summary> </member> <member name="P:Amazon.Util.ProxyConfig.Host"> <summary> The host name or IP address of the proxy server. </summary> </member> <member name="P:Amazon.Util.ProxyConfig.Port"> <summary> The port number of the proxy. </summary> </member> <member name="P:Amazon.Util.ProxyConfig.Username"> <summary> The username to authenticate with the proxy server. </summary> </member> <member name="P:Amazon.Util.ProxyConfig.Password"> <summary> The password to authenticate with the proxy server. </summary> </member> <member name="T:Amazon.Util.LoggingConfig"> <summary> Settings for logging in the SDK. </summary> </member> <member name="P:Amazon.Util.LoggingConfig.LogTo"> <summary> Logging destination. </summary> </member> <member name="P:Amazon.Util.LoggingConfig.LogResponses"> <summary> When to log responses. </summary> </member> <member name="P:Amazon.Util.LoggingConfig.LogResponsesSizeLimit"> <summary> Gets or sets the size limit in bytes for logged responses. If logging for response body is enabled, logged response body is limited to this size. The default limit is 1KB. </summary> </member> <member name="P:Amazon.Util.LoggingConfig.LogMetrics"> <summary> Whether or not to log SDK metrics. </summary> </member> <member name="P:Amazon.Util.LoggingConfig.LogMetricsCustomFormatter"> <summary> A custom formatter added through Configuration </summary> </member> <member name="T:Amazon.Util.DynamoDBConfig"> <summary> DynamoDB settings. </summary> </member> <member name="P:Amazon.Util.DynamoDBConfig.ConversionSchema"> <summary> Conversion schema to use for converting .NET types to DynamoDB types. </summary> </member> <member name="P:Amazon.Util.DynamoDBConfig.Context"> <summary> Settings for DynamoDBContext. </summary> </member> <member name="T:Amazon.Util.DynamoDBContextConfig"> <summary> Settings for DynamoDBContext. </summary> </member> <member name="M:Amazon.Util.DynamoDBContextConfig.AddAlias(Amazon.Util.TableAlias)"> <summary> Adds a TableAlias to the TableAliases property. An exception is thrown if there is already a TableAlias with the same FromTable configured. </summary> <param name="tableAlias"></param> </member> <member name="M:Amazon.Util.DynamoDBContextConfig.AddMapping(Amazon.Util.TypeMapping)"> <summary> Adds a TypeMapping to the TypeMappings property. An exception is thrown if there is already a TypeMapping with the same Type configured. </summary> <param name="typeMapping"></param> </member> <member name="P:Amazon.Util.DynamoDBContextConfig.TableNamePrefix"> <summary> Configures the default TableNamePrefix that the DynamoDBContext will use if not manually configured. TableNamePrefix is used after TableAliases have been applied. </summary> </member> <member name="P:Amazon.Util.DynamoDBContextConfig.TableAliases"> <summary> A string-to-string dictionary (From-Table to To-Table) used by DynamoDBContext to use a different table from one that is configured for a type. Remapping is done before applying TableNamePrefix. </summary> </member> <member name="P:Amazon.Util.DynamoDBContextConfig.TypeMappings"> <summary> A Type-to-TypeMapping (type to TypeMapping defining its DynamoDB conversion) used by DynamoDBContext to modify or configure a particular type. </summary> </member> <member name="T:Amazon.Util.TableAlias"> <summary> Single DynamoDB table alias </summary> </member> <member name="M:Amazon.Util.TableAlias.#ctor"> <summary> Initializes an empty TableAlias object </summary> </member> <member name="M:Amazon.Util.TableAlias.#ctor(System.String,System.String)"> <summary> Initializes a TableAlias object with specific source and destination tables </summary> <param name="fromTable">Source table</param> <param name="toTable">Destination table</param> </member> <member name="P:Amazon.Util.TableAlias.FromTable"> <summary> Source table </summary> </member> <member name="P:Amazon.Util.TableAlias.ToTable"> <summary> Destination table </summary> </member> <member name="T:Amazon.Util.TypeMapping"> <summary> Single DynamoDB type mapping config </summary> </member> <member name="M:Amazon.Util.TypeMapping.AddProperty(Amazon.Util.PropertyConfig)"> <summary> Adds a PropertyConfig to the PropertyConfigs property. An exception is thrown if there is already a PropertyConfig with the same Name configured. </summary> <param name="propertyConfig"></param> </member> <member name="M:Amazon.Util.TypeMapping.#ctor(System.Type,System.String)"> <summary> Initializes a TypeMapping object for a specific type and target table. </summary> <param name="type">Target type</param> <param name="targetTable">Target table</param> </member> <member name="P:Amazon.Util.TypeMapping.Type"> <summary> Type to which the mapping applies </summary> </member> <member name="P:Amazon.Util.TypeMapping.TargetTable"> <summary> Target table for the type </summary> </member> <member name="P:Amazon.Util.TypeMapping.PropertyConfigs"> <summary> A string-to-PropertyConfig dictionary (property name to PropertyConfig) describing how each property on the type should be treated. </summary> </member> <member name="T:Amazon.Util.PropertyConfig"> <summary> Single DynamoDB property mapping config </summary> </member> <member name="M:Amazon.Util.PropertyConfig.#ctor(System.String)"> <summary> Initializes a PropertyConfig object for a specific property </summary> <param name="name"></param> </member> <member name="P:Amazon.Util.PropertyConfig.Name"> <summary> Property name </summary> </member> <member name="P:Amazon.Util.PropertyConfig.Attribute"> <summary> Attribute name </summary> </member> <member name="P:Amazon.Util.PropertyConfig.Ignore"> <summary> Whether this property should be ignored by DynamoDBContext </summary> </member> <member name="P:Amazon.Util.PropertyConfig.Version"> <summary> Whether this property should be treated as a version property </summary> </member> <member name="P:Amazon.Util.PropertyConfig.Converter"> <summary> The type of converter that should be used on this property </summary> </member> <member name="T:Amazon.Util.AWSPublicIpAddressRanges"> <summary> This class can be used to discover the public address ranges for AWS. The information is retrieved from the publicly accessible https://ip-ranges.amazonaws.com/ip-ranges.json file. </summary> <remarks> The information in this file is generated from our internal system-of-record and is authoritative. You can expect it to change several times per week and should poll accordingly. </remarks> </member> <member name="F:Amazon.Util.AWSPublicIpAddressRanges.GlobalRegionIdentifier"> <summary> Region identifier string for ROUTE53 and CLOUDFRONT ranges </summary> </member> <member name="M:Amazon.Util.AWSPublicIpAddressRanges.AddressRangesByServiceKey(System.String)"> <summary> Filtered collection of public IP ranges for the given service key </summary> </member> <member name="M:Amazon.Util.AWSPublicIpAddressRanges.AddressRangesByRegion(System.String)"> <summary> Filtered collection of public IP ranges for the given region (us-east-1 etc) or GLOBAL. </summary> </member> <member name="M:Amazon.Util.AWSPublicIpAddressRanges.Load"> <summary> Downloads the most recent copy of the endpoint address file and parses it to a collection of address range objects. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRanges.ServiceKeys"> <summary> Collection of service keys found in the data file. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRanges.CreateDate"> <summary> The publication date and time of the file that was downloaded and parsed. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRanges.AllAddressRanges"> <summary> Collection of all public IP ranges. </summary> </member> <member name="T:Amazon.Util.AWSPublicIpAddressRange"> <summary> Represents the IP address range for a single region and service key. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRange.IpPrefix"> <summary> The public IP address range, in CIDR notation. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRange.Region"> <summary> The AWS region or GLOBAL for edge locations. Note that the CLOUDFRONT and ROUTE53 ranges are GLOBAL. </summary> </member> <member name="P:Amazon.Util.AWSPublicIpAddressRange.Service"> <summary> The subset of IP address ranges. Specify AMAZON to get all IP address ranges (for example, the ranges in the EC2 subset are also in the AMAZON subset). Note that some IP address ranges are only in the AMAZON subset. </summary> <remarks> Valid values for the service key include "AMAZON", "EC2", "ROUTE53", "ROUTE53_HEALTHCHECKS", and "CLOUDFRONT." If you need to know all of the ranges and don't care about the service, use the "AMAZON" entries. The other entries are subsets of this one. Also, some of the services, such as S3, are represented in "AMAZON" and do not have an entry that is specific to the service. We plan to add additional values over time; code accordingly! </remarks> </member> <member name="T:Amazon.Util.CircularReferenceTracking"> <summary> Object to track circular references in nested types. At each level of nesting, make a call to Track to retrieve Tracker, a tracking object implementing the IDisposable interface. Dispose of this tracker when leaving the context of the tracked object. </summary> </member> <member name="M:Amazon.Util.CircularReferenceTracking.Track(System.Object)"> <summary> Adds the current target to a reference list and returns a tracker. The tracker removes the target from the reference list when the tracker is disposed. </summary> <param name="target"></param> <returns></returns> </member> <member name="T:Amazon.Util.CircularReferenceTracking.Tracker"> <summary> Tracker. Must be disposed. </summary> </member> <member name="M:Amazon.Util.CircularReferenceTracking.Tracker.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Util.CircularReferenceTracking.Tracker.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:ThirdParty.Ionic.Zlib.CRC32"> <summary> Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the same polynomial used by Zip. This type is used internally by DotNetZip; it is generally not used directly by applications wishing to create, read, or manipulate zip archive files. </summary> </member> <member name="M:ThirdParty.Ionic.Zlib.CRC32.GetCrc32(System.IO.Stream)"> <summary> Returns the CRC32 for the specified stream. </summary> <param name="input">The stream over which to calculate the CRC32</param> <returns>the CRC32 calculation</returns> </member> <member name="M:ThirdParty.Ionic.Zlib.CRC32.GetCrc32AndCopy(System.IO.Stream,System.IO.Stream)"> <summary> Returns the CRC32 for the specified stream, and writes the input into the output stream. </summary> <param name="input">The stream over which to calculate the CRC32</param> <param name="output">The stream into which to deflate the input</param> <returns>the CRC32 calculation</returns> </member> <member name="M:ThirdParty.Ionic.Zlib.CRC32.ComputeCrc32(System.Int32,System.Byte)"> <summary> Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip. </summary> <param name="W">The word to start with.</param> <param name="B">The byte to combine it with.</param> <returns>The CRC-ized result.</returns> </member> <member name="M:ThirdParty.Ionic.Zlib.CRC32.SlurpBlock(System.Byte[],System.Int32,System.Int32)"> <summary> Update the value for the running CRC32 using the given block of bytes. This is useful when using the CRC32() class in a Stream. </summary> <param name="block">block of bytes to slurp</param> <param name="offset">starting point in the block</param> <param name="count">how many bytes within the block to slurp</param> </member> <member name="P:ThirdParty.Ionic.Zlib.CRC32.TotalBytesRead"> <summary> indicates the total number of bytes read on the CRC stream. This is used when writing the ZipDirEntry when compressing files. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CRC32.Crc32Result"> <summary> Indicates the current CRC for all blocks slurped in. </summary> </member> <member name="T:ThirdParty.Ionic.Zlib.CrcCalculatorStream"> <summary> A Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written. </summary> <remarks> <para> This class can be used to verify the CRC of a ZipEntry when reading from a stream, or to calculate a CRC when writing to a stream. The stream should be used to either read, or write, but not both. If you intermix reads and writes, the results are not defined. </para> <para>This class is intended primarily for use internally by the DotNetZip library.</para> </remarks> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.#ctor(System.IO.Stream)"> <summary> The constructor. </summary> <param name="stream">The underlying stream</param> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.#ctor(System.IO.Stream,System.Int64)"> <summary> The constructor. </summary> <param name="stream">The underlying stream</param> <param name="length">The length of the stream to slurp</param> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Read(System.Byte[],System.Int32,System.Int32)"> <summary> Read from the stream </summary> <param name="buffer">the buffer to read</param> <param name="offset">the offset at which to start</param> <param name="count">the number of bytes to read</param> <returns>the number of bytes actually read</returns> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Write(System.Byte[],System.Int32,System.Int32)"> <summary> Write to the stream. </summary> <param name="buffer">the buffer from which to write</param> <param name="offset">the offset at which to start writing</param> <param name="count">the number of bytes to write</param> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Flush"> <summary> Flush the stream. </summary> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Seek(System.Int64,System.IO.SeekOrigin)"> <summary> Not implemented. </summary> <param name="offset">N/A</param> <param name="origin">N/A</param> <returns>N/A</returns> </member> <member name="M:ThirdParty.Ionic.Zlib.CrcCalculatorStream.SetLength(System.Int64)"> <summary> Not implemented. </summary> <param name="value">N/A</param> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.TotalBytesSlurped"> <summary> Gets the total number of bytes run through the CRC32 calculator. </summary> <remarks> This is either the total number of bytes read, or the total number of bytes written, depending on the direction of this stream. </remarks> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Crc32"> <summary> Provides the current CRC for all blocks slurped in. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.CanRead"> <summary> Indicates whether the stream supports reading. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.CanSeek"> <summary> Indicates whether the stream supports seeking. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.CanWrite"> <summary> Indicates whether the stream supports writing. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Length"> <summary> Not implemented. </summary> </member> <member name="P:ThirdParty.Ionic.Zlib.CrcCalculatorStream.Position"> <summary> Not implemented. </summary> </member> <member name="T:Amazon.LoggingOptions"> <summary> Logging options. Can be combined to enable multiple loggers. </summary> </member> <member name="F:Amazon.LoggingOptions.None"> <summary> No logging </summary> </member> <member name="F:Amazon.LoggingOptions.Log4Net"> <summary> Log using log4net </summary> </member> <member name="F:Amazon.LoggingOptions.SystemDiagnostics"> <summary> Log using System.Diagnostics </summary> </member> <member name="T:Amazon.ResponseLoggingOption"> <summary> Response logging option. </summary> </member> <member name="F:Amazon.ResponseLoggingOption.Never"> <summary> Never log service response </summary> </member> <member name="F:Amazon.ResponseLoggingOption.OnError"> <summary> Only log service response when there's an error </summary> </member> <member name="F:Amazon.ResponseLoggingOption.Always"> <summary> Always log service response </summary> </member> <member name="T:Amazon.LogMetricsFormatOption"> <summary> Format for metrics data in the logs </summary> </member> <member name="F:Amazon.LogMetricsFormatOption.Standard"> <summary> Emit metrics in human-readable format </summary> </member> <member name="F:Amazon.LogMetricsFormatOption.JSON"> <summary> Emit metrics as JSON data </summary> </member> <member name="T:Amazon.RegionEndpoint"> <summary> This class contains the endpoints available to the AWS clients. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. </summary> </member> <member name="F:Amazon.RegionEndpoint.USEast1"> <summary> The US East (Virginia) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.USWest1"> <summary> The US West (N. California) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.USWest2"> <summary> The US West (Oregon) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.EUWest1"> <summary> The EU West (Ireland) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.EUCentral1"> <summary> The EU Central (Frankfurt) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.APNortheast1"> <summary> The Asia Pacific (Tokyo) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.APNortheast2"> <summary> The Asia Pacific (Seoul) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.APSoutheast1"> <summary> The Asia Pacific (Singapore) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.APSoutheast2"> <summary> The Asia Pacific (Sydney) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.SAEast1"> <summary> The South America (Sao Paulo) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.USGovCloudWest1"> <summary> The US GovCloud West (Oregon) endpoint. </summary> </member> <member name="F:Amazon.RegionEndpoint.CNNorth1"> <summary> The China (Beijing) endpoint. </summary> </member> <member name="M:Amazon.RegionEndpoint.GetBySystemName(System.String)"> <summary> Gets the region based on its system name like "us-west-1" </summary> <param name="systemName">The system name of the service like "us-west-1"</param> <returns></returns> </member> <member name="M:Amazon.RegionEndpoint.LoadEndpointDefinitions(System.IO.TextReader)"> <summary> Parse the endpoint definition. This method is only meant to be called directly for testing purposes. </summary> <param name="reader">A reader of the endpoint definitions</param> </member> <member name="M:Amazon.RegionEndpoint.UnloadEndpointDefinitions"> <summary> This is a testing method and should not be called by production applications. </summary> </member> <member name="M:Amazon.RegionEndpoint.GetEndpointForService(System.String)"> <summary> Gets the endpoint for a service in a region. </summary> <param name="serviceName">The services system name.</param> <exception cref="T:System.ArgumentException">Thrown when the request service does not have a valid endpoint in the region.</exception> <returns></returns> </member> <member name="P:Amazon.RegionEndpoint.EnumerableAllRegions"> <summary> Enumerate through all the regions. </summary> </member> <member name="P:Amazon.RegionEndpoint.SystemName"> <summary> Gets the system name of a region. </summary> </member> <member name="P:Amazon.RegionEndpoint.DisplayName"> <summary> Gets the display name of a region. </summary> </member> <member name="T:Amazon.RegionEndpoint.Endpoint"> <summary> This class defines an endpoints hostname and which protocols it supports. </summary> </member> <member name="P:Amazon.RegionEndpoint.Endpoint.Hostname"> <summary> Gets the hostname for the service. </summary> </member> <member name="P:Amazon.RegionEndpoint.Endpoint.HTTPS"> <summary> Returns true of the service endpoint supports HTTPS. </summary> </member> <member name="P:Amazon.RegionEndpoint.Endpoint.HTTP"> <summary> Returns true of the service endpoint supports HTTP. </summary> </member> <member name="P:Amazon.RegionEndpoint.Endpoint.AuthRegion"> <summary> The authentication region to be used in request signing. </summary> </member> <member name="P:Amazon.RegionEndpoint.Endpoint.SignatureVersionOverride"> <summary> Overrides the default signing protocol for an endpoint. Typically used to force Signature V4 for services that can support multiple signing protocols. </summary> </member> <member name="T:Amazon.Runtime.AmazonClientException"> <summary> Exception thrown by the SDK for errors that occur within the SDK. </summary> </member> <member name="T:Amazon.Runtime.AmazonServiceException"> <summary> A base exception for some Amazon Web Services. <para> Most exceptions thrown to client code will be service-specific exceptions, though some services may throw this exception if there is a problem which is caught in the core client code. </para> </summary> </member> <member name="P:Amazon.Runtime.AmazonServiceException.ErrorType"> <summary> Whether the error was attributable to <c>Sender</c> or <c>Reciever</c>. </summary> </member> <member name="P:Amazon.Runtime.AmazonServiceException.ErrorCode"> <summary> The error code returned by the service </summary> </member> <member name="P:Amazon.Runtime.AmazonServiceException.RequestId"> <summary> The id of the request which generated the exception. </summary> </member> <member name="P:Amazon.Runtime.AmazonServiceException.StatusCode"> <summary> The HTTP status code from the service response </summary> </member> <member name="T:Amazon.Runtime.AmazonUnmarshallingException"> <summary> This exception is thrown when there is a parse error on the response back from AWS. </summary> </member> <member name="P:Amazon.Runtime.AmazonUnmarshallingException.LastKnownLocation"> <summary> Last known location in the response that was parsed, if available. </summary> </member> <member name="P:Amazon.Runtime.AmazonUnmarshallingException.ResponseBody"> <summary> The entire response body that caused this exception, if available. </summary> </member> <member name="T:Amazon.Runtime.ImmutableCredentials"> <summary> Immutable representation of AWS credentials. </summary> </member> <member name="M:Amazon.Runtime.ImmutableCredentials.#ctor(System.String,System.String,System.String)"> <summary> Constructs an ImmutableCredentials object with supplied accessKey, secretKey. </summary> <param name="awsAccessKeyId"></param> <param name="awsSecretAccessKey"></param> <param name="token">Optional. Can be set to null or empty for non-session credentials.</param> </member> <member name="M:Amazon.Runtime.ImmutableCredentials.Copy"> <summary> Returns a copy of the current credentials. </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.ImmutableCredentials.AccessKey"> <summary> Gets the AccessKey property for the current credentials. </summary> </member> <member name="P:Amazon.Runtime.ImmutableCredentials.SecretKey"> <summary> Gets the SecretKey property for the current credentials. </summary> </member> <member name="P:Amazon.Runtime.ImmutableCredentials.Token"> <summary> Gets the Token property for the current credentials. </summary> </member> <member name="P:Amazon.Runtime.ImmutableCredentials.UseToken"> <summary> Gets the UseToken property for the current credentials. Specifies if Token property is non-emtpy. </summary> </member> <member name="T:Amazon.Runtime.BasicAWSCredentials"> <summary> Basic set of credentials consisting of an AccessKey and SecretKey </summary> </member> <member name="M:Amazon.Runtime.BasicAWSCredentials.#ctor(System.String,System.String)"> <summary> Constructs a BasicAWSCredentials object for the specified accessKey and secretKey. </summary> <param name="accessKey"></param> <param name="secretKey"></param> </member> <member name="M:Amazon.Runtime.BasicAWSCredentials.GetCredentials"> <summary> Returns an instance of ImmutableCredentials for this instance </summary> <returns></returns> </member> <member name="T:Amazon.Runtime.SessionAWSCredentials"> <summary> Session credentials consisting of AccessKey, SecretKey and Token </summary> </member> <member name="M:Amazon.Runtime.SessionAWSCredentials.#ctor(System.String,System.String,System.String)"> <summary> Constructs a SessionAWSCredentials object for the specified accessKey, secretKey. </summary> <param name="awsAccessKeyId"></param> <param name="awsSecretAccessKey"></param> <param name="token"></param> </member> <member name="M:Amazon.Runtime.SessionAWSCredentials.GetCredentials"> <summary> Returns an instance of ImmutableCredentials for this instance </summary> <returns></returns> </member> <member name="T:Amazon.Runtime.InstanceProfileAWSCredentials"> <summary> Credentials that are retrieved from the Instance Profile service on an EC2 instance </summary> </member> <member name="M:Amazon.Runtime.InstanceProfileAWSCredentials.#ctor(System.String)"> <summary> Constructs a InstanceProfileAWSCredentials object for specific role </summary> <param name="role">Role to use</param> </member> <member name="M:Amazon.Runtime.InstanceProfileAWSCredentials.#ctor"> <summary> Constructs a InstanceProfileAWSCredentials object for the first found role </summary> </member> <member name="M:Amazon.Runtime.InstanceProfileAWSCredentials.GetAvailableRoles"> <summary> Retrieves a list of all roles available through current InstanceProfile service </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.InstanceProfileAWSCredentials.Role"> <summary> Role for which the credentials are retrieved </summary> </member> <member name="T:Amazon.Runtime.AssumeRoleAWSCredentials"> <summary> Credentials that are retrieved by invoking AWS Security Token Service AssumeRole or AssumeRoleWithSAML action. </summary> </member> <member name="M:Amazon.Runtime.AssumeRoleAWSCredentials.#ctor(Amazon.SecurityToken.IAmazonSecurityTokenService,Amazon.SecurityToken.Model.AssumeRoleRequest)"> <summary> Instantiates AssumeRoleAWSCredentials which automatically assumes a specified role. The credentials are refreshed before expiration. </summary> <param name="sts"> Instance of IAmazonSecurityTokenService that will be used to make the AssumeRole service call. </param> <param name="assumeRoleRequest">Configuration for the role to assume.</param> </member> <member name="M:Amazon.Runtime.AssumeRoleAWSCredentials.#ctor(Amazon.SecurityToken.Model.AssumeRoleWithSAMLRequest)"> <summary> Instantiates AssumeRoleAWSCredentials which automatically assumes a specified SAML role. The credentials are refreshed before expiration. </summary> <param name="assumeRoleWithSamlRequest">Configuration for the SAML role to assume.</param> </member> <member name="T:Amazon.Runtime.AnonymousAWSCredentials"> <summary> Anonymous credentials. Using these credentials, the client does not sign the request. </summary> </member> <member name="M:Amazon.Runtime.AnonymousAWSCredentials.GetCredentials"> <summary> Returns an instance of ImmutableCredentials for this instance </summary> <returns></returns> </member> <member name="T:Amazon.Runtime.ClientConfig"> <summary> This class is the base class of all the configurations settings to connect to a service. </summary> </member> <member name="M:Amazon.Runtime.ClientConfig.Validate"> <summary> Performs validation on this config object. Throws exception if any of the required values are missing/invalid. </summary> </member> <member name="M:Amazon.Runtime.ClientConfig.GetTimeoutValue(System.Nullable{System.TimeSpan},System.Nullable{System.TimeSpan})"> <summary> Returns the request timeout value if its value is set, else returns client timeout value. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ServiceVersion"> <summary> Gets Service Version </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.SignatureMethod"> <summary> Gets and sets of the signatureMethod property. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.SignatureVersion"> <summary> Gets and sets of the SignatureVersion property. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.UserAgent"> <summary> Gets and sets of the UserAgent property. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.RegionEndpoint"> <summary> Gets and sets the RegionEndpoint property. The region constant to use that determines the endpoint to use. If this is not set then the client will fallback to the value of ServiceURL. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ServiceURL"> <summary> Gets and sets of the ServiceURL property. This is an optional property; change it only if you want to try a different service endpoint. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.UseHttp"> <summary> Gets and sets the UseHttp. If this property is set to true, the client attempts to use HTTP protocol, if the target endpoint supports it. By default, this property is set to false. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.AuthenticationRegion"> <summary> Gets and sets the AuthenticationRegion property. Used in AWS4 request signing, this is an optional property; change it only if the region cannot be determined from the service endpoint. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.AuthenticationServiceName"> <summary> Gets and sets the AuthenticationServiceName property. Used in AWS4 request signing, this is the short-form name of the service being called. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.MaxErrorRetry"> <summary> Gets and sets of the MaxErrorRetry property. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.LogResponse"> <summary> Gets and sets the LogResponse. If this property is set to true, the service response is read in its entirety and logged. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ReadEntireResponse"> <summary> Gets and sets the ReadEntireResponse. If this property is set to true, the service response is read in its entirety before being processed. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.BufferSize"> <summary> Gets and Sets the BufferSize property. The BufferSize controls the buffer used to read in from input streams and write out to the request. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ProgressUpdateInterval"> <summary> <para> Gets or sets the interval at which progress update events are raised for upload operations. By default, the progress update events are raised at every 100KB of data transferred. </para> <para> If the value of this property is set less than ClientConfig.BufferSize, progress updates events will be raised at the interval specified by ClientConfig.BufferSize. </para> </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ResignRetries"> <summary> Flag on whether to resign requests on retry or not. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.AllowAutoRedirect"> <summary> This flag controls if .NET HTTP infrastructure should follow redirection responses (e.g. HTTP 307 - temporary redirect). </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.LogMetrics"> <summary> Flag on whether to log metrics for service calls. This can be set in the application's configs, as below: <code> <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSLogMetrics" value"true"/> </appSettings> </configuration> </code> </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.DisableLogging"> <summary> Flag on whether to completely disable logging for this client or not. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.ProxyCredentials"> <summary> Credentials to use with a proxy. </summary> </member> <member name="P:Amazon.Runtime.ClientConfig.Timeout"> <summary> Overrides the default request timeout value. </summary> <remarks> <para> If the value is set, the value is assigned to the Timeout property of the HTTPWebRequest/HttpClient object used to send requests. </para> <para> Please specify a timeout value only if the operation will not complete within the default intervals specified for an HttpWebRequest/HttpClient. </para> </remarks> <exception cref="T:System.ArgumentNullException">The timeout specified is null.</exception> <exception cref="T:System.ArgumentOutOfRangeException">The timeout specified is less than or equal to zero and is not Infinite.</exception> <seealso cref="P:System.Net.HttpWebRequest.Timeout"/> <seealso cref="P:System.Net.Http.HttpClient.Timeout"/> </member> <member name="T:Amazon.Runtime.ConstantClass"> <summary> Base class for constant class that holds the value that will be sent to AWS for the static constants. </summary> </member> <member name="M:Amazon.Runtime.ConstantClass.Intern"> <summary> Attempt to find correct-cased constant value using whatever cased value the user has provided. This is primarily useful for mapping any-cased values from a CLI tool to the specific casing required by the service, avoiding the need for the user to (a) remember the specific case and (b) actually type it correctly. </summary> <returns>The properly cased service constant matching the value</returns> </member> <member name="P:Amazon.Runtime.ConstantClass.Value"> <summary> Gets the value that needs to be used when send the value to AWS </summary> </member> <member name="T:Amazon.Runtime.SigningAlgorithm"> <summary> The valid hashing algorithm supported by the sdk for request signing. </summary> </member> <member name="T:Amazon.Runtime.ErrorType"> <summary> Which end of a request was responsible for a service error response. </summary> </member> <member name="F:Amazon.Runtime.ErrorType.Sender"> <summary> The sender was responsible for the error, i.e. the client request failed validation or was improperly formatted. </summary> </member> <member name="F:Amazon.Runtime.ErrorType.Receiver"> <summary> The error occured within the service. </summary> </member> <member name="F:Amazon.Runtime.ErrorType.Unknown"> <summary> An unrecognized error type was returned. </summary> </member> <member name="T:Amazon.Runtime.IRequestMetrics"> <summary> Metrics collected by the SDK on a per-request basis. </summary> <remarks> Each request made to an AWS service by the SDK can have metrics collected and logged. This interface represents the collected metrics for a request. The metrics include properties (i.e. request id and other metadata), timings for each stage of the request, and counters. </remarks> </member> <member name="M:Amazon.Runtime.IRequestMetrics.ToJSON"> <summary> JSON representation of the current metrics </summary> <returns>JSON string</returns> </member> <member name="P:Amazon.Runtime.IRequestMetrics.Properties"> <summary> Collection of properties being tracked </summary> </member> <member name="P:Amazon.Runtime.IRequestMetrics.Timings"> <summary> Timings for metrics being tracked </summary> </member> <member name="P:Amazon.Runtime.IRequestMetrics.Counters"> <summary> Counters being tracked </summary> </member> <member name="P:Amazon.Runtime.IRequestMetrics.IsEnabled"> <summary> Whether metrics are enabled for the request </summary> </member> <member name="T:Amazon.Runtime.IMetricsTiming"> <summary> Represents how long a phase of an SDK request took. </summary> </member> <member name="P:Amazon.Runtime.IMetricsTiming.IsFinished"> <summary> Whether the timing has been stopped </summary> </member> <member name="P:Amazon.Runtime.IMetricsTiming.ElapsedTicks"> <summary> Elapsed ticks from start to stop. If timing hasn't been stopped yet, returns 0. </summary> </member> <member name="P:Amazon.Runtime.IMetricsTiming.ElapsedTime"> <summary> Elapsed time from start to stop. If timing hasn't been stopped yet, returns TimeSpan.Zero </summary> </member> <member name="T:Amazon.Runtime.IMetricsFormatter"> <summary> User supplied type to perform metrics formatting. </summary> </member> <member name="M:Amazon.Runtime.IMetricsFormatter.FormatMetrics(Amazon.Runtime.IRequestMetrics)"> <summary> Produce custom formatting for SDK metrics. </summary> <remarks> If defined, this method will be called for every request made by the SDK. </remarks> <param name="metrics">An instance of IRequestMetrics produced by the SDK</param> <returns>formatted string representation of the metrics</returns> </member> <member name="T:Amazon.Runtime.Metric"> <summary> Predefined request metrics that are collected by the SDK. </summary> </member> <member name="T:Amazon.Runtime.ResponseMetadata"> <summary> Information about the request. </summary> </member> <member name="P:Amazon.Runtime.ResponseMetadata.RequestId"> <summary> Gets and sets the RequestId property. ID that uniquely identifies a request. Amazon keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence. </summary> </member> <member name="T:Amazon.Runtime.SignatureException"> <summary> This exception is thrown if there are problems signing the request. </summary> </member> <member name="T:Amazon.Runtime.Internal.Auth.SignatureException"> <summary> This exception is thrown if there are problems signing the request. </summary> </member> <member name="M:Amazon.Runtime.StreamTransferProgressArgs.#ctor(System.Int64,System.Int64,System.Int64)"> <summary> The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred </summary> <param name="incrementTransferred">The number of bytes transferred since last event</param> <param name="transferred">The number of bytes transferred</param> <param name="total">The total number of bytes to be transferred</param> </member> <member name="M:Amazon.Runtime.StreamTransferProgressArgs.ToString"> <summary> Returns a string representation of this object </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.StreamTransferProgressArgs.PercentDone"> <summary> Gets the percentage of transfer completed </summary> </member> <member name="P:Amazon.Runtime.StreamTransferProgressArgs.IncrementTransferred"> <summary> Gets the number of bytes transferred since last event </summary> </member> <member name="P:Amazon.Runtime.StreamTransferProgressArgs.TransferredBytes"> <summary> Gets the number of bytes transferred </summary> </member> <member name="P:Amazon.Runtime.StreamTransferProgressArgs.TotalBytes"> <summary> Gets the total number of bytes to be transferred </summary> </member> <member name="M:Amazon.Runtime.Internal.AsyncResult.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.AsyncResult.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.Runtime.Internal.DefaultRequest"> <summary> Default implementation of the IRequest interface. <para> This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class. </para> </summary> </member> <member name="T:Amazon.Runtime.Internal.IRequest"> <summary> Represents a request being sent to an Amazon Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc. <para> This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class. </para> </summary> </member> <member name="M:Amazon.Runtime.Internal.IRequest.AddSubResource(System.String)"> <summary> Adds a new null entry to the SubResources collection for the request </summary> <param name="subResource">The name of the subresource</param> </member> <member name="M:Amazon.Runtime.Internal.IRequest.AddSubResource(System.String,System.String)"> <summary> Adds a new entry to the SubResources collection for the request </summary> <param name="subResource">The name of the subresource</param> <param name="value">Value of the entry</param> </member> <member name="M:Amazon.Runtime.Internal.IRequest.ComputeContentStreamHash"> <summary> Computes the SHA 256 hash of the content stream. If the stream is not seekable, it searches the parent stream hierarchy to find a seekable stream prior to computation. Once computed, the hash is cached for future use. </summary> </member> <member name="M:Amazon.Runtime.Internal.IRequest.IsRequestStreamRewindable"> <summary> Checks if the request stream can be rewinded. </summary> <returns>Returns true if the request stream can be rewinded , else false.</returns> </member> <member name="M:Amazon.Runtime.Internal.IRequest.MayContainRequestBody"> <summary> Returns true if the request can contain a request body, else false. </summary> <returns>Returns true if the currect request can contain a request body, else false.</returns> </member> <member name="M:Amazon.Runtime.Internal.IRequest.HasRequestBody"> <summary> Returns true if the request has a body, else false. </summary> <returns>Returns true if the request has a body, else false.</returns> </member> <member name="P:Amazon.Runtime.Internal.IRequest.RequestName"> <summary> The name of the request </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.Headers"> <summary> Returns a dictionary of the headers included in this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.UseQueryString"> <summary> Gets and sets a flag that indicates whether the request is sent as a query string instead of the request body. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.Parameters"> <summary> Returns a dictionary of the parameters included in this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.SubResources"> <summary> Returns the subresources that should be appended to the resource path. This is used primarily for Amazon S3, where object keys can contain '?' characters, making string-splitting of a resource path potentially hazardous. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.HttpMethod"> <summary> Gets and sets the type of http request to make, whether it should be POST,GET or DELETE </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.Endpoint"> <summary> Gets and Sets the endpoint for this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.ResourcePath"> <summary> Gets and Sets the resource path added on to the endpoint. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.Content"> <summary> Gets and Sets the content for this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.SetContentFromParameters"> <summary> Flag that signals that Content was and should be set from the Parameters collection. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.ContentStream"> <summary> Gets and sets the content stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.OriginalStreamPosition"> <summary> Gets and sets the original stream position. If ContentStream is null or does not support seek, this propery should be equal to -1. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.ServiceName"> <summary> The name of the service to which this request is being sent. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.OriginalRequest"> <summary> Returns the original, user facing request object which this internal request object is representing. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.AlternateEndpoint"> <summary> Alternate endpoint to use for this request, if any. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.Suppress404Exceptions"> <summary> Gets and sets the Suppress404Exceptions property. If true then 404s return back from AWS will not cause an exception and an empty response object will be returned. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.AWS4SignerResult"> <summary> If using AWS4 signing protocol, contains the resultant parts of the signature that we may need to make use of if we elect to do a chunked encoding upload. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.UseChunkEncoding"> <summary> Determine whether to use a chunked encoding upload for the request (applies to Amazon S3 PutObject and UploadPart requests only). </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.Internal.IRequest.CanonicalResourcePrefix"> <summary> Used for Amazon S3 requests where the bucket name is removed from the marshalled resource path into the host header. To comply with AWS2 signature calculation, we need to recover the bucket name and include it in the resource canonicalization, which we do using this field. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.UseSigV4"> <summary> This flag specifies if SigV4 is required for the current request. </summary> </member> <member name="P:Amazon.Runtime.Internal.IRequest.AuthenticationRegion"> <summary> The authentication region to use for the request. Set from Config.AuthenticationRegion. </summary> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.#ctor(Amazon.Runtime.AmazonWebServiceRequest,System.String)"> <summary> Constructs a new DefaultRequest with the specified service name and the original, user facing request object. </summary> <param name="request">The orignal request that is being wrapped</param> <param name="serviceName">The service name</param> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.AddSubResource(System.String)"> <summary> Adds a new null entry to the SubResources collection for the request </summary> <param name="subResource">The name of the subresource</param> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.AddSubResource(System.String,System.String)"> <summary> Adds a new entry to the SubResources collection for the request </summary> <param name="subResource">The name of the subresource</param> <param name="value">Value of the entry</param> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.ComputeContentStreamHash"> <summary> Computes the SHA 256 hash of the content stream. If the stream is not seekable, it searches the parent stream hierarchy to find a seekable stream prior to computation. Once computed, the hash is cached for future use. If a suitable stream cannot be found to use, null is returned. </summary> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.IsRequestStreamRewindable"> <summary> Checks if the request stream can be rewinded. </summary> <returns>Returns true if the request stream can be rewinded , else false.</returns> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.MayContainRequestBody"> <summary> Returns true if the request can contain a request body, else false. </summary> <returns>Returns true if the currect request can contain a request body, else false.</returns> </member> <member name="M:Amazon.Runtime.Internal.DefaultRequest.HasRequestBody"> <summary> Returns true if the request has a body, else false. </summary> <returns>Returns true if the request has a body, else false.</returns> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.RequestName"> <summary> The name of the request </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.HttpMethod"> <summary> Gets and sets the type of http request to make, whether it should be POST,GET or DELETE </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.UseQueryString"> <summary> Gets and sets a flag that indicates whether the request is sent as a query string instead of the request body. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.OriginalRequest"> <summary> Returns the original, user facing request object which this internal request object is representing. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.Headers"> <summary> Returns a dictionary of the headers included in this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.Parameters"> <summary> Returns a dictionary of the parameters included in this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.SubResources"> <summary> Returns the subresources that should be appended to the resource path. This is used primarily for Amazon S3, where object keys can contain '?' characters, making string-splitting of a resource path potentially hazardous. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.Endpoint"> <summary> Gets and Sets the endpoint for this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.ResourcePath"> <summary> Gets and Sets the resource path added on to the endpoint. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.Content"> <summary> Gets and Sets the content for this request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.SetContentFromParameters"> <summary> Flag that signals that Content was and should be set from the Parameters collection. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.ContentStream"> <summary> Gets and sets the content stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.OriginalStreamPosition"> <summary> Gets and sets the original stream position. If ContentStream is null or does not support seek, this propery should be equal to -1. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.ServiceName"> <summary> The name of the service to which this request is being sent. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.AlternateEndpoint"> <summary> Alternate endpoint to use for this request, if any. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.Suppress404Exceptions"> <summary> Gets and sets the Suppress404Exceptions property. If true then 404s return back from AWS will not cause an exception and an empty response object will be returned. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.AWS4SignerResult"> <summary> If using AWS4 signing protocol, contains the resultant parts of the signature that we may need to make use of if we elect to do a chunked encoding upload. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.UseChunkEncoding"> <summary> Determine whether to use a chunked encoding upload for the request (applies to Amazon S3 PutObject and UploadPart requests only). </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.CanonicalResourcePrefix"> <summary> Used for Amazon S3 requests where the bucket name is removed from the marshalled resource path into the host header. To comply with AWS2 signature calculation, we need to recover the bucket name and include it in the resource canonicalization, which we do using this field. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.UseSigV4"> <summary> This flag specifies if SigV4 is required for the current request. </summary> </member> <member name="P:Amazon.Runtime.Internal.DefaultRequest.AuthenticationRegion"> <summary> The authentication region to use for the request. Set from Config.AuthenticationRegion. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AbstractAWSSigner.ComputeHash(System.String,System.String,Amazon.Runtime.SigningAlgorithm)"> <summary> Computes RFC 2104-compliant HMAC signature. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AbstractAWSSigner.ComputeHash(System.Byte[],System.String,Amazon.Runtime.SigningAlgorithm)"> <summary> Computes RFC 2104-compliant HMAC signature. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AbstractAWSSigner.UseV4Signing(System.Boolean,Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig)"> <summary> Inspects the supplied evidence to return the signer appropriate for the operation </summary> <param name="useSigV4Setting">Global setting for the service</param> <param name="request">The request.</param> <param name="config">Configuration for the client</param> <returns>True if signature v4 request signing should be used</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS3Signer.Sign(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Signs the specified request with the AWS3 signing protocol by using the AWS account credentials given in the method parameters. </summary> <param name="awsAccessKeyId">The AWS public key</param> <param name="awsSecretAccessKey">The AWS secret key used to sign the request in clear text</param> <param name="metrics">Request metrics</param> <param name="clientConfig">The configuration that specifies which hashing algorithm to use</param> <param name="request">The request to have the signature compute for</param> <exception cref="T:Amazon.Runtime.SignatureException">If any problems are encountered while signing the request</exception> </member> <member name="T:Amazon.Runtime.Internal.Auth.AWS4Signer"> <summary> AWS4 protocol signer for service calls that transmit authorization in the header field "Authorization". </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.Sign(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Calculates and signs the specified request using the AWS4 signing protocol by using the AWS account credentials given in the method parameters. The resulting signature is added to the request headers as 'Authorization'. Parameters supplied in the request, either in the resource path as a query string or in the Parameters collection must not have been uri encoded. If they have, use the SignRequest method to obtain a signature. </summary> <param name="request"> The request to compute the signature for. Additional headers mandated by the AWS4 protocol ('host' and 'x-amz-date') will be added to the request before signing. </param> <param name="clientConfig"> Client configuration data encompassing the service call (notably authentication region, endpoint and service name). </param> <param name="metrics"> Metrics for the request </param> <param name="awsAccessKeyId"> The AWS public key for the account making the service call. </param> <param name="awsSecretAccessKey"> The AWS secret key for the account making the call, in clear text. </param> <exception cref="T:Amazon.Runtime.SignatureException"> If any problems are encountered while signing the request. </exception> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.SignRequest(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Calculates and signs the specified request using the AWS4 signing protocol by using the AWS account credentials given in the method parameters. </summary> <param name="request"> The request to compute the signature for. Additional headers mandated by the AWS4 protocol ('host' and 'x-amz-date') will be added to the request before signing. </param> <param name="clientConfig"> Client configuration data encompassing the service call (notably authentication region, endpoint and service name). </param> <param name="metrics"> Metrics for the request. </param> <param name="awsAccessKeyId"> The AWS public key for the account making the service call. </param> <param name="awsSecretAccessKey"> The AWS secret key for the account making the call, in clear text. </param> <exception cref="T:Amazon.Runtime.SignatureException"> If any problems are encountered while signing the request. </exception> <remarks> Parameters passed as part of the resource path should be uri-encoded prior to entry to the signer. Parameters passed in the request.Parameters collection should be not be encoded; encoding will be done for these parameters as part of the construction of the canonical request. </remarks> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.InitializeHeaders(System.Collections.Generic.IDictionary{System.String,System.String},System.Uri)"> <summary> Sets the AWS4 mandated 'host' and 'x-amz-date' headers, returning the date/time that will be used throughout the signing process in various elements and formats. </summary> <param name="headers">The current set of headers</param> <param name="requestEndpoint"></param> <returns>Date and time used for x-amz-date, in UTC</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.InitializeHeaders(System.Collections.Generic.IDictionary{System.String,System.String},System.Uri,System.DateTime)"> <summary> Sets the AWS4 mandated 'host' and 'x-amz-date' headers, accepting and returning the date/time that will be used throughout the signing process in various elements and formats. </summary> <param name="headers">The current set of headers</param> <param name="requestEndpoint"></param> <param name="requestDateTime"></param> <returns>Date and time used for x-amz-date, in UTC</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeSignature(Amazon.Runtime.ImmutableCredentials,System.String,System.DateTime,System.String,System.String,System.String)"> <summary> Computes and returns an AWS4 signature for the specified canonicalized request </summary> <param name="credentials"></param> <param name="region"></param> <param name="signedAt"></param> <param name="service"></param> <param name="signedHeaders"></param> <param name="canonicalRequest"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeSignature(System.String,System.String,System.String,System.DateTime,System.String,System.String,System.String,Amazon.Runtime.Internal.Util.RequestMetrics)"> <summary> Computes and returns an AWS4 signature for the specified canonicalized request </summary> <param name="awsAccessKey"></param> <param name="awsSecretAccessKey"></param> <param name="region"></param> <param name="signedAt"></param> <param name="service"></param> <param name="signedHeaders"></param> <param name="canonicalRequest"></param> <param name="metrics"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.FormatDateTime(System.DateTime,System.String)"> <summary> Formats the supplied date and time for use in AWS4 signing, where various formats are used. </summary> <param name="dt"></param> <param name="formatString">The required format</param> <returns>The UTC date/time in the requested format</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComposeSigningKey(System.String,System.String,System.String,System.String)"> <summary> Compute and return the multi-stage signing key for the request. </summary> <param name="awsSecretAccessKey">The clear-text AWS secret key, if not held in secureKey</param> <param name="region">The region in which the service request will be processed</param> <param name="date">Date of the request, in yyyyMMdd format</param> <param name="service">The name of the service being called by the request</param> <returns>Computed signing key</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.SetRequestBodyHash(Amazon.Runtime.Internal.IRequest)"> <summary> If the caller has already set the x-amz-content-sha256 header with a pre-computed content hash, or it is present as ContentStreamHash on the request instance, return the value to be used in request canonicalization. If not set as a header or in the request, attempt to compute a hash based on inspection of the style of the request content. </summary> <param name="request"></param> <returns> The computed hash, whether already set in headers or computed here. Null if we were not able to compute a hash. </returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.SignBlob(System.Byte[],System.String)"> <summary> Returns the HMAC256 for an arbitrary blob using the specified key </summary> <param name="key"></param> <param name="data"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.SignBlob(System.Byte[],System.Byte[])"> <summary> Returns the HMAC256 for an arbitrary blob using the specified key </summary> <param name="key"></param> <param name="data"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeKeyedHash(Amazon.Runtime.SigningAlgorithm,System.Byte[],System.String)"> <summary> Compute and return the hash of a data blob using the specified key </summary> <param name="algorithm">Algorithm to use for hashing</param> <param name="key">Hash key</param> <param name="data">Data blob</param> <returns>Hash of the data</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeKeyedHash(Amazon.Runtime.SigningAlgorithm,System.Byte[],System.Byte[])"> <summary> Compute and return the hash of a data blob using the specified key </summary> <param name="algorithm">Algorithm to use for hashing</param> <param name="key">Hash key</param> <param name="data">Data blob</param> <returns>Hash of the data</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeHash(System.String)"> <summary> Computes the non-keyed hash of the supplied data </summary> <param name="data"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.ComputeHash(System.Byte[])"> <summary> Computes the non-keyed hash of the supplied data </summary> <param name="data"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeRequest(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String)"> <summary> Computes and returns the canonical request </summary> <param name="resourcePath">the path of the resource being operated on</param> <param name="httpMethod">The http method used for the request</param> <param name="sortedHeaders">The full request headers, sorted into canonical order</param> <param name="canonicalQueryString">The query parameters for the request</param> <param name="precomputedBodyHash"> The hash of the binary request body if present. If not supplied, the routine will look for the hash as a header on the request. </param> <returns>Canonicalised request as a string</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeResourcePath(System.String)"> <summary> Returns the canonicalized resource path for the service endpoint </summary> <param name="resourcePath">Resource path for the request</param> <remarks> If resourcePath begins or ends with slash, the resulting canonicalized path will follow suit. </remarks> <returns>Canonicalized resource path for the endpoint</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.SortHeaders(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"> <summary> Reorders the headers for the request for canonicalization. </summary> <param name="requestHeaders">The set of proposed headers for the request</param> <returns>List of headers that must be included in the signature</returns> <remarks>For AWS4 signing, all headers are considered viable for inclusion</remarks> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeHeaders(System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.String,System.String}})"> <summary> Computes the canonical headers with values for the request. Only headers included in the signature are included in the canonicalization process. </summary> <param name="sortedHeaders">All request headers, sorted into canonical order</param> <returns>Canonicalized string of headers, with the header names in lower case.</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeHeaderNames(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"> <summary> Returns the set of headers included in the signature as a flattened, ;-delimited string </summary> <param name="sortedHeaders">The headers included in the signature</param> <returns>Formatted string of header names</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.GetParametersToCanonicalize(Amazon.Runtime.Internal.IRequest)"> <summary> Collects the subresource and query string parameters into one collection ready for canonicalization </summary> <param name="request">The in-flight request being signed</param> <returns>The fused set of parameters</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeQueryParameters(System.String,System.Boolean)"> <summary> Computes and returns the canonicalized query string, if query parameters have been supplied. Parameters with no value will be canonicalized as 'param='. The expectation is that parameters have not already been url encoded prior to canonicalization. </summary> <param name="queryString">The set of parameters being passed on the uri</param> <param name="uriEncodeParameters"> Parameters must be uri encoded into the canonical request and by default the signer expects that the supplied collection contains non-encoded data. Set this to false if the encoding was done prior to signer entry. </param> <returns>The uri encoded query string parameters in canonical ordering</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.CanonicalizeQueryParameters(System.Collections.Generic.IDictionary{System.String,System.String},System.Boolean)"> <summary> Computes and returns the canonicalized query string, if query parameters have been supplied. Parameters with no value will be canonicalized as 'param='. The expectation is that parameters have not already been url encoded prior to canonicalization. </summary> <param name="parameters">The set of parameters to be encoded in the query string</param> <param name="uriEncodeParameters"> Parameters must be uri encoded into the canonical request and by default the signer expects that the supplied collection contains non-encoded data. Set this to false if the encoding was done prior to signer entry. </param> <returns>The uri encoded query string parameters in canonical ordering</returns> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4Signer.GetRequestPayloadBytes(Amazon.Runtime.Internal.IRequest)"> <summary> Returns the request parameters in the form of a query string. </summary> <param name="request">The request instance</param> <returns>Request parameters in query string format</returns> </member> <member name="T:Amazon.Runtime.Internal.Auth.AWS4PreSignedUrlSigner"> <summary> AWS4 protocol signer for Amazon S3 presigned urls. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4PreSignedUrlSigner.Sign(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Calculates and signs the specified request using the AWS4 signing protocol by using the AWS account credentials given in the method parameters. The resulting signature is added to the request headers as 'Authorization'. </summary> <param name="request"> The request to compute the signature for. Additional headers mandated by the AWS4 protocol ('host' and 'x-amz-date') will be added to the request before signing. </param> <param name="clientConfig"> Adding supporting data for the service call required by the signer (notably authentication region, endpoint and service name). </param> <param name="metrics"> Metrics for the request </param> <param name="awsAccessKeyId"> The AWS public key for the account making the service call. </param> <param name="awsSecretAccessKey"> The AWS secret key for the account making the call, in clear text </param> <exception cref="T:Amazon.Runtime.SignatureException"> If any problems are encountered while signing the request. </exception> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4PreSignedUrlSigner.SignRequest(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Calculates the AWS4 signature for a presigned url. </summary> <param name="request"> The request to compute the signature for. Additional headers mandated by the AWS4 protocol ('host' and 'x-amz-date') will be added to the request before signing. If the Expires parameter is present, it is renamed to 'X-Amz-Expires' before signing. </param> <param name="clientConfig"> Adding supporting data for the service call required by the signer (notably authentication region, endpoint and service name). </param> <param name="metrics"> Metrics for the request </param> <param name="awsAccessKeyId"> The AWS public key for the account making the service call. </param> <param name="awsSecretAccessKey"> The AWS secret key for the account making the call, in clear text </param> <exception cref="T:Amazon.Runtime.SignatureException"> If any problems are encountered while signing the request. </exception> <remarks> Parameters passed as part of the resource path should be uri-encoded prior to entry to the signer. Parameters passed in the request.Parameters collection should be not be encoded; encoding will be done for these parameters as part of the construction of the canonical request. </remarks> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4PreSignedUrlSigner.SignRequest(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String,System.String,System.String)"> <summary> Calculates the AWS4 signature for a presigned url. </summary> <param name="request"> The request to compute the signature for. Additional headers mandated by the AWS4 protocol ('host' and 'x-amz-date') will be added to the request before signing. If the Expires parameter is present, it is renamed to 'X-Amz-Expires' before signing. </param> <param name="clientConfig"> Adding supporting data for the service call required by the signer (notably authentication region, endpoint and service name). </param> <param name="metrics"> Metrics for the request </param> <param name="awsAccessKeyId"> The AWS public key for the account making the service call. </param> <param name="awsSecretAccessKey"> The AWS secret key for the account making the call, in clear text </param> <param name="service"> The service to sign for </param> <param name="overrideSigningRegion"> The region to sign to, if null then the region the client is configured for will be used. </param> <exception cref="T:Amazon.Runtime.SignatureException"> If any problems are encountered while signing the request. </exception> <remarks> Parameters passed as part of the resource path should be uri-encoded prior to entry to the signer. Parameters passed in the request.Parameters collection should be not be encoded; encoding will be done for these parameters as part of the construction of the canonical request. </remarks> </member> <member name="T:Amazon.Runtime.Internal.Auth.AWS4SigningResult"> <summary> Encapsulates the various fields and eventual signing value that makes up an AWS4 signature. This can be used to retrieve the required authorization string or authorization query parameters for the final request as well as hold ongoing signature computations for subsequent calls related to the initial signing. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.AWS4SigningResult.#ctor(System.String,System.DateTime,System.String,System.String,System.Byte[],System.Byte[])"> <summary> Constructs a new signing result instance for a computed signature </summary> <param name="awsAccessKeyId">The access key that was included in the signature</param> <param name="signedAt">Date/time (UTC) that the signature was computed</param> <param name="signedHeaders">The collection of headers names that were included in the signature</param> <param name="scope">Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request)</param> <param name="signingKey">Returns the key that was used to compute the signature</param> <param name="signature">Computed signature</param> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.AccessKeyId"> <summary> The access key that was used in signature computation. </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.ISO8601DateTime"> <summary> ISO8601 formatted date/time that the signature was computed </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.ISO8601Date"> <summary> ISO8601 formatted date that the signature was computed </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.SignedHeaders"> <summary> The ;-delimited collection of header names that were included in the signature computation </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.Scope"> <summary> Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request) </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.SigningKey"> <summary> Returns a copy of the key that was used to compute the signature </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.Signature"> <summary> Returns the hex string representing the signature </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.SignatureBytes"> <summary> Returns a copy of the byte array containing the signature </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.ForAuthorizationHeader"> <summary> Returns the signature in a form usable as an 'Authorization' header value. </summary> </member> <member name="P:Amazon.Runtime.Internal.Auth.AWS4SigningResult.ForQueryParameters"> <summary> Returns the signature in a form usable as a set of query string parameters. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.EC2Signer.#ctor"> <summary> EC2 signer constructor </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.EC2Signer.Sign(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Determines the appropriate signer and signs the request. </summary> <param name="awsAccessKeyId">The AWS public key</param> <param name="awsSecretAccessKey">The AWS secret key used to sign the request in clear text</param> <param name="metrics">Request metrics</param> <param name="clientConfig">The configuration that specifies which hashing algorithm to use</param> <param name="request">The request to have the signature compute for</param> <exception cref="T:Amazon.Runtime.SignatureException">If any problems are encountered while signing the request</exception> </member> <member name="T:Amazon.Runtime.Internal.Auth.NullSigner"> <summary> Null Signer which does a no-op. </summary> </member> <member name="M:Amazon.Runtime.Internal.Auth.QueryStringSigner.Sign(Amazon.Runtime.Internal.IRequest,Amazon.Runtime.ClientConfig,Amazon.Runtime.Internal.Util.RequestMetrics,System.String,System.String)"> <summary> Signs the specified request with the AWS2 signing protocol by using the AWS account credentials given in the method parameters. </summary> <param name="awsAccessKeyId">The AWS public key</param> <param name="awsSecretAccessKey">The AWS secret key used to sign the request in clear text</param> <param name="metrics">Request metrics</param> <param name="clientConfig">The configuration that specifies which hashing algorithm to use</param> <param name="request">The request to have the signature compute for</param> <exception cref="T:Amazon.Runtime.SignatureException">If any problems are encountered while signing the request</exception> </member> <member name="M:Amazon.Runtime.Internal.Auth.S3Signer.#ctor"> <summary> S3 signer constructor </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.ErrorResponseUnmarshaller"> <summary> Response Unmarshaller for all Errors </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.IUnmarshaller`2"> <summary> Interface for unmarshallers which unmarshall objects from response data. The Unmarshallers are stateless, and only encode the rules for what data in the XML stream goes into what members of an object. </summary> <typeparam name="T">The type of object the unmarshaller returns</typeparam> <typeparam name="R">The type of the XML unmashaller context, which contains the state during parsing of the XML stream. Usually an instance of <c>Amazon.Runtime.Internal.Transform.UnmarshallerContext</c>.</typeparam> </member> <member name="M:Amazon.Runtime.Internal.Transform.IUnmarshaller`2.Unmarshall(`1)"> <summary> Given the current position in the XML stream, extract a T. </summary> <param name="input">The XML parsing context</param> <returns>An object of type T populated with data from the XML stream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.ErrorResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext)"> <summary> Build an ErrorResponse from XML </summary> <param name="context">The XML parsing context. Usually an <c>Amazon.Runtime.Internal.UnmarshallerContext</c>.</param> <returns>An <c>ErrorResponse</c> object.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.ErrorResponseUnmarshaller.GetInstance"> <summary> Return an instance of and ErrorResponseUnmarshaller. </summary> <returns></returns> </member> <member name="T:Amazon.Runtime.Internal.Transform.IResponseUnmarshaller`2"> <summary> Interface for unmarshallers which unmarshall service responses. The Unmarshallers are stateless, and only encode the rules for what data in the XML stream goes into what members of an object. </summary> <typeparam name="T">The type of object the unmarshaller returns</typeparam> <typeparam name="R">The type of the XML unmashaller context, which contains the state of parsing the XML stream. Uaually an instance of <c>Amazon.Runtime.Internal.Transform.UnmarshallerContext</c>.</typeparam> </member> <member name="M:Amazon.Runtime.Internal.Transform.IResponseUnmarshaller`2.UnmarshallException(`1,System.Exception,System.Net.HttpStatusCode)"> <summary> Extracts an exeption with data from an ErrorResponse. </summary> <param name="input">The XML parsing context.</param> <param name="innerException">An inner exception to be included with the returned exception</param> <param name="statusCode">The HttpStatusCode from the ErrorResponse</param> <returns>Either an exception based on the ErrorCode from the ErrorResponse, or the general service exception for the service in question.</returns> </member> <member name="T:Amazon.Runtime.Internal.Transform.JsonErrorResponseUnmarshaller"> <summary> Response Unmarshaller for all Errors </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonErrorResponseUnmarshaller.Unmarshall(Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext)"> <summary> Build an ErrorResponse from json </summary> <param name="context">The json parsing context. Usually an <c>Amazon.Runtime.Internal.JsonUnmarshallerContext</c>.</param> <returns>An <c>ErrorResponse</c> object.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonErrorResponseUnmarshaller.GetInstance"> <summary> Return an instance of JsonErrorResponseUnmarshaller. </summary> <returns></returns> </member> <member name="T:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext"> <summary> Wraps a json string for unmarshalling. Each <c>Read()</c> operation gets the next token. <c>TestExpression()</c> is used to match the current key-chain to an xpath expression. The general pattern looks like this: <code> JsonUnmarshallerContext context = new JsonUnmarshallerContext(jsonString); while (context.Read()) { if (context.IsKey) { if (context.TestExpresion("path/to/element")) { myObject.stringMember = stringUnmarshaller.GetInstance().Unmarshall(context); continue; } } } </code> </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.UnmarshallerContext"> <summary> Base class for the UnmarshallerContext objects that are used to unmarshall a web-service response. </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.TestExpression(System.String)"> <summary> Tests the specified expression against the current position in the XML document </summary> <param name="expression"> The pseudo-XPath expression to test.</param> <returns> True if the expression matches the current position in the document, false otherwise.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.TestExpression(System.String,System.Int32)"> <summary> Tests the specified expression against the current position in the XML document being parsed, and restricts the expression to matching at the specified stack depth. </summary> <param name="expression"> The pseudo-XPath expression to test.</param> <param name="startingStackDepth"> The depth in the stack representing where the expression must start matching in order for this method to return true. </param> <returns> True if the specified expression matches the current position in the XML document, starting from the specified depth. </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.ReadAtDepth(System.Int32)"> <summary> Reads the next token at depth greater than or equal to target depth. </summary> <param name="targetDepth">Tokens are read at depth greater than or equal to target depth.</param> <returns>True if a token was read and current depth is greater than or equal to target depth.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.Read"> <summary> Reads to the next node in the document, and updates the context accordingly. </summary> <returns> True if a node was read, false if there are no more elements to read. </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.ReadText"> <summary> Returns the text contents of the current element being parsed. </summary> <returns> The text contents of the current element being parsed. </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.Transform.UnmarshallerContext.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.UnmarshallerContext.CurrentPath"> <summary> The current path that is being unmarshalled. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.UnmarshallerContext.CurrentDepth"> <summary> Returns the element depth of the parser's current position in the document being parsed. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.UnmarshallerContext.IsStartElement"> <summary> True if <c>NodeType</c> is <c>Element</c>. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.UnmarshallerContext.IsEndElement"> <summary> True if <c>NodeType</c> is <c>EndElement</c>. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.UnmarshallerContext.IsStartOfDocument"> <summary> True if the context is at the start of the document. </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.#ctor(System.IO.Stream,System.Boolean,Amazon.Runtime.Internal.Transform.IWebResponseData)"> <summary> Wrap the jsonstring for unmarshalling. </summary> <param name="responseStream">Stream that contains the JSON for unmarshalling</param> <param name="maintainResponseBody"> If set to true, maintains a copy of the complete response body as the stream is being read.</param> <param name="responseData">Response data coming back from the request</param> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.Read"> <summary> Reads to the next token in the json document, and updates the context accordingly. </summary> <returns> True if a token was read, false if there are no more tokens to read. </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.Peek(ThirdParty.Json.LitJson.JsonToken)"> <summary> Peeks at the next token. This peek implementation reads the next token and makes the subsequent Read() return the same data. If Peek is called successively, it will return the same data. Only the first one calls Read(), subsequent calls will return the same data until a Read() call is made. </summary> <param name="token">Token to peek.</param> <returns>Returns true if the peeked token matches given token.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.ReadText"> <summary> Returns the text contents of the current token being parsed. </summary> <returns> The text contents of the current token being parsed. </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.Peek"> <summary> Peeks at the next (non-whitespace) character in the jsonStream. </summary> <returns>The next (non-whitespace) character in the jsonStream, or -1 if at the end.</returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.StreamPeek"> <summary> Peeks at the next character in the stream. If the data isn't buffered into the StreamReader (Peek() returns -1), we flush the buffered data and try one more time. </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.IsStartOfDocument"> <summary> Are we at the start of the json document. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.IsEndElement"> <summary> Is the current token the end of an object </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.IsStartElement"> <summary> Is the current token the start of an object </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.CurrentDepth"> <summary> Returns the element depth of the parser's current position in the json document being parsed. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.CurrentPath"> <summary> The current Json path that is being unmarshalled. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.CurrentTokenType"> <summary> The type of the current token </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext.Stream"> <summary> Get the base stream of the jsonStream. </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.ResponseUnmarshaller"> <summary> Abstract class for unmarshalling service responses. </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.XmlResponseUnmarshaller"> <summary> Class for unmarshalling XML service responses. </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.EC2ResponseUnmarshaller"> <summary> Class for unmarshalling EC2 service responses. </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.S3ReponseUnmarshaller"> <summary> Class for unmarshalling S3 service responses </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.JsonResponseUnmarshaller"> <summary> Class for unmarshalling JSON service responses. </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.IntUnmarshaller"> <summary> Unmarshaller for int fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.LongUnmarshaller"> <summary> Unmarshaller for long fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.FloatUnmarshaller"> <summary> Unmarshaller for float fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.DoubleUnmarshaller"> <summary> Unmarshaller for double fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.BoolUnmarshaller"> <summary> Unmarshaller for bool fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.StringUnmarshaller"> <summary> Unmarshaller for string fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.ByteUnmarshaller"> <summary> Unmarshaller for byte fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.DateTimeUnmarshaller"> <summary> Unmarshaller for DateTime fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.MemoryStreamUnmarshaller"> <summary> Unmarshaller for MemoryStream fields </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.ResponseMetadataUnmarshaller"> <summary> Unmarshaller for ResponseMetadata </summary> </member> <member name="T:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext"> <summary> Wrap an <c>XmltextReader</c> for simulating an event stream. Each <c>Read()</c> operation goes either to the next element or next attribute within the current element. <c>TestExpression()</c> is used to match the current event to an xpath expression. The general pattern looks like this: <code> UnmarshallerContext context = new UnmarshallerContext(...); while (context.Read()) { if (context.TestExpresion("path/to/element")) { myObject.stringMember = stringUnmarshaller.GetInstance().Unmarshall(context); continue; } if (context.TestExpression("path/to/@attribute")) myObject.MyComplexTypeMember = MyComplexTypeUnmarshaller.GetInstance().Unmarshall(context); } </code> </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.#ctor(System.IO.Stream,System.Boolean,Amazon.Runtime.Internal.Transform.IWebResponseData)"> <summary> Wrap an XmlTextReader with state for event-based parsing of an XML stream. </summary> <param name="responseStream"><c>Stream</c> with the XML from a service response.</param> <param name="maintainResponseBody"> If set to true, maintains a copy of the complete response body as the stream is being read.</param> <param name="responseData">Response data coming back from the request</param> </member> <member name="M:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.Read"> <summary> Reads to the next node in the XML document, and updates the context accordingly. </summary> <returns> True if a node was read, false if there are no more elements to read./ </returns> </member> <member name="M:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.ReadText"> <summary> Returns the text contents of the current element being parsed. </summary> <returns> The text contents of the current element being parsed. </returns> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.CurrentPath"> <summary> The current XML path that is being unmarshalled. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.CurrentDepth"> <summary> Returns the element depth of the parser's current position in the XML document being parsed. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.IsStartElement"> <summary> True if <c>NodeType</c> is <c>Element</c>. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.IsEndElement"> <summary> True if <c>NodeType</c> is <c>EndElement</c>. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.IsStartOfDocument"> <summary> True if the context is at the start of the document. </summary> </member> <member name="P:Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext.IsAttribute"> <summary> True if <c>NodeType</c> is <c>Attribute</c>. </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.EC2UnmarshallerContext.#ctor(System.IO.Stream,System.Boolean,Amazon.Runtime.Internal.Transform.IWebResponseData)"> <summary> Wrap an XmlTextReader with state for event-based parsing of an XML stream. </summary> <param name="responseStream"><c>Stream</c> with the XML from a service response.</param> <param name="maintainResponseBody"> If set to true, maintains a copy of the complete response body as the stream is being read.</param> <param name="responseData">Response data coming back from the request</param> </member> <member name="M:Amazon.Runtime.Internal.Transform.EC2UnmarshallerContext.Read"> <summary> Reads to the next node in the XML document, and updates the context accordingly. If node is RequestId, reads the contents and stores in RequestId property. </summary> <returns> True if a node was read, false if there are no more elements to read./ </returns> </member> <member name="P:Amazon.Runtime.Internal.Transform.EC2UnmarshallerContext.RequestId"> <summary> RequestId value, if found in response </summary> </member> <member name="M:Amazon.Runtime.Internal.Transform.S3UnmarshallerContext.#ctor(System.IO.Stream,System.Boolean,Amazon.Runtime.Internal.Transform.IWebResponseData)"> <summary> Wrap an XmlTextReader with state for event-based parsing of an XML stream. </summary> <param name="responseStream"><c>Stream</c> with the XML from a service response.</param> <param name="maintainResponseBody"> If set to true, maintains a copy of the complete response body as the stream is being read.</param> <param name="responseData">Response data coming back from the request</param> </member> <member name="M:Amazon.Runtime.Internal.Transform.S3UnmarshallerContext.Read"> <summary> Reads to the next node in the XML document, and updates the context accordingly. If node is RequestId, reads the contents and stores in RequestId property. </summary> <returns> True if a node was read, false if there are no more elements to read./ </returns> </member> <member name="T:Amazon.Runtime.Internal.Util.CachingWrapperStream"> <summary> A stream which caches the contents of the underlying stream as it reads it. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.WrapperStream"> <summary> A wrapper stream. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.#ctor(System.IO.Stream)"> <summary> Initializes WrapperStream with a base stream. </summary> <param name="baseStream"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.GetNonWrapperBaseStream"> <summary> Returns the first base non-WrapperStream. </summary> <returns>First base stream that is non-WrapperStream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.GetSeekableBaseStream"> <summary> Returns the first base non-WrapperStream. </summary> <returns>First base stream that is non-WrapperStream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.GetNonWrapperBaseStream(System.IO.Stream)"> <summary> Returns the first base non-WrapperStream. </summary> <param name="stream">Potential WrapperStream</param> <returns>Base non-WrapperStream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.Dispose(System.Boolean)"> <summary> Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.Flush"> <summary> Clears all buffers for this stream and causes any buffered data to be written to the underlying device. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.Read(System.Byte[],System.Int32,System.Int32)"> <summary> Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. </summary> <param name="buffer"> An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source. </param> <param name="offset"> The zero-based byte offset in buffer at which to begin storing the data read from the current stream. </param> <param name="count"> The maximum number of bytes to be read from the current stream. </param> <returns> The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached. </returns> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.Seek(System.Int64,System.IO.SeekOrigin)"> <summary> Sets the position within the current stream. </summary> <param name="offset">A byte offset relative to the origin parameter.</param> <param name="origin"> A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.</param> <returns>The new position within the current stream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.SetLength(System.Int64)"> <summary> Sets the length of the current stream. </summary> <param name="value">The desired length of the current stream in bytes.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.WrapperStream.Write(System.Byte[],System.Int32,System.Int32)"> <summary> Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. </summary> <param name="buffer"> An array of bytes. This method copies count bytes from buffer to the current stream. </param> <param name="offset"> The zero-based byte offset in buffer at which to begin copying bytes to the current stream. </param> <param name="count">The number of bytes to be written to the current stream.</param> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.BaseStream"> <summary> Base stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.CanRead"> <summary> Gets a value indicating whether the current stream supports reading. True if the stream supports reading; otherwise, false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.CanSeek"> <summary> Gets a value indicating whether the current stream supports seeking. True if the stream supports seeking; otherwise, false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.CanWrite"> <summary> Gets a value indicating whether the current stream supports writing. True if the stream supports writing; otherwise, false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.Length"> <summary> Gets the length in bytes of the stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.Position"> <summary> Gets or sets the position within the current stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.ReadTimeout"> <summary> Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.WrapperStream.WriteTimeout"> <summary> Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.CachingWrapperStream.#ctor(System.IO.Stream,System.Int32)"> <summary> Initializes the CachingWrapperStream with a base stream. </summary> <param name="baseStream">The stream to be wrapped.</param> <param name="cacheLimit">Maximum number of bytes to be cached.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.CachingWrapperStream.Read(System.Byte[],System.Int32,System.Int32)"> <summary> Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. </summary> <param name="buffer"> An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source. </param> <param name="offset"> The zero-based byte offset in buffer at which to begin storing the data read from the current stream. </param> <param name="count"> The maximum number of bytes to be read from the current stream. </param> <returns> The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached. </returns> </member> <member name="M:Amazon.Runtime.Internal.Util.CachingWrapperStream.Seek(System.Int64,System.IO.SeekOrigin)"> <summary> Sets the position within the current stream. CachingWrapperStream does not support seeking, attempting to call Seek will throw NotSupportedException. </summary> <param name="offset">A byte offset relative to the origin parameter.</param> <param name="origin"> A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.</param> <returns>The new position within the current stream.</returns> </member> <member name="P:Amazon.Runtime.Internal.Util.CachingWrapperStream.AllReadBytes"> <summary> All the bytes read by the stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.CachingWrapperStream.CanSeek"> <summary> Gets a value indicating whether the current stream supports seeking. CachingWrapperStream does not support seeking, this will always be false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.CachingWrapperStream.Position"> <summary> Gets or sets the position within the current stream. CachingWrapperStream does not support seeking, attempting to set Position will throw NotSupportedException. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream"> <summary> Stream wrapper that double-buffers from a wrapped stream and returns the buffered content as a series of signed 'chunks' for the AWS4 ('Signature V4') protocol. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.Read(System.Byte[],System.Int32,System.Int32)"> <summary> Reads some or all of the processed chunk to the consumer, constructing and streaming a new chunk if more input data is available. </summary> <param name="buffer"></param> <param name="offset"></param> <param name="count"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.ConstructOutputBufferChunk(System.Int32)"> <summary> Computes the derived signature for a chunk of data of given length in the input buffer, placing a formatted chunk with headers, signature and data into the output buffer ready for streaming back to the consumer. </summary> <param name="dataLen"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.ComputeChunkedContentLength(System.Int64)"> <summary> Computes the total size of the data payload, including the chunk metadata. Called externally so as to be able to set the correct Content-Length header value. </summary> <param name="originalLength"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.CalculateChunkHeaderLength(System.Int64)"> <summary> Computes the size of the header data for each chunk. </summary> <param name="chunkDataSize"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.FillInputBuffer"> <summary> Attempt to read sufficient data for a whole chunk from the wrapped stream, returning the number of bytes successfully read to be processed into a chunk </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.HeaderSigningResult"> <summary> Results of the header-signing portion of the request </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.PreviousChunkSignature"> <summary> Computed signature of the chunk prior to the one in-flight, in hex </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.ChunkedUploadWrapperStream.Length"> <summary> Length override to return the true length of the payload plus the metainfo supplied with each chunk </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.AlwaysSendList`1"> <summary> A list object that will always be sent to AWS services, even if it is empty. The AWS .NET SDK does not send empty collections to services, unless the collection is of this type. </summary> <typeparam name="T"></typeparam> </member> <member name="T:Amazon.Runtime.Internal.Util.AlwaysSendDictionary`2"> <summary> A dictionary object that will always be sent to AWS services, even if it is empty. The AWS .NET SDK does not send empty collections to services, unless the collection is of this type. </summary> <typeparam name="TKey"></typeparam> <typeparam name="TValue"></typeparam> </member> <member name="T:Amazon.Runtime.Internal.Util.BackgroundDispatcher`1"> <summary> Class to perform actions on a background thread. Uses a single background thread and performs actions on it in the order the data was sent through the instance. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.BackgroundDispatcher`1.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.BackgroundDispatcher`1.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.BackgroundInvoker"> <summary> Class to invoke actions on a background thread. Uses a single background thread and invokes actions on it in the order they were invoked through the instance. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.Hashing.Hash(System.Object[])"> <summary> Hashes a set of objects. </summary> <param name="value"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.Hashing.CombineHashes(System.Int32[])"> <summary> Combines a set of hashses. </summary> <param name="hashes"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.Hashing.CombineHashesInternal(System.Int32,System.Int32)"> <summary> Combines two hashes. </summary> <param name="a"></param> <param name="b"></param> <returns></returns> </member> <member name="T:Amazon.Runtime.Internal.Util.HashStream"> <summary> A wrapper stream that calculates a hash of the base stream as it is being read. The calculated hash is only available after the stream is closed or CalculateHash is called. After calling CalculateHash, any further reads on the streams will not change the CalculatedHash. If an ExpectedHash is specified and is not equal to the calculated hash, Close or CalculateHash methods will throw an AmazonClientException. If CalculatedHash is calculated for only the portion of the stream that is read. </summary> <exception cref="T:Amazon.Runtime.AmazonClientException"> Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and is different from CalculateHash that the stream calculates, provided that CalculatedHash is not a zero-length byte array. </exception> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.#ctor(System.IO.Stream,System.Byte[],System.Int64)"> <summary> Initializes an HashStream with a hash algorithm and a base stream. </summary> <param name="baseStream">Stream to calculate hash for.</param> <param name="expectedHash"> Expected hash. Will be compared against calculated hash on stream close. Pass in null to disable check. </param> <param name="expectedLength"> Expected length of the stream. If the reading stops before reaching this position, CalculatedHash will be set to empty array. </param> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.Read(System.Byte[],System.Int32,System.Int32)"> <summary> Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. </summary> <param name="buffer"> An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source. </param> <param name="offset"> The zero-based byte offset in buffer at which to begin storing the data read from the current stream. </param> <param name="count"> The maximum number of bytes to be read from the current stream. </param> <returns> The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached. </returns> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.Seek(System.Int64,System.IO.SeekOrigin)"> <summary> Sets the position within the current stream. HashStream does not support seeking, attempting to call Seek will throw NotSupportedException. </summary> <param name="offset">A byte offset relative to the origin parameter.</param> <param name="origin"> A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.</param> <returns>The new position within the current stream.</returns> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.CalculateHash"> <summary> Calculates the hash for the stream so far and disables any further hashing. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.Reset"> <summary> Resets the hash stream to starting state. Use this if the underlying stream has been modified and needs to be rehashed without reconstructing the hierarchy. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.ValidateBaseStream"> <summary> Validates the underlying stream. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream.CompareHashes(System.Byte[],System.Byte[])"> <summary> Compares two hashes (arrays of bytes). </summary> <param name="expected">Expected hash.</param> <param name="actual">Actual hash.</param> <returns> True if the hashes are identical; otherwise false. </returns> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.Algorithm"> <summary> Algorithm to use to calculate hash. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.FinishedHashing"> <summary> True if hashing is finished and no more hashing should be done; otherwise false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.CurrentPosition"> <summary> Current position in the stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.CalculatedHash"> <summary> Calculated hash for the stream. This value is set only after the stream is closed. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.ExpectedHash"> <summary> Expected hash value. Compared against CalculatedHash upon Close(). If the hashes are different, an AmazonClientException is thrown. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.ExpectedLength"> <summary> Expected length of stream. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.CanSeek"> <summary> Gets a value indicating whether the current stream supports seeking. HashStream does not support seeking, this will always be false. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.Position"> <summary> Gets or sets the position within the current stream. HashStream does not support seeking, attempting to set Position will throw NotSupportedException. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.HashStream.Length"> <summary> Gets the overridden length used to construct the HashStream </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.HashStream`1"> <summary> A wrapper stream that calculates a hash of the base stream as it is being read or written. The calculated hash is only available after the stream is closed or CalculateHash is called. After calling CalculateHash, any further reads on the streams will not change the CalculatedHash. If an ExpectedHash is specified and is not equal to the calculated hash, Close or CalculateHash methods will throw an AmazonClientException. If base stream's position is not 0 or HashOnReads is true and the entire stream is not read, the CalculatedHash will be set to an empty byte array and comparison to ExpectedHash will not be made. </summary> <exception cref="T:Amazon.Runtime.AmazonClientException"> Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and is different from CalculateHash that the stream calculates, provided that CalculatedHash is not a zero-length byte array. </exception> </member> <member name="M:Amazon.Runtime.Internal.Util.HashStream`1.#ctor(System.IO.Stream,System.Byte[],System.Int64)"> <summary> Initializes an HashStream with a hash algorithm and a base stream. </summary> <param name="baseStream">Stream to calculate hash for.</param> <param name="expectedHash"> Expected hash. Will be compared against calculated hash on stream close. Pass in null to disable check. </param> <param name="expectedLength"> Expected length of the stream. If the reading stops before reaching this position, CalculatedHash will be set to empty array. </param> </member> <member name="T:Amazon.Runtime.Internal.Util.MD5Stream"> <summary> A wrapper stream that calculates an MD5 hash of the base stream as it is being read or written. The calculated hash is only available after the stream is closed or CalculateHash is called. After calling CalculateHash, any further reads on the streams will not change the CalculatedHash. If an ExpectedHash is specified and is not equal to the calculated hash, Close or CalculateHash methods will throw an AmazonClientException. If base stream's position is not 0 or HashOnReads is true and the entire stream is not read, the CalculatedHash will be set to an empty byte array and comparison to ExpectedHash will not be made. </summary> <exception cref="T:Amazon.Runtime.AmazonClientException"> Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and is different from CalculateHash that the stream calculates, provided that CalculatedHash is not a zero-length byte array. </exception> </member> <member name="M:Amazon.Runtime.Internal.Util.MD5Stream.#ctor(System.IO.Stream,System.Byte[],System.Int64)"> <summary> Initializes an MD5Stream with a base stream. </summary> <param name="baseStream">Stream to calculate hash for.</param> <param name="expectedHash"> Expected hash. Will be compared against calculated hash on stream close. Pass in null to disable check. </param> <param name="expectedLength"> Expected length of the stream. If the reading stops before reaching this position, CalculatedHash will be set to empty array. </param> </member> <member name="T:Amazon.Runtime.Internal.Util.LogMessage"> <summary> A single logged message </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.Logger"> <summary> This is a dynamic wrapper around log4net so we can avoid log4net being required to be distributed with the SDK. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.InternalLogger"> <summary> Abstract logger class, base for any custom/specific loggers. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLogger.Flush"> <summary> Flushes the logger contents. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLogger.Error(System.Exception,System.String,System.Object[])"> <summary> Simple wrapper around the log4net Error method. </summary> <param name="exception"></param> <param name="messageFormat"></param> <param name="args"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLogger.Debug(System.Exception,System.String,System.Object[])"> <summary> Simple wrapper around the log4net Debug method. </summary> <param name="exception"></param> <param name="messageFormat"></param> <param name="args"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLogger.DebugFormat(System.String,System.Object[])"> <summary> Simple wrapper around the log4net DebugFormat method. </summary> <param name="message"></param> <param name="arguments"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLogger.InfoFormat(System.String,System.Object[])"> <summary> Simple wrapper around the log4net InfoFormat method. </summary> <param name="message"></param> <param name="arguments"></param> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLogger.IsErrorEnabled"> <summary> Simple wrapper around the log4net IsErrorEnabled property. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLogger.IsDebugEnabled"> <summary> Simple wrapper around the log4net IsDebugEnabled property. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLogger.IsInfoEnabled"> <summary> Simple wrapper around the log4net IsInfoEnabled property. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.InternalLog4netLogger"> <summary> Logger wrapper for reflected log4net logging methods. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLog4netLogger.loadStatics"> <summary> This should be a one time call to use reflection to find all the types and methods needed for the logging API. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLog4netLogger.Error(System.Exception,System.String,System.Object[])"> <summary> Simple wrapper around the log4net Error method. </summary> <param name="exception"></param> <param name="messageFormat"></param> <param name="args"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLog4netLogger.Debug(System.Exception,System.String,System.Object[])"> <summary> Simple wrapper around the log4net Debug method. </summary> <param name="exception"></param> <param name="messageFormat"></param> <param name="args"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLog4netLogger.DebugFormat(System.String,System.Object[])"> <summary> Simple wrapper around the log4net DebugFormat method. </summary> <param name="message"></param> <param name="arguments"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.InternalLog4netLogger.InfoFormat(System.String,System.Object[])"> <summary> Simple wrapper around the log4net InfoFormat method. </summary> <param name="message"></param> <param name="arguments"></param> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLog4netLogger.IsErrorEnabled"> <summary> Simple wrapper around the log4net IsErrorEnabled property. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLog4netLogger.IsDebugEnabled"> <summary> Simple wrapper around the log4net IsDebugEnabled property. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.InternalLog4netLogger.IsInfoEnabled"> <summary> Simple wrapper around the log4net IsInfoEnabled property. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.#ctor"> <summary> Constructs an empty, disabled metrics object </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.StartEvent(Amazon.Runtime.Metric)"> <summary> Starts timing an event. Logs an exception if an event of the same type was started but not stopped. </summary> <param name="metric"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.StopEvent(Amazon.Runtime.Metric)"> <summary> Stops timing an event. Logs an exception if the event wasn't started. </summary> <param name="metric"></param> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.AddProperty(Amazon.Runtime.Metric,System.Object)"> <summary> Adds a property for a metric. If there are multiple, the object is added as a new item in a list. </summary> <param name="metric"></param> <param name="property"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.SetCounter(Amazon.Runtime.Metric,System.Int64)"> <summary> Sets a counter for a specific metric. </summary> <param name="metric"></param> <param name="value"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.IncrementCounter(Amazon.Runtime.Metric)"> <summary> Increments a specific metric counter. If counter doesn't exist yet, it is set to 1. </summary> <param name="metric"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.GetErrors"> <summary> Returns errors associated with the metric, including if there are still any timing events in-flight. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.ToString"> <summary> Returns a string representation of the current metrics. </summary> <returns></returns> </member> <member name="M:Amazon.Runtime.Internal.Util.RequestMetrics.ToJSON"> <summary> Return a JSON represenation of the current metrics </summary> <returns></returns> </member> <member name="P:Amazon.Runtime.Internal.Util.RequestMetrics.Properties"> <summary> Collection of properties being tracked </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.RequestMetrics.Timings"> <summary> Timings for metrics being tracked </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.RequestMetrics.Counters"> <summary> Counters being tracked </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.RequestMetrics.IsEnabled"> <summary> Whether metrics are enabled for the request </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.Timing"> <summary> Timing information for a metric </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.Timing.#ctor"> <summary> Empty, stopped timing object </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.Timing.#ctor(System.Int64)"> <summary> Timing object in a started state </summary> <param name="currentTime"></param> </member> <member name="M:Amazon.Runtime.Internal.Util.Timing.Stop(System.Int64)"> <summary> Stops timing </summary> <param name="currentTime"></param> </member> <member name="P:Amazon.Runtime.Internal.Util.Timing.IsFinished"> <summary> Whether the timing has been stopped </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.Timing.ElapsedTicks"> <summary> Elapsed ticks from start to stop. If timing hasn't been stopped yet, returns 0. </summary> </member> <member name="P:Amazon.Runtime.Internal.Util.Timing.ElapsedTime"> <summary> Elapsed time from start to stop. If timing hasn't been stopped yet, returns TimeSpan.Zero </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.TimingEvent"> <summary> Timing event, stops timing of a metric when disposed </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.TimingEvent.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.TimingEvent.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.TimingEvent.Finalize"> <summary> The destructor for the client class. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.NonDisposingWrapperStream"> <summary> A wrapper stream which supresses disposal of the underlying stream. </summary> </member> <member name="M:Amazon.Runtime.Internal.Util.NonDisposingWrapperStream.#ctor(System.IO.Stream)"> <summary> Constructor for NonDisposingWrapperStream. </summary> <param name="baseStream">The base stream to wrap.</param> </member> <member name="M:Amazon.Runtime.Internal.Util.NonDisposingWrapperStream.Dispose(System.Boolean)"> <summary> The Dispose implementation for this wrapper stream does not close the underlying stream. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.PartialWrapperStream"> <summary> This class is used to wrap a stream for a particular segment of a stream. It makes that segment look like you are reading from beginning to end of the stream. </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.ReadOnlyWrapperStream"> <summary> Wrapper stream that only supports reading </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.PartialReadOnlyWrapperStream"> <summary> Partial wrapper stream that only supports reading </summary> </member> <member name="T:Amazon.Runtime.Internal.Util.StringUtils"> <summary> Utilities for converting objects to strings. Used by the marshaller classes. </summary> </member> <member name="T:Amazon.AutoScaling.AmazonAutoScalingConfig"> <summary> Configuration for accessing Amazon AutoScaling service </summary> </member> <member name="M:Amazon.AutoScaling.AmazonAutoScalingConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.AutoScaling.AmazonAutoScalingConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.AutoScaling.AmazonAutoScalingConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.AutoScaling.LifecycleState"> <summary> Constants used for properties of type LifecycleState. </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Detached"> <summary> Constant Detached for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Detaching"> <summary> Constant Detaching for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.EnteringStandby"> <summary> Constant EnteringStandby for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.InService"> <summary> Constant InService for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Pending"> <summary> Constant Pending for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.PendingProceed"> <summary> Constant PendingProceed for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.PendingWait"> <summary> Constant PendingWait for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Quarantined"> <summary> Constant Quarantined for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Standby"> <summary> Constant Standby for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Terminated"> <summary> Constant Terminated for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.Terminating"> <summary> Constant Terminating for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.TerminatingProceed"> <summary> Constant TerminatingProceed for LifecycleState </summary> </member> <member name="F:Amazon.AutoScaling.LifecycleState.TerminatingWait"> <summary> Constant TerminatingWait for LifecycleState </summary> </member> <member name="M:Amazon.AutoScaling.LifecycleState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.AutoScaling.LifecycleState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.AutoScaling.ScalingActivityStatusCode"> <summary> Constants used for properties of type ScalingActivityStatusCode. </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.Cancelled"> <summary> Constant Cancelled for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.Failed"> <summary> Constant Failed for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.InProgress"> <summary> Constant InProgress for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.MidLifecycleAction"> <summary> Constant MidLifecycleAction for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.PendingSpotBidPlacement"> <summary> Constant PendingSpotBidPlacement for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.PreInService"> <summary> Constant PreInService for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.Successful"> <summary> Constant Successful for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.WaitingForELBConnectionDraining"> <summary> Constant WaitingForELBConnectionDraining for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.WaitingForInstanceId"> <summary> Constant WaitingForInstanceId for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.WaitingForInstanceWarmup"> <summary> Constant WaitingForInstanceWarmup for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.WaitingForSpotInstanceId"> <summary> Constant WaitingForSpotInstanceId for ScalingActivityStatusCode </summary> </member> <member name="F:Amazon.AutoScaling.ScalingActivityStatusCode.WaitingForSpotInstanceRequestId"> <summary> Constant WaitingForSpotInstanceRequestId for ScalingActivityStatusCode </summary> </member> <member name="M:Amazon.AutoScaling.ScalingActivityStatusCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.AutoScaling.ScalingActivityStatusCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.AutoScaling.Model.Activity"> <summary> Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.ActivityId"> <summary> Gets and sets the property ActivityId. <para> The ID of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.Cause"> <summary> Gets and sets the property Cause. <para> The reason the activity began. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.Description"> <summary> Gets and sets the property Description. <para> A friendly, more verbose description of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.Details"> <summary> Gets and sets the property Details. <para> The details about the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.EndTime"> <summary> Gets and sets the property EndTime. <para> The end time of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.Progress"> <summary> Gets and sets the property Progress. <para> A value between 0 and 100 that indicates the progress of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.StartTime"> <summary> Gets and sets the property StartTime. <para> The start time of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.StatusCode"> <summary> Gets and sets the property StatusCode. <para> The current status of the activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Activity.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A friendly, more verbose description of the activity status. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.AdjustmentType"> <summary> Describes a policy adjustment type. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic Scaling</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AdjustmentType.Type"> <summary> Gets and sets the property Type. <para> The policy adjustment type. The valid values are <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.Alarm"> <summary> Describes an alarm. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Alarm.AlarmARN"> <summary> Gets and sets the property AlarmARN. <para> The Amazon Resource Name (ARN) of the alarm. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Alarm.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The name of the alarm. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.AlreadyExistsException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.AlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.AmazonAutoScalingRequest"> <summary> Base class for AutoScaling operation requests. </summary> </member> <member name="T:Amazon.AutoScaling.Model.AttachInstancesRequest"> <summary> Container for the parameters to the AttachInstances operation. Attaches one or more EC2 instances to the specified Auto Scaling group. <para> When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html">Attach EC2 Instances to Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AttachInstancesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AttachInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.AttachLoadBalancersRequest"> <summary> Container for the parameters to the AttachLoadBalancers operation. Attaches one or more load balancers to the specified Auto Scaling group. <para> To describe the load balancers for an Auto Scaling group, use <a>DescribeLoadBalancers</a>. To detach the load balancer from the Auto Scaling group, use <a>DetachLoadBalancers</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-load-balancer-asg.html">Attach a Load Balancer to Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AttachLoadBalancersRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AttachLoadBalancersRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> One or more load balancer names. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.AttachLoadBalancersResponse"> <summary> Configuration for accessing Amazon AttachLoadBalancers service </summary> </member> <member name="T:Amazon.AutoScaling.Model.AttachLoadBalancersResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AttachLoadBalancersResponse.AttachLoadBalancersResult"> <summary> Gets and sets the AttachLoadBalancersResult property. Represents the output of a AttachLoadBalancers operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.AutoScalingGroup"> <summary> Describes an Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.AutoScalingGroupARN"> <summary> Gets and sets the property AutoScalingGroupARN. <para> The Amazon Resource Name (ARN) of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> One or more Availability Zones for the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.CreatedTime"> <summary> Gets and sets the property CreatedTime. <para> The date and time the group was created. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.DefaultCooldown"> <summary> Gets and sets the property DefaultCooldown. <para> The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The desired size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.EnabledMetrics"> <summary> Gets and sets the property EnabledMetrics. <para> The metrics enabled for the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.HealthCheckGracePeriod"> <summary> Gets and sets the property HealthCheckGracePeriod. <para> The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.HealthCheckType"> <summary> Gets and sets the property HealthCheckType. <para> The service to use for the health checks. The valid values are <code>EC2</code> and <code>ELB</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.Instances"> <summary> Gets and sets the property Instances. <para> The EC2 instances associated with the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the associated launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> One or more load balancers associated with the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.MaxSize"> <summary> Gets and sets the property MaxSize. <para> The maximum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.MinSize"> <summary> Gets and sets the property MinSize. <para> The minimum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.NewInstancesProtectedFromScaleIn"> <summary> Gets and sets the property NewInstancesProtectedFromScaleIn. <para> Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.PlacementGroup"> <summary> Gets and sets the property PlacementGroup. <para> The name of the placement group into which you'll launch your instances, if any. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.Status"> <summary> Gets and sets the property Status. <para> The current state of the group when <a>DeleteAutoScalingGroup</a> is in progress. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.SuspendedProcesses"> <summary> Gets and sets the property SuspendedProcesses. <para> The suspended processes associated with the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.Tags"> <summary> Gets and sets the property Tags. <para> The tags for the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.TerminationPolicies"> <summary> Gets and sets the property TerminationPolicies. <para> The termination policies for the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingGroup.VPCZoneIdentifier"> <summary> Gets and sets the property VPCZoneIdentifier. <para> One or more subnet IDs, if applicable, separated by commas. </para> <para> If you specify <code>VPCZoneIdentifier</code> and <code>AvailabilityZones</code>, ensure that the Availability Zones of the subnets match the values for <code>AvailabilityZones</code>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.AutoScalingInstanceDetails"> <summary> Describes an EC2 instance associated with an Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group associated with the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> The health status of this instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and Auto Scaling should terminate and replace it. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The launch configuration associated with the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.LifecycleState"> <summary> Gets and sets the property LifecycleState. <para> The lifecycle state for the instance. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.AutoScalingInstanceDetails.ProtectedFromScaleIn"> <summary> Gets and sets the property ProtectedFromScaleIn. <para> Indicates whether the instance is protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.BlockDeviceMapping"> <summary> Describes a block device mapping. </summary> </member> <member name="P:Amazon.AutoScaling.Model.BlockDeviceMapping.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The device name exposed to the EC2 instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.BlockDeviceMapping.Ebs"> <summary> Gets and sets the property Ebs. <para> The information about the Amazon EBS volume. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.BlockDeviceMapping.NoDevice"> <summary> Gets and sets the property NoDevice. <para> Suppresses a device mapping. </para> <para> If this parameter is true for the root device, the instance might fail the EC2 health check. Auto Scaling launches a replacement instance if the instance fails the health check. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.BlockDeviceMapping.VirtualName"> <summary> Gets and sets the property VirtualName. <para> The name of the virtual device (for example, <code>ephemeral0</code>). </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest"> <summary> Container for the parameters to the CompleteLifecycleAction operation. Completes the lifecycle action for the specified token or instance with the specified result. <para> This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: </para> <ol> <li>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.</li> <li>(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.</li> <li>Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.</li> <li>If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.</li> <li><b>If you finish before the timeout period ends, complete the lifecycle action.</b></li> </ol> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group for the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest.LifecycleActionResult"> <summary> Gets and sets the property LifecycleActionResult. <para> The action for the group to take. This parameter can be either <code>CONTINUE</code> or <code>ABANDON</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest.LifecycleActionToken"> <summary> Gets and sets the property LifecycleActionToken. <para> A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionRequest.LifecycleHookName"> <summary> Gets and sets the property LifecycleHookName. <para> The name of the lifecycle hook. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.CompleteLifecycleActionResponse"> <summary> Configuration for accessing Amazon CompleteLifecycleAction service </summary> </member> <member name="T:Amazon.AutoScaling.Model.CompleteLifecycleActionResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CompleteLifecycleActionResponse.CompleteLifecycleActionResult"> <summary> Gets and sets the CompleteLifecycleActionResult property. Represents the output of a CompleteLifecycleAction operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest"> <summary> Container for the parameters to the CreateAutoScalingGroup operation. Creates an Auto Scaling group with the specified name and attributes. <para> If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating this limit, see <a>DescribeAccountLimits</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroup.html">Auto Scaling Groups</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. This name must be unique within the scope of your AWS account. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> One or more Availability Zones for the group. This parameter is optional if you specify one or more subnets. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.DefaultCooldown"> <summary> Gets and sets the property DefaultCooldown. <para> The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html">Auto Scaling Cooldowns</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The number of EC2 instances that should be running in the group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.HealthCheckGracePeriod"> <summary> Gets and sets the property HealthCheckGracePeriod. <para> The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default is 300. </para> <para> This parameter is required if you are adding an <code>ELB</code> health check. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html">Health Checks</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.HealthCheckType"> <summary> Gets and sets the property HealthCheckType. <para> The service to use for the health checks. The valid values are <code>EC2</code> and <code>ELB</code>. </para> <para> By default, health checks use Amazon EC2 instance status checks to determine the health of an instance. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html">Health Checks</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance used to create a launch configuration for the group. Alternatively, specify a launch configuration instead of an EC2 instance. </para> <para> When you specify an ID of an instance, Auto Scaling creates a new launch configuration and associates it with the group. This launch configuration derives its attributes from the specified instance, with the exception of the block device mapping. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-asg-from-instance.html">Create an Auto Scaling Group Using an EC2 Instance</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the launch configuration. Alternatively, specify an EC2 instance instead of a launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> One or more load balancers. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html">Using a Load Balancer With an Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.MaxSize"> <summary> Gets and sets the property MaxSize. <para> The maximum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.MinSize"> <summary> Gets and sets the property MinSize. <para> The minimum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.NewInstancesProtectedFromScaleIn"> <summary> Gets and sets the property NewInstancesProtectedFromScaleIn. <para> Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.PlacementGroup"> <summary> Gets and sets the property PlacementGroup. <para> The name of the placement group into which you'll launch your instances, if any. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html">Tagging Auto Scaling Groups and Instances</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.TerminationPolicies"> <summary> Gets and sets the property TerminationPolicies. <para> One or more termination policies used to select the instance to terminate. These policies are executed in the order that they are listed. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html">Controlling Which Instances Auto Scaling Terminates During Scale In</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateAutoScalingGroupRequest.VPCZoneIdentifier"> <summary> Gets and sets the property VPCZoneIdentifier. <para> A comma-separated list of subnet identifiers for your virtual private cloud (VPC). </para> <para> If you specify subnets and Availability Zones with this call, ensure that the subnets' Availability Zones match the Availability Zones specified. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html">Launching Auto Scaling Instances in a VPC</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest"> <summary> Container for the parameters to the CreateLaunchConfiguration operation. Creates a launch configuration. <para> If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating this limit, see <a>DescribeAccountLimits</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/LaunchConfiguration.html">Launch Configurations</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.AssociatePublicIpAddress"> <summary> Gets and sets the property AssociatePublicIpAddress. <para> Used for groups that launch instances into a virtual private cloud (VPC). Specifies whether to assign a public IP address to each instance. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html">Launching Auto Scaling Instances in a VPC</a> in the <i>Auto Scaling Developer Guide</i>. </para> <para> If you specify this parameter, be sure to specify at least one subnet when you create your group. </para> <para> Default: If the instance is launched into a default subnet, the default is <code>true</code>. If the instance is launched into a nondefault subnet, the default is <code>false</code>. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported Platforms</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> One or more mappings that specify how block devices are exposed to the instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block Device Mapping</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.ClassicLinkVPCId"> <summary> Gets and sets the property ClassicLinkVPCId. <para> The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter is supported only if you are launching EC2-Classic instances. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.ClassicLinkVPCSecurityGroups"> <summary> Gets and sets the property ClassicLinkVPCSecurityGroups. <para> The IDs of one or more security groups for the specified ClassicLink-enabled VPC. This parameter is required if you specify a ClassicLink-enabled VPC, and is not supported otherwise. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instance is optimized for Amazon EBS I/O. By default, the instance is not optimized for EBS I/O. The optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization is not available with all instance types. Additional usage charges apply. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-Optimized Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. </para> <para> EC2 instances launched with an IAM role will automatically have AWS security credentials available. You can use IAM roles with Auto Scaling to automatically enable applications running on your EC2 instances to securely access other AWS resources. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/us-iam-role.html">Launch Auto Scaling Instances with an IAM Role</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html">Finding an AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance to use to create the launch configuration. </para> <para> The new launch configuration derives attributes from the instance, with the exception of the block device mapping. </para> <para> To create a launch configuration with a block device mapping or override any other instance attributes, specify them as part of the same request. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/create-lc-with-instanceID.html">Create a Launch Configuration Using an EC2 Instance</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.InstanceMonitoring"> <summary> Gets and sets the property InstanceMonitoring. <para> Enables detailed monitoring if it is disabled. Detailed monitoring is enabled by default. </para> <para> When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, by specifying <code>False</code>, CloudWatch generates metrics every 5 minutes. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-instance-monitoring.html">Monitoring Your Auto Scaling Instances and Groups</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type of the EC2 instance. For information about available instance types, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes"> Available Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel associated with the AMI. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the launch configuration. This name must be unique within the scope of your AWS account. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.PlacementTenancy"> <summary> Gets and sets the property PlacementTenancy. <para> The tenancy of the instance. An instance with a tenancy of <code>dedicated</code> runs on single-tenant hardware and can only be launched into a VPC. </para> <para> You must set the value of this parameter to <code>dedicated</code> if want to launch Dedicated Instances into a shared tenancy VPC (VPC with instance placement tenancy attribute set to <code>default</code>). </para> <para> If you specify this parameter, be sure to specify at least one subnet when you create your group. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html">Launching Auto Scaling Instances in a VPC</a> in the <i>Auto Scaling Developer Guide</i>. </para> <para> Valid values: <code>default</code> | <code>dedicated</code> </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk associated with the AMI. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> One or more security groups with which to associate the instances. </para> <para> If your instances are launched in EC2-Classic, you can either specify security group names or the security group IDs. For more information about security groups for EC2-Classic, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> If your instances are launched into a VPC, specify security group IDs. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot market price. For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US-SpotInstances.html">Launching Spot Instances in Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateLaunchConfigurationRequest.UserData"> <summary> Gets and sets the property UserData. <para> The user data to make available to the launched EC2 instances. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance Metadata and User Data</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.CreateOrUpdateTagsRequest"> <summary> Container for the parameters to the CreateOrUpdateTags operation. Creates or updates tags for the specified Auto Scaling group. <para> When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASTagging.html">Tagging Auto Scaling Groups and Instances</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.CreateOrUpdateTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest"> <summary> Container for the parameters to the DeleteAutoScalingGroup operation. Deletes the specified Auto Scaling group. <para> If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. </para> <para> If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. </para> <para> To remove instances from the Auto Scaling group before deleting it, call <a>DetachInstances</a> with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances. </para> <para> To terminate all instances before deleting the Auto Scaling group, call <a>UpdateAutoScalingGroup</a> and set the minimum size and desired capacity of the Auto Scaling group to zero. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group to delete. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest.ForceDelete"> <summary> Gets and sets the property ForceDelete. <para> Specifies that the group will be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This parameter also deletes any lifecycle actions associated with the group. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteLaunchConfigurationRequest"> <summary> Container for the parameters to the DeleteLaunchConfiguration operation. Deletes the specified launch configuration. <para> The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteLaunchConfigurationRequest.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the launch configuration. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteLifecycleHookRequest"> <summary> Container for the parameters to the DeleteLifecycleHook operation. Deletes the specified lifecycle hook. <para> If there are any outstanding lifecycle actions, they are completed first (<code>ABANDON</code> for launching instances, <code>CONTINUE</code> for terminating instances). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteLifecycleHookRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group for the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteLifecycleHookRequest.LifecycleHookName"> <summary> Gets and sets the property LifecycleHookName. <para> The name of the lifecycle hook. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteLifecycleHookResponse"> <summary> Configuration for accessing Amazon DeleteLifecycleHook service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteLifecycleHookResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteLifecycleHookResponse.DeleteLifecycleHookResult"> <summary> Gets and sets the DeleteLifecycleHookResult property. Represents the output of a DeleteLifecycleHook operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteNotificationConfigurationRequest"> <summary> Container for the parameters to the DeleteNotificationConfiguration operation. Deletes the specified notification. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteNotificationConfigurationRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteNotificationConfigurationRequest.TopicARN"> <summary> Gets and sets the property TopicARN. <para> The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeletePolicyRequest"> <summary> Container for the parameters to the DeletePolicy operation. Deletes the specified Auto Scaling policy. <para> Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeletePolicyRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeletePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name or Amazon Resource Name (ARN) of the policy. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteScheduledActionRequest"> <summary> Container for the parameters to the DeleteScheduledAction operation. Deletes the specified scheduled action. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteScheduledActionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteScheduledActionRequest.ScheduledActionName"> <summary> Gets and sets the property ScheduledActionName. <para> The name of the action to delete. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DeleteTagsRequest"> <summary> Container for the parameters to the DeleteTags operation. Deletes the specified tags. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DeleteTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAccountLimitsRequest"> <summary> Container for the parameters to the DescribeAccountLimits operation. Describes the current Auto Scaling resource limits for your AWS account. <para> For information about requesting an increase in these limits, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">AWS Service Limits</a> in the <i>Amazon Web Services General Reference</i>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAccountLimitsResponse"> <summary> Configuration for accessing Amazon DescribeAccountLimits service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAccountLimitsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAccountLimitsResult.MaxNumberOfAutoScalingGroups"> <summary> Gets and sets the property MaxNumberOfAutoScalingGroups. <para> The maximum number of groups allowed for your AWS account. The default limit is 20 per region. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAccountLimitsResult.MaxNumberOfLaunchConfigurations"> <summary> Gets and sets the property MaxNumberOfLaunchConfigurations. <para> The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAccountLimitsResult.NumberOfAutoScalingGroups"> <summary> Gets and sets the property NumberOfAutoScalingGroups. <para> The current number of groups for your AWS account. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAccountLimitsResult.NumberOfLaunchConfigurations"> <summary> Gets and sets the property NumberOfLaunchConfigurations. <para> The current number of launch configurations for your AWS account. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAccountLimitsResponse.DescribeAccountLimitsResult"> <summary> Gets and sets the DescribeAccountLimitsResult property. Represents the output of a DescribeAccountLimits operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAdjustmentTypesRequest"> <summary> Container for the parameters to the DescribeAdjustmentTypes operation. Describes the policy adjustment types for use with <a>PutScalingPolicy</a>. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAdjustmentTypesResponse"> <summary> Configuration for accessing Amazon DescribeAdjustmentTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAdjustmentTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAdjustmentTypesResult.AdjustmentTypes"> <summary> Gets and sets the property AdjustmentTypes. <para> The policy adjustment types. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAdjustmentTypesResponse.DescribeAdjustmentTypesResult"> <summary> Gets and sets the DescribeAdjustmentTypesResult property. Represents the output of a DescribeAdjustmentTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest"> <summary> Container for the parameters to the DescribeAutoScalingGroups operation. Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest.AutoScalingGroupNames"> <summary> Gets and sets the property AutoScalingGroupNames. <para> The group names. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsResponse"> <summary> Configuration for accessing Amazon DescribeAutoScalingGroups service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsResult.AutoScalingGroups"> <summary> Gets and sets the property AutoScalingGroups. <para> The groups. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingGroupsResponse.DescribeAutoScalingGroupsResult"> <summary> Gets and sets the DescribeAutoScalingGroupsResult property. Represents the output of a DescribeAutoScalingGroups operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest"> <summary> Container for the parameters to the DescribeAutoScalingInstances operation. Describes one or more Auto Scaling instances. If a list is not provided, the call describes all instances. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesResponse"> <summary> Configuration for accessing Amazon DescribeAutoScalingInstances service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesResult.AutoScalingInstances"> <summary> Gets and sets the property AutoScalingInstances. <para> The instances. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingInstancesResponse.DescribeAutoScalingInstancesResult"> <summary> Gets and sets the DescribeAutoScalingInstancesResult property. Represents the output of a DescribeAutoScalingInstances operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesRequest"> <summary> Container for the parameters to the DescribeAutoScalingNotificationTypes operation. Describes the notification types that are supported by Auto Scaling. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesResponse"> <summary> Configuration for accessing Amazon DescribeAutoScalingNotificationTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesResult.AutoScalingNotificationTypes"> <summary> Gets and sets the property AutoScalingNotificationTypes. <para> One or more of the following notification types: </para> <ul> <li> <para> <code>autoscaling:EC2_INSTANCE_LAUNCH</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_LAUNCH_ERROR</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_TERMINATE</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_TERMINATE_ERROR</code> </para> </li> <li> <para> <code>autoscaling:TEST_NOTIFICATION</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeAutoScalingNotificationTypesResponse.DescribeAutoScalingNotificationTypesResult"> <summary> Gets and sets the DescribeAutoScalingNotificationTypesResult property. Represents the output of a DescribeAutoScalingNotificationTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest"> <summary> Container for the parameters to the DescribeLaunchConfigurations operation. Describes one or more launch configurations. If you omit the list of names, then the call describes all launch configurations. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest.LaunchConfigurationNames"> <summary> Gets and sets the property LaunchConfigurationNames. <para> The launch configuration names. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. The default is 100. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsResponse"> <summary> Configuration for accessing Amazon DescribeLaunchConfigurations service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsResult.LaunchConfigurations"> <summary> Gets and sets the property LaunchConfigurations. <para> The launch configurations. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLaunchConfigurationsResponse.DescribeLaunchConfigurationsResult"> <summary> Gets and sets the DescribeLaunchConfigurationsResult property. Represents the output of a DescribeLaunchConfigurations operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHooksRequest"> <summary> Container for the parameters to the DescribeLifecycleHooks operation. Describes the lifecycle hooks for the specified Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHooksRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHooksRequest.LifecycleHookNames"> <summary> Gets and sets the property LifecycleHookNames. <para> The names of one or more lifecycle hooks. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHooksResponse"> <summary> Configuration for accessing Amazon DescribeLifecycleHooks service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHooksResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHooksResult.LifecycleHooks"> <summary> Gets and sets the property LifecycleHooks. <para> The lifecycle hooks for the specified group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHooksResponse.DescribeLifecycleHooksResult"> <summary> Gets and sets the DescribeLifecycleHooksResult property. Represents the output of a DescribeLifecycleHooks operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHookTypesRequest"> <summary> Container for the parameters to the DescribeLifecycleHookTypes operation. Describes the available types of lifecycle hooks. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHookTypesResponse"> <summary> Configuration for accessing Amazon DescribeLifecycleHookTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLifecycleHookTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHookTypesResult.LifecycleHookTypes"> <summary> Gets and sets the property LifecycleHookTypes. <para> One or more of the following notification types: </para> <ul> <li> <para> <code>autoscaling:EC2_INSTANCE_LAUNCHING</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_TERMINATING</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLifecycleHookTypesResponse.DescribeLifecycleHookTypesResult"> <summary> Gets and sets the DescribeLifecycleHookTypesResult property. Represents the output of a DescribeLifecycleHookTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLoadBalancersRequest"> <summary> Container for the parameters to the DescribeLoadBalancers operation. Describes the load balancers for the specified Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLoadBalancersResponse"> <summary> Configuration for accessing Amazon DescribeLoadBalancers service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeLoadBalancersResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersResult.LoadBalancers"> <summary> Gets and sets the property LoadBalancers. <para> The load balancers. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeLoadBalancersResponse.DescribeLoadBalancersResult"> <summary> Gets and sets the DescribeLoadBalancersResult property. Represents the output of a DescribeLoadBalancers operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesRequest"> <summary> Container for the parameters to the DescribeMetricCollectionTypes operation. Describes the available CloudWatch metrics for Auto Scaling. <para> Note that the <code>GroupStandbyInstances</code> metric is not returned by default. You must explicitly request this metric when calling <a>EnableMetricsCollection</a>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesResponse"> <summary> Configuration for accessing Amazon DescribeMetricCollectionTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesResult.Granularities"> <summary> Gets and sets the property Granularities. <para> The granularities for the metrics. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesResult.Metrics"> <summary> Gets and sets the property Metrics. <para> One or more metrics. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeMetricCollectionTypesResponse.DescribeMetricCollectionTypesResult"> <summary> Gets and sets the DescribeMetricCollectionTypesResult property. Represents the output of a DescribeMetricCollectionTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest"> <summary> Container for the parameters to the DescribeNotificationConfigurations operation. Describes the notification actions associated with the specified Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest.AutoScalingGroupNames"> <summary> Gets and sets the property AutoScalingGroupNames. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsResponse"> <summary> Configuration for accessing Amazon DescribeNotificationConfigurations service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsResult.NotificationConfigurations"> <summary> Gets and sets the property NotificationConfigurations. <para> The notification configurations. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeNotificationConfigurationsResponse.DescribeNotificationConfigurationsResult"> <summary> Gets and sets the DescribeNotificationConfigurationsResult property. Represents the output of a DescribeNotificationConfigurations operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribePoliciesRequest"> <summary> Container for the parameters to the DescribePolicies operation. Describes the policies for the specified Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to be returned with each call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesRequest.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> One or more policy names or policy ARNs to be described. If you omit this list, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesRequest.PolicyTypes"> <summary> Gets and sets the property PolicyTypes. <para> One or more policy types. Valid values are <code>SimpleScaling</code> and <code>StepScaling</code>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribePoliciesResponse"> <summary> Configuration for accessing Amazon DescribePolicies service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribePoliciesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesResult.ScalingPolicies"> <summary> Gets and sets the property ScalingPolicies. <para> The scaling policies. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribePoliciesResponse.DescribePoliciesResult"> <summary> Gets and sets the DescribePoliciesResult property. Represents the output of a DescribePolicies operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest"> <summary> Container for the parameters to the DescribeScalingActivities operation. Describes one or more scaling activities for the specified Auto Scaling group. If you omit the <code>ActivityIds</code>, the call returns all activities from the past six weeks. Activities are sorted by the start time. Activities still in progress appear first on the list. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest.ActivityIds"> <summary> Gets and sets the property ActivityIds. <para> The activity IDs of the desired scaling activities. If this list is omitted, all activities are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingActivitiesResponse"> <summary> Configuration for accessing Amazon DescribeScalingActivities service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingActivitiesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesResult.Activities"> <summary> Gets and sets the property Activities. <para> The scaling activities. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingActivitiesResponse.DescribeScalingActivitiesResult"> <summary> Gets and sets the DescribeScalingActivitiesResult property. Represents the output of a DescribeScalingActivities operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingProcessTypesRequest"> <summary> Container for the parameters to the DescribeScalingProcessTypes operation. Describes the scaling process types for use with <a>ResumeProcesses</a> and <a>SuspendProcesses</a>. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingProcessTypesResponse"> <summary> Configuration for accessing Amazon DescribeScalingProcessTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScalingProcessTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingProcessTypesResult.Processes"> <summary> Gets and sets the property Processes. <para> The names of the process types. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScalingProcessTypesResponse.DescribeScalingProcessTypesResult"> <summary> Gets and sets the DescribeScalingProcessTypesResult property. Represents the output of a DescribeScalingProcessTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest"> <summary> Container for the parameters to the DescribeScheduledActions operation. Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use <a>DescribeScalingActivities</a>. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.ScheduledActionNames"> <summary> Gets and sets the property ScheduledActionNames. <para> Describes one or more scheduled actions. If you omit this list, the call describes all scheduled actions. If you specify an unknown scheduled action it is ignored with no error. </para> <para> You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScheduledActionsResponse"> <summary> Configuration for accessing Amazon DescribeScheduledActions service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeScheduledActionsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsResult.ScheduledUpdateGroupActions"> <summary> Gets and sets the property ScheduledUpdateGroupActions. <para> The scheduled actions. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeScheduledActionsResponse.DescribeScheduledActionsResult"> <summary> Gets and sets the DescribeScheduledActionsResult property. Represents the output of a DescribeScheduledActions operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTagsRequest"> <summary> Container for the parameters to the DescribeTags operation. Describes the specified tags. <para> You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results. </para> <para> You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsRequest.Filters"> <summary> Gets and sets the property Filters. <para> A filter used to scope the tags to return. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of items to return with this call. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a previous call.) </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTagsResponse"> <summary> Configuration for accessing Amazon DescribeTags service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTagsResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsResult.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTagsResponse.DescribeTagsResult"> <summary> Gets and sets the DescribeTagsResult property. Represents the output of a DescribeTags operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesRequest"> <summary> Container for the parameters to the DescribeTerminationPolicyTypes operation. Describes the termination policies supported by Auto Scaling. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesResponse"> <summary> Configuration for accessing Amazon DescribeTerminationPolicyTypes service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesResult.TerminationPolicyTypes"> <summary> Gets and sets the property TerminationPolicyTypes. <para> The termination policies supported by Auto Scaling (<code>OldestInstance</code>, <code>OldestLaunchConfiguration</code>, <code>NewestInstance</code>, <code>ClosestToNextInstanceHour</code>, and <code>Default</code>). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DescribeTerminationPolicyTypesResponse.DescribeTerminationPolicyTypesResult"> <summary> Gets and sets the DescribeTerminationPolicyTypesResult property. Represents the output of a DescribeTerminationPolicyTypes operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachInstancesRequest"> <summary> Container for the parameters to the DetachInstances operation. Removes one or more instances from the specified Auto Scaling group. <para> After the instances are detached, you can manage them independently from the rest of the Auto Scaling group. </para> <para> If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/detach-instance-asg.html">Detach EC2 Instances from Your Auto Scaling Group</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachInstancesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachInstancesRequest.ShouldDecrementDesiredCapacity"> <summary> Gets and sets the property ShouldDecrementDesiredCapacity. <para> If <code>True</code>, the Auto Scaling group decrements the desired capacity value by the number of instances detached. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachInstancesResponse"> <summary> Configuration for accessing Amazon DetachInstances service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachInstancesResult.Activities"> <summary> Gets and sets the property Activities. <para> The activities related to detaching the instances from the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachInstancesResponse.DetachInstancesResult"> <summary> Gets and sets the DetachInstancesResult property. Represents the output of a DetachInstances operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachLoadBalancersRequest"> <summary> Container for the parameters to the DetachLoadBalancers operation. Removes one or more load balancers from the specified Auto Scaling group. <para> When you detach a load balancer, it enters the <code>Removing</code> state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using <a>DescribeLoadBalancers</a>. Note that the instances remain running. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachLoadBalancersRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachLoadBalancersRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> One or more load balancer names. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachLoadBalancersResponse"> <summary> Configuration for accessing Amazon DetachLoadBalancers service </summary> </member> <member name="T:Amazon.AutoScaling.Model.DetachLoadBalancersResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DetachLoadBalancersResponse.DetachLoadBalancersResult"> <summary> Gets and sets the DetachLoadBalancersResult property. Represents the output of a DetachLoadBalancers operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.DisableMetricsCollectionRequest"> <summary> Container for the parameters to the DisableMetricsCollection operation. Disables monitoring of the specified metrics for the specified Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.DisableMetricsCollectionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or Amazon Resource Name (ARN) of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.DisableMetricsCollectionRequest.Metrics"> <summary> Gets and sets the property Metrics. <para> One or more of the following metrics. If you omit this parameter, all metrics are disabled. </para> <ul> <li> <para> <code>GroupMinSize</code> </para> </li> <li> <para> <code>GroupMaxSize</code> </para> </li> <li> <para> <code>GroupDesiredCapacity</code> </para> </li> <li> <para> <code>GroupInServiceInstances</code> </para> </li> <li> <para> <code>GroupPendingInstances</code> </para> </li> <li> <para> <code>GroupStandbyInstances</code> </para> </li> <li> <para> <code>GroupTerminatingInstances</code> </para> </li> <li> <para> <code>GroupTotalInstances</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.Ebs"> <summary> Describes an Amazon EBS volume. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the volume is deleted on instance termination. </para> <para> Default: <code>true</code> </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Indicates whether the volume should be encrypted. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or an unencrypted volume from an encrypted snapshot. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.Iops"> <summary> Gets and sets the property Iops. <para> The number of I/O operations per second (IOPS) to provision for the volume. </para> <para> Constraint: Required when the volume type is <code>io1</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the snapshot. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.VolumeSize"> <summary> Gets and sets the property VolumeSize. <para> The volume size, in GiB. For <code>standard</code> volumes, specify a value from 1 to 1,024. For <code>io1</code> volumes, specify a value from 4 to 16,384. For <code>gp2</code> volumes, specify a value from 1 to 16,384. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. </para> <para> Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Ebs.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS Volume Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> Valid values: <code>standard</code> | <code>io1</code> | <code>gp2</code> </para> <para> Default: <code>standard</code> </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.EnabledMetric"> <summary> Describes an enabled metric. </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnabledMetric.Granularity"> <summary> Gets and sets the property Granularity. <para> The granularity of the metric. The only valid value is <code>1Minute</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnabledMetric.Metric"> <summary> Gets and sets the property Metric. <para> One of the following metrics: </para> <ul> <li> <para> <code>GroupMinSize</code> </para> </li> <li> <para> <code>GroupMaxSize</code> </para> </li> <li> <para> <code>GroupDesiredCapacity</code> </para> </li> <li> <para> <code>GroupInServiceInstances</code> </para> </li> <li> <para> <code>GroupPendingInstances</code> </para> </li> <li> <para> <code>GroupStandbyInstances</code> </para> </li> <li> <para> <code>GroupTerminatingInstances</code> </para> </li> <li> <para> <code>GroupTotalInstances</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.EnableMetricsCollectionRequest"> <summary> Container for the parameters to the EnableMetricsCollection operation. Enables monitoring of the specified metrics for the specified Auto Scaling group. <para> You can only enable metrics collection if <code>InstanceMonitoring</code> in the launch configuration for the group is set to <code>True</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnableMetricsCollectionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or ARN of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnableMetricsCollectionRequest.Granularity"> <summary> Gets and sets the property Granularity. <para> The granularity to associate with the metrics to collect. The only valid value is <code>1Minute</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnableMetricsCollectionRequest.Metrics"> <summary> Gets and sets the property Metrics. <para> One or more of the following metrics. If you omit this parameter, all metrics are enabled. </para> <ul> <li> <para> <code>GroupMinSize</code> </para> </li> <li> <para> <code>GroupMaxSize</code> </para> </li> <li> <para> <code>GroupDesiredCapacity</code> </para> </li> <li> <para> <code>GroupInServiceInstances</code> </para> </li> <li> <para> <code>GroupPendingInstances</code> </para> </li> <li> <para> <code>GroupStandbyInstances</code> </para> </li> <li> <para> <code>GroupTerminatingInstances</code> </para> </li> <li> <para> <code>GroupTotalInstances</code> </para> </li> </ul> <para> Note that the <code>GroupStandbyInstances</code> metric is not enabled by default. You must explicitly request this metric. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.EnterStandbyRequest"> <summary> Container for the parameters to the EnterStandby operation. Moves the specified instances into <code>Standby</code> mode. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnterStandbyRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnterStandbyRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instances to move into <code>Standby</code> mode. You must specify at least one instance ID. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnterStandbyRequest.ShouldDecrementDesiredCapacity"> <summary> Gets and sets the property ShouldDecrementDesiredCapacity. <para> Specifies whether the instances moved to <code>Standby</code> mode count as part of the Auto Scaling group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances moved to <code>Standby</code> mode. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.EnterStandbyResponse"> <summary> Configuration for accessing Amazon EnterStandby service </summary> </member> <member name="T:Amazon.AutoScaling.Model.EnterStandbyResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnterStandbyResult.Activities"> <summary> Gets and sets the property Activities. <para> The activities related to moving instances into <code>Standby</code> mode. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.EnterStandbyResponse.EnterStandbyResult"> <summary> Gets and sets the EnterStandbyResult property. Represents the output of a EnterStandby operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.ExecutePolicyRequest"> <summary> Container for the parameters to the ExecutePolicy operation. Executes the specified policy. </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExecutePolicyRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or Amazon Resource Name (ARN) of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExecutePolicyRequest.BreachThreshold"> <summary> Gets and sets the property BreachThreshold. <para> The breach threshold for the alarm. </para> <para> This parameter is required if the policy type is <code>StepScaling</code> and not supported otherwise. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExecutePolicyRequest.HonorCooldown"> <summary> Gets and sets the property HonorCooldown. <para> If this parameter is true, Auto Scaling waits for the cooldown period to complete before executing the policy. Otherwise, Auto Scaling executes the policy without waiting for the cooldown period to complete. </para> <para> This parameter is not supported if the policy type is <code>StepScaling</code>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html">Auto Scaling Cooldowns</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExecutePolicyRequest.MetricValue"> <summary> Gets and sets the property MetricValue. <para> The metric value to compare to <code>BreachThreshold</code>. This enables you to execute a policy of type <code>StepScaling</code> and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59. </para> <para> If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error. </para> <para> This parameter is required if the policy type is <code>StepScaling</code> and not supported otherwise. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExecutePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name or ARN of the policy. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.ExitStandbyRequest"> <summary> Container for the parameters to the ExitStandby operation. Moves the specified instances out of <code>Standby</code> mode. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExitStandbyRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExitStandbyRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. You must specify at least one instance ID. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.ExitStandbyResponse"> <summary> Configuration for accessing Amazon ExitStandby service </summary> </member> <member name="T:Amazon.AutoScaling.Model.ExitStandbyResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExitStandbyResult.Activities"> <summary> Gets and sets the property Activities. <para> The activities related to moving instances out of <code>Standby</code> mode. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ExitStandbyResponse.ExitStandbyResult"> <summary> Gets and sets the ExitStandbyResult property. Represents the output of a ExitStandby operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.Filter"> <summary> Describes a filter. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Filter.Name"> <summary> Gets and sets the property Name. <para> The name of the filter. The valid values are: <code>"auto-scaling-group"</code>, <code>"key"</code>, <code>"value"</code>, and <code>"propagate-at-launch"</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Filter.Values"> <summary> Gets and sets the property Values. <para> The value of the filter. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.Instance"> <summary> Describes an EC2 instance. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone in which the instance is running. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> The health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and Auto Scaling should terminate and replace it. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The launch configuration associated with the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.LifecycleState"> <summary> Gets and sets the property LifecycleState. <para> A description of the current lifecycle state. Note that the <code>Quarantined</code> state is not used. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Instance.ProtectedFromScaleIn"> <summary> Gets and sets the property ProtectedFromScaleIn. <para> Indicates whether the instance is protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.InstanceMonitoring"> <summary> Describes whether instance monitoring is enabled. </summary> </member> <member name="P:Amazon.AutoScaling.Model.InstanceMonitoring.Enabled"> <summary> Gets and sets the property Enabled. <para> If <code>True</code>, instance monitoring is enabled. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.InvalidNextTokenException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.InvalidNextTokenException.#ctor(System.String)"> <summary> Constructs a new InvalidNextTokenException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.Model.LaunchConfiguration"> <summary> Describes a launch configuration. </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.AssociatePublicIpAddress"> <summary> Gets and sets the property AssociatePublicIpAddress. <para> [EC2-VPC] Indicates whether to assign a public IP address to each instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> A block device mapping, which specifies the block devices for the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.ClassicLinkVPCId"> <summary> Gets and sets the property ClassicLinkVPCId. <para> The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.ClassicLinkVPCSecurityGroups"> <summary> Gets and sets the property ClassicLinkVPCSecurityGroups. <para> The IDs of one or more security groups for the VPC specified in <code>ClassicLinkVPCId</code>. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.CreatedTime"> <summary> Gets and sets the property CreatedTime. <para> The creation date and time for the launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Controls whether the instance is optimized for EBS I/O (<code>true</code>) or not (<code>false</code>). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the Amazon Machine Image (AMI). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.InstanceMonitoring"> <summary> Gets and sets the property InstanceMonitoring. <para> Controls whether instances in this group are launched with detailed monitoring. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type for the instances. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel associated with the AMI. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.LaunchConfigurationARN"> <summary> Gets and sets the property LaunchConfigurationARN. <para> The Amazon Resource Name (ARN) of the launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.PlacementTenancy"> <summary> Gets and sets the property PlacementTenancy. <para> The tenancy of the instance, either <code>default</code> or <code>dedicated</code>. An instance with <code>dedicated</code> tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk associated with the AMI. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> The security groups to associate with the instances. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The price to bid when launching Spot Instances. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LaunchConfiguration.UserData"> <summary> Gets and sets the property UserData. <para> The user data available to the instances. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.LifecycleHook"> <summary> Describes a lifecycle hook, which tells Auto Scaling that you want to perform an action when an instance launches or terminates. When you have a lifecycle hook in place, the Auto Scaling group will either: <ul> <li>Pause the instance after it launches, but before it is put into service</li> <li>Pause the instance as it terminates, but before it is fully terminated</li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group for the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.DefaultResult"> <summary> Gets and sets the property DefaultResult. <para> Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The valid values are <code>CONTINUE</code> and <code>ABANDON</code>. The default value is <code>CONTINUE</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.GlobalTimeout"> <summary> Gets and sets the property GlobalTimeout. <para> The maximum time, in seconds, that an instance can remain in a <code>Pending:Wait</code> or <code>Terminating:Wait</code> state. The default is 172800 seconds (48 hours). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.HeartbeatTimeout"> <summary> Gets and sets the property HeartbeatTimeout. <para> The maximum time, in seconds, that can elapse before the lifecycle hook times out. The default is 3600 seconds (1 hour). When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling <a>RecordLifecycleActionHeartbeat</a>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.LifecycleHookName"> <summary> Gets and sets the property LifecycleHookName. <para> The name of the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.LifecycleTransition"> <summary> Gets and sets the property LifecycleTransition. <para> The state of the EC2 instance to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see <a>DescribeLifecycleHookTypes</a>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.NotificationMetadata"> <summary> Gets and sets the property NotificationMetadata. <para> Additional information that you want to include any time Auto Scaling sends a message to the notification target. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.NotificationTargetARN"> <summary> Gets and sets the property NotificationTargetARN. <para> The ARN of the notification target that Auto Scaling uses to notify you when an instance is in the transition state for the lifecycle hook. This ARN target can be either an SQS queue or an SNS topic. The notification message sent to the target includes the following: </para> <ul> <li>Lifecycle action token</li> <li>User account ID</li> <li>Name of the Auto Scaling group</li> <li>Lifecycle hook name</li> <li>EC2 instance ID</li> <li>Lifecycle transition</li> <li>Notification metadata</li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LifecycleHook.RoleARN"> <summary> Gets and sets the property RoleARN. <para> The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.LimitExceededException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.Model.LoadBalancerState"> <summary> Describes the state of a load balancer. </summary> </member> <member name="P:Amazon.AutoScaling.Model.LoadBalancerState.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.LoadBalancerState.State"> <summary> Gets and sets the property State. <para> One of the following load balancer states: </para> <ul> <li> <para> <code>Adding</code> - The instances in the group are being registered with the load balancer. </para> </li> <li> <para> <code>Added</code> - All instances in the group are registered with the load balancer. </para> </li> <li> <para> <code>InService</code> - At least one instance in the group passed an ELB health check. </para> </li> <li> <para> <code>Removing</code> - The instances are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances. </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.MetricCollectionType"> <summary> Describes a metric. </summary> </member> <member name="P:Amazon.AutoScaling.Model.MetricCollectionType.Metric"> <summary> Gets and sets the property Metric. <para> One of the following metrics: </para> <ul> <li> <para> <code>GroupMinSize</code> </para> </li> <li> <para> <code>GroupMaxSize</code> </para> </li> <li> <para> <code>GroupDesiredCapacity</code> </para> </li> <li> <para> <code>GroupInServiceInstances</code> </para> </li> <li> <para> <code>GroupPendingInstances</code> </para> </li> <li> <para> <code>GroupStandbyInstances</code> </para> </li> <li> <para> <code>GroupTerminatingInstances</code> </para> </li> <li> <para> <code>GroupTotalInstances</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.MetricGranularityType"> <summary> Describes a granularity of a metric. </summary> </member> <member name="P:Amazon.AutoScaling.Model.MetricGranularityType.Granularity"> <summary> Gets and sets the property Granularity. <para> The granularity. The only valid value is <code>1Minute</code>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.NotificationConfiguration"> <summary> Describes a notification. </summary> </member> <member name="P:Amazon.AutoScaling.Model.NotificationConfiguration.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.NotificationConfiguration.NotificationType"> <summary> Gets and sets the property NotificationType. <para> One of the following event notification types: </para> <ul> <li> <para> <code>autoscaling:EC2_INSTANCE_LAUNCH</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_LAUNCH_ERROR</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_TERMINATE</code> </para> </li> <li> <para> <code>autoscaling:EC2_INSTANCE_TERMINATE_ERROR</code> </para> </li> <li> <para> <code>autoscaling:TEST_NOTIFICATION</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.NotificationConfiguration.TopicARN"> <summary> Gets and sets the property TopicARN. <para> The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.ProcessType"> <summary> Describes a process type. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html#process-types">Auto Scaling Processes</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ProcessType.ProcessName"> <summary> Gets and sets the property ProcessName. <para> One of the following processes: </para> <ul> <li> <para> <code>Launch</code> </para> </li> <li> <para> <code>Terminate</code> </para> </li> <li> <para> <code>AddToLoadBalancer</code> </para> </li> <li> <para> <code>AlarmNotification</code> </para> </li> <li> <para> <code>AZRebalance</code> </para> </li> <li> <para> <code>HealthCheck</code> </para> </li> <li> <para> <code>ReplaceUnhealthy</code> </para> </li> <li> <para> <code>ScheduledActions</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutLifecycleHookRequest"> <summary> Container for the parameters to the PutLifecycleHook operation. Creates or updates a lifecycle hook for the specified Auto Scaling Group. <para> A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates. </para> <para> This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: </para> <ol> <li>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.</li> <li>(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.</li> <li><b>Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.</b></li> <li>If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.</li> <li>If you finish before the timeout period ends, complete the lifecycle action.</li> </ol> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> <para> If you exceed your maximum limit of lifecycle hooks, which by default is 50 per region, the call fails. For information about updating this limit, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">AWS Service Limits</a> in the <i>Amazon Web Services General Reference</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group to which you want to assign the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.DefaultResult"> <summary> Gets and sets the property DefaultResult. <para> Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. This parameter can be either <code>CONTINUE</code> or <code>ABANDON</code>. The default value is <code>ABANDON</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.HeartbeatTimeout"> <summary> Gets and sets the property HeartbeatTimeout. <para> The amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the default action. You can prevent the lifecycle hook from timing out by calling <a>RecordLifecycleActionHeartbeat</a>. The default is 3600 seconds (1 hour). </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.LifecycleHookName"> <summary> Gets and sets the property LifecycleHookName. <para> The name of the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.LifecycleTransition"> <summary> Gets and sets the property LifecycleTransition. <para> The instance state to which you want to attach the lifecycle hook. For a list of lifecycle hook types, see <a>DescribeLifecycleHookTypes</a>. </para> <para> This parameter is required for new lifecycle hooks, but optional when updating existing hooks. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.NotificationMetadata"> <summary> Gets and sets the property NotificationMetadata. <para> Contains additional information that you want to include any time Auto Scaling sends a message to the notification target. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.NotificationTargetARN"> <summary> Gets and sets the property NotificationTargetARN. <para> The ARN of the notification target that Auto Scaling will use to notify you when an instance is in the transition state for the lifecycle hook. This target can be either an SQS queue or an SNS topic. If you specify an empty string, this overrides the current ARN. </para> <para> The notification messages sent to the target include the following information: </para> <ul> <li><b>AutoScalingGroupName</b>. The name of the Auto Scaling group.</li> <li><b>AccountId</b>. The AWS account ID.</li> <li><b>LifecycleTransition</b>. The lifecycle hook type.</li> <li><b>LifecycleActionToken</b>. The lifecycle action token.</li> <li><b>EC2InstanceId</b>. The EC2 instance ID.</li> <li><b>LifecycleHookName</b>. The name of the lifecycle hook.</li> <li><b>NotificationMetadata</b>. User-defined information.</li> </ul> <para> This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key/value pair format when sending notifications to an Amazon SNS topic. </para> <para> When you specify a notification target, Auto Scaling sends it a test message. Test messages contains the following additional key/value pair: <code>"Event": "autoscaling:TEST_NOTIFICATION"</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookRequest.RoleARN"> <summary> Gets and sets the property RoleARN. <para> The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target. </para> <para> This parameter is required for new lifecycle hooks, but optional when updating existing hooks. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutLifecycleHookResponse"> <summary> Configuration for accessing Amazon PutLifecycleHook service </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutLifecycleHookResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutLifecycleHookResponse.PutLifecycleHookResult"> <summary> Gets and sets the PutLifecycleHookResult property. Represents the output of a PutLifecycleHook operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutNotificationConfigurationRequest"> <summary> Container for the parameters to the PutNotificationConfiguration operation. Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to this topic can have messages for events delivered to an endpoint such as a web server or email address. <para> For more information see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/ASGettingNotifications.html">Getting Notifications When Your Auto Scaling Group Changes</a> in the <i>Auto Scaling Developer Guide</i>. </para> <para> This configuration overwrites an existing configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutNotificationConfigurationRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutNotificationConfigurationRequest.NotificationTypes"> <summary> Gets and sets the property NotificationTypes. <para> The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see <a>DescribeAutoScalingNotificationTypes</a>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutNotificationConfigurationRequest.TopicARN"> <summary> Gets and sets the property TopicARN. <para> The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutScalingPolicyRequest"> <summary> Container for the parameters to the PutScalingPolicy operation. Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request. <para> If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">AWS Service Limits</a> in the <i>Amazon Web Services General Reference</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.AdjustmentType"> <summary> Gets and sets the property AdjustmentType. <para> The adjustment type. Valid values are <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic Scaling</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or ARN of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.Cooldown"> <summary> Gets and sets the property Cooldown. <para> The amount of time, in seconds, after a scaling activity completes and before the next scaling activity can start. If this parameter is not specified, the default cooldown period for the group applies. </para> <para> This parameter is not supported unless the policy type is <code>SimpleScaling</code>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html">Auto Scaling Cooldowns</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.EstimatedInstanceWarmup"> <summary> Gets and sets the property EstimatedInstanceWarmup. <para> The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. The default is to use the value specified for the default cooldown period for the group. </para> <para> This parameter is not supported if the policy type is <code>SimpleScaling</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.MetricAggregationType"> <summary> Gets and sets the property MetricAggregationType. <para> The aggregation type for the CloudWatch metrics. Valid values are <code>Minimum</code>, <code>Maximum</code>, and <code>Average</code>. If the aggregation type is null, the value is treated as <code>Average</code>. </para> <para> This parameter is not supported if the policy type is <code>SimpleScaling</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.MinAdjustmentMagnitude"> <summary> Gets and sets the property MinAdjustmentMagnitude. <para> The minimum number of instances to scale. If the value of <code>AdjustmentType</code> is <code>PercentChangeInCapacity</code>, the scaling policy changes the <code>DesiredCapacity</code> of the Auto Scaling group by at least this many instances. Otherwise, the error is <code>ValidationError</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.MinAdjustmentStep"> <summary> Gets and sets the property MinAdjustmentStep. <para> Available for backward compatibility. Use <code>MinAdjustmentMagnitude</code> instead. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.PolicyType"> <summary> Gets and sets the property PolicyType. <para> The policy type. Valid values are <code>SimpleScaling</code> and <code>StepScaling</code>. If the policy type is null, the value is treated as <code>SimpleScaling</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.ScalingAdjustment"> <summary> Gets and sets the property ScalingAdjustment. <para> The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. </para> <para> This parameter is required if the policy type is <code>SimpleScaling</code> and not supported otherwise. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyRequest.StepAdjustments"> <summary> Gets and sets the property StepAdjustments. <para> A set of adjustments that enable you to scale based on the size of the alarm breach. </para> <para> This parameter is required if the policy type is <code>StepScaling</code> and not supported otherwise. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutScalingPolicyResponse"> <summary> Configuration for accessing Amazon PutScalingPolicy service </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutScalingPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyResult.PolicyARN"> <summary> Gets and sets the property PolicyARN. <para> The Amazon Resource Name (ARN) of the policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScalingPolicyResponse.PutScalingPolicyResult"> <summary> Gets and sets the PutScalingPolicyResult property. Represents the output of a PutScalingPolicy operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest"> <summary> Container for the parameters to the PutScheduledUpdateGroupAction operation. Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged in the affected Auto Scaling group. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/schedule_time.html">Scheduled Scaling</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or Amazon Resource Name (ARN) of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The number of EC2 instances that should be running in the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The time for this action to end. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.MaxSize"> <summary> Gets and sets the property MaxSize. <para> The maximum size for the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.MinSize"> <summary> Gets and sets the property MinSize. <para> The minimum size for the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.Recurrence"> <summary> Gets and sets the property Recurrence. <para> The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format. For more information, see <a href="http://en.wikipedia.org/wiki/Cron">Cron</a> in Wikipedia. </para> <para> When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action will start and stop. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.ScheduledActionName"> <summary> Gets and sets the property ScheduledActionName. <para> The name of this scaling action. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, <code>2014-06-01T00:00:00Z</code>). </para> <para> If you try to schedule your action in the past, Auto Scaling returns an error message. </para> <para> When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action starts and stops. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.PutScheduledUpdateGroupActionRequest.Time"> <summary> Gets and sets the property Time. <para> This parameter is deprecated. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest"> <summary> Container for the parameters to the RecordLifecycleActionHeartbeat operation. Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using <a>PutLifecycleHook</a>. <para> This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: </para> <ol> <li>(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Auto Scaling launches or terminates instances.</li> <li>(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Auto Scaling to publish lifecycle notifications to the target.</li> <li>Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.</li> <li><b>If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.</b></li> <li>If you finish before the timeout period ends, complete the lifecycle action.</li> </ol> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingGroupLifecycle.html">Auto Scaling Lifecycle</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group for the hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest.LifecycleActionToken"> <summary> Gets and sets the property LifecycleActionToken. <para> A token that uniquely identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatRequest.LifecycleHookName"> <summary> Gets and sets the property LifecycleHookName. <para> The name of the lifecycle hook. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatResponse"> <summary> Configuration for accessing Amazon RecordLifecycleActionHeartbeat service </summary> </member> <member name="T:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.RecordLifecycleActionHeartbeatResponse.RecordLifecycleActionHeartbeatResult"> <summary> Gets and sets the RecordLifecycleActionHeartbeatResult property. Represents the output of a RecordLifecycleActionHeartbeat operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.ResourceContentionException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.ResourceContentionException.#ctor(System.String)"> <summary> Constructs a new ResourceContentionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.Model.ResourceInUseException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.ResourceInUseException.#ctor(System.String)"> <summary> Constructs a new ResourceInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.Model.ResumeProcessesRequest"> <summary> Container for the parameters to the ResumeProcesses operation. Resumes the specified suspended Auto Scaling processes, or all suspended process, for the specified Auto Scaling group. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html">Suspending and Resuming Auto Scaling Processes</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ResumeProcessesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or Amazon Resource Name (ARN) of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ResumeProcessesRequest.ScalingProcesses"> <summary> Gets and sets the property ScalingProcesses. <para> One or more of the following processes: </para> <ul> <li> <para> <code>Launch</code> </para> </li> <li> <para> <code>Terminate</code> </para> </li> <li> <para> <code>HealthCheck</code> </para> </li> <li> <para> <code>ReplaceUnhealthy</code> </para> </li> <li> <para> <code>AZRebalance</code> </para> </li> <li> <para> <code>AlarmNotification</code> </para> </li> <li> <para> <code>ScheduledActions</code> </para> </li> <li> <para> <code>AddToLoadBalancer</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.ScalingActivityInProgressException"> <summary> AutoScaling exception </summary> </member> <member name="M:Amazon.AutoScaling.Model.ScalingActivityInProgressException.#ctor(System.String)"> <summary> Constructs a new ScalingActivityInProgressException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.AutoScaling.Model.ScalingPolicy"> <summary> Describes a scaling policy. </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.AdjustmentType"> <summary> Gets and sets the property AdjustmentType. <para> The adjustment type, which specifies how <code>ScalingAdjustment</code> is interpreted. Valid values are <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.Alarms"> <summary> Gets and sets the property Alarms. <para> The CloudWatch alarms related to the policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group associated with this scaling policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.Cooldown"> <summary> Gets and sets the property Cooldown. <para> The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.EstimatedInstanceWarmup"> <summary> Gets and sets the property EstimatedInstanceWarmup. <para> The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.MetricAggregationType"> <summary> Gets and sets the property MetricAggregationType. <para> The aggregation type for the CloudWatch metrics. Valid values are <code>Minimum</code>, <code>Maximum</code>, and <code>Average</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.MinAdjustmentMagnitude"> <summary> Gets and sets the property MinAdjustmentMagnitude. <para> The minimum number of instances to scale. If the value of <code>AdjustmentType</code> is <code>PercentChangeInCapacity</code>, the scaling policy changes the <code>DesiredCapacity</code> of the Auto Scaling group by at least this many instances. Otherwise, the error is <code>ValidationError</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.MinAdjustmentStep"> <summary> Gets and sets the property MinAdjustmentStep. <para> Available for backward compatibility. Use <code>MinAdjustmentMagnitude</code> instead. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.PolicyARN"> <summary> Gets and sets the property PolicyARN. <para> The Amazon Resource Name (ARN) of the policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the scaling policy. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.PolicyType"> <summary> Gets and sets the property PolicyType. <para> The policy type. Valid values are <code>SimpleScaling</code> and <code>StepScaling</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.ScalingAdjustment"> <summary> Gets and sets the property ScalingAdjustment. <para> The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScalingPolicy.StepAdjustments"> <summary> Gets and sets the property StepAdjustments. <para> A set of adjustments that enable you to scale based on the size of the alarm breach. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction"> <summary> Describes a scheduled update to an Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The number of instances you prefer to maintain in the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.EndTime"> <summary> Gets and sets the property EndTime. <para> The date and time that the action is scheduled to end. This date and time can be up to one month in the future. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.MaxSize"> <summary> Gets and sets the property MaxSize. <para> The maximum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.MinSize"> <summary> Gets and sets the property MinSize. <para> The minimum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.Recurrence"> <summary> Gets and sets the property Recurrence. <para> The recurring schedule for the action. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.ScheduledActionARN"> <summary> Gets and sets the property ScheduledActionARN. <para> The Amazon Resource Name (ARN) of the scheduled action. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.ScheduledActionName"> <summary> Gets and sets the property ScheduledActionName. <para> The name of the scheduled action. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.StartTime"> <summary> Gets and sets the property StartTime. <para> The date and time that the action is scheduled to begin. This date and time can be up to one month in the future. </para> <para> When <code>StartTime</code> and <code>EndTime</code> are specified with <code>Recurrence</code>, they form the boundaries of when the recurring action will start and stop. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.ScheduledUpdateGroupAction.Time"> <summary> Gets and sets the property Time. <para> This parameter is deprecated. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SetDesiredCapacityRequest"> <summary> Container for the parameters to the SetDesiredCapacity operation. Sets the size of the specified Auto Scaling group. <para> For more information about desired capacity, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/WhatIsAutoScaling.html">What Is Auto Scaling?</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetDesiredCapacityRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetDesiredCapacityRequest.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The number of EC2 instances that should be running in the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetDesiredCapacityRequest.HonorCooldown"> <summary> Gets and sets the property HonorCooldown. <para> By default, <code>SetDesiredCapacity</code> overrides any cooldown period associated with the Auto Scaling group. Specify <code>True</code> to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SetInstanceHealthRequest"> <summary> Container for the parameters to the SetInstanceHealth operation. Sets the health status of the specified instance. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html">Health Checks</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceHealthRequest.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> The health status of the instance. Set to <code>Healthy</code> if you want the instance to remain in service. Set to <code>Unhealthy</code> if you want the instance to be out of service. Auto Scaling will terminate and replace the unhealthy instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceHealthRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceHealthRequest.ShouldRespectGracePeriod"> <summary> Gets and sets the property ShouldRespectGracePeriod. <para> If the Auto Scaling group of the specified instance has a <code>HealthCheckGracePeriod</code> specified for the group, by default, this call will respect the grace period. Set this to <code>False</code>, if you do not want the call to respect the grace period associated with the group. </para> <para> For more information, see the description of the health check grace period for <a>CreateAutoScalingGroup</a>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SetInstanceProtectionRequest"> <summary> Container for the parameters to the SetInstanceProtection operation. Updates the instance protection settings of the specified instances. <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html#instance-protection">Instance Protection</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceProtectionRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceProtectionRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceProtectionRequest.ProtectedFromScaleIn"> <summary> Gets and sets the property ProtectedFromScaleIn. <para> Indicates whether the instance is protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SetInstanceProtectionResponse"> <summary> Configuration for accessing Amazon SetInstanceProtection service </summary> </member> <member name="T:Amazon.AutoScaling.Model.SetInstanceProtectionResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SetInstanceProtectionResponse.SetInstanceProtectionResult"> <summary> Gets and sets the SetInstanceProtectionResult property. Represents the output of a SetInstanceProtection operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.StepAdjustment"> <summary> Describes an adjustment based on the difference between the value of the aggregated CloudWatch metric and the breach threshold that you've defined for the alarm. <para> For the following examples, suppose that you have an alarm with a breach threshold of 50: </para> <ul> <li> <para> If you want the adjustment to be triggered when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10. </para> </li> <li> <para> If you want the adjustment to be triggered when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0. </para> </li> </ul> <para> There are a few rules for the step adjustments for your step policy: </para> <ul> <li> <para> The ranges of your step adjustments can't overlap or have a gap. </para> </li> <li> <para> At most one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound. </para> </li> <li> <para> At most one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound. </para> </li> <li> <para> The upper and lower bound can't be null in the same step adjustment. </para> </li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.StepAdjustment.MetricIntervalLowerBound"> <summary> Gets and sets the property MetricIntervalLowerBound. <para> The lower bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the lower bound is inclusive (the metric must be greater than or equal to the threshold plus the lower bound). Otherwise, it is exclusive (the metric must be greater than the threshold plus the lower bound). A null value indicates negative infinity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.StepAdjustment.MetricIntervalUpperBound"> <summary> Gets and sets the property MetricIntervalUpperBound. <para> The upper bound for the difference between the alarm threshold and the CloudWatch metric. If the metric value is above the breach threshold, the upper bound is exclusive (the metric must be less than the threshold plus the upper bound). Otherwise, it is inclusive (the metric must be less than or equal to the threshold plus the upper bound). A null value indicates positive infinity. </para> <para> The upper bound must be greater than the lower bound. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.StepAdjustment.ScalingAdjustment"> <summary> Gets and sets the property ScalingAdjustment. <para> The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SuspendedProcess"> <summary> Describes an Auto Scaling process that has been suspended. For more information, see <a>ProcessType</a>. </summary> </member> <member name="P:Amazon.AutoScaling.Model.SuspendedProcess.ProcessName"> <summary> Gets and sets the property ProcessName. <para> The name of the suspended process. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SuspendedProcess.SuspensionReason"> <summary> Gets and sets the property SuspensionReason. <para> The reason that the process was suspended. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.SuspendProcessesRequest"> <summary> Container for the parameters to the SuspendProcesses operation. Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group. <para> Note that if you suspend either the <code>Launch</code> or <code>Terminate</code> process types, it can prevent other process types from functioning properly. </para> <para> To resume processes that have been suspended, use <a>ResumeProcesses</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SuspendResume.html">Suspending and Resuming Auto Scaling Processes</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SuspendProcessesRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name or Amazon Resource Name (ARN) of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.SuspendProcessesRequest.ScalingProcesses"> <summary> Gets and sets the property ScalingProcesses. <para> One or more of the following processes: </para> <ul> <li> <para> <code>Launch</code> </para> </li> <li> <para> <code>Terminate</code> </para> </li> <li> <para> <code>HealthCheck</code> </para> </li> <li> <para> <code>ReplaceUnhealthy</code> </para> </li> <li> <para> <code>AZRebalance</code> </para> </li> <li> <para> <code>AlarmNotification</code> </para> </li> <li> <para> <code>ScheduledActions</code> </para> </li> <li> <para> <code>AddToLoadBalancer</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.AutoScaling.Model.Tag"> <summary> Describes a tag for an Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The tag key. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Tag.PropagateAtLaunch"> <summary> Gets and sets the property PropagateAtLaunch. <para> Determines whether the tag is added to new instances as they are launched in the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Tag.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Tag.ResourceType"> <summary> Gets and sets the property ResourceType. <para> The type of resource. The only supported value is <code>auto-scaling-group</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The tag value. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.TagDescription"> <summary> Describes a tag for an Auto Scaling group. </summary> </member> <member name="P:Amazon.AutoScaling.Model.TagDescription.Key"> <summary> Gets and sets the property Key. <para> The tag key. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TagDescription.PropagateAtLaunch"> <summary> Gets and sets the property PropagateAtLaunch. <para> Determines whether the tag is added to new instances as they are launched in the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TagDescription.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TagDescription.ResourceType"> <summary> Gets and sets the property ResourceType. <para> The type of resource. The only supported value is <code>auto-scaling-group</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TagDescription.Value"> <summary> Gets and sets the property Value. <para> The tag value. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupRequest"> <summary> Container for the parameters to the TerminateInstanceInAutoScalingGroup operation. Terminates the specified instance and optionally adjusts the desired group size. <para> This call simply makes a termination request. The instance is not terminated immediately. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupRequest.ShouldDecrementDesiredCapacity"> <summary> Gets and sets the property ShouldDecrementDesiredCapacity. <para> If <code>true</code>, terminating the instance also decrements the size of the Auto Scaling group. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupResponse"> <summary> Configuration for accessing Amazon TerminateInstanceInAutoScalingGroup service </summary> </member> <member name="T:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupResult"> <summary> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupResult.Activity"> <summary> Gets and sets the property Activity. <para> A scaling activity. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.TerminateInstanceInAutoScalingGroupResponse.TerminateInstanceInAutoScalingGroupResult"> <summary> Gets and sets the TerminateInstanceInAutoScalingGroupResult property. Represents the output of a TerminateInstanceInAutoScalingGroup operation. </summary> </member> <member name="T:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest"> <summary> Container for the parameters to the UpdateAutoScalingGroup operation. Updates the configuration for the specified Auto Scaling group. <para> To update an Auto Scaling group with a launch configuration with <code>InstanceMonitoring</code> set to <code>False</code>, you must first disable the collection of group metrics. Otherwise, you will get an error. If you have previously enabled the collection of group metrics, you can disable it using <a>DisableMetricsCollection</a>. </para> <para> The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected. </para> <para> Note the following: </para> <ul> <li> <para> If you specify a new value for <code>MinSize</code> without specifying a value for <code>DesiredCapacity</code>, and the new <code>MinSize</code> is larger than the current size of the group, we implicitly call <a>SetDesiredCapacity</a> to set the size of the group to the new value of <code>MinSize</code>. </para> </li> <li> <para> If you specify a new value for <code>MaxSize</code> without specifying a value for <code>DesiredCapacity</code>, and the new <code>MaxSize</code> is smaller than the current size of the group, we implicitly call <a>SetDesiredCapacity</a> to set the size of the group to the new value of <code>MaxSize</code>. </para> </li> <li> <para> All other optional parameters are left unchanged if not specified. </para> </li> </ul> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.AutoScalingGroupName"> <summary> Gets and sets the property AutoScalingGroupName. <para> The name of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> One or more Availability Zones for the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.DefaultCooldown"> <summary> Gets and sets the property DefaultCooldown. <para> The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default is 300. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/Cooldown.html">Auto Scaling Cooldowns</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.DesiredCapacity"> <summary> Gets and sets the property DesiredCapacity. <para> The number of EC2 instances that should be running in the Auto Scaling group. This number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.HealthCheckGracePeriod"> <summary> Gets and sets the property HealthCheckGracePeriod. <para> The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default is 300. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/healthcheck.html">Health Checks</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.HealthCheckType"> <summary> Gets and sets the property HealthCheckType. <para> The service to use for the health checks. The valid values are <code>EC2</code> and <code>ELB</code>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.LaunchConfigurationName"> <summary> Gets and sets the property LaunchConfigurationName. <para> The name of the launch configuration. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.MaxSize"> <summary> Gets and sets the property MaxSize. <para> The maximum size of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.MinSize"> <summary> Gets and sets the property MinSize. <para> The minimum size of the Auto Scaling group. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.NewInstancesProtectedFromScaleIn"> <summary> Gets and sets the property NewInstancesProtectedFromScaleIn. <para> Indicates whether newly launched instances are protected from termination by Auto Scaling when scaling in. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.PlacementGroup"> <summary> Gets and sets the property PlacementGroup. <para> The name of the placement group into which you'll launch your instances, if any. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.TerminationPolicies"> <summary> Gets and sets the property TerminationPolicies. <para> A standalone termination policy or a list of termination policies used to select the instance to terminate. The policies are executed in the order that they are listed. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingBehavior.InstanceTermination.html">Controlling Which Instances Auto Scaling Terminates During Scale In</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.AutoScaling.Model.UpdateAutoScalingGroupRequest.VPCZoneIdentifier"> <summary> Gets and sets the property VPCZoneIdentifier. <para> The ID of the subnet, if you are launching into a VPC. You can specify several subnets in a comma-separated list. </para> <para> When you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, ensure that the subnets' Availability Zones match the values you specify for <code>AvailabilityZones</code>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/asg-in-vpc.html">Launching Auto Scaling Instances in a VPC</a> in the <i>Auto Scaling Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ActivityUnmarshaller"> <summary> Response Unmarshaller for Activity Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AdjustmentTypeUnmarshaller"> <summary> Response Unmarshaller for AdjustmentType Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AlarmUnmarshaller"> <summary> Response Unmarshaller for Alarm Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AttachInstancesRequestMarshaller"> <summary> AttachInstances Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AttachInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for AttachInstances operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AttachLoadBalancersRequestMarshaller"> <summary> AttachLoadBalancers Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AttachLoadBalancersResponseUnmarshaller"> <summary> Response Unmarshaller for AttachLoadBalancers operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AutoScalingGroupUnmarshaller"> <summary> Response Unmarshaller for AutoScalingGroup Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.AutoScalingInstanceDetailsUnmarshaller"> <summary> Response Unmarshaller for AutoScalingInstanceDetails Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.BlockDeviceMappingUnmarshaller"> <summary> Response Unmarshaller for BlockDeviceMapping Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CompleteLifecycleActionRequestMarshaller"> <summary> CompleteLifecycleAction Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CompleteLifecycleActionResponseUnmarshaller"> <summary> Response Unmarshaller for CompleteLifecycleAction operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateAutoScalingGroupRequestMarshaller"> <summary> CreateAutoScalingGroup Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateAutoScalingGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAutoScalingGroup operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateLaunchConfigurationRequestMarshaller"> <summary> CreateLaunchConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateLaunchConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLaunchConfiguration operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateOrUpdateTagsRequestMarshaller"> <summary> CreateOrUpdateTags Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.CreateOrUpdateTagsResponseUnmarshaller"> <summary> Response Unmarshaller for CreateOrUpdateTags operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteAutoScalingGroupRequestMarshaller"> <summary> DeleteAutoScalingGroup Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteAutoScalingGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAutoScalingGroup operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLaunchConfigurationRequestMarshaller"> <summary> DeleteLaunchConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLaunchConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLaunchConfiguration operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLifecycleHookRequestMarshaller"> <summary> DeleteLifecycleHook Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteLifecycleHookResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLifecycleHook operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteNotificationConfigurationRequestMarshaller"> <summary> DeleteNotificationConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteNotificationConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteNotificationConfiguration operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeletePolicyRequestMarshaller"> <summary> DeletePolicy Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeletePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePolicy operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteScheduledActionRequestMarshaller"> <summary> DeleteScheduledAction Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteScheduledActionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteScheduledAction operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteTagsRequestMarshaller"> <summary> DeleteTags Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteTagsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteTags operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAccountLimitsRequestMarshaller"> <summary> DescribeAccountLimits Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAccountLimitsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAccountLimits operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAdjustmentTypesRequestMarshaller"> <summary> DescribeAdjustmentTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAdjustmentTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAdjustmentTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingGroupsRequestMarshaller"> <summary> DescribeAutoScalingGroups Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAutoScalingGroups operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingInstancesRequestMarshaller"> <summary> DescribeAutoScalingInstances Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAutoScalingInstances operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingNotificationTypesRequestMarshaller"> <summary> DescribeAutoScalingNotificationTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeAutoScalingNotificationTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAutoScalingNotificationTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLaunchConfigurationsRequestMarshaller"> <summary> DescribeLaunchConfigurations Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLaunchConfigurationsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLaunchConfigurations operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLifecycleHooksRequestMarshaller"> <summary> DescribeLifecycleHooks Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLifecycleHooksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLifecycleHooks operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLifecycleHookTypesRequestMarshaller"> <summary> DescribeLifecycleHookTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLifecycleHookTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLifecycleHookTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLoadBalancersRequestMarshaller"> <summary> DescribeLoadBalancers Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeLoadBalancersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBalancers operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeMetricCollectionTypesRequestMarshaller"> <summary> DescribeMetricCollectionTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeMetricCollectionTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeMetricCollectionTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeNotificationConfigurationsRequestMarshaller"> <summary> DescribeNotificationConfigurations Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeNotificationConfigurationsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeNotificationConfigurations operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribePoliciesRequestMarshaller"> <summary> DescribePolicies Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribePoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePolicies operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScalingActivitiesRequestMarshaller"> <summary> DescribeScalingActivities Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScalingActivitiesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeScalingActivities operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScalingProcessTypesRequestMarshaller"> <summary> DescribeScalingProcessTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScalingProcessTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeScalingProcessTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScheduledActionsRequestMarshaller"> <summary> DescribeScheduledActions Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeScheduledActionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeScheduledActions operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeTagsRequestMarshaller"> <summary> DescribeTags Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeTagsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTags operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeTerminationPolicyTypesRequestMarshaller"> <summary> DescribeTerminationPolicyTypes Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DescribeTerminationPolicyTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTerminationPolicyTypes operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DetachInstancesRequestMarshaller"> <summary> DetachInstances Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DetachInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DetachInstances operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DetachLoadBalancersRequestMarshaller"> <summary> DetachLoadBalancers Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DetachLoadBalancersResponseUnmarshaller"> <summary> Response Unmarshaller for DetachLoadBalancers operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DisableMetricsCollectionRequestMarshaller"> <summary> DisableMetricsCollection Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.DisableMetricsCollectionResponseUnmarshaller"> <summary> Response Unmarshaller for DisableMetricsCollection operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EbsUnmarshaller"> <summary> Response Unmarshaller for Ebs Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EnabledMetricUnmarshaller"> <summary> Response Unmarshaller for EnabledMetric Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EnableMetricsCollectionRequestMarshaller"> <summary> EnableMetricsCollection Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EnableMetricsCollectionResponseUnmarshaller"> <summary> Response Unmarshaller for EnableMetricsCollection operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EnterStandbyRequestMarshaller"> <summary> EnterStandby Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.EnterStandbyResponseUnmarshaller"> <summary> Response Unmarshaller for EnterStandby operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ExecutePolicyRequestMarshaller"> <summary> ExecutePolicy Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ExecutePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for ExecutePolicy operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ExitStandbyRequestMarshaller"> <summary> ExitStandby Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ExitStandbyResponseUnmarshaller"> <summary> Response Unmarshaller for ExitStandby operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.InstanceMonitoringUnmarshaller"> <summary> Response Unmarshaller for InstanceMonitoring Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.LaunchConfigurationUnmarshaller"> <summary> Response Unmarshaller for LaunchConfiguration Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.LifecycleHookUnmarshaller"> <summary> Response Unmarshaller for LifecycleHook Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.LoadBalancerStateUnmarshaller"> <summary> Response Unmarshaller for LoadBalancerState Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.MetricCollectionTypeUnmarshaller"> <summary> Response Unmarshaller for MetricCollectionType Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.MetricGranularityTypeUnmarshaller"> <summary> Response Unmarshaller for MetricGranularityType Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.NotificationConfigurationUnmarshaller"> <summary> Response Unmarshaller for NotificationConfiguration Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ProcessTypeUnmarshaller"> <summary> Response Unmarshaller for ProcessType Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutLifecycleHookRequestMarshaller"> <summary> PutLifecycleHook Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutLifecycleHookResponseUnmarshaller"> <summary> Response Unmarshaller for PutLifecycleHook operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutNotificationConfigurationRequestMarshaller"> <summary> PutNotificationConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutNotificationConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for PutNotificationConfiguration operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScalingPolicyRequestMarshaller"> <summary> PutScalingPolicy Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScalingPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for PutScalingPolicy operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScheduledUpdateGroupActionRequestMarshaller"> <summary> PutScheduledUpdateGroupAction Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.PutScheduledUpdateGroupActionResponseUnmarshaller"> <summary> Response Unmarshaller for PutScheduledUpdateGroupAction operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.RecordLifecycleActionHeartbeatRequestMarshaller"> <summary> RecordLifecycleActionHeartbeat Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.RecordLifecycleActionHeartbeatResponseUnmarshaller"> <summary> Response Unmarshaller for RecordLifecycleActionHeartbeat operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ResumeProcessesRequestMarshaller"> <summary> ResumeProcesses Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ResumeProcessesResponseUnmarshaller"> <summary> Response Unmarshaller for ResumeProcesses operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ScalingPolicyUnmarshaller"> <summary> Response Unmarshaller for ScalingPolicy Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.ScheduledUpdateGroupActionUnmarshaller"> <summary> Response Unmarshaller for ScheduledUpdateGroupAction Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetDesiredCapacityRequestMarshaller"> <summary> SetDesiredCapacity Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetDesiredCapacityResponseUnmarshaller"> <summary> Response Unmarshaller for SetDesiredCapacity operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetInstanceHealthRequestMarshaller"> <summary> SetInstanceHealth Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetInstanceHealthResponseUnmarshaller"> <summary> Response Unmarshaller for SetInstanceHealth operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetInstanceProtectionRequestMarshaller"> <summary> SetInstanceProtection Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SetInstanceProtectionResponseUnmarshaller"> <summary> Response Unmarshaller for SetInstanceProtection operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.StepAdjustmentUnmarshaller"> <summary> Response Unmarshaller for StepAdjustment Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SuspendedProcessUnmarshaller"> <summary> Response Unmarshaller for SuspendedProcess Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SuspendProcessesRequestMarshaller"> <summary> SuspendProcesses Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.SuspendProcessesResponseUnmarshaller"> <summary> Response Unmarshaller for SuspendProcesses operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.TagDescriptionUnmarshaller"> <summary> Response Unmarshaller for TagDescription Object </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.TerminateInstanceInAutoScalingGroupRequestMarshaller"> <summary> TerminateInstanceInAutoScalingGroup Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.TerminateInstanceInAutoScalingGroupResponseUnmarshaller"> <summary> Response Unmarshaller for TerminateInstanceInAutoScalingGroup operation </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.UpdateAutoScalingGroupRequestMarshaller"> <summary> UpdateAutoScalingGroup Request Marshaller </summary> </member> <member name="T:Amazon.AutoScaling.Model.Internal.MarshallTransformations.UpdateAutoScalingGroupResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAutoScalingGroup operation </summary> </member> <member name="T:Amazon.CloudFormation.AmazonCloudFormationConfig"> <summary> Configuration for accessing Amazon CloudFormation service </summary> </member> <member name="M:Amazon.CloudFormation.AmazonCloudFormationConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudFormation.AmazonCloudFormationConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudFormation.AmazonCloudFormationConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudFormation.Capability"> <summary> Constants used for properties of type Capability. </summary> </member> <member name="F:Amazon.CloudFormation.Capability.CAPABILITY_IAM"> <summary> Constant CAPABILITY_IAM for Capability </summary> </member> <member name="M:Amazon.CloudFormation.Capability.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFormation.Capability.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFormation.OnFailure"> <summary> Constants used for properties of type OnFailure. </summary> </member> <member name="F:Amazon.CloudFormation.OnFailure.DELETE"> <summary> Constant DELETE for OnFailure </summary> </member> <member name="F:Amazon.CloudFormation.OnFailure.DO_NOTHING"> <summary> Constant DO_NOTHING for OnFailure </summary> </member> <member name="F:Amazon.CloudFormation.OnFailure.ROLLBACK"> <summary> Constant ROLLBACK for OnFailure </summary> </member> <member name="M:Amazon.CloudFormation.OnFailure.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFormation.OnFailure.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFormation.ResourceSignalStatus"> <summary> Constants used for properties of type ResourceSignalStatus. </summary> </member> <member name="F:Amazon.CloudFormation.ResourceSignalStatus.FAILURE"> <summary> Constant FAILURE for ResourceSignalStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceSignalStatus.SUCCESS"> <summary> Constant SUCCESS for ResourceSignalStatus </summary> </member> <member name="M:Amazon.CloudFormation.ResourceSignalStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFormation.ResourceSignalStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFormation.ResourceStatus"> <summary> Constants used for properties of type ResourceStatus. </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.CREATE_COMPLETE"> <summary> Constant CREATE_COMPLETE for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.CREATE_FAILED"> <summary> Constant CREATE_FAILED for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.CREATE_IN_PROGRESS"> <summary> Constant CREATE_IN_PROGRESS for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.DELETE_COMPLETE"> <summary> Constant DELETE_COMPLETE for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.DELETE_FAILED"> <summary> Constant DELETE_FAILED for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.DELETE_IN_PROGRESS"> <summary> Constant DELETE_IN_PROGRESS for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.DELETE_SKIPPED"> <summary> Constant DELETE_SKIPPED for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.UPDATE_COMPLETE"> <summary> Constant UPDATE_COMPLETE for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.UPDATE_FAILED"> <summary> Constant UPDATE_FAILED for ResourceStatus </summary> </member> <member name="F:Amazon.CloudFormation.ResourceStatus.UPDATE_IN_PROGRESS"> <summary> Constant UPDATE_IN_PROGRESS for ResourceStatus </summary> </member> <member name="M:Amazon.CloudFormation.ResourceStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFormation.ResourceStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFormation.StackStatus"> <summary> Constants used for properties of type StackStatus. </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.CREATE_COMPLETE"> <summary> Constant CREATE_COMPLETE for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.CREATE_FAILED"> <summary> Constant CREATE_FAILED for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.CREATE_IN_PROGRESS"> <summary> Constant CREATE_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.DELETE_COMPLETE"> <summary> Constant DELETE_COMPLETE for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.DELETE_FAILED"> <summary> Constant DELETE_FAILED for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.DELETE_IN_PROGRESS"> <summary> Constant DELETE_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.ROLLBACK_COMPLETE"> <summary> Constant ROLLBACK_COMPLETE for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.ROLLBACK_FAILED"> <summary> Constant ROLLBACK_FAILED for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.ROLLBACK_IN_PROGRESS"> <summary> Constant ROLLBACK_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_COMPLETE"> <summary> Constant UPDATE_COMPLETE for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"> <summary> Constant UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_IN_PROGRESS"> <summary> Constant UPDATE_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_ROLLBACK_COMPLETE"> <summary> Constant UPDATE_ROLLBACK_COMPLETE for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"> <summary> Constant UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_ROLLBACK_FAILED"> <summary> Constant UPDATE_ROLLBACK_FAILED for StackStatus </summary> </member> <member name="F:Amazon.CloudFormation.StackStatus.UPDATE_ROLLBACK_IN_PROGRESS"> <summary> Constant UPDATE_ROLLBACK_IN_PROGRESS for StackStatus </summary> </member> <member name="M:Amazon.CloudFormation.StackStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFormation.StackStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="M:Amazon.CloudFormation.Internal.ProcessRequestHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.CloudFormation.Internal.ProcessRequestHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.CloudFormation.Model.AccountLimit"> <summary> The AccountLimit data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.AccountLimit.Name"> <summary> Gets and sets the property Name. <para> The name of the account limit. Currently, the only account limit is <code>StackLimit</code>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.AccountLimit.Value"> <summary> Gets and sets the property Value. <para> The value that is associated with the account limit name. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.AlreadyExistsException"> <summary> CloudFormation exception </summary> </member> <member name="M:Amazon.CloudFormation.Model.AlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFormation.AmazonCloudFormationRequest"> <summary> Base class for CloudFormation operation requests. </summary> </member> <member name="T:Amazon.CloudFormation.Model.CancelUpdateStackRequest"> <summary> Container for the parameters to the CancelUpdateStack operation. Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration. <note>You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.</note> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CancelUpdateStackRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest"> <summary> Container for the parameters to the ContinueUpdateRollback operation. For a specified stack that is in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try to update the stack again. <para> A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when AWS CloudFormation cannot roll back all changes after a failed stack update. For example, you might have a stack that is rolling back to an old database instance that was deleted outside of AWS CloudFormation. Because AWS CloudFormation doesn't know the database was deleted, it assumes that the database instance still exists and attempts to roll back to it, causing the update rollback to fail. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ContinueUpdateRollbackRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique ID of the stack that you want to continue rolling back. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ContinueUpdateRollbackResponse"> <summary> Configuration for accessing Amazon ContinueUpdateRollback service </summary> </member> <member name="T:Amazon.CloudFormation.Model.ContinueUpdateRollbackResult"> <summary> The output for a <a>ContinueUpdateRollback</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ContinueUpdateRollbackResponse.ContinueUpdateRollbackResult"> <summary> Gets and sets the ContinueUpdateRollbackResult property. Represents the output of a ContinueUpdateRollback operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.CreateStackRequest"> <summary> Container for the parameters to the CreateStack operation. Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API. </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.Capabilities"> <summary> Gets and sets the property Capabilities. <para> A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. </para> <para> Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html"> AWS::IAM::AccessKey</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html"> AWS::IAM::Group</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html"> AWS::IAM::InstanceProfile</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html"> AWS::IAM::Policy</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html"> AWS::IAM::Role</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html"> AWS::IAM::User</a>, and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an <code>InsufficientCapabilities</code> error. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.DisableRollback"> <summary> Gets and sets the property DisableRollback. <para> Set to <code>true</code> to disable rollback of the stack if stack creation failed. You can specify either <code>DisableRollback</code> or <code>OnFailure</code>, but not both. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.NotificationARNs"> <summary> Gets and sets the property NotificationARNs. <para> The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the <a href="http://console.aws.amazon.com/sns">SNS console</a> or your Command Line Interface (CLI). </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.OnFailure"> <summary> Gets and sets the property OnFailure. <para> Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either <code>OnFailure</code> or <code>DisableRollback</code>, but not both. </para> <para> Default: <code>ROLLBACK</code> </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information, see the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data type. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.ResourceTypes"> <summary> Gets and sets the property ResourceTypes. <para> The template resource types that you have permissions to work with for this create stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>. Use the following syntax to describe template resource types: <code>AWS::*</code> (for all AWS resource), <code>Custom::*</code> (for all custom resources), <code>Custom::<i>logical_ID</i></code> (for a specific custom resource), <code>AWS::<i>service_name</i>::*</code> (for all resources of a particular AWS service), and <code>AWS::<i>service_name</i>::<i>resource_logical_ID</i></code> (for a specific AWS resource). </para> <para> If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling Access with AWS Identity and Access Management</a>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name that is associated with the stack. The name must be unique in the region in which you are creating the stack. </para> <note>A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetic character and cannot be longer than 128 characters.</note> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.StackPolicyBody"> <summary> Gets and sets the property StackPolicyBody. <para> Structure containing the stack policy body. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html"> Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.StackPolicyURL"> <summary> Gets and sets the property StackPolicyURL. <para> Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.Tags"> <summary> Gets and sets the property Tags. <para> Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 10 tags can be specified. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.TemplateURL"> <summary> Gets and sets the property TemplateURL. <para> Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackRequest.TimeoutInMinutes"> <summary> Gets and sets the property TimeoutInMinutes. <para> The amount of time that can pass before the stack status becomes CREATE_FAILED; if <code>DisableRollback</code> is not set or is set to <code>false</code>, the stack will be rolled back. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.CreateStackResponse"> <summary> Configuration for accessing Amazon CreateStack service </summary> </member> <member name="T:Amazon.CloudFormation.Model.CreateStackResult"> <summary> The output for a <a>CreateStack</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackResult.StackId"> <summary> Gets and sets the property StackId. <para> Unique identifier of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.CreateStackResponse.CreateStackResult"> <summary> Gets and sets the CreateStackResult property. Represents the output of a CreateStack operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.DeleteStackRequest"> <summary> Container for the parameters to the DeleteStack operation. Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks do not show up in the <a>DescribeStacks</a> API if the deletion has been completed successfully. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DeleteStackRequest.RetainResources"> <summary> Gets and sets the property RetainResources. <para> For stacks in the <code>DELETE_FAILED</code> state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources. </para> <para> Retaining resources is useful when you cannot delete a resource, such as a non-empty S3 bucket, but you want to delete the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DeleteStackRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeAccountLimitsRequest"> <summary> Container for the parameters to the DescribeAccountLimits operation. Retrieves your account's AWS CloudFormation limits, such as the maximum number of stacks that you can create in your account. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeAccountLimitsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that identifies the next page of limits that you want to retrieve. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeAccountLimitsResponse"> <summary> Configuration for accessing Amazon DescribeAccountLimits service </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeAccountLimitsResult"> <summary> The output for the <a>DescribeAccountLimits</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeAccountLimitsResult.AccountLimits"> <summary> Gets and sets the property AccountLimits. <para> An account limit structure that contain a list of AWS CloudFormation account limits and their values. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeAccountLimitsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeAccountLimitsResponse.DescribeAccountLimitsResult"> <summary> Gets and sets the DescribeAccountLimitsResult property. Represents the output of a DescribeAccountLimits operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackEventsRequest"> <summary> Container for the parameters to the DescribeStackEvents operation. Returns all stack related events for a specified stack. For more information about a stack's event history, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the AWS CloudFormation User Guide. <note>You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).</note> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackEventsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that identifies the next page of events that you want to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackEventsRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackEventsResponse"> <summary> Configuration for accessing Amazon DescribeStackEvents service </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackEventsResult"> <summary> The output for a <a>DescribeStackEvents</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackEventsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackEventsResult.StackEvents"> <summary> Gets and sets the property StackEvents. <para> A list of <code>StackEvents</code> structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackEventsResponse.DescribeStackEventsResult"> <summary> Gets and sets the DescribeStackEventsResult property. Represents the output of a DescribeStackEvents operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourceRequest"> <summary> Container for the parameters to the DescribeStackResource operation. Returns a description of the specified resource in the specified stack. <para> For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourceRequest.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource as specified in the template. </para> <para> Default: There is no default value. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourceRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourceResponse"> <summary> Configuration for accessing Amazon DescribeStackResource service </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourceResult"> <summary> The output for a <a>DescribeStackResource</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourceResult.StackResourceDetail"> <summary> Gets and sets the property StackResourceDetail. <para> A <code>StackResourceDetail</code> structure containing the description of the specified resource in the specified stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourceResponse.DescribeStackResourceResult"> <summary> Gets and sets the DescribeStackResourceResult property. Represents the output of a DescribeStackResource operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourcesRequest"> <summary> Container for the parameters to the DescribeStackResources operation. Returns AWS resource descriptions for running and deleted stacks. If <code>StackName</code> is specified, all the associated resources that are part of the stack are returned. If <code>PhysicalResourceId</code> is specified, the associated resources of the stack that the resource belongs to are returned. <note>Only the first 100 resources will be returned. If your stack has more resources than this, you should use <code>ListStackResources</code> instead.</note> <para> For deleted stacks, <code>DescribeStackResources</code> returns resource information for up to 90 days after the stack has been deleted. </para> <para> You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>, but not both. In addition, you can specify <code>LogicalResourceId</code> to filter the returned result. For more information about resources, the <code>LogicalResourceId</code> and <code>PhysicalResourceId</code>, go to the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">AWS CloudFormation User Guide</a>. </para> <note>A <code>ValidationError</code> is returned if you specify both <code>StackName</code> and <code>PhysicalResourceId</code> in the same request.</note> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourcesRequest.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource as specified in the template. </para> <para> Default: There is no default value. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourcesRequest.PhysicalResourceId"> <summary> Gets and sets the property PhysicalResourceId. <para> The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. </para> <para> For example, for an Amazon Elastic Compute Cloud (EC2) instance, <code>PhysicalResourceId</code> corresponds to the <code>InstanceId</code>. You can pass the EC2 <code>InstanceId</code> to <code>DescribeStackResources</code> to find which stack the instance belongs to and what other resources are part of the stack. </para> <para> Required: Conditional. If you do not specify <code>PhysicalResourceId</code>, you must specify <code>StackName</code>. </para> <para> Default: There is no default value. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourcesRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> <para> Required: Conditional. If you do not specify <code>StackName</code>, you must specify <code>PhysicalResourceId</code>. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourcesResponse"> <summary> Configuration for accessing Amazon DescribeStackResources service </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStackResourcesResult"> <summary> The output for a <a>DescribeStackResources</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourcesResult.StackResources"> <summary> Gets and sets the property StackResources. <para> A list of <code>StackResource</code> structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStackResourcesResponse.DescribeStackResourcesResult"> <summary> Gets and sets the DescribeStackResourcesResult property. Represents the output of a DescribeStackResources operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStacksRequest"> <summary> Container for the parameters to the DescribeStacks operation. Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStacksRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that identifies the next page of stacks that you want to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStacksRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStacksResponse"> <summary> Configuration for accessing Amazon DescribeStacks service </summary> </member> <member name="T:Amazon.CloudFormation.Model.DescribeStacksResult"> <summary> The output for a <a>DescribeStacks</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStacksResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStacksResult.Stacks"> <summary> Gets and sets the property Stacks. <para> A list of stack structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.DescribeStacksResponse.DescribeStacksResult"> <summary> Gets and sets the DescribeStacksResult property. Represents the output of a DescribeStacks operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.EstimateTemplateCostRequest"> <summary> Container for the parameters to the EstimateTemplateCost operation. Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template. </summary> </member> <member name="P:Amazon.CloudFormation.Model.EstimateTemplateCostRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <code>Parameter</code> structures that specify input parameters. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.EstimateTemplateCostRequest.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide.) </para> <para> Conditional: You must pass <code>TemplateBody</code> or <code>TemplateURL</code>. If both are passed, only <code>TemplateBody</code> is used. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.EstimateTemplateCostRequest.TemplateURL"> <summary> Gets and sets the property TemplateURL. <para> Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.EstimateTemplateCostResponse"> <summary> Configuration for accessing Amazon EstimateTemplateCost service </summary> </member> <member name="T:Amazon.CloudFormation.Model.EstimateTemplateCostResult"> <summary> The output for a <a>EstimateTemplateCost</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.EstimateTemplateCostResult.Url"> <summary> Gets and sets the property Url. <para> An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.EstimateTemplateCostResponse.EstimateTemplateCostResult"> <summary> Gets and sets the EstimateTemplateCostResult property. Represents the output of a EstimateTemplateCost operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetStackPolicyRequest"> <summary> Container for the parameters to the GetStackPolicy operation. Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned. </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetStackPolicyRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or unique stack ID that is associated with the stack whose policy you want to get. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetStackPolicyResponse"> <summary> Configuration for accessing Amazon GetStackPolicy service </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetStackPolicyResult"> <summary> The output for the <a>GetStackPolicy</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetStackPolicyResult.StackPolicyBody"> <summary> Gets and sets the property StackPolicyBody. <para> Structure containing the stack policy body. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html"> Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetStackPolicyResponse.GetStackPolicyResult"> <summary> Gets and sets the GetStackPolicyResult property. Represents the output of a GetStackPolicy operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateRequest"> <summary> Container for the parameters to the GetTemplate operation. Returns the template body for a specified stack. You can get the template for running or deleted stacks. <para> For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted. </para> <note> If the template does not exist, a <code>ValidationError</code> is returned. </note> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateResponse"> <summary> Configuration for accessing Amazon GetTemplate service </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateResult"> <summary> The output for <a>GetTemplate</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateResult.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateResponse.GetTemplateResult"> <summary> Gets and sets the GetTemplateResult property. Represents the output of a GetTemplate operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateSummaryRequest"> <summary> Container for the parameters to the GetTemplateSummary operation. Returns information about a new or existing template. The <code>GetTemplateSummary</code> action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack. <para> You can use the <code>GetTemplateSummary</code> action when you submit a template, or you can get template information for a running or deleted stack. </para> <para> For deleted stacks, <code>GetTemplateSummary</code> returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a <code>ValidationError</code> is returned. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID. </para> <para> Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryRequest.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryRequest.TemplateURL"> <summary> Gets and sets the property TemplateURL. <para> Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must specify only one of the following parameters: <code>StackName</code>, <code>TemplateBody</code>, or <code>TemplateURL</code>. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateSummaryResponse"> <summary> Configuration for accessing Amazon GetTemplateSummary service </summary> </member> <member name="T:Amazon.CloudFormation.Model.GetTemplateSummaryResult"> <summary> The output for the <a>GetTemplateSummary</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.Capabilities"> <summary> Gets and sets the property Capabilities. <para> The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities error. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.CapabilitiesReason"> <summary> Gets and sets the property CapabilitiesReason. <para> The list of resources that generated the values in the <code>Capabilities</code> response element. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.Description"> <summary> Gets and sets the property Description. <para> The value that is defined in the <code>Description</code> property of the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.Metadata"> <summary> Gets and sets the property Metadata. <para> The value that is defined for the <code>Metadata</code> property of the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of parameter declarations that describe various properties for each parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.ResourceTypes"> <summary> Gets and sets the property ResourceTypes. <para> A list of all the template resource types that are defined in the template, such as <code>AWS::EC2::Instance</code>, <code>AWS::Dynamo::Table</code>, and <code>Custom::MyCustomInstance</code>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResult.Version"> <summary> Gets and sets the property Version. <para> The AWS template format version, which identifies the capabilities of the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.GetTemplateSummaryResponse.GetTemplateSummaryResult"> <summary> Gets and sets the GetTemplateSummaryResult property. Represents the output of a GetTemplateSummary operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.InsufficientCapabilitiesException"> <summary> CloudFormation exception </summary> </member> <member name="M:Amazon.CloudFormation.Model.InsufficientCapabilitiesException.#ctor(System.String)"> <summary> Constructs a new InsufficientCapabilitiesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFormation.Model.LimitExceededException"> <summary> CloudFormation exception </summary> </member> <member name="M:Amazon.CloudFormation.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFormation.Model.ListStackResourcesRequest"> <summary> Container for the parameters to the ListStackResources operation. Returns descriptions of all resources of the specified stack. <para> For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStackResourcesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that identifies the next page of stack resources that you want to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStackResourcesRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or the unique stack ID that is associated with the stack, which are not always interchangeable: </para> <ul> <li>Running stacks: You can specify either the stack's name or its unique stack ID.</li> <li>Deleted stacks: You must specify the unique stack ID.</li> </ul> <para> Default: There is no default value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ListStackResourcesResponse"> <summary> Configuration for accessing Amazon ListStackResources service </summary> </member> <member name="T:Amazon.CloudFormation.Model.ListStackResourcesResult"> <summary> The output for a <a>ListStackResources</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStackResourcesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If the output exceeds 1 MB in size, a string that identifies the next page of stack resources. If no additional page exists, this value is null. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStackResourcesResult.StackResourceSummaries"> <summary> Gets and sets the property StackResourceSummaries. <para> A list of <code>StackResourceSummary</code> structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStackResourcesResponse.ListStackResourcesResult"> <summary> Gets and sets the ListStackResourcesResult property. Represents the output of a ListStackResources operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.ListStacksRequest"> <summary> Container for the parameters to the ListStacks operation. Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted). </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStacksRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that identifies the next page of stacks that you want to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStacksRequest.StackStatusFilter"> <summary> Gets and sets the property StackStatusFilter. <para> Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the <code>StackStatus</code> parameter of the <a>Stack</a> data type. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ListStacksResponse"> <summary> Configuration for accessing Amazon ListStacks service </summary> </member> <member name="T:Amazon.CloudFormation.Model.ListStacksResult"> <summary> The output for <a>ListStacks</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStacksResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStacksResult.StackSummaries"> <summary> Gets and sets the property StackSummaries. <para> A list of <code>StackSummary</code> structures containing information about the specified stacks. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ListStacksResponse.ListStacksResult"> <summary> Gets and sets the ListStacksResult property. Represents the output of a ListStacks operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.Output"> <summary> The Output data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.Output.Description"> <summary> Gets and sets the property Description. <para> User defined description associated with the output. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Output.OutputKey"> <summary> Gets and sets the property OutputKey. <para> The key associated with the output. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Output.OutputValue"> <summary> Gets and sets the property OutputValue. <para> The value associated with the output. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.Parameter"> <summary> The Parameter data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.Parameter.ParameterKey"> <summary> Gets and sets the property ParameterKey. <para> The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Parameter.ParameterValue"> <summary> Gets and sets the property ParameterValue. <para> The value associated with the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Parameter.UsePreviousValue"> <summary> Gets and sets the property UsePreviousValue. <para> During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify <code>true</code>, do not specify a parameter value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ParameterConstraints"> <summary> A set of criteria that AWS CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, AWS CloudFormation returns only the <code>AllowedValues</code> property. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterConstraints.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> A list of values that are permitted for a parameter. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ParameterDeclaration"> <summary> The ParameterDeclaration data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value of the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.Description"> <summary> Gets and sets the property Description. <para> The description that is associate with the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.NoEcho"> <summary> Gets and sets the property NoEcho. <para> Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.ParameterConstraints"> <summary> Gets and sets the property ParameterConstraints. <para> The criteria that AWS CloudFormation uses to validate parameter values. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.ParameterKey"> <summary> Gets and sets the property ParameterKey. <para> The name that is associated with the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ParameterDeclaration.ParameterType"> <summary> Gets and sets the property ParameterType. <para> The type of parameter. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.SetStackPolicyRequest"> <summary> Container for the parameters to the SetStackPolicy operation. Sets a stack policy for a specified stack. </summary> </member> <member name="P:Amazon.CloudFormation.Model.SetStackPolicyRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or unique stack ID that you want to associate a policy with. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.SetStackPolicyRequest.StackPolicyBody"> <summary> Gets and sets the property StackPolicyBody. <para> Structure containing the stack policy body. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html"> Prevent Updates to Stack Resources</a> in the AWS CloudFormation User Guide. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.SetStackPolicyRequest.StackPolicyURL"> <summary> Gets and sets the property StackPolicyURL. <para> Location of a file containing the stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.SignalResourceRequest"> <summary> Container for the parameters to the SignalResource operation. Sends a signal to the specified resource with a success or failure status. You can use the SignalResource API in conjunction with a creation policy or update policy. AWS CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource API is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance. </summary> </member> <member name="P:Amazon.CloudFormation.Model.SignalResourceRequest.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.SignalResourceRequest.StackName"> <summary> Gets and sets the property StackName. <para> The stack name or unique stack ID that includes the resource that you want to signal. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.SignalResourceRequest.Status"> <summary> Gets and sets the property Status. <para> The status of the signal, which is either success or failure. A failure signal causes AWS CloudFormation to immediately fail the stack creation or update. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.SignalResourceRequest.UniqueId"> <summary> Gets and sets the property UniqueId. <para> A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.Stack"> <summary> The Stack data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.Capabilities"> <summary> Gets and sets the property Capabilities. <para> The capabilities allowed in the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.CreationTime"> <summary> Gets and sets the property CreationTime. <para> The time at which the stack was created. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.Description"> <summary> Gets and sets the property Description. <para> A user-defined description associated with the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.DisableRollback"> <summary> Gets and sets the property DisableRollback. <para> Boolean to enable or disable rollback on stack creation failures: </para> <para> <ul> <li><code>true</code>: disable rollback</li> <li><code>false</code>: enable rollback</li> </ul> </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.LastUpdatedTime"> <summary> Gets and sets the property LastUpdatedTime. <para> The time the stack was last updated. This field will only be returned if the stack has been updated at least once. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.NotificationARNs"> <summary> Gets and sets the property NotificationARNs. <para> SNS topic ARNs to which stack related events are published. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.Outputs"> <summary> Gets and sets the property Outputs. <para> A list of output structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <code>Parameter</code> structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.StackId"> <summary> Gets and sets the property StackId. <para> Unique identifier of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.StackName"> <summary> Gets and sets the property StackName. <para> The name associated with the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.StackStatus"> <summary> Gets and sets the property StackStatus. <para> Current status of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.StackStatusReason"> <summary> Gets and sets the property StackStatusReason. <para> Success/failure message associated with the stack status. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.Tags"> <summary> Gets and sets the property Tags. <para> A list of <code>Tag</code>s that specify cost allocation information for the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Stack.TimeoutInMinutes"> <summary> Gets and sets the property TimeoutInMinutes. <para> The amount of time within which stack creation should complete. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.StackEvent"> <summary> The StackEvent data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.EventId"> <summary> Gets and sets the property EventId. <para> The unique ID of this event. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource specified in the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.PhysicalResourceId"> <summary> Gets and sets the property PhysicalResourceId. <para> The name or unique identifier associated with the physical instance of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.ResourceProperties"> <summary> Gets and sets the property ResourceProperties. <para> BLOB of the properties used to create the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.ResourceStatus"> <summary> Gets and sets the property ResourceStatus. <para> Current status of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.ResourceStatusReason"> <summary> Gets and sets the property ResourceStatusReason. <para> Success/failure message associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.ResourceType"> <summary> Gets and sets the property ResourceType. <para> Type of resource. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html"> AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.StackId"> <summary> Gets and sets the property StackId. <para> The unique ID name of the instance of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.StackName"> <summary> Gets and sets the property StackName. <para> The name associated with a stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackEvent.Timestamp"> <summary> Gets and sets the property Timestamp. <para> Time the status was updated. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.StackResource"> <summary> The StackResource data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.Description"> <summary> Gets and sets the property Description. <para> User defined description associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource specified in the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.PhysicalResourceId"> <summary> Gets and sets the property PhysicalResourceId. <para> The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.ResourceStatus"> <summary> Gets and sets the property ResourceStatus. <para> Current status of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.ResourceStatusReason"> <summary> Gets and sets the property ResourceStatusReason. <para> Success/failure message associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.ResourceType"> <summary> Gets and sets the property ResourceType. <para> Type of resource. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html"> AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.StackId"> <summary> Gets and sets the property StackId. <para> Unique identifier of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.StackName"> <summary> Gets and sets the property StackName. <para> The name associated with the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResource.Timestamp"> <summary> Gets and sets the property Timestamp. <para> Time the status was updated. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.StackResourceDetail"> <summary> Contains detailed information about the specified stack resource. </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.Description"> <summary> Gets and sets the property Description. <para> User defined description associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.LastUpdatedTimestamp"> <summary> Gets and sets the property LastUpdatedTimestamp. <para> Time the status was updated. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource specified in the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.Metadata"> <summary> Gets and sets the property Metadata. <para> The JSON format content of the <code>Metadata</code> attribute declared for the resource. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html">Metadata Attribute</a> in the AWS CloudFormation User Guide. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.PhysicalResourceId"> <summary> Gets and sets the property PhysicalResourceId. <para> The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.ResourceStatus"> <summary> Gets and sets the property ResourceStatus. <para> Current status of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.ResourceStatusReason"> <summary> Gets and sets the property ResourceStatusReason. <para> Success/failure message associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.ResourceType"> <summary> Gets and sets the property ResourceType. <para> Type of resource. ((For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html"> AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.StackId"> <summary> Gets and sets the property StackId. <para> Unique identifier of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceDetail.StackName"> <summary> Gets and sets the property StackName. <para> The name associated with the stack. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.StackResourceSummary"> <summary> Contains high-level information about the specified stack resource. </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.LastUpdatedTimestamp"> <summary> Gets and sets the property LastUpdatedTimestamp. <para> Time the status was updated. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.LogicalResourceId"> <summary> Gets and sets the property LogicalResourceId. <para> The logical name of the resource specified in the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.PhysicalResourceId"> <summary> Gets and sets the property PhysicalResourceId. <para> The name or unique identifier that corresponds to a physical instance ID of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.ResourceStatus"> <summary> Gets and sets the property ResourceStatus. <para> Current status of the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.ResourceStatusReason"> <summary> Gets and sets the property ResourceStatusReason. <para> Success/failure message associated with the resource. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackResourceSummary.ResourceType"> <summary> Gets and sets the property ResourceType. <para> Type of resource. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html"> AWS Resource Types Reference</a> in the AWS CloudFormation User Guide.) </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.StackSummary"> <summary> The StackSummary Data Type </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.CreationTime"> <summary> Gets and sets the property CreationTime. <para> The time the stack was created. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.DeletionTime"> <summary> Gets and sets the property DeletionTime. <para> The time the stack was deleted. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.LastUpdatedTime"> <summary> Gets and sets the property LastUpdatedTime. <para> The time the stack was last updated. This field will only be returned if the stack has been updated at least once. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.StackId"> <summary> Gets and sets the property StackId. <para> Unique stack identifier. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.StackName"> <summary> Gets and sets the property StackName. <para> The name associated with the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.StackStatus"> <summary> Gets and sets the property StackStatus. <para> The current status of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.StackStatusReason"> <summary> Gets and sets the property StackStatusReason. <para> Success/Failure message associated with the stack status. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.StackSummary.TemplateDescription"> <summary> Gets and sets the property TemplateDescription. <para> The template description of the template used to create the stack. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.Tag"> <summary> The Tag type is used by <code>CreateStack</code> in the <code>Tags</code> parameter. It allows you to specify a key-value pair that can be used to store information related to cost allocation for an AWS CloudFormation stack. </summary> </member> <member name="P:Amazon.CloudFormation.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> <i>Required</i>. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: <code>aws:</code>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> <i>Required</i>. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.TemplateParameter"> <summary> The TemplateParameter data type. </summary> </member> <member name="P:Amazon.CloudFormation.Model.TemplateParameter.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value associated with the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.TemplateParameter.Description"> <summary> Gets and sets the property Description. <para> User defined description associated with the parameter. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.TemplateParameter.NoEcho"> <summary> Gets and sets the property NoEcho. <para> Flag indicating whether the parameter should be displayed as plain text in logs and UIs. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.TemplateParameter.ParameterKey"> <summary> Gets and sets the property ParameterKey. <para> The name associated with the parameter. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.UpdateStackRequest"> <summary> Container for the parameters to the UpdateStack operation. Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action. <para> To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action. </para> <para> For more information about creating an update template, updating a stack, and monitoring the progress of the update, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a Stack</a>. </para> </summary> <summary> The input for <a>UpdateStack</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.Capabilities"> <summary> Gets and sets the property Capabilities. <para> A list of capabilities that you must specify before AWS CloudFormation can create or update certain stacks. Some stack templates might include resources that can affect permissions in your AWS account. For those stacks, you must explicitly acknowledge their capabilities by specifying this parameter. Currently, the only valid value is <code>CAPABILITY_IAM</code>, which is required for the following resources: <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html"> AWS::IAM::AccessKey</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html"> AWS::IAM::Group</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html"> AWS::IAM::InstanceProfile</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html"> AWS::IAM::Policy</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html"> AWS::IAM::Role</a>, <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html"> AWS::IAM::User</a>, and <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html"> AWS::IAM::UserToGroupAddition</a>. If your stack template contains these resources, we recommend that you review any permissions associated with them. If you don't specify this parameter, this action returns an InsufficientCapabilities error. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.NotificationARNs"> <summary> Gets and sets the property NotificationARNs. <para> Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack. Specify an empty list to remove all notification topics. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information, see the <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data type. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.ResourceTypes"> <summary> Gets and sets the property ResourceTypes. <para> The template resource types that you have permissions to work with for this update stack action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>. </para> <para> If the list of resource types doesn't include a resource that you're updating, the stack update fails. By default, AWS CloudFormation grants permissions to all resource types. AWS Identity and Access Management (IAM) uses this parameter for AWS CloudFormation-specific condition keys in IAM policies. For more information, see <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html">Controlling Access with AWS Identity and Access Management</a>. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.StackName"> <summary> Gets and sets the property StackName. <para> The name or unique stack ID of the stack to update. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.StackPolicyBody"> <summary> Gets and sets the property StackPolicyBody. <para> Structure containing a new stack policy body. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> <para> You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.StackPolicyDuringUpdateBody"> <summary> Gets and sets the property StackPolicyDuringUpdateBody. <para> Structure containing the temporary overriding stack policy body. You can specify either the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not both. </para> <para> If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.StackPolicyDuringUpdateURL"> <summary> Gets and sets the property StackPolicyDuringUpdateURL. <para> Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not both. </para> <para> If you want to update protected resources, specify a temporary overriding stack policy during this update. If you do not specify a stack policy, the current policy that is associated with the stack will be used. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.StackPolicyURL"> <summary> Gets and sets the property StackPolicyURL. <para> Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same region as the stack. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not both. </para> <para> You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you do not specify a stack policy, the current policy that is associated with the stack is unchanged. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.Tags"> <summary> Gets and sets the property Tags. <para> Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 10 tags. </para> <para> If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide.) </para> <para> Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.TemplateURL"> <summary> Gets and sets the property TemplateURL. <para> Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must specify either the <code>TemplateBody</code> or the <code>TemplateURL</code> parameter, but not both. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackRequest.UsePreviousTemplate"> <summary> Gets and sets the property UsePreviousTemplate. <para> Reuse the existing template that is associated with the stack that you are updating. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.UpdateStackResponse"> <summary> Configuration for accessing Amazon UpdateStack service </summary> </member> <member name="T:Amazon.CloudFormation.Model.UpdateStackResult"> <summary> The output for a <a>UpdateStack</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackResult.StackId"> <summary> Gets and sets the property StackId. <para> Unique identifier of the stack. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.UpdateStackResponse.UpdateStackResult"> <summary> Gets and sets the UpdateStackResult property. Represents the output of a UpdateStack operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.ValidateTemplateRequest"> <summary> Container for the parameters to the ValidateTemplate operation. Validates a specified template. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateRequest.TemplateBody"> <summary> Gets and sets the property TemplateBody. <para> Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateRequest.TemplateURL"> <summary> Gets and sets the property TemplateURL. <para> Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to <a href="http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the AWS CloudFormation User Guide. </para> <para> Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only <code>TemplateBody</code> is used. </para> </summary> </member> <member name="T:Amazon.CloudFormation.Model.ValidateTemplateResponse"> <summary> Configuration for accessing Amazon ValidateTemplate service </summary> </member> <member name="T:Amazon.CloudFormation.Model.ValidateTemplateResult"> <summary> The output for <a>ValidateTemplate</a> action. </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateResult.Capabilities"> <summary> Gets and sets the property Capabilities. <para> The capabilities found within the template. Currently, AWS CloudFormation supports only the CAPABILITY_IAM capability. If your template contains IAM resources, you must specify the CAPABILITY_IAM value for this parameter when you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities error. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateResult.CapabilitiesReason"> <summary> Gets and sets the property CapabilitiesReason. <para> The list of resources that generated the values in the <code>Capabilities</code> response element. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateResult.Description"> <summary> Gets and sets the property Description. <para> The description found within the template. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateResult.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <code>TemplateParameter</code> structures. </para> </summary> </member> <member name="P:Amazon.CloudFormation.Model.ValidateTemplateResponse.ValidateTemplateResult"> <summary> Gets and sets the ValidateTemplateResult property. Represents the output of a ValidateTemplate operation. </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.AccountLimitUnmarshaller"> <summary> Response Unmarshaller for AccountLimit Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.CancelUpdateStackRequestMarshaller"> <summary> CancelUpdateStack Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.CancelUpdateStackResponseUnmarshaller"> <summary> Response Unmarshaller for CancelUpdateStack operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ContinueUpdateRollbackRequestMarshaller"> <summary> ContinueUpdateRollback Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ContinueUpdateRollbackResponseUnmarshaller"> <summary> Response Unmarshaller for ContinueUpdateRollback operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.CreateStackRequestMarshaller"> <summary> CreateStack Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.CreateStackResponseUnmarshaller"> <summary> Response Unmarshaller for CreateStack operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DeleteStackRequestMarshaller"> <summary> DeleteStack Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DeleteStackResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteStack operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeAccountLimitsRequestMarshaller"> <summary> DescribeAccountLimits Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeAccountLimitsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAccountLimits operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackEventsRequestMarshaller"> <summary> DescribeStackEvents Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackEventsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStackEvents operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackResourceRequestMarshaller"> <summary> DescribeStackResource Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackResourceResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStackResource operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackResourcesRequestMarshaller"> <summary> DescribeStackResources Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStackResourcesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStackResources operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStacksRequestMarshaller"> <summary> DescribeStacks Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.DescribeStacksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStacks operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.EstimateTemplateCostRequestMarshaller"> <summary> EstimateTemplateCost Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.EstimateTemplateCostResponseUnmarshaller"> <summary> Response Unmarshaller for EstimateTemplateCost operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetStackPolicyRequestMarshaller"> <summary> GetStackPolicy Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetStackPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetStackPolicy operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetTemplateRequestMarshaller"> <summary> GetTemplate Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetTemplateResponseUnmarshaller"> <summary> Response Unmarshaller for GetTemplate operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetTemplateSummaryRequestMarshaller"> <summary> GetTemplateSummary Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.GetTemplateSummaryResponseUnmarshaller"> <summary> Response Unmarshaller for GetTemplateSummary operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ListStackResourcesRequestMarshaller"> <summary> ListStackResources Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ListStackResourcesResponseUnmarshaller"> <summary> Response Unmarshaller for ListStackResources operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ListStacksRequestMarshaller"> <summary> ListStacks Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ListStacksResponseUnmarshaller"> <summary> Response Unmarshaller for ListStacks operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.OutputUnmarshaller"> <summary> Response Unmarshaller for Output Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ParameterConstraintsUnmarshaller"> <summary> Response Unmarshaller for ParameterConstraints Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ParameterDeclarationUnmarshaller"> <summary> Response Unmarshaller for ParameterDeclaration Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ParameterUnmarshaller"> <summary> Response Unmarshaller for Parameter Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.SetStackPolicyRequestMarshaller"> <summary> SetStackPolicy Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.SetStackPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for SetStackPolicy operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.SignalResourceRequestMarshaller"> <summary> SignalResource Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.SignalResourceResponseUnmarshaller"> <summary> Response Unmarshaller for SignalResource operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackEventUnmarshaller"> <summary> Response Unmarshaller for StackEvent Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackResourceDetailUnmarshaller"> <summary> Response Unmarshaller for StackResourceDetail Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackResourceSummaryUnmarshaller"> <summary> Response Unmarshaller for StackResourceSummary Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackResourceUnmarshaller"> <summary> Response Unmarshaller for StackResource Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackSummaryUnmarshaller"> <summary> Response Unmarshaller for StackSummary Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.StackUnmarshaller"> <summary> Response Unmarshaller for Stack Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.TemplateParameterUnmarshaller"> <summary> Response Unmarshaller for TemplateParameter Object </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.UpdateStackRequestMarshaller"> <summary> UpdateStack Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.UpdateStackResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateStack operation </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ValidateTemplateRequestMarshaller"> <summary> ValidateTemplate Request Marshaller </summary> </member> <member name="T:Amazon.CloudFormation.Model.Internal.MarshallTransformations.ValidateTemplateResponseUnmarshaller"> <summary> Response Unmarshaller for ValidateTemplate operation </summary> </member> <member name="T:Amazon.CloudFront.AmazonCloudFrontConfig"> <summary> Configuration for accessing Amazon CloudFront service </summary> </member> <member name="M:Amazon.CloudFront.AmazonCloudFrontConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudFront.AmazonCloudFrontConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudFront.AmazonCloudFrontConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudFront.GeoRestrictionType"> <summary> Constants used for properties of type GeoRestrictionType. </summary> </member> <member name="F:Amazon.CloudFront.GeoRestrictionType.Blacklist"> <summary> Constant Blacklist for GeoRestrictionType </summary> </member> <member name="F:Amazon.CloudFront.GeoRestrictionType.None"> <summary> Constant None for GeoRestrictionType </summary> </member> <member name="F:Amazon.CloudFront.GeoRestrictionType.Whitelist"> <summary> Constant Whitelist for GeoRestrictionType </summary> </member> <member name="M:Amazon.CloudFront.GeoRestrictionType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.GeoRestrictionType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.ItemSelection"> <summary> Constants used for properties of type ItemSelection. </summary> </member> <member name="F:Amazon.CloudFront.ItemSelection.All"> <summary> Constant All for ItemSelection </summary> </member> <member name="F:Amazon.CloudFront.ItemSelection.None"> <summary> Constant None for ItemSelection </summary> </member> <member name="F:Amazon.CloudFront.ItemSelection.Whitelist"> <summary> Constant Whitelist for ItemSelection </summary> </member> <member name="M:Amazon.CloudFront.ItemSelection.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.ItemSelection.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.Method"> <summary> Constants used for properties of type Method. </summary> </member> <member name="F:Amazon.CloudFront.Method.DELETE"> <summary> Constant DELETE for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.GET"> <summary> Constant GET for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.HEAD"> <summary> Constant HEAD for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.OPTIONS"> <summary> Constant OPTIONS for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.PATCH"> <summary> Constant PATCH for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.POST"> <summary> Constant POST for Method </summary> </member> <member name="F:Amazon.CloudFront.Method.PUT"> <summary> Constant PUT for Method </summary> </member> <member name="M:Amazon.CloudFront.Method.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.Method.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.MinimumProtocolVersion"> <summary> Constants used for properties of type MinimumProtocolVersion. </summary> </member> <member name="F:Amazon.CloudFront.MinimumProtocolVersion.SSLv3"> <summary> Constant SSLv3 for MinimumProtocolVersion </summary> </member> <member name="F:Amazon.CloudFront.MinimumProtocolVersion.TLSv1"> <summary> Constant TLSv1 for MinimumProtocolVersion </summary> </member> <member name="M:Amazon.CloudFront.MinimumProtocolVersion.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.MinimumProtocolVersion.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.OriginProtocolPolicy"> <summary> Constants used for properties of type OriginProtocolPolicy. </summary> </member> <member name="F:Amazon.CloudFront.OriginProtocolPolicy.HttpOnly"> <summary> Constant HttpOnly for OriginProtocolPolicy </summary> </member> <member name="F:Amazon.CloudFront.OriginProtocolPolicy.MatchViewer"> <summary> Constant MatchViewer for OriginProtocolPolicy </summary> </member> <member name="M:Amazon.CloudFront.OriginProtocolPolicy.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.OriginProtocolPolicy.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.PriceClass"> <summary> Constants used for properties of type PriceClass. </summary> </member> <member name="F:Amazon.CloudFront.PriceClass.PriceClass_100"> <summary> Constant PriceClass_100 for PriceClass </summary> </member> <member name="F:Amazon.CloudFront.PriceClass.PriceClass_200"> <summary> Constant PriceClass_200 for PriceClass </summary> </member> <member name="F:Amazon.CloudFront.PriceClass.PriceClass_All"> <summary> Constant PriceClass_All for PriceClass </summary> </member> <member name="M:Amazon.CloudFront.PriceClass.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.PriceClass.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.SSLSupportMethod"> <summary> Constants used for properties of type SSLSupportMethod. </summary> </member> <member name="F:Amazon.CloudFront.SSLSupportMethod.SniOnly"> <summary> Constant SniOnly for SSLSupportMethod </summary> </member> <member name="F:Amazon.CloudFront.SSLSupportMethod.Vip"> <summary> Constant Vip for SSLSupportMethod </summary> </member> <member name="M:Amazon.CloudFront.SSLSupportMethod.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.SSLSupportMethod.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.ViewerProtocolPolicy"> <summary> Constants used for properties of type ViewerProtocolPolicy. </summary> </member> <member name="F:Amazon.CloudFront.ViewerProtocolPolicy.AllowAll"> <summary> Constant AllowAll for ViewerProtocolPolicy </summary> </member> <member name="F:Amazon.CloudFront.ViewerProtocolPolicy.HttpsOnly"> <summary> Constant HttpsOnly for ViewerProtocolPolicy </summary> </member> <member name="F:Amazon.CloudFront.ViewerProtocolPolicy.RedirectToHttps"> <summary> Constant RedirectToHttps for ViewerProtocolPolicy </summary> </member> <member name="M:Amazon.CloudFront.ViewerProtocolPolicy.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudFront.ViewerProtocolPolicy.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudFront.Model.AccessDeniedException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.AccessDeniedException.#ctor(System.String)"> <summary> Constructs a new AccessDeniedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.ActiveTrustedSigners"> <summary> A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content. </summary> </member> <member name="M:Amazon.CloudFront.Model.ActiveTrustedSigners.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.ActiveTrustedSigners.#ctor(System.Collections.Generic.List{Amazon.CloudFront.Model.Signer})"> <summary> Instantiates ActiveTrustedSigners with the parameterized properties </summary> <param name="items">A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.</param> </member> <member name="P:Amazon.CloudFront.Model.ActiveTrustedSigners.Enabled"> <summary> Gets and sets the property Enabled. Each active trusted signer. </summary> </member> <member name="P:Amazon.CloudFront.Model.ActiveTrustedSigners.Items"> <summary> Gets and sets the property Items. A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors. </summary> </member> <member name="P:Amazon.CloudFront.Model.ActiveTrustedSigners.Quantity"> <summary> Gets and sets the property Quantity. The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3. </summary> </member> <member name="T:Amazon.CloudFront.Model.Aliases"> <summary> A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.Aliases.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.Aliases.Quantity"> <summary> Gets and sets the property Quantity. The number of CNAMEs, if any, for this distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.AllowedMethods"> <summary> A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices: - CloudFront forwards only GET and HEAD requests. - CloudFront forwards only GET, HEAD and OPTIONS requests. - CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests. If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you may not want users to have permission to delete objects from your origin. </summary> </member> <member name="P:Amazon.CloudFront.Model.AllowedMethods.CachedMethods"> <summary> Gets and sets the property CachedMethods. </summary> </member> <member name="P:Amazon.CloudFront.Model.AllowedMethods.Items"> <summary> Gets and sets the property Items. A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin. </summary> </member> <member name="P:Amazon.CloudFront.Model.AllowedMethods.Quantity"> <summary> Gets and sets the property Quantity. The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests). </summary> </member> <member name="T:Amazon.CloudFront.AmazonCloudFrontRequest"> <summary> Base class for CloudFront operation requests. </summary> </member> <member name="T:Amazon.CloudFront.Model.BatchTooLargeException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.BatchTooLargeException.#ctor(System.String)"> <summary> Constructs a new BatchTooLargeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.CacheBehavior"> <summary> A complex type that describes how CloudFront processes requests. You can create up to 10 cache behaviors.You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to distribute objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin will never be used. If you don't want to specify any cache behaviors, include only an empty CacheBehaviors element. Don't include an empty CacheBehavior element, or CloudFront returns a MalformedXML error. To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors element. To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.AllowedMethods"> <summary> Gets and sets the property AllowedMethods. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.DefaultTTL"> <summary> Gets and sets the property DefaultTTL. If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.ForwardedValues"> <summary> Gets and sets the property ForwardedValues. A complex type that specifies how CloudFront handles query strings, cookies and headers. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.MaxTTL"> <summary> Gets and sets the property MaxTTL. The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.MinTTL"> <summary> Gets and sets the property MinTTL. The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.PathPattern"> <summary> Gets and sets the property PathPattern. The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.SmoothStreaming"> <summary> Gets and sets the property SmoothStreaming. Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.TargetOriginId"> <summary> Gets and sets the property TargetOriginId. The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.TrustedSigners"> <summary> Gets and sets the property TrustedSigners. A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehavior.ViewerProtocolPolicy"> <summary> Gets and sets the property ViewerProtocolPolicy. Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL. </summary> </member> <member name="T:Amazon.CloudFront.Model.CacheBehaviors"> <summary> A complex type that contains zero or more CacheBehavior elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehaviors.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.CacheBehaviors.Quantity"> <summary> Gets and sets the property Quantity. The number of cache behaviors for this distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.CachedMethods"> <summary> A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices: - CloudFront caches responses to GET and HEAD requests. - CloudFront caches responses to GET, HEAD, and OPTIONS requests. If you pick the second choice for your S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers and Origin headers for the responses to be cached correctly. </summary> </member> <member name="P:Amazon.CloudFront.Model.CachedMethods.Items"> <summary> Gets and sets the property Items. A complex type that contains the HTTP methods that you want CloudFront to cache responses to. </summary> </member> <member name="P:Amazon.CloudFront.Model.CachedMethods.Quantity"> <summary> Gets and sets the property Quantity. The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests). </summary> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentity"> <summary> CloudFront origin access identity. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfig"> <summary> Gets and sets the property CloudFrontOriginAccessIdentityConfig. The current configuration information for the identity. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentity.Id"> <summary> Gets and sets the property Id. The ID for the origin access identity. For example: E74FTE3AJFJ256A. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentity.S3CanonicalUserId"> <summary> Gets and sets the property S3CanonicalUserId. The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3. </summary> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityAlreadyExistsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CloudFrontOriginAccessIdentityAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig"> <summary> Origin access identity configuration. </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig.#ctor(System.String)"> <summary> Instantiates CloudFrontOriginAccessIdentityConfig with the parameterized properties </summary> <param name="callerReference">A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.</param> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig.CallerReference"> <summary> Gets and sets the property CallerReference. A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig.Comment"> <summary> Gets and sets the property Comment. Any comments you want to include about the origin access identity. </summary> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityInUseException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityInUseException.#ctor(System.String)"> <summary> Constructs a new CloudFrontOriginAccessIdentityInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList"> <summary> The CloudFrontOriginAccessIdentityList type. </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.IsTruncated"> <summary> Gets and sets the property IsTruncated. A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.Items"> <summary> Gets and sets the property Items. A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.Marker"> <summary> Gets and sets the property Marker. The value you provided for the Marker request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.MaxItems"> <summary> Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.NextMarker"> <summary> Gets and sets the property NextMarker. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityList.Quantity"> <summary> Gets and sets the property Quantity. The number of CloudFront origin access identities that were created by the current AWS account. </summary> </member> <member name="T:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentitySummary"> <summary> Summary of the information about a CloudFront origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentitySummary.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentitySummary.Comment"> <summary> Gets and sets the property Comment. The comment for this origin access identity, as originally specified when created. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentitySummary.Id"> <summary> Gets and sets the property Id. The ID for the origin access identity. For example: E74FTE3AJFJ256A. </summary> </member> <member name="P:Amazon.CloudFront.Model.CloudFrontOriginAccessIdentitySummary.S3CanonicalUserId"> <summary> Gets and sets the property S3CanonicalUserId. The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3. </summary> </member> <member name="T:Amazon.CloudFront.Model.CNAMEAlreadyExistsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.CNAMEAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CNAMEAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.CookieNames"> <summary> A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.CookieNames.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.CookieNames.Quantity"> <summary> Gets and sets the property Quantity. The number of whitelisted cookies for this cache behavior. </summary> </member> <member name="T:Amazon.CloudFront.Model.CookiePreference"> <summary> A complex type that specifies the cookie preferences associated with this cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.CookiePreference.Forward"> <summary> Gets and sets the property Forward. Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses. </summary> </member> <member name="P:Amazon.CloudFront.Model.CookiePreference.WhitelistedNames"> <summary> Gets and sets the property WhitelistedNames. A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest"> <summary> Container for the parameters to the CreateCloudFrontOriginAccessIdentity operation. Create a new origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest.#ctor(Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig)"> <summary> Instantiates CreateCloudFrontOriginAccessIdentityRequest with the parameterized properties </summary> <param name="cloudFrontOriginAccessIdentityConfig">The origin access identity's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityRequest.CloudFrontOriginAccessIdentityConfig"> <summary> Gets and sets the property CloudFrontOriginAccessIdentityConfig. The origin access identity's configuration information. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResponse"> <summary> Configuration for accessing Amazon CreateCloudFrontOriginAccessIdentity service </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResult.CloudFrontOriginAccessIdentity"> <summary> Gets and sets the property CloudFrontOriginAccessIdentity. The origin access identity's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResult.ETag"> <summary> Gets and sets the property ETag. The current version of the origin access identity created. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResult.Location"> <summary> Gets and sets the property Location. The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResponse.CreateCloudFrontOriginAccessIdentityResult"> <summary> Gets and sets the CreateCloudFrontOriginAccessIdentityResult property. Represents the output of a CreateCloudFrontOriginAccessIdentity operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateDistributionRequest"> <summary> Container for the parameters to the CreateDistribution operation. Create a new distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateDistributionRequest.#ctor(Amazon.CloudFront.Model.DistributionConfig)"> <summary> Instantiates CreateDistributionRequest with the parameterized properties </summary> <param name="distributionConfig">The distribution's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.CreateDistributionRequest.DistributionConfig"> <summary> Gets and sets the property DistributionConfig. The distribution's configuration information. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateDistributionResponse"> <summary> Configuration for accessing Amazon CreateDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateDistributionResult.Distribution"> <summary> Gets and sets the property Distribution. The distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the distribution created. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateDistributionResult.Location"> <summary> Gets and sets the property Location. The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateDistributionResponse.CreateDistributionResult"> <summary> Gets and sets the CreateDistributionResult property. Represents the output of a CreateDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateInvalidationRequest"> <summary> Container for the parameters to the CreateInvalidation operation. Create a new invalidation. </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateInvalidationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateInvalidationRequest.#ctor(System.String,Amazon.CloudFront.Model.InvalidationBatch)"> <summary> Instantiates CreateInvalidationRequest with the parameterized properties </summary> <param name="distributionId">The distribution's id.</param> <param name="invalidationBatch">The batch information for the invalidation.</param> </member> <member name="P:Amazon.CloudFront.Model.CreateInvalidationRequest.DistributionId"> <summary> Gets and sets the property DistributionId. The distribution's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateInvalidationRequest.InvalidationBatch"> <summary> Gets and sets the property InvalidationBatch. The batch information for the invalidation. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateInvalidationResponse"> <summary> Configuration for accessing Amazon CreateInvalidation service </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateInvalidationResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateInvalidationResult.Invalidation"> <summary> Gets and sets the property Invalidation. The invalidation's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateInvalidationResult.Location"> <summary> Gets and sets the property Location. The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateInvalidationResponse.CreateInvalidationResult"> <summary> Gets and sets the CreateInvalidationResult property. Represents the output of a CreateInvalidation operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateStreamingDistributionRequest"> <summary> Container for the parameters to the CreateStreamingDistribution operation. Create a new streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateStreamingDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.CreateStreamingDistributionRequest.#ctor(Amazon.CloudFront.Model.StreamingDistributionConfig)"> <summary> Instantiates CreateStreamingDistributionRequest with the parameterized properties </summary> <param name="streamingDistributionConfig">The streaming distribution's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.CreateStreamingDistributionRequest.StreamingDistributionConfig"> <summary> Gets and sets the property StreamingDistributionConfig. The streaming distribution's configuration information. </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateStreamingDistributionResponse"> <summary> Configuration for accessing Amazon CreateStreamingDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.CreateStreamingDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateStreamingDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the streaming distribution created. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateStreamingDistributionResult.Location"> <summary> Gets and sets the property Location. The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateStreamingDistributionResult.StreamingDistribution"> <summary> Gets and sets the property StreamingDistribution. The streaming distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.CreateStreamingDistributionResponse.CreateStreamingDistributionResult"> <summary> Gets and sets the CreateStreamingDistributionResult property. Represents the output of a CreateStreamingDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.CustomErrorResponse"> <summary> A complex type that describes how you'd prefer CloudFront to respond to requests that result in either a 4xx or 5xx response. You can control whether a custom error page should be displayed, what the desired response code should be for this error page and how long should the error response be cached by CloudFront. If you don't want to specify any custom error responses, include only an empty CustomErrorResponses element. To delete all custom error responses in an existing distribution, update the distribution configuration and include only an empty CustomErrorResponses element. To add, change, or remove one or more custom error responses, update the distribution configuration and specify all of the custom error responses that you want to include in the updated distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponse.ErrorCachingMinTTL"> <summary> Gets and sets the property ErrorCachingMinTTL. The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponse.ErrorCode"> <summary> Gets and sets the property ErrorCode. The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponse.ResponseCode"> <summary> Gets and sets the property ResponseCode. The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponse.ResponsePagePath"> <summary> Gets and sets the property ResponsePagePath. The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer. </summary> </member> <member name="T:Amazon.CloudFront.Model.CustomErrorResponses"> <summary> A complex type that contains zero or more CustomErrorResponse elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponses.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomErrorResponses.Quantity"> <summary> Gets and sets the property Quantity. The number of custom error responses for this distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.CustomOriginConfig"> <summary> A customer origin. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomOriginConfig.HTTPPort"> <summary> Gets and sets the property HTTPPort. The HTTP port the custom origin listens on. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomOriginConfig.HTTPSPort"> <summary> Gets and sets the property HTTPSPort. The HTTPS port the custom origin listens on. </summary> </member> <member name="P:Amazon.CloudFront.Model.CustomOriginConfig.OriginProtocolPolicy"> <summary> Gets and sets the property OriginProtocolPolicy. The origin protocol policy to apply to your origin. </summary> </member> <member name="T:Amazon.CloudFront.Model.DefaultCacheBehavior"> <summary> A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.AllowedMethods"> <summary> Gets and sets the property AllowedMethods. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.DefaultTTL"> <summary> Gets and sets the property DefaultTTL. If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.ForwardedValues"> <summary> Gets and sets the property ForwardedValues. A complex type that specifies how CloudFront handles query strings, cookies and headers. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.MaxTTL"> <summary> Gets and sets the property MaxTTL. The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.MinTTL"> <summary> Gets and sets the property MinTTL. The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years). </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.SmoothStreaming"> <summary> Gets and sets the property SmoothStreaming. Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.TargetOriginId"> <summary> Gets and sets the property TargetOriginId. The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.TrustedSigners"> <summary> Gets and sets the property TrustedSigners. A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DefaultCacheBehavior.ViewerProtocolPolicy"> <summary> Gets and sets the property ViewerProtocolPolicy. Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL. </summary> </member> <member name="T:Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest"> <summary> Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation. Delete an origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties </summary> <param name="id">The origin access identity's id.</param> <param name="ifMatch">The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.</param> </member> <member name="P:Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest.Id"> <summary> Gets and sets the property Id. The origin access identity's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="T:Amazon.CloudFront.Model.DeleteDistributionRequest"> <summary> Container for the parameters to the DeleteDistribution operation. Delete a distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteDistributionRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteDistributionRequest with the parameterized properties </summary> <param name="id">The distribution id.</param> <param name="ifMatch">The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.</param> </member> <member name="P:Amazon.CloudFront.Model.DeleteDistributionRequest.Id"> <summary> Gets and sets the property Id. The distribution id. </summary> </member> <member name="P:Amazon.CloudFront.Model.DeleteDistributionRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="T:Amazon.CloudFront.Model.DeleteStreamingDistributionRequest"> <summary> Container for the parameters to the DeleteStreamingDistribution operation. Delete a streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteStreamingDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.DeleteStreamingDistributionRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteStreamingDistributionRequest with the parameterized properties </summary> <param name="id">The distribution id.</param> <param name="ifMatch">The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.</param> </member> <member name="P:Amazon.CloudFront.Model.DeleteStreamingDistributionRequest.Id"> <summary> Gets and sets the property Id. The distribution id. </summary> </member> <member name="P:Amazon.CloudFront.Model.DeleteStreamingDistributionRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="T:Amazon.CloudFront.Model.Distribution"> <summary> A distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.Distribution.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.Distribution.#ctor(System.String,System.String,System.String)"> <summary> Instantiates Distribution with the parameterized properties </summary> <param name="id">The identifier for the distribution. For example: EDFDVBD632BHDS5.</param> <param name="status">This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.</param> <param name="domainName">The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.</param> </member> <member name="P:Amazon.CloudFront.Model.Distribution.ActiveTrustedSigners"> <summary> Gets and sets the property ActiveTrustedSigners. CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.DistributionConfig"> <summary> Gets and sets the property DistributionConfig. The current configuration information for the distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.DomainName"> <summary> Gets and sets the property DomainName. The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.Id"> <summary> Gets and sets the property Id. The identifier for the distribution. For example: EDFDVBD632BHDS5. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.InProgressInvalidationBatches"> <summary> Gets and sets the property InProgressInvalidationBatches. The number of invalidation batches currently in progress. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.LastModifiedTime"> <summary> Gets and sets the property LastModifiedTime. The date and time the distribution was last modified. </summary> </member> <member name="P:Amazon.CloudFront.Model.Distribution.Status"> <summary> Gets and sets the property Status. This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system. </summary> </member> <member name="T:Amazon.CloudFront.Model.DistributionAlreadyExistsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DistributionAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.DistributionConfig"> <summary> A distribution Configuration. </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionConfig.#ctor(System.String,System.Boolean)"> <summary> Instantiates DistributionConfig with the parameterized properties </summary> <param name="callerReference">A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.</param> <param name="enabled">Whether the distribution is enabled to accept end user requests for content.</param> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Aliases"> <summary> Gets and sets the property Aliases. A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.CacheBehaviors"> <summary> Gets and sets the property CacheBehaviors. A complex type that contains zero or more CacheBehavior elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.CallerReference"> <summary> Gets and sets the property CallerReference. A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Comment"> <summary> Gets and sets the property Comment. Any comments you want to include about the distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.CustomErrorResponses"> <summary> Gets and sets the property CustomErrorResponses. A complex type that contains zero or more CustomErrorResponse elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.DefaultCacheBehavior"> <summary> Gets and sets the property DefaultCacheBehavior. A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.DefaultRootObject"> <summary> Gets and sets the property DefaultRootObject. The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Enabled"> <summary> Gets and sets the property Enabled. Whether the distribution is enabled to accept end user requests for content. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Logging"> <summary> Gets and sets the property Logging. A complex type that controls whether access logs are written for the distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Origins"> <summary> Gets and sets the property Origins. A complex type that contains information about origins for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.PriceClass"> <summary> Gets and sets the property PriceClass. A complex type that contains information about price class for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.Restrictions"> <summary> Gets and sets the property Restrictions. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionConfig.ViewerCertificate"> <summary> Gets and sets the property ViewerCertificate. </summary> </member> <member name="T:Amazon.CloudFront.Model.DistributionList"> <summary> A distribution list. </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionList.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.IsTruncated"> <summary> Gets and sets the property IsTruncated. A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.Items"> <summary> Gets and sets the property Items. A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.Marker"> <summary> Gets and sets the property Marker. The value you provided for the Marker request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.MaxItems"> <summary> Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.NextMarker"> <summary> Gets and sets the property NextMarker. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionList.Quantity"> <summary> Gets and sets the property Quantity. The number of distributions that were created by the current AWS account. </summary> </member> <member name="T:Amazon.CloudFront.Model.DistributionNotDisabledException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionNotDisabledException.#ctor(System.String)"> <summary> Constructs a new DistributionNotDisabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.DistributionSummary"> <summary> A summary of the information for an Amazon CloudFront distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.DistributionSummary.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Aliases"> <summary> Gets and sets the property Aliases. A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.CacheBehaviors"> <summary> Gets and sets the property CacheBehaviors. A complex type that contains zero or more CacheBehavior elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Comment"> <summary> Gets and sets the property Comment. The comment originally specified when this distribution was created. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.CustomErrorResponses"> <summary> Gets and sets the property CustomErrorResponses. A complex type that contains zero or more CustomErrorResponses elements. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.DefaultCacheBehavior"> <summary> Gets and sets the property DefaultCacheBehavior. A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.DomainName"> <summary> Gets and sets the property DomainName. The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Enabled"> <summary> Gets and sets the property Enabled. Whether the distribution is enabled to accept end user requests for content. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Id"> <summary> Gets and sets the property Id. The identifier for the distribution. For example: EDFDVBD632BHDS5. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.LastModifiedTime"> <summary> Gets and sets the property LastModifiedTime. The date and time the distribution was last modified. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Origins"> <summary> Gets and sets the property Origins. A complex type that contains information about origins for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.PriceClass"> <summary> Gets and sets the property PriceClass. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Restrictions"> <summary> Gets and sets the property Restrictions. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.Status"> <summary> Gets and sets the property Status. This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system. </summary> </member> <member name="P:Amazon.CloudFront.Model.DistributionSummary.ViewerCertificate"> <summary> Gets and sets the property ViewerCertificate. </summary> </member> <member name="T:Amazon.CloudFront.Model.ForwardedValues"> <summary> A complex type that specifies how CloudFront handles query strings, cookies and headers. </summary> </member> <member name="P:Amazon.CloudFront.Model.ForwardedValues.Cookies"> <summary> Gets and sets the property Cookies. A complex type that specifies how CloudFront handles cookies. </summary> </member> <member name="P:Amazon.CloudFront.Model.ForwardedValues.Headers"> <summary> Gets and sets the property Headers. A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.ForwardedValues.QueryString"> <summary> Gets and sets the property QueryString. Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false. </summary> </member> <member name="T:Amazon.CloudFront.Model.GeoRestriction"> <summary> A complex type that controls the countries in which your content is distributed. For more information about geo restriction, go to Customizing Error Responses in the Amazon CloudFront Developer Guide. CloudFront determines the location of your users using MaxMind GeoIP databases. For information about the accuracy of these databases, see How accurate are your GeoIP databases? on the MaxMind website. </summary> </member> <member name="M:Amazon.CloudFront.Model.GeoRestriction.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GeoRestriction.#ctor(Amazon.CloudFront.GeoRestrictionType)"> <summary> Instantiates GeoRestriction with the parameterized properties </summary> <param name="restrictionType">The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.</param> </member> <member name="P:Amazon.CloudFront.Model.GeoRestriction.Items"> <summary> Gets and sets the property Items. A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes. </summary> </member> <member name="P:Amazon.CloudFront.Model.GeoRestriction.Quantity"> <summary> Gets and sets the property Quantity. When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.GeoRestriction.RestrictionType"> <summary> Gets and sets the property RestrictionType. The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest"> <summary> Container for the parameters to the GetCloudFrontOriginAccessIdentityConfig operation. Get the configuration information about an origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest.#ctor(System.String)"> <summary> Instantiates GetCloudFrontOriginAccessIdentityConfigRequest with the parameterized properties </summary> <param name="id">The identity's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest.Id"> <summary> Gets and sets the property Id. The identity's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResponse"> <summary> Configuration for accessing Amazon GetCloudFrontOriginAccessIdentityConfig service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResult.CloudFrontOriginAccessIdentityConfig"> <summary> Gets and sets the property CloudFrontOriginAccessIdentityConfig. The origin access identity's configuration information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResponse.GetCloudFrontOriginAccessIdentityConfigResult"> <summary> Gets and sets the GetCloudFrontOriginAccessIdentityConfigResult property. Represents the output of a GetCloudFrontOriginAccessIdentityConfig operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest"> <summary> Container for the parameters to the GetCloudFrontOriginAccessIdentity operation. Get the information about an origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest.#ctor(System.String)"> <summary> Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties </summary> <param name="id">The identity's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest.Id"> <summary> Gets and sets the property Id. The identity's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResponse"> <summary> Configuration for accessing Amazon GetCloudFrontOriginAccessIdentity service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResult.CloudFrontOriginAccessIdentity"> <summary> Gets and sets the property CloudFrontOriginAccessIdentity. The origin access identity's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResult.ETag"> <summary> Gets and sets the property ETag. The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityResponse.GetCloudFrontOriginAccessIdentityResult"> <summary> Gets and sets the GetCloudFrontOriginAccessIdentityResult property. Represents the output of a GetCloudFrontOriginAccessIdentity operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionConfigRequest"> <summary> Container for the parameters to the GetDistributionConfig operation. Get the configuration information about a distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetDistributionConfigRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetDistributionConfigRequest.#ctor(System.String)"> <summary> Instantiates GetDistributionConfigRequest with the parameterized properties </summary> <param name="id">The distribution's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionConfigRequest.Id"> <summary> Gets and sets the property Id. The distribution's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionConfigResponse"> <summary> Configuration for accessing Amazon GetDistributionConfig service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionConfigResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionConfigResult.DistributionConfig"> <summary> Gets and sets the property DistributionConfig. The distribution's configuration information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionConfigResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionConfigResponse.GetDistributionConfigResult"> <summary> Gets and sets the GetDistributionConfigResult property. Represents the output of a GetDistributionConfig operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionRequest"> <summary> Container for the parameters to the GetDistribution operation. Get the information about a distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetDistributionRequest.#ctor(System.String)"> <summary> Instantiates GetDistributionRequest with the parameterized properties </summary> <param name="id">The distribution's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionRequest.Id"> <summary> Gets and sets the property Id. The distribution's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionResponse"> <summary> Configuration for accessing Amazon GetDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionResult.Distribution"> <summary> Gets and sets the property Distribution. The distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the distribution's information. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetDistributionResponse.GetDistributionResult"> <summary> Gets and sets the GetDistributionResult property. Represents the output of a GetDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetInvalidationRequest"> <summary> Container for the parameters to the GetInvalidation operation. Get the information about an invalidation. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetInvalidationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetInvalidationRequest.#ctor(System.String,System.String)"> <summary> Instantiates GetInvalidationRequest with the parameterized properties </summary> <param name="distributionId">The distribution's id.</param> <param name="id">The invalidation's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetInvalidationRequest.DistributionId"> <summary> Gets and sets the property DistributionId. The distribution's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetInvalidationRequest.Id"> <summary> Gets and sets the property Id. The invalidation's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetInvalidationResponse"> <summary> Configuration for accessing Amazon GetInvalidation service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetInvalidationResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetInvalidationResult.Invalidation"> <summary> Gets and sets the property Invalidation. The invalidation's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetInvalidationResponse.GetInvalidationResult"> <summary> Gets and sets the GetInvalidationResult property. Represents the output of a GetInvalidation operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest"> <summary> Container for the parameters to the GetStreamingDistributionConfig operation. Get the configuration information about a streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest.#ctor(System.String)"> <summary> Instantiates GetStreamingDistributionConfigRequest with the parameterized properties </summary> <param name="id">The streaming distribution's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest.Id"> <summary> Gets and sets the property Id. The streaming distribution's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse"> <summary> Configuration for accessing Amazon GetStreamingDistributionConfig service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionConfigResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionConfigResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionConfigResult.StreamingDistributionConfig"> <summary> Gets and sets the property StreamingDistributionConfig. The streaming distribution's configuration information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse.GetStreamingDistributionConfigResult"> <summary> Gets and sets the GetStreamingDistributionConfigResult property. Represents the output of a GetStreamingDistributionConfig operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionRequest"> <summary> Container for the parameters to the GetStreamingDistribution operation. Get the information about a streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.GetStreamingDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.GetStreamingDistributionRequest.#ctor(System.String)"> <summary> Instantiates GetStreamingDistributionRequest with the parameterized properties </summary> <param name="id">The streaming distribution's id.</param> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionRequest.Id"> <summary> Gets and sets the property Id. The streaming distribution's id. </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionResponse"> <summary> Configuration for accessing Amazon GetStreamingDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.GetStreamingDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionResult.StreamingDistribution"> <summary> Gets and sets the property StreamingDistribution. The streaming distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.GetStreamingDistributionResponse.GetStreamingDistributionResult"> <summary> Gets and sets the GetStreamingDistributionResult property. Represents the output of a GetStreamingDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.Headers"> <summary> A complex type that specifies the headers that you want CloudFront to forward to the origin for this cache behavior. For the headers that you specify, CloudFront also caches separate versions of a given object based on the header values in viewer requests; this is known as varying on headers. For example, suppose viewer requests for logo.jpg contain a custom Product header that has a value of either Acme or Apex, and you configure CloudFront to vary on the Product header. CloudFront forwards the Product header to the origin and caches the response from the origin once for each header value. </summary> </member> <member name="P:Amazon.CloudFront.Model.Headers.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.Headers.Quantity"> <summary> Gets and sets the property Quantity. The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items. </summary> </member> <member name="T:Amazon.CloudFront.Model.IllegalUpdateException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.IllegalUpdateException.#ctor(System.String)"> <summary> Constructs a new IllegalUpdateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InconsistentQuantitiesException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InconsistentQuantitiesException.#ctor(System.String)"> <summary> Constructs a new InconsistentQuantitiesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidArgumentException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidArgumentException.#ctor(System.String)"> <summary> Constructs a new InvalidArgumentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.Invalidation"> <summary> An invalidation. </summary> </member> <member name="M:Amazon.CloudFront.Model.Invalidation.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.Invalidation.CreateTime"> <summary> Gets and sets the property CreateTime. The date and time the invalidation request was first made. </summary> </member> <member name="P:Amazon.CloudFront.Model.Invalidation.Id"> <summary> Gets and sets the property Id. The identifier for the invalidation request. For example: IDFDVBD632BHDS5. </summary> </member> <member name="P:Amazon.CloudFront.Model.Invalidation.InvalidationBatch"> <summary> Gets and sets the property InvalidationBatch. The current invalidation information for the batch request. </summary> </member> <member name="P:Amazon.CloudFront.Model.Invalidation.Status"> <summary> Gets and sets the property Status. The status of the invalidation request. When the invalidation batch is finished, the status is Completed. </summary> </member> <member name="T:Amazon.CloudFront.Model.InvalidationBatch"> <summary> An invalidation batch. </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidationBatch.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidationBatch.#ctor(Amazon.CloudFront.Model.Paths,System.String)"> <summary> Instantiates InvalidationBatch with the parameterized properties </summary> <param name="paths">The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.</param> <param name="callerReference">A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.</param> </member> <member name="M:Amazon.CloudFront.Model.InvalidationBatch.#ctor(System.String)"> <summary> Instantiates InvalidationBatch with the parameterized properties </summary> <param name="callerReference">A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.</param> </member> <member name="P:Amazon.CloudFront.Model.InvalidationBatch.CallerReference"> <summary> Gets and sets the property CallerReference. A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationBatch.Paths"> <summary> Gets and sets the property Paths. The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object. </summary> </member> <member name="T:Amazon.CloudFront.Model.InvalidationList"> <summary> An invalidation list. </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidationList.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.IsTruncated"> <summary> Gets and sets the property IsTruncated. A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.Items"> <summary> Gets and sets the property Items. A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.Marker"> <summary> Gets and sets the property Marker. The value you provided for the Marker request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.MaxItems"> <summary> Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.NextMarker"> <summary> Gets and sets the property NextMarker. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationList.Quantity"> <summary> Gets and sets the property Quantity. The number of invalidation batches that were created by the current AWS account. </summary> </member> <member name="T:Amazon.CloudFront.Model.InvalidationSummary"> <summary> Summary of an invalidation request. </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidationSummary.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationSummary.CreateTime"> <summary> Gets and sets the property CreateTime. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationSummary.Id"> <summary> Gets and sets the property Id. The unique ID for an invalidation request. </summary> </member> <member name="P:Amazon.CloudFront.Model.InvalidationSummary.Status"> <summary> Gets and sets the property Status. The status of an invalidation request. </summary> </member> <member name="T:Amazon.CloudFront.Model.InvalidDefaultRootObjectException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidDefaultRootObjectException.#ctor(System.String)"> <summary> Constructs a new InvalidDefaultRootObjectException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidErrorCodeException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidErrorCodeException.#ctor(System.String)"> <summary> Constructs a new InvalidErrorCodeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidForwardCookiesException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidForwardCookiesException.#ctor(System.String)"> <summary> Constructs a new InvalidForwardCookiesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidGeoRestrictionParameterException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidGeoRestrictionParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidGeoRestrictionParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidHeadersForS3OriginException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidHeadersForS3OriginException.#ctor(System.String)"> <summary> Constructs a new InvalidHeadersForS3OriginException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidIfMatchVersionException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidIfMatchVersionException.#ctor(System.String)"> <summary> Constructs a new InvalidIfMatchVersionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidLocationCodeException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidLocationCodeException.#ctor(System.String)"> <summary> Constructs a new InvalidLocationCodeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidMinimumProtocolVersionException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidMinimumProtocolVersionException.#ctor(System.String)"> <summary> Constructs a new InvalidMinimumProtocolVersionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidOriginAccessIdentityException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidOriginAccessIdentityException.#ctor(System.String)"> <summary> Constructs a new InvalidOriginAccessIdentityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidOriginException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidOriginException.#ctor(System.String)"> <summary> Constructs a new InvalidOriginException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidProtocolSettingsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidProtocolSettingsException.#ctor(System.String)"> <summary> Constructs a new InvalidProtocolSettingsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidRelativePathException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidRelativePathException.#ctor(System.String)"> <summary> Constructs a new InvalidRelativePathException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidRequiredProtocolException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidRequiredProtocolException.#ctor(System.String)"> <summary> Constructs a new InvalidRequiredProtocolException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidResponseCodeException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidResponseCodeException.#ctor(System.String)"> <summary> Constructs a new InvalidResponseCodeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidTTLOrderException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidTTLOrderException.#ctor(System.String)"> <summary> Constructs a new InvalidTTLOrderException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.InvalidViewerCertificateException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.InvalidViewerCertificateException.#ctor(System.String)"> <summary> Constructs a new InvalidViewerCertificateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.KeyPairIds"> <summary> A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. </summary> </member> <member name="P:Amazon.CloudFront.Model.KeyPairIds.Items"> <summary> Gets and sets the property Items. A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. </summary> </member> <member name="P:Amazon.CloudFront.Model.KeyPairIds.Quantity"> <summary> Gets and sets the property Quantity. The number of active CloudFront key pairs for AwsAccountNumber. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest"> <summary> Container for the parameters to the ListCloudFrontOriginAccessIdentities operation. List origin access identities. </summary> </member> <member name="M:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest.Marker"> <summary> Gets and sets the property Marker. Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page). </summary> </member> <member name="P:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. The maximum number of origin access identities you want in the response body. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResponse"> <summary> Configuration for accessing Amazon ListCloudFrontOriginAccessIdentities service </summary> </member> <member name="T:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResult.CloudFrontOriginAccessIdentityList"> <summary> Gets and sets the property CloudFrontOriginAccessIdentityList. The CloudFrontOriginAccessIdentityList type. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListCloudFrontOriginAccessIdentitiesResponse.ListCloudFrontOriginAccessIdentitiesResult"> <summary> Gets and sets the ListCloudFrontOriginAccessIdentitiesResult property. Represents the output of a ListCloudFrontOriginAccessIdentities operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListDistributionsRequest"> <summary> Container for the parameters to the ListDistributions operation. List distributions. </summary> </member> <member name="M:Amazon.CloudFront.Model.ListDistributionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.ListDistributionsRequest.Marker"> <summary> Gets and sets the property Marker. Use this when paginating results to indicate where to begin in your list of distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page). </summary> </member> <member name="P:Amazon.CloudFront.Model.ListDistributionsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. The maximum number of distributions you want in the response body. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListDistributionsResponse"> <summary> Configuration for accessing Amazon ListDistributions service </summary> </member> <member name="T:Amazon.CloudFront.Model.ListDistributionsResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListDistributionsResult.DistributionList"> <summary> Gets and sets the property DistributionList. The DistributionList type. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListDistributionsResponse.ListDistributionsResult"> <summary> Gets and sets the ListDistributionsResult property. Represents the output of a ListDistributions operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListInvalidationsRequest"> <summary> Container for the parameters to the ListInvalidations operation. List invalidation batches. </summary> </member> <member name="M:Amazon.CloudFront.Model.ListInvalidationsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.ListInvalidationsRequest.#ctor(System.String)"> <summary> Instantiates ListInvalidationsRequest with the parameterized properties </summary> <param name="distributionId">The distribution's id.</param> </member> <member name="P:Amazon.CloudFront.Model.ListInvalidationsRequest.DistributionId"> <summary> Gets and sets the property DistributionId. The distribution's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListInvalidationsRequest.Marker"> <summary> Gets and sets the property Marker. Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListInvalidationsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. The maximum number of invalidation batches you want in the response body. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListInvalidationsResponse"> <summary> Configuration for accessing Amazon ListInvalidations service </summary> </member> <member name="T:Amazon.CloudFront.Model.ListInvalidationsResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListInvalidationsResult.InvalidationList"> <summary> Gets and sets the property InvalidationList. Information about invalidation batches. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListInvalidationsResponse.ListInvalidationsResult"> <summary> Gets and sets the ListInvalidationsResult property. Represents the output of a ListInvalidations operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListStreamingDistributionsRequest"> <summary> Container for the parameters to the ListStreamingDistributions operation. List streaming distributions. </summary> </member> <member name="M:Amazon.CloudFront.Model.ListStreamingDistributionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.ListStreamingDistributionsRequest.Marker"> <summary> Gets and sets the property Marker. Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page). </summary> </member> <member name="P:Amazon.CloudFront.Model.ListStreamingDistributionsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. The maximum number of streaming distributions you want in the response body. </summary> </member> <member name="T:Amazon.CloudFront.Model.ListStreamingDistributionsResponse"> <summary> Configuration for accessing Amazon ListStreamingDistributions service </summary> </member> <member name="T:Amazon.CloudFront.Model.ListStreamingDistributionsResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListStreamingDistributionsResult.StreamingDistributionList"> <summary> Gets and sets the property StreamingDistributionList. The StreamingDistributionList type. </summary> </member> <member name="P:Amazon.CloudFront.Model.ListStreamingDistributionsResponse.ListStreamingDistributionsResult"> <summary> Gets and sets the ListStreamingDistributionsResult property. Represents the output of a ListStreamingDistributions operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.LoggingConfig"> <summary> A complex type that controls whether access logs are written for the distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.LoggingConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.LoggingConfig.#ctor(System.String,System.String)"> <summary> Instantiates LoggingConfig with the parameterized properties </summary> <param name="bucket">The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.</param> <param name="prefix">An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.</param> </member> <member name="P:Amazon.CloudFront.Model.LoggingConfig.Bucket"> <summary> Gets and sets the property Bucket. The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com. </summary> </member> <member name="P:Amazon.CloudFront.Model.LoggingConfig.Enabled"> <summary> Gets and sets the property Enabled. Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted. </summary> </member> <member name="P:Amazon.CloudFront.Model.LoggingConfig.IncludeCookies"> <summary> Gets and sets the property IncludeCookies. Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies. </summary> </member> <member name="P:Amazon.CloudFront.Model.LoggingConfig.Prefix"> <summary> Gets and sets the property Prefix. An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element. </summary> </member> <member name="T:Amazon.CloudFront.Model.MissingBodyException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.MissingBodyException.#ctor(System.String)"> <summary> Constructs a new MissingBodyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.NoSuchCloudFrontOriginAccessIdentityException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.NoSuchCloudFrontOriginAccessIdentityException.#ctor(System.String)"> <summary> Constructs a new NoSuchCloudFrontOriginAccessIdentityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.NoSuchDistributionException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.NoSuchDistributionException.#ctor(System.String)"> <summary> Constructs a new NoSuchDistributionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.NoSuchInvalidationException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.NoSuchInvalidationException.#ctor(System.String)"> <summary> Constructs a new NoSuchInvalidationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.NoSuchOriginException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.NoSuchOriginException.#ctor(System.String)"> <summary> Constructs a new NoSuchOriginException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.NoSuchStreamingDistributionException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.NoSuchStreamingDistributionException.#ctor(System.String)"> <summary> Constructs a new NoSuchStreamingDistributionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.Origin"> <summary> A complex type that describes the Amazon S3 bucket or the HTTP server (for example, a web server) from which CloudFront gets your files.You must create at least one origin. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origin.CustomOriginConfig"> <summary> Gets and sets the property CustomOriginConfig. A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origin.DomainName"> <summary> Gets and sets the property DomainName. Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origin.Id"> <summary> Gets and sets the property Id. A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origin.OriginPath"> <summary> Gets and sets the property OriginPath. An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origin.S3OriginConfig"> <summary> Gets and sets the property S3OriginConfig. A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead. </summary> </member> <member name="T:Amazon.CloudFront.Model.Origins"> <summary> A complex type that contains information about origins for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origins.Items"> <summary> Gets and sets the property Items. A complex type that contains origins for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.Origins.Quantity"> <summary> Gets and sets the property Quantity. The number of origins for this distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.Paths"> <summary> A complex type that contains information about the objects that you want to invalidate. </summary> </member> <member name="P:Amazon.CloudFront.Model.Paths.Items"> <summary> Gets and sets the property Items. A complex type that contains a list of the objects that you want to invalidate. </summary> </member> <member name="P:Amazon.CloudFront.Model.Paths.Quantity"> <summary> Gets and sets the property Quantity. The number of objects that you want to invalidate. </summary> </member> <member name="T:Amazon.CloudFront.Model.PreconditionFailedException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.PreconditionFailedException.#ctor(System.String)"> <summary> Constructs a new PreconditionFailedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.Restrictions"> <summary> A complex type that identifies ways in which you want to restrict distribution of your content. </summary> </member> <member name="M:Amazon.CloudFront.Model.Restrictions.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.Restrictions.#ctor(Amazon.CloudFront.Model.GeoRestriction)"> <summary> Instantiates Restrictions with the parameterized properties </summary> <param name="geoRestriction">Sets the Restrictions GeoRestriction property</param> </member> <member name="P:Amazon.CloudFront.Model.Restrictions.GeoRestriction"> <summary> Gets and sets the property GeoRestriction. </summary> </member> <member name="T:Amazon.CloudFront.Model.S3Origin"> <summary> A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.S3Origin.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.S3Origin.#ctor(System.String)"> <summary> Instantiates S3Origin with the parameterized properties </summary> <param name="domainName">The DNS name of the S3 origin.</param> </member> <member name="M:Amazon.CloudFront.Model.S3Origin.#ctor(System.String,System.String)"> <summary> Instantiates S3Origin with the parameterized properties </summary> <param name="domainName">The DNS name of the S3 origin.</param> <param name="originAccessIdentity">Your S3 origin's origin access identity.</param> </member> <member name="P:Amazon.CloudFront.Model.S3Origin.DomainName"> <summary> Gets and sets the property DomainName. The DNS name of the S3 origin. </summary> </member> <member name="P:Amazon.CloudFront.Model.S3Origin.OriginAccessIdentity"> <summary> Gets and sets the property OriginAccessIdentity. Your S3 origin's origin access identity. </summary> </member> <member name="T:Amazon.CloudFront.Model.S3OriginConfig"> <summary> A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead. </summary> </member> <member name="P:Amazon.CloudFront.Model.S3OriginConfig.OriginAccessIdentity"> <summary> Gets and sets the property OriginAccessIdentity. The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity. </summary> </member> <member name="T:Amazon.CloudFront.Model.Signer"> <summary> A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any. </summary> </member> <member name="M:Amazon.CloudFront.Model.Signer.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.Signer.AwsAccountNumber"> <summary> Gets and sets the property AwsAccountNumber. Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number. </summary> </member> <member name="P:Amazon.CloudFront.Model.Signer.KeyPairIds"> <summary> Gets and sets the property KeyPairIds. A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. </summary> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistribution"> <summary> A streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.StreamingDistribution.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.ActiveTrustedSigners"> <summary> Gets and sets the property ActiveTrustedSigners. CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.DomainName"> <summary> Gets and sets the property DomainName. The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.Id"> <summary> Gets and sets the property Id. The identifier for the streaming distribution. For example: EGTXBD79H29TRA8. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.LastModifiedTime"> <summary> Gets and sets the property LastModifiedTime. The date and time the distribution was last modified. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.Status"> <summary> Gets and sets the property Status. The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistribution.StreamingDistributionConfig"> <summary> Gets and sets the property StreamingDistributionConfig. The current configuration information for the streaming distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistributionAlreadyExistsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.StreamingDistributionAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new StreamingDistributionAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistributionConfig"> <summary> The configuration for the streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.Aliases"> <summary> Gets and sets the property Aliases. A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.CallerReference"> <summary> Gets and sets the property CallerReference. A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.Comment"> <summary> Gets and sets the property Comment. Any comments you want to include about the streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.Enabled"> <summary> Gets and sets the property Enabled. Whether the streaming distribution is enabled to accept end user requests for content. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.Logging"> <summary> Gets and sets the property Logging. A complex type that controls whether access logs are written for the streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.PriceClass"> <summary> Gets and sets the property PriceClass. A complex type that contains information about price class for this streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.S3Origin"> <summary> Gets and sets the property S3Origin. A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionConfig.TrustedSigners"> <summary> Gets and sets the property TrustedSigners. A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistributionList"> <summary> A streaming distribution list. </summary> </member> <member name="M:Amazon.CloudFront.Model.StreamingDistributionList.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.IsTruncated"> <summary> Gets and sets the property IsTruncated. A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.Items"> <summary> Gets and sets the property Items. A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.Marker"> <summary> Gets and sets the property Marker. The value you provided for the Marker request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.MaxItems"> <summary> Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.NextMarker"> <summary> Gets and sets the property NextMarker. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionList.Quantity"> <summary> Gets and sets the property Quantity. The number of streaming distributions that were created by the current AWS account. </summary> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistributionNotDisabledException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.StreamingDistributionNotDisabledException.#ctor(System.String)"> <summary> Constructs a new StreamingDistributionNotDisabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.StreamingDistributionSummary"> <summary> A summary of the information for an Amazon CloudFront streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.StreamingDistributionSummary.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.Aliases"> <summary> Gets and sets the property Aliases. A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.Comment"> <summary> Gets and sets the property Comment. The comment originally specified when this distribution was created. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.DomainName"> <summary> Gets and sets the property DomainName. The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.Enabled"> <summary> Gets and sets the property Enabled. Whether the distribution is enabled to accept end user requests for content. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.Id"> <summary> Gets and sets the property Id. The identifier for the distribution. For example: EDFDVBD632BHDS5. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.LastModifiedTime"> <summary> Gets and sets the property LastModifiedTime. The date and time the distribution was last modified. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.PriceClass"> <summary> Gets and sets the property PriceClass. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.S3Origin"> <summary> Gets and sets the property S3Origin. A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.Status"> <summary> Gets and sets the property Status. Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingDistributionSummary.TrustedSigners"> <summary> Gets and sets the property TrustedSigners. A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution. </summary> </member> <member name="T:Amazon.CloudFront.Model.StreamingLoggingConfig"> <summary> A complex type that controls whether access logs are written for this streaming distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingLoggingConfig.Bucket"> <summary> Gets and sets the property Bucket. The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingLoggingConfig.Enabled"> <summary> Gets and sets the property Enabled. Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted. </summary> </member> <member name="P:Amazon.CloudFront.Model.StreamingLoggingConfig.Prefix"> <summary> Gets and sets the property Prefix. An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element. </summary> </member> <member name="T:Amazon.CloudFront.Model.TooManyCacheBehaviorsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyCacheBehaviorsException.#ctor(System.String)"> <summary> Constructs a new TooManyCacheBehaviorsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyCertificatesException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyCertificatesException.#ctor(System.String)"> <summary> Constructs a new TooManyCertificatesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyCloudFrontOriginAccessIdentitiesException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyCloudFrontOriginAccessIdentitiesException.#ctor(System.String)"> <summary> Constructs a new TooManyCloudFrontOriginAccessIdentitiesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyCookieNamesInWhiteListException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyCookieNamesInWhiteListException.#ctor(System.String)"> <summary> Constructs a new TooManyCookieNamesInWhiteListException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyDistributionCNAMEsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyDistributionCNAMEsException.#ctor(System.String)"> <summary> Constructs a new TooManyDistributionCNAMEsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyDistributionsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyDistributionsException.#ctor(System.String)"> <summary> Constructs a new TooManyDistributionsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyHeadersInForwardedValuesException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyHeadersInForwardedValuesException.#ctor(System.String)"> <summary> Constructs a new TooManyHeadersInForwardedValuesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyInvalidationsInProgressException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyInvalidationsInProgressException.#ctor(System.String)"> <summary> Constructs a new TooManyInvalidationsInProgressException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyOriginsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyOriginsException.#ctor(System.String)"> <summary> Constructs a new TooManyOriginsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyStreamingDistributionCNAMEsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyStreamingDistributionCNAMEsException.#ctor(System.String)"> <summary> Constructs a new TooManyStreamingDistributionCNAMEsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyStreamingDistributionsException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyStreamingDistributionsException.#ctor(System.String)"> <summary> Constructs a new TooManyStreamingDistributionsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TooManyTrustedSignersException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TooManyTrustedSignersException.#ctor(System.String)"> <summary> Constructs a new TooManyTrustedSignersException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TrustedSignerDoesNotExistException"> <summary> CloudFront exception </summary> </member> <member name="M:Amazon.CloudFront.Model.TrustedSignerDoesNotExistException.#ctor(System.String)"> <summary> Constructs a new TrustedSignerDoesNotExistException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudFront.Model.TrustedSigners"> <summary> A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.TrustedSigners.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.TrustedSigners.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates TrustedSigners with the parameterized properties </summary> <param name="items">Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.</param> </member> <member name="P:Amazon.CloudFront.Model.TrustedSigners.Enabled"> <summary> Gets and sets the property Enabled. Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId. </summary> </member> <member name="P:Amazon.CloudFront.Model.TrustedSigners.Items"> <summary> Gets and sets the property Items. Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items. </summary> </member> <member name="P:Amazon.CloudFront.Model.TrustedSigners.Quantity"> <summary> Gets and sets the property Quantity. The number of trusted signers for this cache behavior. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest"> <summary> Container for the parameters to the UpdateCloudFrontOriginAccessIdentity operation. Update an origin access identity. </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest.#ctor(System.String,System.String,Amazon.CloudFront.Model.CloudFrontOriginAccessIdentityConfig)"> <summary> Instantiates UpdateCloudFrontOriginAccessIdentityRequest with the parameterized properties </summary> <param name="id">The identity's id.</param> <param name="ifMatch">The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.</param> <param name="cloudFrontOriginAccessIdentityConfig">The identity's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest.CloudFrontOriginAccessIdentityConfig"> <summary> Gets and sets the property CloudFrontOriginAccessIdentityConfig. The identity's configuration information. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest.Id"> <summary> Gets and sets the property Id. The identity's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse"> <summary> Configuration for accessing Amazon UpdateCloudFrontOriginAccessIdentity service </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResult.CloudFrontOriginAccessIdentity"> <summary> Gets and sets the property CloudFrontOriginAccessIdentity. The origin access identity's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse.UpdateCloudFrontOriginAccessIdentityResult"> <summary> Gets and sets the UpdateCloudFrontOriginAccessIdentityResult property. Represents the output of a UpdateCloudFrontOriginAccessIdentity operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateDistributionRequest"> <summary> Container for the parameters to the UpdateDistribution operation. Update a distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateDistributionRequest.#ctor(System.String,System.String,Amazon.CloudFront.Model.DistributionConfig)"> <summary> Instantiates UpdateDistributionRequest with the parameterized properties </summary> <param name="id">The distribution's id.</param> <param name="ifMatch">The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.</param> <param name="distributionConfig">The distribution's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionRequest.DistributionConfig"> <summary> Gets and sets the property DistributionConfig. The distribution's configuration information. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionRequest.Id"> <summary> Gets and sets the property Id. The distribution's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateDistributionResponse"> <summary> Configuration for accessing Amazon UpdateDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionResult.Distribution"> <summary> Gets and sets the property Distribution. The distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateDistributionResponse.UpdateDistributionResult"> <summary> Gets and sets the UpdateDistributionResult property. Represents the output of a UpdateDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest"> <summary> Container for the parameters to the UpdateStreamingDistribution operation. Update a streaming distribution. </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest.#ctor(System.String,System.String,Amazon.CloudFront.Model.StreamingDistributionConfig)"> <summary> Instantiates UpdateStreamingDistributionRequest with the parameterized properties </summary> <param name="id">The streaming distribution's id.</param> <param name="ifMatch">The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.</param> <param name="streamingDistributionConfig">The streaming distribution's configuration information.</param> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest.Id"> <summary> Gets and sets the property Id. The streaming distribution's id. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest.IfMatch"> <summary> Gets and sets the property IfMatch. The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionRequest.StreamingDistributionConfig"> <summary> Gets and sets the property StreamingDistributionConfig. The streaming distribution's configuration information. </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateStreamingDistributionResponse"> <summary> Configuration for accessing Amazon UpdateStreamingDistribution service </summary> </member> <member name="T:Amazon.CloudFront.Model.UpdateStreamingDistributionResult"> <summary> The returned result of the corresponding request. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionResult.ETag"> <summary> Gets and sets the property ETag. The current version of the configuration. For example: E2QWRUHAPOMQZL. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionResult.StreamingDistribution"> <summary> Gets and sets the property StreamingDistribution. The streaming distribution's information. </summary> </member> <member name="P:Amazon.CloudFront.Model.UpdateStreamingDistributionResponse.UpdateStreamingDistributionResult"> <summary> Gets and sets the UpdateStreamingDistributionResult property. Represents the output of a UpdateStreamingDistribution operation. </summary> </member> <member name="T:Amazon.CloudFront.Model.ViewerCertificate"> <summary> A complex type that contains information about viewer certificates for this distribution. </summary> </member> <member name="P:Amazon.CloudFront.Model.ViewerCertificate.CloudFrontDefaultCertificate"> <summary> Gets and sets the property CloudFrontDefaultCertificate. If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an IAMCertificateId. </summary> </member> <member name="P:Amazon.CloudFront.Model.ViewerCertificate.IAMCertificateId"> <summary> Gets and sets the property IAMCertificateId. If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value or CloudFrontDefaultCertificate. </summary> </member> <member name="P:Amazon.CloudFront.Model.ViewerCertificate.MinimumProtocolVersion"> <summary> Gets and sets the property MinimumProtocolVersion. Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion. </summary> </member> <member name="P:Amazon.CloudFront.Model.ViewerCertificate.SSLSupportMethod"> <summary> Gets and sets the property SSLSupportMethod. If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate. </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ActiveTrustedSignersUnmarshaller"> <summary> Response Unmarshaller for ActiveTrustedSigners Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.AliasesUnmarshaller"> <summary> Response Unmarshaller for Aliases Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.AllowedMethodsUnmarshaller"> <summary> Response Unmarshaller for AllowedMethods Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CacheBehaviorsUnmarshaller"> <summary> Response Unmarshaller for CacheBehaviors Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CacheBehaviorUnmarshaller"> <summary> Response Unmarshaller for CacheBehavior Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CachedMethodsUnmarshaller"> <summary> Response Unmarshaller for CachedMethods Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CloudFrontOriginAccessIdentityConfigUnmarshaller"> <summary> Response Unmarshaller for CloudFrontOriginAccessIdentityConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CloudFrontOriginAccessIdentityListUnmarshaller"> <summary> Response Unmarshaller for CloudFrontOriginAccessIdentityList Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CloudFrontOriginAccessIdentitySummaryUnmarshaller"> <summary> Response Unmarshaller for CloudFrontOriginAccessIdentitySummary Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CloudFrontOriginAccessIdentityUnmarshaller"> <summary> Response Unmarshaller for CloudFrontOriginAccessIdentity Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CookieNamesUnmarshaller"> <summary> Response Unmarshaller for CookieNames Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CookiePreferenceUnmarshaller"> <summary> Response Unmarshaller for CookiePreference Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateCloudFrontOriginAccessIdentityRequestMarshaller"> <summary> CreateCloudFrontOriginAccessIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateCloudFrontOriginAccessIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCloudFrontOriginAccessIdentity operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateDistributionRequestMarshaller"> <summary> CreateDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateInvalidationRequestMarshaller"> <summary> CreateInvalidation Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateInvalidationResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInvalidation operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateStreamingDistributionRequestMarshaller"> <summary> CreateStreamingDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CreateStreamingDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateStreamingDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CustomErrorResponsesUnmarshaller"> <summary> Response Unmarshaller for CustomErrorResponses Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CustomErrorResponseUnmarshaller"> <summary> Response Unmarshaller for CustomErrorResponse Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.CustomOriginConfigUnmarshaller"> <summary> Response Unmarshaller for CustomOriginConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DefaultCacheBehaviorUnmarshaller"> <summary> Response Unmarshaller for DefaultCacheBehavior Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteCloudFrontOriginAccessIdentityRequestMarshaller"> <summary> DeleteCloudFrontOriginAccessIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteCloudFrontOriginAccessIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCloudFrontOriginAccessIdentity operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteDistributionRequestMarshaller"> <summary> DeleteDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteStreamingDistributionRequestMarshaller"> <summary> DeleteStreamingDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DeleteStreamingDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteStreamingDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DistributionConfigUnmarshaller"> <summary> Response Unmarshaller for DistributionConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DistributionListUnmarshaller"> <summary> Response Unmarshaller for DistributionList Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DistributionSummaryUnmarshaller"> <summary> Response Unmarshaller for DistributionSummary Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.DistributionUnmarshaller"> <summary> Response Unmarshaller for Distribution Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ForwardedValuesUnmarshaller"> <summary> Response Unmarshaller for ForwardedValues Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GeoRestrictionUnmarshaller"> <summary> Response Unmarshaller for GeoRestriction Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetCloudFrontOriginAccessIdentityConfigRequestMarshaller"> <summary> GetCloudFrontOriginAccessIdentityConfig Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetCloudFrontOriginAccessIdentityConfigResponseUnmarshaller"> <summary> Response Unmarshaller for GetCloudFrontOriginAccessIdentityConfig operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetCloudFrontOriginAccessIdentityRequestMarshaller"> <summary> GetCloudFrontOriginAccessIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetCloudFrontOriginAccessIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for GetCloudFrontOriginAccessIdentity operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetDistributionConfigRequestMarshaller"> <summary> GetDistributionConfig Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetDistributionConfigResponseUnmarshaller"> <summary> Response Unmarshaller for GetDistributionConfig operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetDistributionRequestMarshaller"> <summary> GetDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for GetDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetInvalidationRequestMarshaller"> <summary> GetInvalidation Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetInvalidationResponseUnmarshaller"> <summary> Response Unmarshaller for GetInvalidation operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetStreamingDistributionConfigRequestMarshaller"> <summary> GetStreamingDistributionConfig Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetStreamingDistributionConfigResponseUnmarshaller"> <summary> Response Unmarshaller for GetStreamingDistributionConfig operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetStreamingDistributionRequestMarshaller"> <summary> GetStreamingDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.GetStreamingDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for GetStreamingDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.HeadersUnmarshaller"> <summary> Response Unmarshaller for Headers Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.InvalidationBatchUnmarshaller"> <summary> Response Unmarshaller for InvalidationBatch Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.InvalidationListUnmarshaller"> <summary> Response Unmarshaller for InvalidationList Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.InvalidationSummaryUnmarshaller"> <summary> Response Unmarshaller for InvalidationSummary Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.InvalidationUnmarshaller"> <summary> Response Unmarshaller for Invalidation Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.KeyPairIdsUnmarshaller"> <summary> Response Unmarshaller for KeyPairIds Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListCloudFrontOriginAccessIdentitiesRequestMarshaller"> <summary> ListCloudFrontOriginAccessIdentities Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListCloudFrontOriginAccessIdentitiesResponseUnmarshaller"> <summary> Response Unmarshaller for ListCloudFrontOriginAccessIdentities operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListDistributionsRequestMarshaller"> <summary> ListDistributions Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListDistributionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListDistributions operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListInvalidationsRequestMarshaller"> <summary> ListInvalidations Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListInvalidationsResponseUnmarshaller"> <summary> Response Unmarshaller for ListInvalidations operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListStreamingDistributionsRequestMarshaller"> <summary> ListStreamingDistributions Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ListStreamingDistributionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListStreamingDistributions operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.LoggingConfigUnmarshaller"> <summary> Response Unmarshaller for LoggingConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.OriginsUnmarshaller"> <summary> Response Unmarshaller for Origins Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.OriginUnmarshaller"> <summary> Response Unmarshaller for Origin Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.PathsUnmarshaller"> <summary> Response Unmarshaller for Paths Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.RestrictionsUnmarshaller"> <summary> Response Unmarshaller for Restrictions Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.S3OriginConfigUnmarshaller"> <summary> Response Unmarshaller for S3OriginConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.S3OriginUnmarshaller"> <summary> Response Unmarshaller for S3Origin Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.SignerUnmarshaller"> <summary> Response Unmarshaller for Signer Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.StreamingDistributionConfigUnmarshaller"> <summary> Response Unmarshaller for StreamingDistributionConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.StreamingDistributionListUnmarshaller"> <summary> Response Unmarshaller for StreamingDistributionList Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.StreamingDistributionSummaryUnmarshaller"> <summary> Response Unmarshaller for StreamingDistributionSummary Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.StreamingDistributionUnmarshaller"> <summary> Response Unmarshaller for StreamingDistribution Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.StreamingLoggingConfigUnmarshaller"> <summary> Response Unmarshaller for StreamingLoggingConfig Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.TrustedSignersUnmarshaller"> <summary> Response Unmarshaller for TrustedSigners Object </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateCloudFrontOriginAccessIdentityRequestMarshaller"> <summary> UpdateCloudFrontOriginAccessIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateCloudFrontOriginAccessIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateCloudFrontOriginAccessIdentity operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateDistributionRequestMarshaller"> <summary> UpdateDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateStreamingDistributionRequestMarshaller"> <summary> UpdateStreamingDistribution Request Marshaller </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.UpdateStreamingDistributionResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateStreamingDistribution operation </summary> </member> <member name="T:Amazon.CloudFront.Model.Internal.MarshallTransformations.ViewerCertificateUnmarshaller"> <summary> Response Unmarshaller for ViewerCertificate Object </summary> </member> <member name="T:Amazon.CloudSearch.AmazonCloudSearchConfig"> <summary> Configuration for accessing Amazon CloudSearch service </summary> </member> <member name="M:Amazon.CloudSearch.AmazonCloudSearchConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudSearch.AmazonCloudSearchConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudSearch.AmazonCloudSearchConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudSearch.AlgorithmicStemming"> <summary> Constants used for properties of type AlgorithmicStemming. </summary> </member> <member name="F:Amazon.CloudSearch.AlgorithmicStemming.Full"> <summary> Constant Full for AlgorithmicStemming </summary> </member> <member name="F:Amazon.CloudSearch.AlgorithmicStemming.Light"> <summary> Constant Light for AlgorithmicStemming </summary> </member> <member name="F:Amazon.CloudSearch.AlgorithmicStemming.Minimal"> <summary> Constant Minimal for AlgorithmicStemming </summary> </member> <member name="F:Amazon.CloudSearch.AlgorithmicStemming.None"> <summary> Constant None for AlgorithmicStemming </summary> </member> <member name="M:Amazon.CloudSearch.AlgorithmicStemming.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.AlgorithmicStemming.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.AnalysisSchemeLanguage"> <summary> Constants used for properties of type AnalysisSchemeLanguage. </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ar"> <summary> Constant Ar for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Bg"> <summary> Constant Bg for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ca"> <summary> Constant Ca for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Cs"> <summary> Constant Cs for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Da"> <summary> Constant Da for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.De"> <summary> Constant De for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.El"> <summary> Constant El for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.En"> <summary> Constant En for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Es"> <summary> Constant Es for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Eu"> <summary> Constant Eu for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Fa"> <summary> Constant Fa for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Fi"> <summary> Constant Fi for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Fr"> <summary> Constant Fr for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ga"> <summary> Constant Ga for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Gl"> <summary> Constant Gl for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.He"> <summary> Constant He for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Hi"> <summary> Constant Hi for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Hu"> <summary> Constant Hu for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Hy"> <summary> Constant Hy for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Id"> <summary> Constant Id for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.It"> <summary> Constant It for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ja"> <summary> Constant Ja for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ko"> <summary> Constant Ko for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Lv"> <summary> Constant Lv for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Mul"> <summary> Constant Mul for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Nl"> <summary> Constant Nl for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.No"> <summary> Constant No for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Pt"> <summary> Constant Pt for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ro"> <summary> Constant Ro for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Ru"> <summary> Constant Ru for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Sv"> <summary> Constant Sv for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Th"> <summary> Constant Th for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.Tr"> <summary> Constant Tr for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.ZhHans"> <summary> Constant ZhHans for AnalysisSchemeLanguage </summary> </member> <member name="F:Amazon.CloudSearch.AnalysisSchemeLanguage.ZhHant"> <summary> Constant ZhHant for AnalysisSchemeLanguage </summary> </member> <member name="M:Amazon.CloudSearch.AnalysisSchemeLanguage.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.AnalysisSchemeLanguage.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.IndexFieldType"> <summary> Constants used for properties of type IndexFieldType. </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Date"> <summary> Constant Date for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.DateArray"> <summary> Constant DateArray for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Double"> <summary> Constant Double for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.DoubleArray"> <summary> Constant DoubleArray for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Int"> <summary> Constant Int for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.IntArray"> <summary> Constant IntArray for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Latlon"> <summary> Constant Latlon for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Literal"> <summary> Constant Literal for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.LiteralArray"> <summary> Constant LiteralArray for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.Text"> <summary> Constant Text for IndexFieldType </summary> </member> <member name="F:Amazon.CloudSearch.IndexFieldType.TextArray"> <summary> Constant TextArray for IndexFieldType </summary> </member> <member name="M:Amazon.CloudSearch.IndexFieldType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.IndexFieldType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.OptionState"> <summary> Constants used for properties of type OptionState. </summary> </member> <member name="F:Amazon.CloudSearch.OptionState.Active"> <summary> Constant Active for OptionState </summary> </member> <member name="F:Amazon.CloudSearch.OptionState.FailedToValidate"> <summary> Constant FailedToValidate for OptionState </summary> </member> <member name="F:Amazon.CloudSearch.OptionState.Processing"> <summary> Constant Processing for OptionState </summary> </member> <member name="F:Amazon.CloudSearch.OptionState.RequiresIndexDocuments"> <summary> Constant RequiresIndexDocuments for OptionState </summary> </member> <member name="M:Amazon.CloudSearch.OptionState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.OptionState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.PartitionInstanceType"> <summary> Constants used for properties of type PartitionInstanceType. </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM1Large"> <summary> Constant SearchM1Large for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM1Small"> <summary> Constant SearchM1Small for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM22xlarge"> <summary> Constant SearchM22xlarge for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM2Xlarge"> <summary> Constant SearchM2Xlarge for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM32xlarge"> <summary> Constant SearchM32xlarge for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM3Large"> <summary> Constant SearchM3Large for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM3Medium"> <summary> Constant SearchM3Medium for PartitionInstanceType </summary> </member> <member name="F:Amazon.CloudSearch.PartitionInstanceType.SearchM3Xlarge"> <summary> Constant SearchM3Xlarge for PartitionInstanceType </summary> </member> <member name="M:Amazon.CloudSearch.PartitionInstanceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.PartitionInstanceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.SuggesterFuzzyMatching"> <summary> Constants used for properties of type SuggesterFuzzyMatching. </summary> </member> <member name="F:Amazon.CloudSearch.SuggesterFuzzyMatching.High"> <summary> Constant High for SuggesterFuzzyMatching </summary> </member> <member name="F:Amazon.CloudSearch.SuggesterFuzzyMatching.Low"> <summary> Constant Low for SuggesterFuzzyMatching </summary> </member> <member name="F:Amazon.CloudSearch.SuggesterFuzzyMatching.None"> <summary> Constant None for SuggesterFuzzyMatching </summary> </member> <member name="M:Amazon.CloudSearch.SuggesterFuzzyMatching.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearch.SuggesterFuzzyMatching.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearch.Model.AccessPoliciesStatus"> <summary> The configured access rules for the domain's document and search endpoints, and the current status of those rules. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AccessPoliciesStatus.Options"> <summary> Gets and sets the property Options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AccessPoliciesStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.AmazonCloudSearchRequest"> <summary> Base class for CloudSearch operation requests. </summary> </member> <member name="T:Amazon.CloudSearch.Model.AnalysisOptions"> <summary> Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisOptions.AlgorithmicStemming"> <summary> Gets and sets the property AlgorithmicStemming. <para> The level of algorithmic stemming to perform: <code>none</code>, <code>minimal</code>, <code>light</code>, or <code>full</code>. The available levels vary depending on the language. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/text-processing.html#text-processing-settings" target="_blank">Language Specific Text Processing Settings</a> in the <i>Amazon CloudSearch Developer Guide</i> </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisOptions.JapaneseTokenizationDictionary"> <summary> Gets and sets the property JapaneseTokenizationDictionary. <para> A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisOptions.StemmingDictionary"> <summary> Gets and sets the property StemmingDictionary. <para> A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, <code>{"term1": "stem1", "term2": "stem2", "term3": "stem3"}</code>. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisOptions.Stopwords"> <summary> Gets and sets the property Stopwords. <para> A JSON array of terms to ignore during indexing and searching. For example, <code>["a", "an", "the", "of"]</code>. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisOptions.Synonyms"> <summary> Gets and sets the property Synonyms. <para> A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html#synonyms">Synonyms</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.AnalysisScheme"> <summary> Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisScheme.AnalysisOptions"> <summary> Gets and sets the property AnalysisOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisScheme.AnalysisSchemeLanguage"> <summary> Gets and sets the property AnalysisSchemeLanguage. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisScheme.AnalysisSchemeName"> <summary> Gets and sets the property AnalysisSchemeName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.AnalysisSchemeStatus"> <summary> The status and configuration of an <code>AnalysisScheme</code>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisSchemeStatus.Options"> <summary> Gets and sets the property Options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AnalysisSchemeStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.AvailabilityOptionsStatus"> <summary> The status and configuration of the domain's availability options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.AvailabilityOptionsStatus.Options"> <summary> Gets and sets the property Options. <para> The availability options configured for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.AvailabilityOptionsStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.BaseException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.BaseException.#ctor(System.String)"> <summary> Constructs a new BaseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.BuildSuggestersRequest"> <summary> Container for the parameters to the BuildSuggesters operation. Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.BuildSuggestersRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.BuildSuggestersResponse"> <summary> Configuration for accessing Amazon BuildSuggesters service </summary> </member> <member name="T:Amazon.CloudSearch.Model.BuildSuggestersResult"> <summary> The result of a <code>BuildSuggester</code> request. Contains a list of the fields used for suggestions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.BuildSuggestersResult.FieldNames"> <summary> Gets and sets the property FieldNames. </summary> </member> <member name="P:Amazon.CloudSearch.Model.BuildSuggestersResponse.BuildSuggestersResult"> <summary> Gets and sets the BuildSuggestersResult property. Represents the output of a BuildSuggesters operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.CreateDomainRequest"> <summary> Container for the parameters to the CreateDomain operation. Creates a new search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.CreateDomainRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.CreateDomainResponse"> <summary> Configuration for accessing Amazon CreateDomain service </summary> </member> <member name="T:Amazon.CloudSearch.Model.CreateDomainResult"> <summary> The result of a <code>CreateDomainRequest</code>. Contains the status of a newly created domain. </summary> </member> <member name="P:Amazon.CloudSearch.Model.CreateDomainResult.DomainStatus"> <summary> Gets and sets the property DomainStatus. </summary> </member> <member name="P:Amazon.CloudSearch.Model.CreateDomainResponse.CreateDomainResult"> <summary> Gets and sets the CreateDomainResult property. Represents the output of a CreateDomain operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DateArrayOptions"> <summary> Options for a field that contains an array of dates. Present if <code>IndexFieldType</code> specifies the field is of type <code>date-array</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateArrayOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateArrayOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateArrayOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateArrayOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateArrayOptions.SourceFields"> <summary> Gets and sets the property SourceFields. <para> A list of source fields to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DateOptions"> <summary> Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if <code>IndexFieldType</code> specifies the field is of type <code>date</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DateOptions.SourceField"> <summary> Gets and sets the property SourceField. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineAnalysisSchemeRequest"> <summary> Container for the parameters to the DefineAnalysisScheme operation. Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineAnalysisSchemeRequest.AnalysisScheme"> <summary> Gets and sets the property AnalysisScheme. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineAnalysisSchemeRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineAnalysisSchemeResponse"> <summary> Configuration for accessing Amazon DefineAnalysisScheme service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineAnalysisSchemeResult"> <summary> The result of a <code><a>DefineAnalysisScheme</a></code> request. Contains the status of the newly-configured analysis scheme. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineAnalysisSchemeResult.AnalysisScheme"> <summary> Gets and sets the property AnalysisScheme. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineAnalysisSchemeResponse.DefineAnalysisSchemeResult"> <summary> Gets and sets the DefineAnalysisSchemeResult property. Represents the output of a DefineAnalysisScheme operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineExpressionRequest"> <summary> Container for the parameters to the DefineExpression operation. Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineExpressionRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineExpressionRequest.Expression"> <summary> Gets and sets the property Expression. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineExpressionResponse"> <summary> Configuration for accessing Amazon DefineExpression service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineExpressionResult"> <summary> The result of a <code>DefineExpression</code> request. Contains the status of the newly-configured expression. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineExpressionResult.Expression"> <summary> Gets and sets the property Expression. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineExpressionResponse.DefineExpressionResult"> <summary> Gets and sets the DefineExpressionResult property. Represents the output of a DefineExpression operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineIndexFieldRequest"> <summary> Container for the parameters to the DefineIndexField operation. Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineIndexFieldRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineIndexFieldRequest.IndexField"> <summary> Gets and sets the property IndexField. <para> The index field and field options you want to configure. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineIndexFieldResponse"> <summary> Configuration for accessing Amazon DefineIndexField service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineIndexFieldResult"> <summary> The result of a <code><a>DefineIndexField</a></code> request. Contains the status of the newly-configured index field. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineIndexFieldResult.IndexField"> <summary> Gets and sets the property IndexField. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineIndexFieldResponse.DefineIndexFieldResult"> <summary> Gets and sets the DefineIndexFieldResult property. Represents the output of a DefineIndexField operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineSuggesterRequest"> <summary> Container for the parameters to the DefineSuggester operation. Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineSuggesterRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineSuggesterRequest.Suggester"> <summary> Gets and sets the property Suggester. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineSuggesterResponse"> <summary> Configuration for accessing Amazon DefineSuggester service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DefineSuggesterResult"> <summary> The result of a <code>DefineSuggester</code> request. Contains the status of the newly-configured suggester. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineSuggesterResult.Suggester"> <summary> Gets and sets the property Suggester. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DefineSuggesterResponse.DefineSuggesterResult"> <summary> Gets and sets the DefineSuggesterResult property. Represents the output of a DefineSuggester operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest"> <summary> Container for the parameters to the DeleteAnalysisScheme operation. Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest.AnalysisSchemeName"> <summary> Gets and sets the property AnalysisSchemeName. <para> The name of the analysis scheme you want to delete. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteAnalysisSchemeResponse"> <summary> Configuration for accessing Amazon DeleteAnalysisScheme service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteAnalysisSchemeResult"> <summary> The result of a <code>DeleteAnalysisScheme</code> request. Contains the status of the deleted analysis scheme. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteAnalysisSchemeResult.AnalysisScheme"> <summary> Gets and sets the property AnalysisScheme. <para> The status of the analysis scheme being deleted. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteAnalysisSchemeResponse.DeleteAnalysisSchemeResult"> <summary> Gets and sets the DeleteAnalysisSchemeResult property. Represents the output of a DeleteAnalysisScheme operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteDomainRequest"> <summary> Container for the parameters to the DeleteDomain operation. Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteDomainRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to permanently delete. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteDomainResponse"> <summary> Configuration for accessing Amazon DeleteDomain service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteDomainResult"> <summary> The result of a <code>DeleteDomain</code> request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteDomainResult.DomainStatus"> <summary> Gets and sets the property DomainStatus. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteDomainResponse.DeleteDomainResult"> <summary> Gets and sets the DeleteDomainResult property. Represents the output of a DeleteDomain operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteExpressionRequest"> <summary> Container for the parameters to the DeleteExpression operation. Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteExpressionRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteExpressionRequest.ExpressionName"> <summary> Gets and sets the property ExpressionName. <para> The name of the <code><a>Expression</a></code> to delete. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteExpressionResponse"> <summary> Configuration for accessing Amazon DeleteExpression service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteExpressionResult"> <summary> The result of a <code><a>DeleteExpression</a></code> request. Specifies the expression being deleted. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteExpressionResult.Expression"> <summary> Gets and sets the property Expression. <para> The status of the expression being deleted. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteExpressionResponse.DeleteExpressionResult"> <summary> Gets and sets the DeleteExpressionResult property. Represents the output of a DeleteExpression operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteIndexFieldRequest"> <summary> Container for the parameters to the DeleteIndexField operation. Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteIndexFieldRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteIndexFieldRequest.IndexFieldName"> <summary> Gets and sets the property IndexFieldName. <para> The name of the index field your want to remove from the domain's indexing options. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteIndexFieldResponse"> <summary> Configuration for accessing Amazon DeleteIndexField service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteIndexFieldResult"> <summary> The result of a <code><a>DeleteIndexField</a></code> request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteIndexFieldResult.IndexField"> <summary> Gets and sets the property IndexField. <para> The status of the index field being deleted. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteIndexFieldResponse.DeleteIndexFieldResult"> <summary> Gets and sets the DeleteIndexFieldResult property. Represents the output of a DeleteIndexField operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteSuggesterRequest"> <summary> Container for the parameters to the DeleteSuggester operation. Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteSuggesterRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteSuggesterRequest.SuggesterName"> <summary> Gets and sets the property SuggesterName. <para> Specifies the name of the suggester you want to delete. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteSuggesterResponse"> <summary> Configuration for accessing Amazon DeleteSuggester service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DeleteSuggesterResult"> <summary> The result of a <code>DeleteSuggester</code> request. Contains the status of the deleted suggester. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteSuggesterResult.Suggester"> <summary> Gets and sets the property Suggester. <para> The status of the suggester being deleted. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DeleteSuggesterResponse.DeleteSuggesterResult"> <summary> Gets and sets the DeleteSuggesterResult property. Represents the output of a DeleteSuggester operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest"> <summary> Container for the parameters to the DescribeAnalysisSchemes operation. Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a <code>text</code> field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest.AnalysisSchemeNames"> <summary> Gets and sets the property AnalysisSchemeNames. <para> The analysis schemes you want to describe. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAnalysisSchemesRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAnalysisSchemesResponse"> <summary> Configuration for accessing Amazon DescribeAnalysisSchemes service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAnalysisSchemesResult"> <summary> The result of a <code>DescribeAnalysisSchemes</code> request. Contains the analysis schemes configured for the domain specified in the request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAnalysisSchemesResult.AnalysisSchemes"> <summary> Gets and sets the property AnalysisSchemes. <para> The analysis scheme descriptions. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAnalysisSchemesResponse.DescribeAnalysisSchemesResult"> <summary> Gets and sets the DescribeAnalysisSchemesResult property. Represents the output of a DescribeAnalysisSchemes operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsRequest"> <summary> Container for the parameters to the DescribeAvailabilityOptions operation. Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsResponse"> <summary> Configuration for accessing Amazon DescribeAvailabilityOptions service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsResult"> <summary> The result of a <code>DescribeAvailabilityOptions</code> request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsResult.AvailabilityOptions"> <summary> Gets and sets the property AvailabilityOptions. <para> The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeAvailabilityOptionsResponse.DescribeAvailabilityOptionsResult"> <summary> Gets and sets the DescribeAvailabilityOptionsResult property. Represents the output of a DescribeAvailabilityOptions operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeDomainsRequest"> <summary> Container for the parameters to the DescribeDomains operation. Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a <code>matchall</code> request to your domain's search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeDomainsRequest.DomainNames"> <summary> Gets and sets the property DomainNames. <para> The names of the domains you want to include in the response. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeDomainsResponse"> <summary> Configuration for accessing Amazon DescribeDomains service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeDomainsResult"> <summary> The result of a <code>DescribeDomains</code> request. Contains the status of the domains specified in the request or all domains owned by the account. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeDomainsResult.DomainStatusList"> <summary> Gets and sets the property DomainStatusList. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeDomainsResponse.DescribeDomainsResult"> <summary> Gets and sets the DescribeDomainsResult property. Represents the output of a DescribeDomains operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeExpressionsRequest"> <summary> Container for the parameters to the DescribeExpressions operation. Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeExpressionsRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeExpressionsRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeExpressionsRequest.ExpressionNames"> <summary> Gets and sets the property ExpressionNames. <para> Limits the <code><a>DescribeExpressions</a></code> response to the specified expressions. If not specified, all expressions are shown. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeExpressionsResponse"> <summary> Configuration for accessing Amazon DescribeExpressions service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeExpressionsResult"> <summary> The result of a <code>DescribeExpressions</code> request. Contains the expressions configured for the domain specified in the request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeExpressionsResult.Expressions"> <summary> Gets and sets the property Expressions. <para> The expressions configured for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeExpressionsResponse.DescribeExpressionsResult"> <summary> Gets and sets the DescribeExpressionsResult property. Represents the output of a DescribeExpressions operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeIndexFieldsRequest"> <summary> Container for the parameters to the DescribeIndexFields operation. Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeIndexFieldsRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeIndexFieldsRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeIndexFieldsRequest.FieldNames"> <summary> Gets and sets the property FieldNames. <para> A list of the index fields you want to describe. If not specified, information is returned for all configured index fields. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeIndexFieldsResponse"> <summary> Configuration for accessing Amazon DescribeIndexFields service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeIndexFieldsResult"> <summary> The result of a <code>DescribeIndexFields</code> request. Contains the index fields configured for the domain specified in the request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeIndexFieldsResult.IndexFields"> <summary> Gets and sets the property IndexFields. <para> The index fields configured for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeIndexFieldsResponse.DescribeIndexFieldsResult"> <summary> Gets and sets the DescribeIndexFieldsResult property. Represents the output of a DescribeIndexFields operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeScalingParametersRequest"> <summary> Container for the parameters to the DescribeScalingParameters operation. Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeScalingParametersRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeScalingParametersResponse"> <summary> Configuration for accessing Amazon DescribeScalingParameters service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeScalingParametersResult"> <summary> The result of a <code>DescribeScalingParameters</code> request. Contains the scaling parameters configured for the domain specified in the request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeScalingParametersResult.ScalingParameters"> <summary> Gets and sets the property ScalingParameters. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeScalingParametersResponse.DescribeScalingParametersResult"> <summary> Gets and sets the DescribeScalingParametersResult property. Represents the output of a DescribeScalingParameters operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesRequest"> <summary> Container for the parameters to the DescribeServiceAccessPolicies operation. Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesResponse"> <summary> Configuration for accessing Amazon DescribeServiceAccessPolicies service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesResult"> <summary> The result of a <code>DescribeServiceAccessPolicies</code> request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesResult.AccessPolicies"> <summary> Gets and sets the property AccessPolicies. <para> The access rules configured for the domain specified in the request. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeServiceAccessPoliciesResponse.DescribeServiceAccessPoliciesResult"> <summary> Gets and sets the DescribeServiceAccessPoliciesResult property. Represents the output of a DescribeServiceAccessPolicies operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeSuggestersRequest"> <summary> Container for the parameters to the DescribeSuggesters operation. Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeSuggestersRequest.Deployed"> <summary> Gets and sets the property Deployed. <para> Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeSuggestersRequest.DomainName"> <summary> Gets and sets the property DomainName. <para> The name of the domain you want to describe. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeSuggestersRequest.SuggesterNames"> <summary> Gets and sets the property SuggesterNames. <para> The suggesters you want to describe. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeSuggestersResponse"> <summary> Configuration for accessing Amazon DescribeSuggesters service </summary> </member> <member name="T:Amazon.CloudSearch.Model.DescribeSuggestersResult"> <summary> The result of a <code>DescribeSuggesters</code> request. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeSuggestersResult.Suggesters"> <summary> Gets and sets the property Suggesters. <para> The suggesters configured for the domain specified in the request. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DescribeSuggestersResponse.DescribeSuggestersResult"> <summary> Gets and sets the DescribeSuggestersResult property. Represents the output of a DescribeSuggesters operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.DisabledOperationException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.DisabledOperationException.#ctor(System.String)"> <summary> Constructs a new DisabledOperationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.DocumentSuggesterOptions"> <summary> Options for a search suggester. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DocumentSuggesterOptions.FuzzyMatching"> <summary> Gets and sets the property FuzzyMatching. <para> The level of fuzziness allowed when suggesting matches for a string: <code>none</code>, <code>low</code>, or <code>high</code>. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DocumentSuggesterOptions.SortExpression"> <summary> Gets and sets the property SortExpression. <para> An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the <code>_score</code> value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DocumentSuggesterOptions.SourceField"> <summary> Gets and sets the property SourceField. <para> The name of the index field you want to use for suggestions. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DomainStatus"> <summary> The current status of the search domain. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.ARN"> <summary> Gets and sets the property ARN. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.Created"> <summary> Gets and sets the property Created. <para> True if the search domain is created. It can take several minutes to initialize a domain when <a>CreateDomain</a> is called. Newly created search domains are returned from <a>DescribeDomains</a> with a false value for Created until domain creation is complete. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.Deleted"> <summary> Gets and sets the property Deleted. <para> True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when <a>DeleteDomain</a> is called. Newly deleted search domains are returned from <a>DescribeDomains</a> with a true value for IsDeleted for several minutes until resource cleanup is complete. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.DocService"> <summary> Gets and sets the property DocService. <para> The service endpoint for updating documents in a search domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.DomainId"> <summary> Gets and sets the property DomainId. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.Limits"> <summary> Gets and sets the property Limits. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.Processing"> <summary> Gets and sets the property Processing. <para> True if processing is being done to activate the current domain configuration. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.RequiresIndexDocuments"> <summary> Gets and sets the property RequiresIndexDocuments. <para> True if <a>IndexDocuments</a> needs to be called to activate the current domain configuration. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.SearchInstanceCount"> <summary> Gets and sets the property SearchInstanceCount. <para> The number of search instances that are available to process search requests. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.SearchInstanceType"> <summary> Gets and sets the property SearchInstanceType. <para> The instance type that is being used to process search requests. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.SearchPartitionCount"> <summary> Gets and sets the property SearchPartitionCount. <para> The number of partitions across which the search index is spread. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DomainStatus.SearchService"> <summary> Gets and sets the property SearchService. <para> The service endpoint for requesting search results from a search domain. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DoubleArrayOptions"> <summary> Options for a field that contains an array of double-precision 64-bit floating point values. Present if <code>IndexFieldType</code> specifies the field is of type <code>double-array</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleArrayOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleArrayOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleArrayOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleArrayOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleArrayOptions.SourceFields"> <summary> Gets and sets the property SourceFields. <para> A list of source fields to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.DoubleOptions"> <summary> Options for a double-precision 64-bit floating point field. Present if <code>IndexFieldType</code> specifies the field is of type <code>double</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.DoubleOptions.SourceField"> <summary> Gets and sets the property SourceField. <para> The name of the source field to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.Expression"> <summary> A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. </summary> </member> <member name="P:Amazon.CloudSearch.Model.Expression.ExpressionName"> <summary> Gets and sets the property ExpressionName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.Expression.ExpressionValue"> <summary> Gets and sets the property ExpressionValue. </summary> </member> <member name="T:Amazon.CloudSearch.Model.ExpressionStatus"> <summary> The value of an <code>Expression</code> and its current status. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ExpressionStatus.Options"> <summary> Gets and sets the property Options. <para> The expression that is evaluated for sorting while processing a search request. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.ExpressionStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.IndexDocumentsRequest"> <summary> Container for the parameters to the IndexDocuments operation. Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexDocumentsRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.IndexDocumentsResponse"> <summary> Configuration for accessing Amazon IndexDocuments service </summary> </member> <member name="T:Amazon.CloudSearch.Model.IndexDocumentsResult"> <summary> The result of an <code>IndexDocuments</code> request. Contains the status of the indexing operation, including the fields being indexed. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexDocumentsResult.FieldNames"> <summary> Gets and sets the property FieldNames. <para> The names of the fields that are currently being indexed. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexDocumentsResponse.IndexDocumentsResult"> <summary> Gets and sets the IndexDocumentsResult property. Represents the output of a IndexDocuments operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.IndexField"> <summary> Configuration information for a field in the index, including its name, type, and options. The supported options depend on the <code><a>IndexFieldType</a></code>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.DateArrayOptions"> <summary> Gets and sets the property DateArrayOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.DateOptions"> <summary> Gets and sets the property DateOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.DoubleArrayOptions"> <summary> Gets and sets the property DoubleArrayOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.DoubleOptions"> <summary> Gets and sets the property DoubleOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.IndexFieldName"> <summary> Gets and sets the property IndexFieldName. <para> A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options. </para> <para> Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported. </para> <para> The name <code>score</code> is reserved and cannot be used as a field name. To reference a document's ID, you can use the name <code>_id</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.IndexFieldType"> <summary> Gets and sets the property IndexFieldType. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.IntArrayOptions"> <summary> Gets and sets the property IntArrayOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.IntOptions"> <summary> Gets and sets the property IntOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.LatLonOptions"> <summary> Gets and sets the property LatLonOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.LiteralArrayOptions"> <summary> Gets and sets the property LiteralArrayOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.LiteralOptions"> <summary> Gets and sets the property LiteralOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.TextArrayOptions"> <summary> Gets and sets the property TextArrayOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexField.TextOptions"> <summary> Gets and sets the property TextOptions. </summary> </member> <member name="T:Amazon.CloudSearch.Model.IndexFieldStatus"> <summary> The value of an <code>IndexField</code> and its current status. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexFieldStatus.Options"> <summary> Gets and sets the property Options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IndexFieldStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.IntArrayOptions"> <summary> Options for a field that contains an array of 64-bit signed integers. Present if <code>IndexFieldType</code> specifies the field is of type <code>int-array</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntArrayOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntArrayOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntArrayOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntArrayOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntArrayOptions.SourceFields"> <summary> Gets and sets the property SourceFields. <para> A list of source fields to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.InternalException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.InternalException.#ctor(System.String)"> <summary> Constructs a new InternalException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.IntOptions"> <summary> Options for a 64-bit signed integer field. Present if <code>IndexFieldType</code> specifies the field is of type <code>int</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.IntOptions.SourceField"> <summary> Gets and sets the property SourceField. <para> The name of the source field to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.InvalidTypeException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.InvalidTypeException.#ctor(System.String)"> <summary> Constructs a new InvalidTypeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.LatLonOptions"> <summary> Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if <code>IndexFieldType</code> specifies the field is of type <code>latlon</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LatLonOptions.SourceField"> <summary> Gets and sets the property SourceField. </summary> </member> <member name="T:Amazon.CloudSearch.Model.LimitExceededException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.Limits"> <summary> </summary> </member> <member name="P:Amazon.CloudSearch.Model.Limits.MaximumPartitionCount"> <summary> Gets and sets the property MaximumPartitionCount. </summary> </member> <member name="P:Amazon.CloudSearch.Model.Limits.MaximumReplicationCount"> <summary> Gets and sets the property MaximumReplicationCount. </summary> </member> <member name="T:Amazon.CloudSearch.Model.ListDomainNamesRequest"> <summary> Container for the parameters to the ListDomainNames operation. Lists all search domains owned by an account. </summary> </member> <member name="T:Amazon.CloudSearch.Model.ListDomainNamesResponse"> <summary> Configuration for accessing Amazon ListDomainNames service </summary> </member> <member name="T:Amazon.CloudSearch.Model.ListDomainNamesResult"> <summary> The result of a <code>ListDomainNames</code> request. Contains a list of the domains owned by an account. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ListDomainNamesResult.DomainNames"> <summary> Gets and sets the property DomainNames. <para> The names of the search domains owned by an account. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.ListDomainNamesResponse.ListDomainNamesResult"> <summary> Gets and sets the ListDomainNamesResult property. Represents the output of a ListDomainNames operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.LiteralArrayOptions"> <summary> Options for a field that contains an array of literal strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal-array</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralArrayOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralArrayOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralArrayOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralArrayOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralArrayOptions.SourceFields"> <summary> Gets and sets the property SourceFields. <para> A list of source fields to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.LiteralOptions"> <summary> Options for literal field. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal</code>. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.FacetEnabled"> <summary> Gets and sets the property FacetEnabled. <para> Whether facet information can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.SearchEnabled"> <summary> Gets and sets the property SearchEnabled. <para> Whether the contents of the field are searchable. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.LiteralOptions.SourceField"> <summary> Gets and sets the property SourceField. </summary> </member> <member name="T:Amazon.CloudSearch.Model.OptionStatus"> <summary> The status of domain configuration option. </summary> </member> <member name="P:Amazon.CloudSearch.Model.OptionStatus.CreationDate"> <summary> Gets and sets the property CreationDate. <para> A timestamp for when this option was created. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.OptionStatus.PendingDeletion"> <summary> Gets and sets the property PendingDeletion. <para> Indicates that the option will be deleted once processing is complete. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.OptionStatus.State"> <summary> Gets and sets the property State. <para> The state of processing a change to an option. Possible values: </para> <ul> <li> <code>RequiresIndexDocuments</code>: the option's latest value will not be deployed until <a>IndexDocuments</a> has been called and indexing is complete.</li> <li> <code>Processing</code>: the option's latest value is in the process of being activated. </li> <li> <code>Active</code>: the option's latest value is completely deployed.</li> <li> <code>FailedToValidate</code>: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.</li> </ul> </summary> </member> <member name="P:Amazon.CloudSearch.Model.OptionStatus.UpdateDate"> <summary> Gets and sets the property UpdateDate. <para> A timestamp for when this option was last updated. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.OptionStatus.UpdateVersion"> <summary> Gets and sets the property UpdateVersion. <para> A unique integer that indicates when this option was last updated. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.ResourceNotFoundException"> <summary> CloudSearch exception </summary> </member> <member name="M:Amazon.CloudSearch.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearch.Model.ScalingParameters"> <summary> The desired instance type and desired number of replicas of each index partition. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ScalingParameters.DesiredInstanceType"> <summary> Gets and sets the property DesiredInstanceType. <para> The instance type that you want to preconfigure for your domain. For example, <code>search.m1.small</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.ScalingParameters.DesiredPartitionCount"> <summary> Gets and sets the property DesiredPartitionCount. <para> The number of partitions you want to preconfigure for your domain. Only valid when you select <code>m2.2xlarge</code> as the desired instance type. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.ScalingParameters.DesiredReplicationCount"> <summary> Gets and sets the property DesiredReplicationCount. <para> The number of replicas you want to preconfigure for each index partition. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.ScalingParametersStatus"> <summary> The status and configuration of a search domain's scaling parameters. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ScalingParametersStatus.Options"> <summary> Gets and sets the property Options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ScalingParametersStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.ServiceEndpoint"> <summary> The endpoint to which service requests can be submitted. </summary> </member> <member name="P:Amazon.CloudSearch.Model.ServiceEndpoint.Endpoint"> <summary> Gets and sets the property Endpoint. </summary> </member> <member name="T:Amazon.CloudSearch.Model.Suggester"> <summary> Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.Suggester.DocumentSuggesterOptions"> <summary> Gets and sets the property DocumentSuggesterOptions. </summary> </member> <member name="P:Amazon.CloudSearch.Model.Suggester.SuggesterName"> <summary> Gets and sets the property SuggesterName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.SuggesterStatus"> <summary> The value of a <code>Suggester</code> and its current status. </summary> </member> <member name="P:Amazon.CloudSearch.Model.SuggesterStatus.Options"> <summary> Gets and sets the property Options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.SuggesterStatus.Status"> <summary> Gets and sets the property Status. </summary> </member> <member name="T:Amazon.CloudSearch.Model.TextArrayOptions"> <summary> Options for a field that contains an array of text strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>text-array</code>. A <code>text-array</code> field is always searchable. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextArrayOptions.AnalysisScheme"> <summary> Gets and sets the property AnalysisScheme. <para> The name of an analysis scheme for a <code>text-array</code> field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextArrayOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextArrayOptions.HighlightEnabled"> <summary> Gets and sets the property HighlightEnabled. <para> Whether highlights can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextArrayOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextArrayOptions.SourceFields"> <summary> Gets and sets the property SourceFields. <para> A list of source fields to map to the field. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.TextOptions"> <summary> Options for text field. Present if <code>IndexFieldType</code> specifies the field is of type <code>text</code>. A <code>text</code> field is always searchable. All options are enabled by default. </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.AnalysisScheme"> <summary> Gets and sets the property AnalysisScheme. <para> The name of an analysis scheme for a <code>text</code> field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.DefaultValue"> <summary> Gets and sets the property DefaultValue. A value to use for the field if the field isn't specified for a document. </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.HighlightEnabled"> <summary> Gets and sets the property HighlightEnabled. <para> Whether highlights can be returned for the field. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.ReturnEnabled"> <summary> Gets and sets the property ReturnEnabled. <para> Whether the contents of the field can be returned in the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.SortEnabled"> <summary> Gets and sets the property SortEnabled. <para> Whether the field can be used to sort the search results. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.TextOptions.SourceField"> <summary> Gets and sets the property SourceField. </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest"> <summary> Container for the parameters to the UpdateAvailabilityOptions operation. Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to <code>false</code>. </para> </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsResponse"> <summary> Configuration for accessing Amazon UpdateAvailabilityOptions service </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsResult"> <summary> The result of a <code>UpdateAvailabilityOptions</code> request. Contains the status of the domain's availability options. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsResult.AvailabilityOptions"> <summary> Gets and sets the property AvailabilityOptions. <para> The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateAvailabilityOptionsResponse.UpdateAvailabilityOptionsResult"> <summary> Gets and sets the UpdateAvailabilityOptionsResult property. Represents the output of a UpdateAvailabilityOptions operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateScalingParametersRequest"> <summary> Container for the parameters to the UpdateScalingParameters operation. Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateScalingParametersRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateScalingParametersRequest.ScalingParameters"> <summary> Gets and sets the property ScalingParameters. </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateScalingParametersResponse"> <summary> Configuration for accessing Amazon UpdateScalingParameters service </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateScalingParametersResult"> <summary> The result of a <code>UpdateScalingParameters</code> request. Contains the status of the newly-configured scaling parameters. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateScalingParametersResult.ScalingParameters"> <summary> Gets and sets the property ScalingParameters. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateScalingParametersResponse.UpdateScalingParametersResult"> <summary> Gets and sets the UpdateScalingParametersResult property. Represents the output of a UpdateScalingParameters operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesRequest"> <summary> Container for the parameters to the UpdateServiceAccessPolicies operation. Configures the access rules that control access to the domain's document and search endpoints. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank"> Configuring Access for an Amazon CloudSearch Domain</a>. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesRequest.AccessPolicies"> <summary> Gets and sets the property AccessPolicies. <para> The access rules you want to configure. These rules replace any existing rules. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesRequest.DomainName"> <summary> Gets and sets the property DomainName. </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesResponse"> <summary> Configuration for accessing Amazon UpdateServiceAccessPolicies service </summary> </member> <member name="T:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesResult"> <summary> The result of an <code>UpdateServiceAccessPolicies</code> request. Contains the new access policies. </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesResult.AccessPolicies"> <summary> Gets and sets the property AccessPolicies. <para> The access rules configured for the domain. </para> </summary> </member> <member name="P:Amazon.CloudSearch.Model.UpdateServiceAccessPoliciesResponse.UpdateServiceAccessPoliciesResult"> <summary> Gets and sets the UpdateServiceAccessPoliciesResult property. Represents the output of a UpdateServiceAccessPolicies operation. </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.AccessPoliciesStatusUnmarshaller"> <summary> Response Unmarshaller for AccessPoliciesStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.AnalysisOptionsUnmarshaller"> <summary> Response Unmarshaller for AnalysisOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.AnalysisSchemeStatusUnmarshaller"> <summary> Response Unmarshaller for AnalysisSchemeStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.AnalysisSchemeUnmarshaller"> <summary> Response Unmarshaller for AnalysisScheme Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.AvailabilityOptionsStatusUnmarshaller"> <summary> Response Unmarshaller for AvailabilityOptionsStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.BuildSuggestersRequestMarshaller"> <summary> BuildSuggesters Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.BuildSuggestersResponseUnmarshaller"> <summary> Response Unmarshaller for BuildSuggesters operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.CreateDomainRequestMarshaller"> <summary> CreateDomain Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.CreateDomainResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDomain operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DateArrayOptionsUnmarshaller"> <summary> Response Unmarshaller for DateArrayOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DateOptionsUnmarshaller"> <summary> Response Unmarshaller for DateOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineAnalysisSchemeRequestMarshaller"> <summary> DefineAnalysisScheme Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineAnalysisSchemeResponseUnmarshaller"> <summary> Response Unmarshaller for DefineAnalysisScheme operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineExpressionRequestMarshaller"> <summary> DefineExpression Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineExpressionResponseUnmarshaller"> <summary> Response Unmarshaller for DefineExpression operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineIndexFieldRequestMarshaller"> <summary> DefineIndexField Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineIndexFieldResponseUnmarshaller"> <summary> Response Unmarshaller for DefineIndexField operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineSuggesterRequestMarshaller"> <summary> DefineSuggester Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DefineSuggesterResponseUnmarshaller"> <summary> Response Unmarshaller for DefineSuggester operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteAnalysisSchemeRequestMarshaller"> <summary> DeleteAnalysisScheme Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteAnalysisSchemeResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAnalysisScheme operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteDomainRequestMarshaller"> <summary> DeleteDomain Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteDomainResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDomain operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteExpressionRequestMarshaller"> <summary> DeleteExpression Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteExpressionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteExpression operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteIndexFieldRequestMarshaller"> <summary> DeleteIndexField Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteIndexFieldResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteIndexField operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteSuggesterRequestMarshaller"> <summary> DeleteSuggester Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DeleteSuggesterResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSuggester operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeAnalysisSchemesRequestMarshaller"> <summary> DescribeAnalysisSchemes Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeAnalysisSchemesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAnalysisSchemes operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeAvailabilityOptionsRequestMarshaller"> <summary> DescribeAvailabilityOptions Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeAvailabilityOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAvailabilityOptions operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeDomainsRequestMarshaller"> <summary> DescribeDomains Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeDomainsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDomains operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeExpressionsRequestMarshaller"> <summary> DescribeExpressions Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeExpressionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeExpressions operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeIndexFieldsRequestMarshaller"> <summary> DescribeIndexFields Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeIndexFieldsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeIndexFields operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeScalingParametersRequestMarshaller"> <summary> DescribeScalingParameters Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeScalingParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeScalingParameters operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeServiceAccessPoliciesRequestMarshaller"> <summary> DescribeServiceAccessPolicies Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeServiceAccessPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeServiceAccessPolicies operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeSuggestersRequestMarshaller"> <summary> DescribeSuggesters Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DescribeSuggestersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSuggesters operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DocumentSuggesterOptionsUnmarshaller"> <summary> Response Unmarshaller for DocumentSuggesterOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DomainStatusUnmarshaller"> <summary> Response Unmarshaller for DomainStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DoubleArrayOptionsUnmarshaller"> <summary> Response Unmarshaller for DoubleArrayOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.DoubleOptionsUnmarshaller"> <summary> Response Unmarshaller for DoubleOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ExpressionStatusUnmarshaller"> <summary> Response Unmarshaller for ExpressionStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ExpressionUnmarshaller"> <summary> Response Unmarshaller for Expression Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IndexDocumentsRequestMarshaller"> <summary> IndexDocuments Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IndexDocumentsResponseUnmarshaller"> <summary> Response Unmarshaller for IndexDocuments operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IndexFieldStatusUnmarshaller"> <summary> Response Unmarshaller for IndexFieldStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IndexFieldUnmarshaller"> <summary> Response Unmarshaller for IndexField Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IntArrayOptionsUnmarshaller"> <summary> Response Unmarshaller for IntArrayOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.IntOptionsUnmarshaller"> <summary> Response Unmarshaller for IntOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.LatLonOptionsUnmarshaller"> <summary> Response Unmarshaller for LatLonOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.LimitsUnmarshaller"> <summary> Response Unmarshaller for Limits Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ListDomainNamesRequestMarshaller"> <summary> ListDomainNames Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ListDomainNamesResponseUnmarshaller"> <summary> Response Unmarshaller for ListDomainNames operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.LiteralArrayOptionsUnmarshaller"> <summary> Response Unmarshaller for LiteralArrayOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.LiteralOptionsUnmarshaller"> <summary> Response Unmarshaller for LiteralOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.OptionStatusUnmarshaller"> <summary> Response Unmarshaller for OptionStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ScalingParametersStatusUnmarshaller"> <summary> Response Unmarshaller for ScalingParametersStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ScalingParametersUnmarshaller"> <summary> Response Unmarshaller for ScalingParameters Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.ServiceEndpointUnmarshaller"> <summary> Response Unmarshaller for ServiceEndpoint Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.SuggesterStatusUnmarshaller"> <summary> Response Unmarshaller for SuggesterStatus Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.SuggesterUnmarshaller"> <summary> Response Unmarshaller for Suggester Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.TextArrayOptionsUnmarshaller"> <summary> Response Unmarshaller for TextArrayOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.TextOptionsUnmarshaller"> <summary> Response Unmarshaller for TextOptions Object </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateAvailabilityOptionsRequestMarshaller"> <summary> UpdateAvailabilityOptions Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateAvailabilityOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAvailabilityOptions operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateScalingParametersRequestMarshaller"> <summary> UpdateScalingParameters Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateScalingParametersResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateScalingParameters operation </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateServiceAccessPoliciesRequestMarshaller"> <summary> UpdateServiceAccessPolicies Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearch.Model.Internal.MarshallTransformations.UpdateServiceAccessPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateServiceAccessPolicies operation </summary> </member> <member name="T:Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig"> <summary> Configuration for accessing Amazon CloudSearchDomain service </summary> <summary> Configuration for accessing Amazon CloudSearchDomain service </summary> </member> <member name="M:Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudSearchDomain.AmazonCloudSearchDomainConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudSearchDomain.ContentType"> <summary> Constants used for properties of type ContentType. </summary> </member> <member name="F:Amazon.CloudSearchDomain.ContentType.ApplicationJson"> <summary> Constant ApplicationJson for ContentType </summary> </member> <member name="F:Amazon.CloudSearchDomain.ContentType.ApplicationXml"> <summary> Constant ApplicationXml for ContentType </summary> </member> <member name="M:Amazon.CloudSearchDomain.ContentType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearchDomain.ContentType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearchDomain.QueryParser"> <summary> Constants used for properties of type QueryParser. </summary> </member> <member name="F:Amazon.CloudSearchDomain.QueryParser.Dismax"> <summary> Constant Dismax for QueryParser </summary> </member> <member name="F:Amazon.CloudSearchDomain.QueryParser.Lucene"> <summary> Constant Lucene for QueryParser </summary> </member> <member name="F:Amazon.CloudSearchDomain.QueryParser.Simple"> <summary> Constant Simple for QueryParser </summary> </member> <member name="F:Amazon.CloudSearchDomain.QueryParser.Structured"> <summary> Constant Structured for QueryParser </summary> </member> <member name="M:Amazon.CloudSearchDomain.QueryParser.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudSearchDomain.QueryParser.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudSearchDomain.AmazonCloudSearchDomainRequest"> <summary> Base class for CloudSearchDomain operation requests. </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Bucket"> <summary> A container for facet information. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Bucket.Count"> <summary> Gets and sets the property Count. <para> The number of hits that contain the facet value in the specified facet field. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Bucket.Value"> <summary> Gets and sets the property Value. <para> The facet value being counted. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.BucketInfo"> <summary> A container for the calculated facet values and counts. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.BucketInfo.Buckets"> <summary> Gets and sets the property Buckets. <para> A list of the calculated facet values and counts. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.DocumentServiceException"> <summary> CloudSearchDomain exception </summary> </member> <member name="M:Amazon.CloudSearchDomain.Model.DocumentServiceException.#ctor(System.String)"> <summary> Constructs a new DocumentServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearchDomain.Model.DocumentServiceWarning"> <summary> A warning returned by the document service when an issue is discovered while processing an upload request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.DocumentServiceWarning.Message"> <summary> Gets and sets the property Message. <para> The description for a warning returned by the document service. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.FieldStats"> <summary> The statistics for a field calculated in the request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Count"> <summary> Gets and sets the property Count. <para> The number of documents that contain a value in the specified field in the result set. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Max"> <summary> Gets and sets the property Max. <para> The maximum value found in the specified field in the result set. </para> <para> If the field is numeric (<code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code>max</code> is the string representation of a double-precision 64-bit floating point value. If the field is <code>date</code> or <code>date-array</code>, <code>max</code> is the string representation of a date with the format specified in <a href="http://tools.ietf.org/html/rfc3339">IETF RFC3339</a>: yyyy-mm-ddTHH:mm:ss.SSSZ. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Mean"> <summary> Gets and sets the property Mean. <para> The average of the values found in the specified field in the result set. </para> <para> If the field is numeric (<code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code>mean</code> is the string representation of a double-precision 64-bit floating point value. If the field is <code>date</code> or <code>date-array</code>, <code>mean</code> is the string representation of a date with the format specified in <a href="http://tools.ietf.org/html/rfc3339">IETF RFC3339</a>: yyyy-mm-ddTHH:mm:ss.SSSZ. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Min"> <summary> Gets and sets the property Min. <para> The minimum value found in the specified field in the result set. </para> <para> If the field is numeric (<code>int</code>, <code>int-array</code>, <code>double</code>, or <code>double-array</code>), <code>min</code> is the string representation of a double-precision 64-bit floating point value. If the field is <code>date</code> or <code>date-array</code>, <code>min</code> is the string representation of a date with the format specified in <a href="http://tools.ietf.org/html/rfc3339">IETF RFC3339</a>: yyyy-mm-ddTHH:mm:ss.SSSZ. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Missing"> <summary> Gets and sets the property Missing. <para> The number of documents that do not contain a value in the specified field in the result set. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Stddev"> <summary> Gets and sets the property Stddev. <para> The standard deviation of the values in the specified field in the result set. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.Sum"> <summary> Gets and sets the property Sum. <para> The sum of the field values across the documents in the result set. <code>null</code> for date fields. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.FieldStats.SumOfSquares"> <summary> Gets and sets the property SumOfSquares. <para> The sum of all field values in the result set squared. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Hit"> <summary> Information about a document that matches the search request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hit.Exprs"> <summary> Gets and sets the property Exprs. <para> The expressions returned from a document that matches the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hit.Fields"> <summary> Gets and sets the property Fields. <para> The fields returned from a document that matches the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hit.Highlights"> <summary> Gets and sets the property Highlights. <para> The highlights returned from a document that matches the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hit.Id"> <summary> Gets and sets the property Id. <para> The document ID of a document that matches the search request. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Hits"> <summary> The collection of documents that match the search request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hits.Cursor"> <summary> Gets and sets the property Cursor. <para> A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hits.Found"> <summary> Gets and sets the property Found. <para> The total number of documents that match the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hits.Hit"> <summary> Gets and sets the property Hit. <para> A document that matches the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.Hits.Start"> <summary> Gets and sets the property Start. <para> The index of the first matching document. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SearchException"> <summary> CloudSearchDomain exception </summary> </member> <member name="M:Amazon.CloudSearchDomain.Model.SearchException.#ctor(System.String)"> <summary> Constructs a new SearchException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudSearchDomain.Model.SearchRequest"> <summary> Container for the parameters to the Search operation. Retrieves a list of documents that match the specified search criteria. How you specify the search criteria depends on which query parser you use. Amazon CloudSearch supports four query parsers: <ul> <li><code>simple</code>: search all <code>text</code> and <code>text-array</code> fields for the specified string. Search for phrases, individual terms, and prefixes. </li> <li><code>structured</code>: search specific fields, construct compound queries using Boolean operators, and use advanced features such as term boosting and proximity searching.</li> <li><code>lucene</code>: specify search criteria using the Apache Lucene query parser syntax.</li> <li><code>dismax</code>: specify search criteria using the simplified subset of the Apache Lucene query parser syntax defined by the DisMax query parser.</li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching.html">Searching Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> <para> The endpoint for submitting <code>Search</code> requests is domain-specific. You submit search requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Cursor"> <summary> Gets and sets the property Cursor. <para> Retrieves a cursor value you can use to page through large result sets. Use the <code>size</code> parameter to control the number of hits to include in each response. You can specify either the <code>cursor</code> or <code>start</code> parameter in a request; they are mutually exclusive. To get the first cursor, set the cursor value to <code>initial</code>. In subsequent requests, specify the cursor value returned in the hits section of the response. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-results.html">Paginating Results</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Expr"> <summary> Gets and sets the property Expr. <para> Defines one or more numeric expressions that can be used to sort results or specify search or filter criteria. You can also specify expressions as return fields. </para> <para> You specify the expressions in JSON using the form <code>{"EXPRESSIONNAME":"EXPRESSION"}</code>. You can define and use multiple expressions in a search request. For example: </para> <para> <code> {"expression1":"_score*rating", "expression2":"(1/rank)*year"} </code> </para> <para> For information about the variables, operators, and functions you can use in expressions, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html#writing-expressions">Writing Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Facet"> <summary> Gets and sets the property Facet. <para> Specifies one or more fields for which to get facet information, and options that control how the facet information is returned. Each specified field must be facet-enabled in the domain configuration. The fields and options are specified in JSON using the form <code>{"FIELD":{"OPTION":VALUE,"OPTION:"STRING"},"FIELD":{"OPTION":VALUE,"OPTION":"STRING"}}</code>. </para> <para> You can specify the following faceting options: </para> <ul> <li> <para> <code>buckets</code> specifies an array of the facet values or ranges to count. Ranges are specified using the same syntax that you use to search for a range of values. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-ranges.html"> Searching for a Range of Values</a> in the <i>Amazon CloudSearch Developer Guide</i>. Buckets are returned in the order they are specified in the request. The <code>sort</code> and <code>size</code> options are not valid if you specify <code>buckets</code>. </para> </li> <li> <para> <code>size</code> specifies the maximum number of facets to include in the results. By default, Amazon CloudSearch returns counts for the top 10. The <code>size</code> parameter is only valid when you specify the <code>sort</code> option; it cannot be used in conjunction with <code>buckets</code>. </para> </li> <li> <para> <code>sort</code> specifies how you want to sort the facets in the results: <code>bucket</code> or <code>count</code>. Specify <code>bucket</code> to sort alphabetically or numerically by facet value (in ascending order). Specify <code>count</code> to sort by the facet counts computed for each facet value (in descending order). To retrieve facet counts for particular values or ranges of values, use the <code>buckets</code> option instead of <code>sort</code>. </para> </li> </ul> <para> If no facet options are specified, facet counts are computed for all field values, the facets are sorted by facet count, and the top 10 facets are returned in the results. </para> <para> To count particular buckets of values, use the <code>buckets</code> option. For example, the following request uses the <code>buckets</code> option to calculate and return facet counts by decade. </para> <para> <code> {"year":{"buckets":["[1970,1979]","[1980,1989]","[1990,1999]","[2000,2009]","[2010,}"]}} </code> </para> <para> To sort facets by facet count, use the <code>count</code> option. For example, the following request sets the <code>sort</code> option to <code>count</code> to sort the facet values by facet count, with the facet values that have the most matching documents listed first. Setting the <code>size</code> option to 3 returns only the top three facet values. </para> <para> <code> {"year":{"sort":"count","size":3}} </code> </para> <para> To sort the facets by value, use the <code>bucket</code> option. For example, the following request sets the <code>sort</code> option to <code>bucket</code> to sort the facet values numerically by year, with earliest year listed first. </para> <para> <code> {"year":{"sort":"bucket"}} </code> </para> <para> For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/faceting.html">Getting and Using Facet Information</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.FilterQuery"> <summary> Gets and sets the property FilterQuery. <para> Specifies a structured query that filters the results of a search without affecting how the results are scored and sorted. You use <code>filterQuery</code> in conjunction with the <code>query</code> parameter to filter the documents that match the constraints specified in the <code>query</code> parameter. Specifying a filter controls only which matching documents are included in the results, it has no effect on how they are scored and sorted. The <code>filterQuery</code> parameter supports the full structured query syntax. </para> <para> For more information about using filters, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/filtering-results.html">Filtering Matching Documents</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Highlight"> <summary> Gets and sets the property Highlight. <para> Retrieves highlights for matches in the specified <code>text</code> or <code>text-array</code> fields. Each specified field must be highlight enabled in the domain configuration. The fields and options are specified in JSON using the form <code>{"FIELD":{"OPTION":VALUE,"OPTION:"STRING"},"FIELD":{"OPTION":VALUE,"OPTION":"STRING"}}</code>. </para> <para> You can specify the following highlight options: </para> <ul> <li> <code>format</code>: specifies the format of the data in the text field: <code>text</code> or <code>html</code>. When data is returned as HTML, all non-alphanumeric characters are encoded. The default is <code>html</code>. </li> <li> <code>max_phrases</code>: specifies the maximum number of occurrences of the search term(s) you want to highlight. By default, the first occurrence is highlighted. </li> <li> <code>pre_tag</code>: specifies the string to prepend to an occurrence of a search term. The default for HTML highlights is <code>&lt;em&gt;</code>. The default for text highlights is <code>*</code>. </li> <li> <code>post_tag</code>: specifies the string to append to an occurrence of a search term. The default for HTML highlights is <code>&lt;/em&gt;</code>. The default for text highlights is <code>*</code>. </li> </ul> <para> If no highlight options are specified for a field, the returned field text is treated as HTML and the first match is highlighted with emphasis tags: <code>&lt;em>search-term&lt;/em&gt;</code>. </para> <para> For example, the following request retrieves highlights for the <code>actors</code> and <code>title</code> fields. </para> <para> <code>{ "actors": {}, "title": {"format": "text","max_phrases": 2,"pre_tag": "<b>","post_tag": "</b>"} }</code> </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Partial"> <summary> Gets and sets the property Partial. <para> Enables partial results to be returned if one or more index partitions are unavailable. When your search index is partitioned across multiple search instances, by default Amazon CloudSearch only returns results if every partition can be queried. This means that the failure of a single search instance can result in 5xx (internal server) errors. When you enable partial results, Amazon CloudSearch returns whatever results are available and includes the percentage of documents searched in the search results (percent-searched). This enables you to more gracefully degrade your users' search experience. For example, rather than displaying no results, you could display the partial results and a message indicating that the results might be incomplete due to a temporary system outage. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Query"> <summary> Gets and sets the property Query. <para> Specifies the search criteria for the request. How you specify the search criteria depends on the query parser used for the request and the parser options specified in the <code>queryOptions</code> parameter. By default, the <code>simple</code> query parser is used to process requests. To use the <code>structured</code>, <code>lucene</code>, or <code>dismax</code> query parser, you must also specify the <code>queryParser</code> parameter. </para> <para> For more information about specifying search criteria, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching.html">Searching Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.QueryOptions"> <summary> Gets and sets the property QueryOptions. <para> Configures options for the query parser specified in the <code>queryParser</code> parameter. You specify the options in JSON using the following form <code>{"OPTION1":"VALUE1","OPTION2":VALUE2"..."OPTIONN":"VALUEN"}.</code> </para> <para> The options you can configure vary according to which parser you use: </para> <ul> <li><code>defaultOperator</code>: The default operator used to combine individual terms in the search string. For example: <code>defaultOperator: 'or'</code>. For the <code>dismax</code> parser, you specify a percentage that represents the percentage of terms in the search string (rounded down) that must match, rather than a default operator. A value of <code>0%</code> is the equivalent to OR, and a value of <code>100%</code> is equivalent to AND. The percentage must be specified as a value in the range 0-100 followed by the percent (%) symbol. For example, <code>defaultOperator: 50%</code>. Valid values: <code>and</code>, <code>or</code>, a percentage in the range 0%-100% (<code>dismax</code>). Default: <code>and</code> (<code>simple</code>, <code>structured</code>, <code>lucene</code>) or <code>100</code> (<code>dismax</code>). Valid for: <code>simple</code>, <code>structured</code>, <code>lucene</code>, and <code>dismax</code>.</li> <li><code>fields</code>: An array of the fields to search when no fields are specified in a search. If no fields are specified in a search and this option is not specified, all text and text-array fields are searched. You can specify a weight for each field to control the relative importance of each field when Amazon CloudSearch calculates relevance scores. To specify a field weight, append a caret (<code>^</code>) symbol and the weight to the field name. For example, to boost the importance of the <code>title</code> field over the <code>description</code> field you could specify: <code>"fields":["title^5","description"]</code>. Valid values: The name of any configured field and an optional numeric value greater than zero. Default: All <code>text</code> and <code>text-array</code> fields. Valid for: <code>simple</code>, <code>structured</code>, <code>lucene</code>, and <code>dismax</code>.</li> <li><code>operators</code>: An array of the operators or special characters you want to disable for the simple query parser. If you disable the <code>and</code>, <code>or</code>, or <code>not</code> operators, the corresponding operators (<code>+</code>, <code>|</code>, <code>-</code>) have no special meaning and are dropped from the search string. Similarly, disabling <code>prefix</code> disables the wildcard operator (<code>*</code>) and disabling <code>phrase</code> disables the ability to search for phrases by enclosing phrases in double quotes. Disabling precedence disables the ability to control order of precedence using parentheses. Disabling <code>near</code> disables the ability to use the ~ operator to perform a sloppy phrase search. Disabling the <code>fuzzy</code> operator disables the ability to use the ~ operator to perform a fuzzy search. <code>escape</code> disables the ability to use a backslash (<code>\</code>) to escape special characters within the search string. Disabling whitespace is an advanced option that prevents the parser from tokenizing on whitespace, which can be useful for Vietnamese. (It prevents Vietnamese words from being split incorrectly.) For example, you could disable all operators other than the phrase operator to support just simple term and phrase queries: <code>"operators":["and","not","or", "prefix"]</code>. Valid values: <code>and</code>, <code>escape</code>, <code>fuzzy</code>, <code>near</code>, <code>not</code>, <code>or</code>, <code>phrase</code>, <code>precedence</code>, <code>prefix</code>, <code>whitespace</code>. Default: All operators and special characters are enabled. Valid for: <code>simple</code>.</li> <li><code>phraseFields</code>: An array of the <code>text</code> or <code>text-array</code> fields you want to use for phrase searches. When the terms in the search string appear in close proximity within a field, the field scores higher. You can specify a weight for each field to boost that score. The <code>phraseSlop</code> option controls how much the matches can deviate from the search string and still be boosted. To specify a field weight, append a caret (<code>^</code>) symbol and the weight to the field name. For example, to boost phrase matches in the <code>title</code> field over the <code>abstract</code> field, you could specify: <code>"phraseFields":["title^3", "plot"]</code> Valid values: The name of any <code>text</code> or <code>text-array</code> field and an optional numeric value greater than zero. Default: No fields. If you don't specify any fields with <code>phraseFields</code>, proximity scoring is disabled even if <code>phraseSlop</code> is specified. Valid for: <code>dismax</code>.</li> <li><code>phraseSlop</code>: An integer value that specifies how much matches can deviate from the search phrase and still be boosted according to the weights specified in the <code>phraseFields</code> option; for example, <code>phraseSlop: 2</code>. You must also specify <code>phraseFields</code> to enable proximity scoring. Valid values: positive integers. Default: 0. Valid for: <code>dismax</code>.</li> <li><code>explicitPhraseSlop</code>: An integer value that specifies how much a match can deviate from the search phrase when the phrase is enclosed in double quotes in the search string. (Phrases that exceed this proximity distance are not considered a match.) For example, to specify a slop of three for dismax phrase queries, you would specify <code>"explicitPhraseSlop":3</code>. Valid values: positive integers. Default: 0. Valid for: <code>dismax</code>.</li> <li><code>tieBreaker</code>: When a term in the search string is found in a document's field, a score is calculated for that field based on how common the word is in that field compared to other documents. If the term occurs in multiple fields within a document, by default only the highest scoring field contributes to the document's overall score. You can specify a <code>tieBreaker</code> value to enable the matches in lower-scoring fields to contribute to the document's score. That way, if two documents have the same max field score for a particular term, the score for the document that has matches in more fields will be higher. The formula for calculating the score with a tieBreaker is <code>(max field score) + (tieBreaker) * (sum of the scores for the rest of the matching fields)</code>. Set <code>tieBreaker</code> to 0 to disregard all but the highest scoring field (pure max): <code>"tieBreaker":0</code>. Set to 1 to sum the scores from all fields (pure sum): <code>"tieBreaker":1</code>. Valid values: 0.0 to 1.0. Default: 0.0. Valid for: <code>dismax</code>. </li> </ul> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.QueryParser"> <summary> Gets and sets the property QueryParser. <para> Specifies which query parser to use to process the request. If <code>queryParser</code> is not specified, Amazon CloudSearch uses the <code>simple</code> query parser. </para> <para> Amazon CloudSearch supports four query parsers: </para> <ul> <li> <code>simple</code>: perform simple searches of <code>text</code> and <code>text-array</code> fields. By default, the <code>simple</code> query parser searches all <code>text</code> and <code>text-array</code> fields. You can specify which fields to search by with the <code>queryOptions</code> parameter. If you prefix a search term with a plus sign (+) documents must contain the term to be considered a match. (This is the default, unless you configure the default operator with the <code>queryOptions</code> parameter.) You can use the <code>-</code> (NOT), <code>|</code> (OR), and <code>*</code> (wildcard) operators to exclude particular terms, find results that match any of the specified terms, or search for a prefix. To search for a phrase rather than individual terms, enclose the phrase in double quotes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-text.html">Searching for Text</a> in the <i>Amazon CloudSearch Developer Guide</i>. </li> <li> <code>structured</code>: perform advanced searches by combining multiple expressions to define the search criteria. You can also search within particular fields, search for values and ranges of values, and use advanced options such as term boosting, <code>matchall</code>, and <code>near</code>. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-compound-queries.html">Constructing Compound Queries</a> in the <i>Amazon CloudSearch Developer Guide</i>. </li> <li> <code>lucene</code>: search using the Apache Lucene query parser syntax. For more information, see <a href="http://lucene.apache.org/core/4_6_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Apache Lucene Query Parser Syntax</a>. </li> <li> <code>dismax</code>: search using the simplified subset of the Apache Lucene query parser syntax defined by the DisMax query parser. For more information, see <a href="http://wiki.apache.org/solr/DisMaxQParserPlugin#Query_Syntax">DisMax Query Parser Syntax</a>. </li> </ul> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Return"> <summary> Gets and sets the property Return. <para> Specifies the field and expression values to include in the response. Multiple fields or expressions are specified as a comma-separated list. By default, a search response includes all return enabled fields (<code>_all_fields</code>). To return only the document IDs for the matching documents, specify <code>_no_fields</code>. To retrieve the relevance score calculated for each document, specify <code>_score</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Size"> <summary> Gets and sets the property Size. <para> Specifies the maximum number of search hits to include in the response. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Sort"> <summary> Gets and sets the property Sort. <para> Specifies the fields or custom expressions to use to sort the search results. Multiple fields or expressions are specified as a comma-separated list. You must specify the sort direction (<code>asc</code> or <code>desc</code>) for each field; for example, <code>year desc,title asc</code>. To use a field to sort results, the field must be sort-enabled in the domain configuration. Array type fields cannot be used for sorting. If no <code>sort</code> parameter is specified, results are sorted by their default relevance scores in descending order: <code>_score desc</code>. You can also sort by document ID (<code>_id asc</code>) and version (<code>_version desc</code>). </para> <para> For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/sorting-results.html">Sorting Results</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Start"> <summary> Gets and sets the property Start. <para> Specifies the offset of the first search hit you want to return. Note that the result set is zero-based; the first result is at index 0. You can specify either the <code>start</code> or <code>cursor</code> parameter in a request, they are mutually exclusive. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-results.html">Paginating Results</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchRequest.Stats"> <summary> Gets and sets the property Stats. <para> Specifies one or more fields for which to get statistics information. Each specified field must be facet-enabled in the domain configuration. The fields are specified in JSON using the form: </para> <code>{"FIELD-A":{},"FIELD-B":{}}</code> <para> There are currently no options supported for statistics. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SearchResponse"> <summary> Configuration for accessing Amazon Search service </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SearchResult"> <summary> The result of a <code>Search</code> request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchResult.Facets"> <summary> Gets and sets the property Facets. <para> The requested facet information. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchResult.Hits"> <summary> Gets and sets the property Hits. <para> The documents that match the search criteria. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchResult.Stats"> <summary> Gets and sets the property Stats. <para> The requested field statistics information. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchResult.Status"> <summary> Gets and sets the property Status. <para> The status information returned for the search request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchResponse.SearchResult"> <summary> Gets and sets the SearchResult property. Represents the output of a Search operation. </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SearchStatus"> <summary> Contains the resource id (<code>rid</code>) and the time it took to process the request (<code>timems</code>). </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchStatus.Rid"> <summary> Gets and sets the property Rid. <para> The encrypted resource ID for the request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SearchStatus.Timems"> <summary> Gets and sets the property Timems. <para> How long it took to process the request, in milliseconds. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestionMatch"> <summary> An autocomplete suggestion that matches the query string specified in a <code>SuggestRequest</code>. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestionMatch.Id"> <summary> Gets and sets the property Id. <para> The document ID of the suggested document. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestionMatch.Score"> <summary> Gets and sets the property Score. <para> The relevance score of a suggested match. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestionMatch.Suggestion"> <summary> Gets and sets the property Suggestion. <para> The string that matches the query string specified in the <code>SuggestRequest</code>. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestModel"> <summary> Container for the suggestion information returned in a <code>SuggestResponse</code>. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestModel.Found"> <summary> Gets and sets the property Found. <para> The number of documents that were found to match the query string. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestModel.Query"> <summary> Gets and sets the property Query. <para> The query string specified in the suggest request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestModel.Suggestions"> <summary> Gets and sets the property Suggestions. <para> The documents that match the query string. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestRequest"> <summary> Container for the parameters to the Suggest operation. Retrieves autocomplete suggestions for a partial query string. You can use suggestions enable you to display likely matches before users finish typing. In Amazon CloudSearch, suggestions are based on the contents of a particular text field. When you request suggestions, Amazon CloudSearch finds all of the documents whose values in the suggester field start with the specified query string. The beginning of the field must match the query string to be considered a match. <para> For more information about configuring suggesters and retrieving suggestions, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html">Getting Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> <para> The endpoint for submitting <code>Suggest</code> requests is domain-specific. You submit suggest requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestRequest.Query"> <summary> Gets and sets the property Query. <para> Specifies the string for which you want to get suggestions. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestRequest.Size"> <summary> Gets and sets the property Size. <para> Specifies the maximum number of suggestions to return. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestRequest.Suggester"> <summary> Gets and sets the property Suggester. <para> Specifies the name of the suggester to use to find suggested matches. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestResponse"> <summary> Configuration for accessing Amazon Suggest service </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestResult"> <summary> Contains the response to a <code>Suggest</code> request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestResult.Status"> <summary> Gets and sets the property Status. <para> The status of a <code>SuggestRequest</code>. Contains the resource ID (<code>rid</code>) and how long it took to process the request (<code>timems</code>). </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestResult.Suggest"> <summary> Gets and sets the property Suggest. <para> Container for the matching search suggestion information. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestResponse.SuggestResult"> <summary> Gets and sets the SuggestResult property. Represents the output of a Suggest operation. </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.SuggestStatus"> <summary> Contains the resource id (<code>rid</code>) and the time it took to process the request (<code>timems</code>). </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestStatus.Rid"> <summary> Gets and sets the property Rid. <para> The encrypted resource ID for the request. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.SuggestStatus.Timems"> <summary> Gets and sets the property Timems. <para> How long it took to process the request, in milliseconds. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.UploadDocumentsRequest"> <summary> Container for the parameters to the UploadDocuments operation. Posts a batch of documents to a search domain for indexing. A document batch is a collection of add and delete operations that represent the documents you want to add, update, or delete from your domain. Batches can be described in either JSON or XML. Each item that you want Amazon CloudSearch to return as a search result (such as a product) is represented as a document. Every document has a unique ID and one or more fields that contain the data that you want to search and return in results. Individual documents cannot contain more than 1 MB of data. The entire batch cannot exceed 5 MB. To get the best possible upload performance, group add and delete operations in batches that are close the 5 MB limit. Submitting a large volume of single-document batches can overload a domain's document service. <para> The endpoint for submitting <code>UploadDocuments</code> requests is domain-specific. To get the document endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </para> <para> For more information about formatting your data for Amazon CloudSearch, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/preparing-data.html">Preparing Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. For more information about uploading data for indexing, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/uploading-data.html">Uploading Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> <summary> Container for the parameters to the UploadDocuments operation. Posts a batch of documents to a search domain for indexing. A document batch is a collection of add and delete operations that represent the documents you want to add, update, or delete from your domain. Batches can be described in either JSON or XML. Each item that you want Amazon CloudSearch to return as a search result (such as a product) is represented as a document. Every document has a unique ID and one or more fields that contain the data that you want to search and return in results. Individual documents cannot contain more than 1 MB of data. The entire batch cannot exceed 5 MB. To get the best possible upload performance, group add and delete operations in batches that are close the 5 MB limit. Submitting a large volume of single-document batches can overload a domain's document service. <para> The endpoint for submitting <code>UploadDocuments</code> requests is domain-specific. To get the document endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </para> <para> For more information about formatting your data for Amazon CloudSearch, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/preparing-data.html">Preparing Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. For more information about uploading data for indexing, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/uploading-data.html">Uploading Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsRequest.ContentType"> <summary> Gets and sets the property ContentType. <para> The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats: </para> <ul> <li>application/json</li> <li>application/xml</li> </ul> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsRequest.Documents"> <summary> Gets and sets the property Documents. <para> A batch of documents formatted in JSON or HTML. </para> </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.UploadDocumentsResponse"> <summary> Configuration for accessing Amazon UploadDocuments service </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.UploadDocumentsResult"> <summary> Contains the response to an <code>UploadDocuments</code> request. </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsResult.Adds"> <summary> Gets and sets the property Adds. <para> The number of documents that were added to the search domain. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsResult.Deletes"> <summary> Gets and sets the property Deletes. <para> The number of documents that were deleted from the search domain. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsResult.Status"> <summary> Gets and sets the property Status. <para> The status of an <code>UploadDocumentsRequest</code>. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsResult.Warnings"> <summary> Gets and sets the property Warnings. <para> Any warnings returned by the document service about the documents being uploaded. </para> </summary> </member> <member name="P:Amazon.CloudSearchDomain.Model.UploadDocumentsResponse.UploadDocumentsResult"> <summary> Gets and sets the UploadDocumentsResult property. Represents the output of a UploadDocuments operation. </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.BucketInfoUnmarshaller"> <summary> Response Unmarshaller for BucketInfo Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.BucketUnmarshaller"> <summary> Response Unmarshaller for Bucket Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.DocumentServiceWarningUnmarshaller"> <summary> Response Unmarshaller for DocumentServiceWarning Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.FieldStatsUnmarshaller"> <summary> Response Unmarshaller for FieldStats Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.HitsUnmarshaller"> <summary> Response Unmarshaller for Hits Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.HitUnmarshaller"> <summary> Response Unmarshaller for Hit Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SearchRequestMarshaller"> <summary> Search Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SearchResponseUnmarshaller"> <summary> Response Unmarshaller for Search operation </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SearchStatusUnmarshaller"> <summary> Response Unmarshaller for SearchStatus Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SuggestionMatchUnmarshaller"> <summary> Response Unmarshaller for SuggestionMatch Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SuggestModelUnmarshaller"> <summary> Response Unmarshaller for SuggestModel Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SuggestRequestMarshaller"> <summary> Suggest Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SuggestResponseUnmarshaller"> <summary> Response Unmarshaller for Suggest operation </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.SuggestStatusUnmarshaller"> <summary> Response Unmarshaller for SuggestStatus Object </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.UploadDocumentsRequestMarshaller"> <summary> UploadDocuments Request Marshaller </summary> </member> <member name="T:Amazon.CloudSearchDomain.Model.Internal.MarshallTransformations.UploadDocumentsResponseUnmarshaller"> <summary> Response Unmarshaller for UploadDocuments operation </summary> </member> <member name="T:Amazon.CloudTrail.AmazonCloudTrailConfig"> <summary> Configuration for accessing Amazon CloudTrail service </summary> </member> <member name="M:Amazon.CloudTrail.AmazonCloudTrailConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudTrail.AmazonCloudTrailConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudTrail.AmazonCloudTrailConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudTrail.LookupAttributeKey"> <summary> Constants used for properties of type LookupAttributeKey. </summary> </member> <member name="F:Amazon.CloudTrail.LookupAttributeKey.EventId"> <summary> Constant EventId for LookupAttributeKey </summary> </member> <member name="F:Amazon.CloudTrail.LookupAttributeKey.EventName"> <summary> Constant EventName for LookupAttributeKey </summary> </member> <member name="F:Amazon.CloudTrail.LookupAttributeKey.ResourceName"> <summary> Constant ResourceName for LookupAttributeKey </summary> </member> <member name="F:Amazon.CloudTrail.LookupAttributeKey.ResourceType"> <summary> Constant ResourceType for LookupAttributeKey </summary> </member> <member name="F:Amazon.CloudTrail.LookupAttributeKey.Username"> <summary> Constant Username for LookupAttributeKey </summary> </member> <member name="M:Amazon.CloudTrail.LookupAttributeKey.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudTrail.LookupAttributeKey.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudTrail.Model.AddTagsRequest"> <summary> Container for the parameters to the AddTags operation. Adds one or more tags to a trail, up to a limit of 10. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region). </summary> </member> <member name="T:Amazon.CloudTrail.AmazonCloudTrailRequest"> <summary> Base class for CloudTrail operation requests. </summary> </member> <member name="P:Amazon.CloudTrail.Model.AddTagsRequest.ResourceId"> <summary> Gets and sets the property ResourceId. <para> Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.AddTagsRequest.TagsList"> <summary> Gets and sets the property TagsList. <para> Contains a list of CloudTrail tags, up to a limit of 10. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.AddTagsResponse"> <summary> Configuration for accessing Amazon AddTags service </summary> </member> <member name="T:Amazon.CloudTrail.Model.AddTagsResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.AddTagsResponse.AddTagsResult"> <summary> Gets and sets the AddTagsResult property. Represents the output of a AddTags operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.CloudTrailARNInvalidException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.CloudTrailARNInvalidException.#ctor(System.String)"> <summary> Constructs a new CloudTrailARNInvalidException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.CloudWatchLogsDeliveryUnavailableException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.CloudWatchLogsDeliveryUnavailableException.#ctor(System.String)"> <summary> Constructs a new CloudWatchLogsDeliveryUnavailableException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.CreateTrailRequest"> <summary> Container for the parameters to the CreateTrail operation. Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created. </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.CloudWatchLogsLogGroupArn"> <summary> Gets and sets the property CloudWatchLogsLogGroupArn. <para> Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.CloudWatchLogsRoleArn"> <summary> Gets and sets the property CloudWatchLogsRoleArn. <para> Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.EnableLogFileValidation"> <summary> Gets and sets the property EnableLogFileValidation. <para> Specifies whether log file integrity validation is enabled. The default is false. </para> <note>When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.</note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.IncludeGlobalServiceEvents"> <summary> Gets and sets the property IncludeGlobalServiceEvents. <para> Specifies whether the trail is publishing events from global services such as IAM to the log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.IsMultiRegionTrail"> <summary> Gets and sets the property IsMultiRegionTrail. <para> Specifies whether the trail is created in the current region or in all regions. The default is false. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. </para> <para> Examples: </para> <ul> <li>alias/MyAliasName</li> <li>arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>12345678-1234-1234-1234-123456789012</li> </ul> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name of the trail. The name must meet the following requirements: </para> <ul> <li>Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)</li> <li>Start with a letter or number, and end with a letter or number</li> <li>Be between 3 and 128 characters</li> <li>Have no adjacent periods, underscores or dashes. Names like <code>my-_namespace</code> and <code>my--namespace</code> are invalid.</li> <li>Not be in IP address format (for example, 192.168.5.4)</li> </ul> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> Specifies the name of the Amazon S3 bucket designated for publishing log files. See <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3 Bucket Naming Requirements</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.S3KeyPrefix"> <summary> Gets and sets the property S3KeyPrefix. <para> Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. The maximum length is 200 characters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailRequest.SnsTopicName"> <summary> Gets and sets the property SnsTopicName. <para> Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.CreateTrailResponse"> <summary> Configuration for accessing Amazon CreateTrail service </summary> </member> <member name="T:Amazon.CloudTrail.Model.CreateTrailResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.CloudWatchLogsLogGroupArn"> <summary> Gets and sets the property CloudWatchLogsLogGroupArn. <para> Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.CloudWatchLogsRoleArn"> <summary> Gets and sets the property CloudWatchLogsRoleArn. <para> Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.IncludeGlobalServiceEvents"> <summary> Gets and sets the property IncludeGlobalServiceEvents. <para> Specifies whether the trail is publishing events from global services such as IAM to the log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.IsMultiRegionTrail"> <summary> Gets and sets the property IsMultiRegionTrail. <para> Specifies whether the trail exists in one region or in all regions. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: </para> <code>arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</code> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.LogFileValidationEnabled"> <summary> Gets and sets the property LogFileValidationEnabled. <para> Specifies whether log file integrity validation is enabled. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.Name"> <summary> Gets and sets the property Name. <para> Specifies the name of the trail. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> Specifies the name of the Amazon S3 bucket designated for publishing log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.S3KeyPrefix"> <summary> Gets and sets the property S3KeyPrefix. <para> Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.SnsTopicName"> <summary> Gets and sets the property SnsTopicName. <para> Specifies the name of the Amazon SNS topic defined for notification of log file delivery. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResult.TrailARN"> <summary> Gets and sets the property TrailARN. <para> Specifies the ARN of the trail that was created. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.CreateTrailResponse.CreateTrailResult"> <summary> Gets and sets the CreateTrailResult property. Represents the output of a CreateTrail operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.DeleteTrailRequest"> <summary> Container for the parameters to the DeleteTrail operation. Deletes a trail. This operation must be called from the region in which the trail was created. <code>DeleteTrail</code> cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions. </summary> </member> <member name="P:Amazon.CloudTrail.Model.DeleteTrailRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.DeleteTrailResponse"> <summary> Configuration for accessing Amazon DeleteTrail service </summary> </member> <member name="T:Amazon.CloudTrail.Model.DeleteTrailResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.DeleteTrailResponse.DeleteTrailResult"> <summary> Gets and sets the DeleteTrailResult property. Represents the output of a DeleteTrail operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.DescribeTrailsRequest"> <summary> Container for the parameters to the DescribeTrails operation. Retrieves settings for the trail associated with the current region for your account. </summary> </member> <member name="P:Amazon.CloudTrail.Model.DescribeTrailsRequest.IncludeShadowTrails"> <summary> Gets and sets the property IncludeShadowTrails. <para> Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.DescribeTrailsRequest.TrailNameList"> <summary> Gets and sets the property TrailNameList. <para> Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. If an empty list is specified, information for the trail in the current region is returned. </para> <ul> <li>If an empty list is specified and <code>IncludeShadowTrails</code> is false, then information for all trails in the current region is returned.</li> <li> If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned. </li> </ul> <note>If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.</note> </summary> </member> <member name="T:Amazon.CloudTrail.Model.DescribeTrailsResponse"> <summary> Configuration for accessing Amazon DescribeTrails service </summary> </member> <member name="T:Amazon.CloudTrail.Model.DescribeTrailsResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.DescribeTrailsResult.TrailList"> <summary> Gets and sets the property TrailList. <para> The list of trail objects. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.DescribeTrailsResponse.DescribeTrailsResult"> <summary> Gets and sets the DescribeTrailsResult property. Represents the output of a DescribeTrails operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.Event"> <summary> Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event. </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.CloudTrailEvent"> <summary> Gets and sets the property CloudTrailEvent. <para> A JSON string that contains a representation of the event returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.EventId"> <summary> Gets and sets the property EventId. <para> The CloudTrail ID of the event returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.EventName"> <summary> Gets and sets the property EventName. <para> The name of the event returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.EventTime"> <summary> Gets and sets the property EventTime. <para> The date and time of the event returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.Resources"> <summary> Gets and sets the property Resources. <para> A list of resources referenced by the event returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Event.Username"> <summary> Gets and sets the property Username. <para> A user name or role name of the requester that called the API in the event returned. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.GetTrailStatusRequest"> <summary> Container for the parameters to the GetTrailStatus operation. Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region. </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.GetTrailStatusResponse"> <summary> Configuration for accessing Amazon GetTrailStatus service </summary> </member> <member name="T:Amazon.CloudTrail.Model.GetTrailStatusResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.IsLogging"> <summary> Gets and sets the property IsLogging. <para> Whether the CloudTrail is currently logging AWS API calls. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestCloudWatchLogsDeliveryError"> <summary> Gets and sets the property LatestCloudWatchLogsDeliveryError. <para> Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestCloudWatchLogsDeliveryTime"> <summary> Gets and sets the property LatestCloudWatchLogsDeliveryTime. <para> Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDeliveryAttemptSucceeded"> <summary> Gets and sets the property LatestDeliveryAttemptSucceeded. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDeliveryAttemptTime"> <summary> Gets and sets the property LatestDeliveryAttemptTime. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDeliveryError"> <summary> Gets and sets the property LatestDeliveryError. <para> Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic <a href="http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html">Error Responses</a> in the Amazon S3 API Reference. </para> <note>This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call <code>UpdateTrail</code> to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket. </note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDeliveryTime"> <summary> Gets and sets the property LatestDeliveryTime. <para> Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDigestDeliveryError"> <summary> Gets and sets the property LatestDigestDeliveryError. <para> Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic <a href="http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html">Error Responses</a> in the Amazon S3 API Reference. </para> <note>This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call <code>UpdateTrail</code> to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket. </note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestDigestDeliveryTime"> <summary> Gets and sets the property LatestDigestDeliveryTime. <para> Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestNotificationAttemptSucceeded"> <summary> Gets and sets the property LatestNotificationAttemptSucceeded. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestNotificationAttemptTime"> <summary> Gets and sets the property LatestNotificationAttemptTime. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestNotificationError"> <summary> Gets and sets the property LatestNotificationError. <para> Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the <a href="http://docs.aws.amazon.com/sns/latest/dg/welcome.html">Amazon SNS Developer Guide</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.LatestNotificationTime"> <summary> Gets and sets the property LatestNotificationTime. <para> Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.StartLoggingTime"> <summary> Gets and sets the property StartLoggingTime. <para> Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.StopLoggingTime"> <summary> Gets and sets the property StopLoggingTime. <para> Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.TimeLoggingStarted"> <summary> Gets and sets the property TimeLoggingStarted. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResult.TimeLoggingStopped"> <summary> Gets and sets the property TimeLoggingStopped. <para> This field is deprecated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.GetTrailStatusResponse.GetTrailStatusResult"> <summary> Gets and sets the GetTrailStatusResult property. Represents the output of a GetTrailStatus operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.InsufficientEncryptionPolicyException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InsufficientEncryptionPolicyException.#ctor(System.String)"> <summary> Constructs a new InsufficientEncryptionPolicyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InsufficientS3BucketPolicyException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InsufficientS3BucketPolicyException.#ctor(System.String)"> <summary> Constructs a new InsufficientS3BucketPolicyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InsufficientSnsTopicPolicyException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InsufficientSnsTopicPolicyException.#ctor(System.String)"> <summary> Constructs a new InsufficientSnsTopicPolicyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidCloudWatchLogsLogGroupArnException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidCloudWatchLogsLogGroupArnException.#ctor(System.String)"> <summary> Constructs a new InvalidCloudWatchLogsLogGroupArnException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidCloudWatchLogsRoleArnException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidCloudWatchLogsRoleArnException.#ctor(System.String)"> <summary> Constructs a new InvalidCloudWatchLogsRoleArnException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidHomeRegionException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidHomeRegionException.#ctor(System.String)"> <summary> Constructs a new InvalidHomeRegionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidKmsKeyIdException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidKmsKeyIdException.#ctor(System.String)"> <summary> Constructs a new InvalidKmsKeyIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidLookupAttributesException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidLookupAttributesException.#ctor(System.String)"> <summary> Constructs a new InvalidLookupAttributesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidMaxResultsException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidMaxResultsException.#ctor(System.String)"> <summary> Constructs a new InvalidMaxResultsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidNextTokenException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidNextTokenException.#ctor(System.String)"> <summary> Constructs a new InvalidNextTokenException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidParameterCombinationException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidParameterCombinationException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterCombinationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidS3BucketNameException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidS3BucketNameException.#ctor(System.String)"> <summary> Constructs a new InvalidS3BucketNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidS3PrefixException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidS3PrefixException.#ctor(System.String)"> <summary> Constructs a new InvalidS3PrefixException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidSnsTopicNameException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidSnsTopicNameException.#ctor(System.String)"> <summary> Constructs a new InvalidSnsTopicNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidTagParameterException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidTagParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidTagParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidTimeRangeException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidTimeRangeException.#ctor(System.String)"> <summary> Constructs a new InvalidTimeRangeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidTokenException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidTokenException.#ctor(System.String)"> <summary> Constructs a new InvalidTokenException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.InvalidTrailNameException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.InvalidTrailNameException.#ctor(System.String)"> <summary> Constructs a new InvalidTrailNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.KmsKeyDisabledException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.KmsKeyDisabledException.#ctor(System.String)"> <summary> Constructs a new KmsKeyDisabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.KmsKeyNotFoundException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.KmsKeyNotFoundException.#ctor(System.String)"> <summary> Constructs a new KmsKeyNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.ListPublicKeysRequest"> <summary> Container for the parameters to the ListPublicKeys operation. Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key. <note>CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.</note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> Reserved for future use. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.ListPublicKeysResponse"> <summary> Configuration for accessing Amazon ListPublicKeys service </summary> </member> <member name="T:Amazon.CloudTrail.Model.ListPublicKeysResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysResult.NextToken"> <summary> Gets and sets the property NextToken. <para> Reserved for future use. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysResult.PublicKeyList"> <summary> Gets and sets the property PublicKeyList. <para> Contains an array of PublicKey objects. </para> <note>The returned public keys may have validity time ranges that overlap.</note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListPublicKeysResponse.ListPublicKeysResult"> <summary> Gets and sets the ListPublicKeysResult property. Represents the output of a ListPublicKeys operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.ListTagsRequest"> <summary> Container for the parameters to the ListTags operation. Lists the tags for the specified trail or trails in the current region. <para> Lists the tags for the trail in the current region. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListTagsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> Reserved for future use. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListTagsRequest.ResourceIdList"> <summary> Gets and sets the property ResourceIdList. <para> Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.ListTagsResponse"> <summary> Configuration for accessing Amazon ListTags service </summary> </member> <member name="T:Amazon.CloudTrail.Model.ListTagsResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListTagsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> Reserved for future use. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListTagsResult.ResourceTagList"> <summary> Gets and sets the property ResourceTagList. </summary> </member> <member name="P:Amazon.CloudTrail.Model.ListTagsResponse.ListTagsResult"> <summary> Gets and sets the ListTagsResult property. Represents the output of a ListTags operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.LookupAttribute"> <summary> Specifies an attribute and value that filter the events returned. </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupAttribute.AttributeKey"> <summary> Gets and sets the property AttributeKey. <para> Specifies an attribute on which to filter the events returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupAttribute.AttributeValue"> <summary> Gets and sets the property AttributeValue. <para> Specifies a value for the specified AttributeKey. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.LookupEventsRequest"> <summary> Container for the parameters to the LookupEvents operation. Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account. Events for a region can be looked up for the times in which you had CloudTrail turned on in that region during the last seven days. Lookup supports five different attributes: time range (defined by a start time and end time), user name, event name, resource type, and resource name. All attributes are optional. The maximum number of attributes that can be specified in any one lookup request are time range and one other attribute. The default number of results returned is 10, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results. <important>The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs. </important> <important>Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.</important> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsRequest.LookupAttributes"> <summary> Gets and sets the property LookupAttributes. <para> Contains a list of lookup attributes. Currently the list can contain only one item. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The number of events to return. Possible values are 1 through 50. The default is 10. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.LookupEventsResponse"> <summary> Configuration for accessing Amazon LookupEvents service </summary> </member> <member name="T:Amazon.CloudTrail.Model.LookupEventsResult"> <summary> Contains a response to a LookupEvents action. </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsResult.Events"> <summary> Gets and sets the property Events. <para> A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.LookupEventsResponse.LookupEventsResult"> <summary> Gets and sets the LookupEventsResult property. Represents the output of a LookupEvents operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.MaximumNumberOfTrailsExceededException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.MaximumNumberOfTrailsExceededException.#ctor(System.String)"> <summary> Constructs a new MaximumNumberOfTrailsExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.OperationNotPermittedException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.OperationNotPermittedException.#ctor(System.String)"> <summary> Constructs a new OperationNotPermittedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.PublicKey"> <summary> Contains information about a returned public key. </summary> </member> <member name="P:Amazon.CloudTrail.Model.PublicKey.Fingerprint"> <summary> Gets and sets the property Fingerprint. <para> The fingerprint of the public key. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.PublicKey.ValidityEndTime"> <summary> Gets and sets the property ValidityEndTime. <para> The ending time of validity of the public key. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.PublicKey.ValidityStartTime"> <summary> Gets and sets the property ValidityStartTime. <para> The starting time of validity of the public key. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.PublicKey.Value"> <summary> Gets and sets the property Value. <para> The DER encoded public key value in PKCS#1 format. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.RemoveTagsRequest"> <summary> Container for the parameters to the RemoveTags operation. Removes the specified tags from a trail. </summary> </member> <member name="P:Amazon.CloudTrail.Model.RemoveTagsRequest.ResourceId"> <summary> Gets and sets the property ResourceId. <para> Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.RemoveTagsRequest.TagsList"> <summary> Gets and sets the property TagsList. <para> Specifies a list of tags to be removed. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.RemoveTagsResponse"> <summary> Configuration for accessing Amazon RemoveTags service </summary> </member> <member name="T:Amazon.CloudTrail.Model.RemoveTagsResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.RemoveTagsResponse.RemoveTagsResult"> <summary> Gets and sets the RemoveTagsResult property. Represents the output of a RemoveTags operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.Resource"> <summary> Specifies the type and name of a resource referenced by an event. </summary> </member> <member name="P:Amazon.CloudTrail.Model.Resource.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be "auto-scaling-test-group" for an Auto Scaling Group or "i-1234567" for an EC2 Instance. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Resource.ResourceType"> <summary> Gets and sets the property ResourceType. <para> The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: <b>Instance</b> for EC2, <b>Trail</b> for CloudTrail, <b>DBInstance</b> for RDS, and <b>AccessKey</b> for IAM. For a list of resource types supported for event lookup, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/lookup_supported_resourcetypes.html">Resource Types Supported for Event Lookup</a>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.ResourceNotFoundException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.ResourceTag"> <summary> A resource tag. </summary> </member> <member name="P:Amazon.CloudTrail.Model.ResourceTag.ResourceId"> <summary> Gets and sets the property ResourceId. <para> Specifies the ARN of the resource. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.ResourceTag.TagsList"> <summary> Gets and sets the property TagsList. </summary> </member> <member name="T:Amazon.CloudTrail.Model.ResourceTypeNotSupportedException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.ResourceTypeNotSupportedException.#ctor(System.String)"> <summary> Constructs a new ResourceTypeNotSupportedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.S3BucketDoesNotExistException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.S3BucketDoesNotExistException.#ctor(System.String)"> <summary> Constructs a new S3BucketDoesNotExistException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.StartLoggingRequest"> <summary> Container for the parameters to the StartLogging operation. Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions. </summary> </member> <member name="P:Amazon.CloudTrail.Model.StartLoggingRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.StartLoggingResponse"> <summary> Configuration for accessing Amazon StartLogging service </summary> </member> <member name="T:Amazon.CloudTrail.Model.StartLoggingResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.StartLoggingResponse.StartLoggingResult"> <summary> Gets and sets the StartLoggingResult property. Represents the output of a StartLogging operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.StopLoggingRequest"> <summary> Container for the parameters to the StopLogging operation. Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording. For a trail enabled in all regions, this operation must be called from the region in which the trail was created, or an <code>InvalidHomeRegionException</code> will occur. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail enabled in all regions. </summary> </member> <member name="P:Amazon.CloudTrail.Model.StopLoggingRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.StopLoggingResponse"> <summary> Configuration for accessing Amazon StopLogging service </summary> </member> <member name="T:Amazon.CloudTrail.Model.StopLoggingResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.StopLoggingResponse.StopLoggingResult"> <summary> Gets and sets the StopLoggingResult property. Represents the output of a StopLogging operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.Tag"> <summary> A custom key-value pair associated with a resource such as a CloudTrail trail. </summary> </member> <member name="P:Amazon.CloudTrail.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.TagsLimitExceededException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.TagsLimitExceededException.#ctor(System.String)"> <summary> Constructs a new TagsLimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.Trail"> <summary> The settings for a trail. </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.CloudWatchLogsLogGroupArn"> <summary> Gets and sets the property CloudWatchLogsLogGroupArn. <para> Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.CloudWatchLogsRoleArn"> <summary> Gets and sets the property CloudWatchLogsRoleArn. <para> Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.HomeRegion"> <summary> Gets and sets the property HomeRegion. <para> The region in which the trail was created. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.IncludeGlobalServiceEvents"> <summary> Gets and sets the property IncludeGlobalServiceEvents. <para> Set to <b>True</b> to include AWS API calls from AWS global services such as IAM. Otherwise, <b>False</b>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.IsMultiRegionTrail"> <summary> Gets and sets the property IsMultiRegionTrail. <para> Specifies whether the trail belongs only to one region or exists in all regions. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: </para> <code>arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</code> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.LogFileValidationEnabled"> <summary> Gets and sets the property LogFileValidationEnabled. <para> Specifies whether log file validation is enabled. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.Name"> <summary> Gets and sets the property Name. <para> Name of the trail set by calling <a>CreateTrail</a>. The maximum length is 128 characters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3 Bucket Naming Requirements</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.S3KeyPrefix"> <summary> Gets and sets the property S3KeyPrefix. <para> Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>.The maximum length is 200 characters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.SnsTopicName"> <summary> Gets and sets the property SnsTopicName. <para> Name of the existing Amazon SNS topic that CloudTrail uses to notify the account owner when new CloudTrail log files have been delivered. The maximum length is 256 characters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.Trail.TrailARN"> <summary> Gets and sets the property TrailARN. <para> The Amazon Resource Name of the trail. The <code>TrailARN</code> format is <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.TrailAlreadyExistsException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.TrailAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new TrailAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.TrailNotFoundException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.TrailNotFoundException.#ctor(System.String)"> <summary> Constructs a new TrailNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.TrailNotProvidedException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.TrailNotProvidedException.#ctor(System.String)"> <summary> Constructs a new TrailNotProvidedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.UnsupportedOperationException"> <summary> CloudTrail exception </summary> </member> <member name="M:Amazon.CloudTrail.Model.UnsupportedOperationException.#ctor(System.String)"> <summary> Constructs a new UnsupportedOperationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudTrail.Model.UpdateTrailRequest"> <summary> Container for the parameters to the UpdateTrail operation. Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. <code>UpdateTrail</code> must be called from the region in which the trail was created; otherwise, an <code>InvalidHomeRegionException</code> is thrown. </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.CloudWatchLogsLogGroupArn"> <summary> Gets and sets the property CloudWatchLogsLogGroupArn. <para> Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.CloudWatchLogsRoleArn"> <summary> Gets and sets the property CloudWatchLogsRoleArn. <para> Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.EnableLogFileValidation"> <summary> Gets and sets the property EnableLogFileValidation. <para> Specifies whether log file validation is enabled. The default is false. </para> <note>When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.</note> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.IncludeGlobalServiceEvents"> <summary> Gets and sets the property IncludeGlobalServiceEvents. <para> Specifies whether the trail is publishing events from global services such as IAM to the log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.IsMultiRegionTrail"> <summary> Gets and sets the property IsMultiRegionTrail. <para> Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. </para> <para> Examples: </para> <ul> <li>alias/MyAliasName</li> <li>arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>12345678-1234-1234-1234-123456789012</li> </ul> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.Name"> <summary> Gets and sets the property Name. <para> Specifies the name of the trail or trail ARN. If <code>Name</code> is a trail name, the string must meet the following requirements: </para> <ul> <li>Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)</li> <li>Start with a letter or number, and end with a letter or number</li> <li>Be between 3 and 128 characters</li> <li>Have no adjacent periods, underscores or dashes. Names like <code>my-_namespace</code> and <code>my--namespace</code> are invalid.</li> <li>Not be in IP address format (for example, 192.168.5.4)</li> </ul> <para> If <code>Name</code> is a trail ARN, it must be in the format <code>arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail</code>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> Specifies the name of the Amazon S3 bucket designated for publishing log files. See <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html">Amazon S3 Bucket Naming Requirements</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.S3KeyPrefix"> <summary> Gets and sets the property S3KeyPrefix. <para> Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. The maximum length is 200 characters. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailRequest.SnsTopicName"> <summary> Gets and sets the property SnsTopicName. <para> Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters. </para> </summary> </member> <member name="T:Amazon.CloudTrail.Model.UpdateTrailResponse"> <summary> Configuration for accessing Amazon UpdateTrail service </summary> </member> <member name="T:Amazon.CloudTrail.Model.UpdateTrailResult"> <summary> Returns the objects or data listed below if successful. Otherwise, returns an error. </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.CloudWatchLogsLogGroupArn"> <summary> Gets and sets the property CloudWatchLogsLogGroupArn. <para> Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.CloudWatchLogsRoleArn"> <summary> Gets and sets the property CloudWatchLogsRoleArn. <para> Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.IncludeGlobalServiceEvents"> <summary> Gets and sets the property IncludeGlobalServiceEvents. <para> Specifies whether the trail is publishing events from global services such as IAM to the log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.IsMultiRegionTrail"> <summary> Gets and sets the property IsMultiRegionTrail. <para> Specifies whether the trail exists in one region or in all regions. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: </para> <code>arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</code> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.LogFileValidationEnabled"> <summary> Gets and sets the property LogFileValidationEnabled. <para> Specifies whether log file integrity validation is enabled. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.Name"> <summary> Gets and sets the property Name. <para> Specifies the name of the trail. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> Specifies the name of the Amazon S3 bucket designated for publishing log files. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.S3KeyPrefix"> <summary> Gets and sets the property S3KeyPrefix. <para> Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html">Finding Your CloudTrail Log Files</a>. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.SnsTopicName"> <summary> Gets and sets the property SnsTopicName. <para> Specifies the name of the Amazon SNS topic defined for notification of log file delivery. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResult.TrailARN"> <summary> Gets and sets the property TrailARN. <para> Specifies the ARN of the trail that was updated. </para> </summary> </member> <member name="P:Amazon.CloudTrail.Model.UpdateTrailResponse.UpdateTrailResult"> <summary> Gets and sets the UpdateTrailResult property. Represents the output of a UpdateTrail operation. </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.AddTagsRequestMarshaller"> <summary> AddTags Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.AddTagsResponseUnmarshaller"> <summary> Response Unmarshaller for AddTags operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.CreateTrailRequestMarshaller"> <summary> CreateTrail Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.CreateTrailResponseUnmarshaller"> <summary> Response Unmarshaller for CreateTrail operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.DeleteTrailRequestMarshaller"> <summary> DeleteTrail Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.DeleteTrailResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteTrail operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.DescribeTrailsRequestMarshaller"> <summary> DescribeTrails Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.DescribeTrailsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTrails operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.EventUnmarshaller"> <summary> Response Unmarshaller for Event Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.GetTrailStatusRequestMarshaller"> <summary> GetTrailStatus Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.GetTrailStatusResponseUnmarshaller"> <summary> Response Unmarshaller for GetTrailStatus operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ListPublicKeysRequestMarshaller"> <summary> ListPublicKeys Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ListPublicKeysResponseUnmarshaller"> <summary> Response Unmarshaller for ListPublicKeys operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ListTagsRequestMarshaller"> <summary> ListTags Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ListTagsResponseUnmarshaller"> <summary> Response Unmarshaller for ListTags operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.LookupAttributeMarshaller"> <summary> LookupAttribute Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.LookupEventsRequestMarshaller"> <summary> LookupEvents Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.LookupEventsResponseUnmarshaller"> <summary> Response Unmarshaller for LookupEvents operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.PublicKeyUnmarshaller"> <summary> Response Unmarshaller for PublicKey Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.RemoveTagsRequestMarshaller"> <summary> RemoveTags Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.RemoveTagsResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTags operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ResourceTagUnmarshaller"> <summary> Response Unmarshaller for ResourceTag Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.ResourceUnmarshaller"> <summary> Response Unmarshaller for Resource Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.StartLoggingRequestMarshaller"> <summary> StartLogging Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.StartLoggingResponseUnmarshaller"> <summary> Response Unmarshaller for StartLogging operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.StopLoggingRequestMarshaller"> <summary> StopLogging Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.StopLoggingResponseUnmarshaller"> <summary> Response Unmarshaller for StopLogging operation </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.TagMarshaller"> <summary> Tag Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.TrailUnmarshaller"> <summary> Response Unmarshaller for Trail Object </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.UpdateTrailRequestMarshaller"> <summary> UpdateTrail Request Marshaller </summary> </member> <member name="T:Amazon.CloudTrail.Model.Internal.MarshallTransformations.UpdateTrailResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateTrail operation </summary> </member> <member name="T:Amazon.CloudWatch.AmazonCloudWatchConfig"> <summary> Configuration for accessing Amazon CloudWatch service </summary> </member> <member name="M:Amazon.CloudWatch.AmazonCloudWatchConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CloudWatch.AmazonCloudWatchConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CloudWatch.AmazonCloudWatchConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CloudWatch.ComparisonOperator"> <summary> Constants used for properties of type ComparisonOperator. </summary> </member> <member name="F:Amazon.CloudWatch.ComparisonOperator.GreaterThanOrEqualToThreshold"> <summary> Constant GreaterThanOrEqualToThreshold for ComparisonOperator </summary> </member> <member name="F:Amazon.CloudWatch.ComparisonOperator.GreaterThanThreshold"> <summary> Constant GreaterThanThreshold for ComparisonOperator </summary> </member> <member name="F:Amazon.CloudWatch.ComparisonOperator.LessThanOrEqualToThreshold"> <summary> Constant LessThanOrEqualToThreshold for ComparisonOperator </summary> </member> <member name="F:Amazon.CloudWatch.ComparisonOperator.LessThanThreshold"> <summary> Constant LessThanThreshold for ComparisonOperator </summary> </member> <member name="M:Amazon.CloudWatch.ComparisonOperator.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudWatch.ComparisonOperator.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudWatch.HistoryItemType"> <summary> Constants used for properties of type HistoryItemType. </summary> </member> <member name="F:Amazon.CloudWatch.HistoryItemType.Action"> <summary> Constant Action for HistoryItemType </summary> </member> <member name="F:Amazon.CloudWatch.HistoryItemType.ConfigurationUpdate"> <summary> Constant ConfigurationUpdate for HistoryItemType </summary> </member> <member name="F:Amazon.CloudWatch.HistoryItemType.StateUpdate"> <summary> Constant StateUpdate for HistoryItemType </summary> </member> <member name="M:Amazon.CloudWatch.HistoryItemType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudWatch.HistoryItemType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudWatch.StandardUnit"> <summary> Constants used for properties of type StandardUnit. </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Bits"> <summary> Constant Bits for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.BitsSecond"> <summary> Constant BitsSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Bytes"> <summary> Constant Bytes for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.BytesSecond"> <summary> Constant BytesSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Count"> <summary> Constant Count for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.CountSecond"> <summary> Constant CountSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Gigabits"> <summary> Constant Gigabits for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.GigabitsSecond"> <summary> Constant GigabitsSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Gigabytes"> <summary> Constant Gigabytes for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.GigabytesSecond"> <summary> Constant GigabytesSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Kilobits"> <summary> Constant Kilobits for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.KilobitsSecond"> <summary> Constant KilobitsSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Kilobytes"> <summary> Constant Kilobytes for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.KilobytesSecond"> <summary> Constant KilobytesSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Megabits"> <summary> Constant Megabits for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.MegabitsSecond"> <summary> Constant MegabitsSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Megabytes"> <summary> Constant Megabytes for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.MegabytesSecond"> <summary> Constant MegabytesSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Microseconds"> <summary> Constant Microseconds for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Milliseconds"> <summary> Constant Milliseconds for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.None"> <summary> Constant None for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Percent"> <summary> Constant Percent for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Seconds"> <summary> Constant Seconds for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Terabits"> <summary> Constant Terabits for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.TerabitsSecond"> <summary> Constant TerabitsSecond for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.Terabytes"> <summary> Constant Terabytes for StandardUnit </summary> </member> <member name="F:Amazon.CloudWatch.StandardUnit.TerabytesSecond"> <summary> Constant TerabytesSecond for StandardUnit </summary> </member> <member name="M:Amazon.CloudWatch.StandardUnit.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudWatch.StandardUnit.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudWatch.StateValue"> <summary> Constants used for properties of type StateValue. </summary> </member> <member name="F:Amazon.CloudWatch.StateValue.ALARM"> <summary> Constant ALARM for StateValue </summary> </member> <member name="F:Amazon.CloudWatch.StateValue.INSUFFICIENT_DATA"> <summary> Constant INSUFFICIENT_DATA for StateValue </summary> </member> <member name="F:Amazon.CloudWatch.StateValue.OK"> <summary> Constant OK for StateValue </summary> </member> <member name="M:Amazon.CloudWatch.StateValue.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudWatch.StateValue.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudWatch.Statistic"> <summary> Constants used for properties of type Statistic. </summary> </member> <member name="F:Amazon.CloudWatch.Statistic.Average"> <summary> Constant Average for Statistic </summary> </member> <member name="F:Amazon.CloudWatch.Statistic.Maximum"> <summary> Constant Maximum for Statistic </summary> </member> <member name="F:Amazon.CloudWatch.Statistic.Minimum"> <summary> Constant Minimum for Statistic </summary> </member> <member name="F:Amazon.CloudWatch.Statistic.SampleCount"> <summary> Constant SampleCount for Statistic </summary> </member> <member name="F:Amazon.CloudWatch.Statistic.Sum"> <summary> Constant Sum for Statistic </summary> </member> <member name="M:Amazon.CloudWatch.Statistic.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CloudWatch.Statistic.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CloudWatch.Model.AlarmHistoryItem"> <summary> The <code>AlarmHistoryItem</code> data type contains descriptive information about the history of a specific alarm. If you call <a>DescribeAlarmHistory</a>, Amazon CloudWatch returns this data type as part of the DescribeAlarmHistoryResult data type. </summary> </member> <member name="P:Amazon.CloudWatch.Model.AlarmHistoryItem.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The descriptive name for the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.AlarmHistoryItem.HistoryData"> <summary> Gets and sets the property HistoryData. <para> Machine-readable data about the alarm in JSON format. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.AlarmHistoryItem.HistoryItemType"> <summary> Gets and sets the property HistoryItemType. <para> The type of alarm history item. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.AlarmHistoryItem.HistorySummary"> <summary> Gets and sets the property HistorySummary. <para> A human-readable summary of the alarm history. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.AlarmHistoryItem.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The time stamp for the alarm history item. </para> </summary> </member> <member name="T:Amazon.CloudWatch.AmazonCloudWatchRequest"> <summary> Base class for CloudWatch operation requests. </summary> </member> <member name="T:Amazon.CloudWatch.Model.Datapoint"> <summary> The <code>Datapoint</code> data type encapsulates the statistical data that Amazon CloudWatch computes from metric data. </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Average"> <summary> Gets and sets the property Average. <para> The average of metric values that correspond to the datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Maximum"> <summary> Gets and sets the property Maximum. <para> The maximum of the metric value used for the datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Minimum"> <summary> Gets and sets the property Minimum. <para> The minimum metric value used for the datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.SampleCount"> <summary> Gets and sets the property SampleCount. <para> The number of metric values that contributed to the aggregate value of this datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Sum"> <summary> Gets and sets the property Sum. <para> The sum of metric values used for the datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The time stamp used for the datapoint. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Datapoint.Unit"> <summary> Gets and sets the property Unit. <para> The standard unit used for the datapoint. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DeleteAlarmsRequest"> <summary> Container for the parameters to the DeleteAlarms operation. Deletes all specified alarms. In the event of an error, no alarms are deleted. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DeleteAlarmsRequest.AlarmNames"> <summary> Gets and sets the property AlarmNames. <para> A list of alarms to be deleted. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest"> <summary> Container for the parameters to the DescribeAlarmHistory operation. Retrieves history for the specified alarm. Filter alarms by date range or item type. If an alarm name is not specified, Amazon CloudWatch returns histories for all of the owner's alarms. <note> Amazon CloudWatch retains the history of an alarm for two weeks, whether or not you delete the alarm. </note> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The name of the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.EndDate"> <summary> Gets and sets the property EndDate. <para> The ending date to retrieve alarm history. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.HistoryItemType"> <summary> Gets and sets the property HistoryItemType. <para> The type of alarm histories to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of alarm history records to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token returned by a previous call to indicate that there is more data available. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryRequest.StartDate"> <summary> Gets and sets the property StartDate. <para> The starting date to retrieve alarm history. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmHistoryResponse"> <summary> Configuration for accessing Amazon DescribeAlarmHistory service </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmHistoryResult"> <summary> The output for the <a>DescribeAlarmHistory</a> action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryResult.AlarmHistoryItems"> <summary> Gets and sets the property AlarmHistoryItems. <para> A list of alarm histories in JSON format. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryResult.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that marks the start of the next batch of returned results. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmHistoryResponse.DescribeAlarmHistoryResult"> <summary> Gets and sets the DescribeAlarmHistoryResult property. Represents the output of a DescribeAlarmHistory operation. </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest"> <summary> Container for the parameters to the DescribeAlarmsForMetric operation. Retrieves all alarms for a single metric. Specify a statistic, period, or unit to filter the set of alarms further. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.Dimensions"> <summary> Gets and sets the property Dimensions. <para> The list of dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the DescribeAlarmsForMetric to succeed. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.Period"> <summary> Gets and sets the property Period. <para> The period in seconds over which the statistic is applied. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.Statistic"> <summary> Gets and sets the property Statistic. <para> The statistic for the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricRequest.Unit"> <summary> Gets and sets the property Unit. <para> The unit for the metric. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsForMetricResponse"> <summary> Configuration for accessing Amazon DescribeAlarmsForMetric service </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsForMetricResult"> <summary> The output for the <a>DescribeAlarmsForMetric</a> action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricResult.MetricAlarms"> <summary> Gets and sets the property MetricAlarms. <para> A list of information for each alarm with the specified metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsForMetricResponse.DescribeAlarmsForMetricResult"> <summary> Gets and sets the DescribeAlarmsForMetricResult property. Represents the output of a DescribeAlarmsForMetric operation. </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsRequest"> <summary> Container for the parameters to the DescribeAlarms operation. Retrieves alarms with the specified names. If no name is specified, all alarms for the user are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.ActionPrefix"> <summary> Gets and sets the property ActionPrefix. <para> The action name prefix. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.AlarmNamePrefix"> <summary> Gets and sets the property AlarmNamePrefix. <para> The alarm name prefix. <code>AlarmNames</code> cannot be specified if this parameter is specified. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.AlarmNames"> <summary> Gets and sets the property AlarmNames. <para> A list of alarm names to retrieve information for. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of alarm descriptions to retrieve. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token returned by a previous call to indicate that there is more data available. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsRequest.StateValue"> <summary> Gets and sets the property StateValue. <para> The state value to be used in matching alarms. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsResponse"> <summary> Configuration for accessing Amazon DescribeAlarms service </summary> </member> <member name="T:Amazon.CloudWatch.Model.DescribeAlarmsResult"> <summary> The output for the <a>DescribeAlarms</a> action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsResult.MetricAlarms"> <summary> Gets and sets the property MetricAlarms. <para> A list of information for the specified alarms. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that marks the start of the next batch of returned results. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DescribeAlarmsResponse.DescribeAlarmsResult"> <summary> Gets and sets the DescribeAlarmsResult property. Represents the output of a DescribeAlarms operation. </summary> </member> <member name="T:Amazon.CloudWatch.Model.Dimension"> <summary> The <code>Dimension</code> data type further expands on the identity of a metric using a Name, Value pair. <para> For examples that use one or more dimensions, see <a>PutMetricData</a>. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Dimension.Name"> <summary> Gets and sets the property Name. <para> The name of the dimension. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Dimension.Value"> <summary> Gets and sets the property Value. <para> The value representing the dimension measurement </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DimensionFilter"> <summary> The <code>DimensionFilter</code> data type is used to filter <a>ListMetrics</a> results. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DimensionFilter.Name"> <summary> Gets and sets the property Name. <para> The dimension name to be matched. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.DimensionFilter.Value"> <summary> Gets and sets the property Value. <para> The value of the dimension to be matched. </para> <note> Specifying a <code>Name</code> without specifying a <code>Value</code> returns all values associated with that <code>Name</code>. </note> </summary> </member> <member name="T:Amazon.CloudWatch.Model.DisableAlarmActionsRequest"> <summary> Container for the parameters to the DisableAlarmActions operation. Disables actions for the specified alarms. When an alarm's actions are disabled the alarm's state may change, but none of the alarm's actions will execute. </summary> </member> <member name="P:Amazon.CloudWatch.Model.DisableAlarmActionsRequest.AlarmNames"> <summary> Gets and sets the property AlarmNames. <para> The names of the alarms to disable actions for. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.EnableAlarmActionsRequest"> <summary> Container for the parameters to the EnableAlarmActions operation. Enables actions for the specified alarms. </summary> </member> <member name="P:Amazon.CloudWatch.Model.EnableAlarmActionsRequest.AlarmNames"> <summary> Gets and sets the property AlarmNames. <para> The names of the alarms to enable actions for. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.GetMetricStatisticsRequest"> <summary> Container for the parameters to the GetMetricStatistics operation. Gets statistics for the specified metric. <para> The maximum number of data points that can be queried is 50,850, whereas the maximum number of data points returned from a single <code>GetMetricStatistics</code> request is 1,440. If you make a request that generates more than 1,440 data points, Amazon CloudWatch returns an error. In such a case, you can alter the request by narrowing the specified time range or increasing the specified period. Alternatively, you can make multiple requests across adjacent time ranges. <code>GetMetricStatistics</code> does not return the data in chronological order. </para> <para> Amazon CloudWatch aggregates data points based on the length of the <code>period</code> that you specify. For example, if you request statistics with a one-minute granularity, Amazon CloudWatch aggregates data points with time stamps that fall within the same one-minute period. In such a case, the data points queried can greatly outnumber the data points returned. </para> <para> The following examples show various statistics allowed by the data point query maximum of 50,850 when you call <code>GetMetricStatistics</code> on Amazon EC2 instances with detailed (one-minute) monitoring enabled: </para> <ul> <li>Statistics for up to 400 instances for a span of one hour</li> <li>Statistics for up to 35 instances over a span of 24 hours</li> <li>Statistics for up to 2 instances over a span of 2 weeks</li> </ul> <para> For information about the namespace, metric names, and dimensions that other Amazon Web Services products use to send metrics to CloudWatch, go to <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html">Amazon CloudWatch Metrics, Namespaces, and Dimensions Reference</a> in the <i>Amazon CloudWatch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.Dimensions"> <summary> Gets and sets the property Dimensions. <para> A list of dimensions describing qualities of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The time stamp to use for determining the last datapoint to return. The value specified is exclusive; results will include datapoints up to the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z). </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the metric, with or without spaces. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace of the metric, with or without spaces. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.Period"> <summary> Gets and sets the property Period. <para> The granularity, in seconds, of the returned datapoints. <code>Period</code> must be at least 60 seconds and must be a multiple of 60. The default value is 60. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The time stamp to use for determining the first datapoint to return. The value specified is inclusive; results include datapoints with the time stamp specified. The time stamp must be in ISO 8601 UTC format (e.g., 2014-09-03T23:00:00Z). </para> <note> The specified start time is rounded down to the nearest value. Datapoints are returned for start times up to two weeks in the past. Specified start times that are more than two weeks in the past will not return datapoints for metrics that are older than two weeks. <para> Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using <code>GetMetricStatistics</code>. </para> </note> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.Statistics"> <summary> Gets and sets the property Statistics. <para> The metric statistics to return. For information about specific statistics returned by GetMetricStatistics, see <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsRequest.Unit"> <summary> Gets and sets the property Unit. <para> The unit for the metric. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.GetMetricStatisticsResponse"> <summary> Configuration for accessing Amazon GetMetricStatistics service </summary> </member> <member name="T:Amazon.CloudWatch.Model.GetMetricStatisticsResult"> <summary> The output for the <a>GetMetricStatistics</a> action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsResult.Datapoints"> <summary> Gets and sets the property Datapoints. <para> The datapoints for the specified metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsResult.Label"> <summary> Gets and sets the property Label. <para> A label describing the specified metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.GetMetricStatisticsResponse.GetMetricStatisticsResult"> <summary> Gets and sets the GetMetricStatisticsResult property. Represents the output of a GetMetricStatistics operation. </summary> </member> <member name="T:Amazon.CloudWatch.Model.InternalServiceException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.InternalServiceException.#ctor(System.String)"> <summary> Constructs a new InternalServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.InvalidFormatException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.InvalidFormatException.#ctor(System.String)"> <summary> Constructs a new InvalidFormatException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.InvalidNextTokenException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.InvalidNextTokenException.#ctor(System.String)"> <summary> Constructs a new InvalidNextTokenException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.InvalidParameterCombinationException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.InvalidParameterCombinationException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterCombinationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.InvalidParameterValueException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.InvalidParameterValueException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterValueException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.LimitExceededException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.ListMetricsRequest"> <summary> Container for the parameters to the ListMetrics operation. Returns a list of valid metrics stored for the AWS account owner. Returned metrics can be used with <a>GetMetricStatistics</a> to obtain statistical data for a given metric. <note> Up to 500 results are returned for any one call. To retrieve further results, use returned <code>NextToken</code> values with subsequent <code>ListMetrics</code> operations. </note> <note> If you create a metric with the <a>PutMetricData</a> action, allow up to fifteen minutes for the metric to appear in calls to the <code>ListMetrics</code> action. Statistics about the metric, however, are available sooner using <a>GetMetricStatistics</a>. </note> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsRequest.Dimensions"> <summary> Gets and sets the property Dimensions. <para> A list of dimensions to filter against. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsRequest.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the metric to filter against. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsRequest.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace to filter against. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token returned by a previous call to indicate that there is more data available. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.ListMetricsResponse"> <summary> Configuration for accessing Amazon ListMetrics service </summary> </member> <member name="T:Amazon.CloudWatch.Model.ListMetricsResult"> <summary> The output for the <a>ListMetrics</a> action. </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsResult.Metrics"> <summary> Gets and sets the property Metrics. <para> A list of metrics used to generate statistics for an AWS account. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> A string that marks the start of the next batch of returned results. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.ListMetricsResponse.ListMetricsResult"> <summary> Gets and sets the ListMetricsResult property. Represents the output of a ListMetrics operation. </summary> </member> <member name="T:Amazon.CloudWatch.Model.Metric"> <summary> The <code>Metric</code> data type contains information about a specific metric. If you call <a>ListMetrics</a>, Amazon CloudWatch returns information contained by this data type. <para> The example in the Examples section publishes two metrics named buffers and latency. Both metrics are in the examples namespace. Both metrics have two dimensions, InstanceID and InstanceType. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Metric.Dimensions"> <summary> Gets and sets the property Dimensions. <para> A list of dimensions associated with the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Metric.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.Metric.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace of the metric. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.MetricAlarm"> <summary> The <a>MetricAlarm</a> data type represents an alarm. You can use <a>PutMetricAlarm</a> to create or update an alarm. </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.ActionsEnabled"> <summary> Gets and sets the property ActionsEnabled. <para> Indicates whether actions should be executed during any changes to the alarm's state. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.AlarmActions"> <summary> Gets and sets the property AlarmActions. <para> The list of actions to execute when this alarm transitions into an <code>ALARM</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.AlarmArn"> <summary> Gets and sets the property AlarmArn. <para> The Amazon Resource Name (ARN) of the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.AlarmConfigurationUpdatedTimestamp"> <summary> Gets and sets the property AlarmConfigurationUpdatedTimestamp. <para> The time stamp of the last update to the alarm configuration. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.AlarmDescription"> <summary> Gets and sets the property AlarmDescription. <para> The description for the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The name of the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.ComparisonOperator"> <summary> Gets and sets the property ComparisonOperator. <para> The arithmetic operation to use when comparing the specified <code>Statistic</code> and <code>Threshold</code>. The specified <code>Statistic</code> value is used as the first operand. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Dimensions"> <summary> Gets and sets the property Dimensions. <para> The list of dimensions associated with the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.EvaluationPeriods"> <summary> Gets and sets the property EvaluationPeriods. <para> The number of periods over which data is compared to the specified threshold. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.InsufficientDataActions"> <summary> Gets and sets the property InsufficientDataActions. <para> The list of actions to execute when this alarm transitions into an <code>INSUFFICIENT_DATA</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> <important>The current WSDL lists this attribute as <code>UnknownActions</code>.</important> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the alarm's metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace of alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.OKActions"> <summary> Gets and sets the property OKActions. <para> The list of actions to execute when this alarm transitions into an <code>OK</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Period"> <summary> Gets and sets the property Period. <para> The period in seconds over which the statistic is applied. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.StateReason"> <summary> Gets and sets the property StateReason. <para> A human-readable explanation for the alarm's state. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.StateReasonData"> <summary> Gets and sets the property StateReasonData. <para> An explanation for the alarm's state in machine-readable JSON format </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.StateUpdatedTimestamp"> <summary> Gets and sets the property StateUpdatedTimestamp. <para> The time stamp of the last update to the alarm's state. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.StateValue"> <summary> Gets and sets the property StateValue. <para> The state value for the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Statistic"> <summary> Gets and sets the property Statistic. <para> The statistic to apply to the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Threshold"> <summary> Gets and sets the property Threshold. <para> The value against which the specified statistic is compared. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricAlarm.Unit"> <summary> Gets and sets the property Unit. <para> The unit of the alarm's associated metric. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.MetricDatum"> <summary> The <code>MetricDatum</code> data type encapsulates the information sent with <a>PutMetricData</a> to either create a new metric or add new values to be aggregated into an existing metric. </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.Dimensions"> <summary> Gets and sets the property Dimensions. <para> A list of dimensions associated with the metric. Note, when using the Dimensions value in a query, you need to append .member.N to it (e.g., Dimensions.member.N). </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.MetricName"> <summary> Gets and sets the property MetricName. <para> The name of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.StatisticValues"> <summary> Gets and sets the property StatisticValues. <para> A set of statistical values describing the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format. If not specified, the default value is set to the time the metric data was received. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.Unit"> <summary> Gets and sets the property Unit. <para> The unit of the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.MetricDatum.Value"> <summary> Gets and sets the property Value. <para> The value for the metric. </para> <important>Although the <code>Value</code> parameter accepts numbers of type <code>Double</code>, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported. </important> </summary> </member> <member name="T:Amazon.CloudWatch.Model.MissingRequiredParameterException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.MissingRequiredParameterException.#ctor(System.String)"> <summary> Constructs a new MissingRequiredParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.PutMetricAlarmRequest"> <summary> Container for the parameters to the PutMetricAlarm operation. Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric. Optionally, this operation can associate one or more Amazon Simple Notification Service resources with the alarm. <para> When this operation creates an alarm, the alarm state is immediately set to <code>INSUFFICIENT_DATA</code>. The alarm is evaluated and its <code>StateValue</code> is set appropriately. Any actions associated with the <code>StateValue</code> is then executed. </para> <note> When updating an existing alarm, its <code>StateValue</code> is left unchanged. </note> <note> If you are using an AWS Identity and Access Management (IAM) account to create or modify an alarm, you must have the following Amazon EC2 permissions: <ul> <li><code>ec2:DescribeInstanceStatus</code> and <code>ec2:DescribeInstances</code> for all alarms on Amazon EC2 instance status metrics.</li> <li><code>ec2:StopInstances</code> for alarms with stop actions.</li> <li><code>ec2:TerminateInstances</code> for alarms with terminate actions.</li> <li><code>ec2:DescribeInstanceRecoveryAttribute</code>, and <code>ec2:RecoverInstances</code> for alarms with recover actions.</li> </ul> <para> If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm but the stop or terminate actions won't be performed on the Amazon EC2 instance. However, if you are later granted permission to use the associated Amazon EC2 APIs, the alarm actions you created earlier will be performed. For more information about IAM permissions, see <a href="http://docs.aws.amazon.com//IAM/latest/UserGuide/PermissionsAndPolicies.html">Permissions and Policies</a> in <i>Using IAM</i>. </para> <para> If you are using an IAM role (e.g., an Amazon EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies. </para> <para> If you are using temporary security credentials granted using the AWS Security Token Service (AWS STS), you cannot stop or terminate an Amazon EC2 instance using alarm actions. </para> </note> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.ActionsEnabled"> <summary> Gets and sets the property ActionsEnabled. <para> Indicates whether or not actions should be executed during any changes to the alarm's state. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.AlarmActions"> <summary> Gets and sets the property AlarmActions. <para> The list of actions to execute when this alarm transitions into an <code>ALARM</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> <para> Valid Values: arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:stop | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:terminate | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:recover </para> <para> Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Reboot/1.0 </para> <para> <b>Note:</b> You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the <b>EC2ActionsAccess</b> IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.AlarmDescription"> <summary> Gets and sets the property AlarmDescription. <para> The description for the alarm. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The descriptive name for the alarm. This name must be unique within the user's AWS account </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.ComparisonOperator"> <summary> Gets and sets the property ComparisonOperator. <para> The arithmetic operation to use when comparing the specified <code>Statistic</code> and <code>Threshold</code>. The specified <code>Statistic</code> value is used as the first operand. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Dimensions"> <summary> Gets and sets the property Dimensions. <para> The dimensions for the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.EvaluationPeriods"> <summary> Gets and sets the property EvaluationPeriods. <para> The number of periods over which data is compared to the specified threshold. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.InsufficientDataActions"> <summary> Gets and sets the property InsufficientDataActions. <para> The list of actions to execute when this alarm transitions into an <code>INSUFFICIENT_DATA</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> <para> Valid Values: arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:stop | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:terminate | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:recover </para> <para> Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Reboot/1.0 </para> <para> <b>Note:</b> You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the <b>EC2ActionsAccess</b> IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.MetricName"> <summary> Gets and sets the property MetricName. <para> The name for the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace for the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.OKActions"> <summary> Gets and sets the property OKActions. <para> The list of actions to execute when this alarm transitions into an <code>OK</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN). </para> <para> Valid Values: arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:stop | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:terminate | arn:aws:automate:<i>region (e.g., us-east-1)</i>:ec2:recover </para> <para> Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Reboot/1.0 </para> <para> <b>Note:</b> You must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the <b>EC2ActionsAccess</b> IAM role for the first time. After this IAM role is created, you can create stop, terminate, or reboot alarms using the CLI. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Period"> <summary> Gets and sets the property Period. <para> The period in seconds over which the specified statistic is applied. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Statistic"> <summary> Gets and sets the property Statistic. <para> The statistic to apply to the alarm's associated metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Threshold"> <summary> Gets and sets the property Threshold. <para> The value against which the specified statistic is compared. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricAlarmRequest.Unit"> <summary> Gets and sets the property Unit. <para> The statistic's unit of measure. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately. </para> <para> <b>Note:</b> If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, this can cause an Amazon CloudWatch alarm to get stuck in the INSUFFICIENT DATA state. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.PutMetricDataRequest"> <summary> Container for the parameters to the PutMetricData operation. Publishes metric data points to Amazon CloudWatch. Amazon CloudWatch associates the data points with the specified metric. If the specified metric does not exist, Amazon CloudWatch creates the metric. When Amazon CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to the <a>ListMetrics</a> action. <para> Each <code>PutMetricData</code> request is limited to 8 KB in size for HTTP GET requests and is limited to 40 KB in size for HTTP POST requests. </para> <important>Although the <code>Value</code> parameter accepts numbers of type <code>Double</code>, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported. </important> <para> Data that is timestamped 24 hours or more in the past may take in excess of 48 hours to become available from submission time using <code>GetMetricStatistics</code>. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricDataRequest.MetricData"> <summary> Gets and sets the property MetricData. <para> A list of data describing the metric. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.PutMetricDataRequest.Namespace"> <summary> Gets and sets the property Namespace. <para> The namespace for the metric data. </para> <note> You cannot specify a namespace that begins with "AWS/". Namespaces that begin with "AWS/" are reserved for other Amazon Web Services products that send metrics to Amazon CloudWatch. </note> </summary> </member> <member name="T:Amazon.CloudWatch.Model.ResourceNotFoundException"> <summary> CloudWatch exception </summary> </member> <member name="M:Amazon.CloudWatch.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CloudWatch.Model.SetAlarmStateRequest"> <summary> Container for the parameters to the SetAlarmState operation. Temporarily sets the state of an alarm. When the updated <code>StateValue</code> differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm's state to <b>ALARM</b> will send an Amazon SNS message. This is not a permanent change. The next periodic alarm check (in about a minute) will set the alarm to its actual state. Because the alarm state change happens very quickly, it is typically only visibile in the alarm's <b>History</b> tab in the Amazon CloudWatch console or through <code>DescribeAlarmHistory</code>. </summary> </member> <member name="P:Amazon.CloudWatch.Model.SetAlarmStateRequest.AlarmName"> <summary> Gets and sets the property AlarmName. <para> The descriptive name for the alarm. This name must be unique within the user's AWS account. The maximum length is 255 characters. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.SetAlarmStateRequest.StateReason"> <summary> Gets and sets the property StateReason. <para> The reason that this alarm is set to this specific state (in human-readable text format) </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.SetAlarmStateRequest.StateReasonData"> <summary> Gets and sets the property StateReasonData. <para> The reason that this alarm is set to this specific state (in machine-readable JSON format) </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.SetAlarmStateRequest.StateValue"> <summary> Gets and sets the property StateValue. <para> The value of the state. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.StatisticSet"> <summary> The <code>StatisticSet</code> data type describes the <code>StatisticValues</code> component of <a>MetricDatum</a>, and represents a set of statistics that describes a specific metric. </summary> </member> <member name="P:Amazon.CloudWatch.Model.StatisticSet.Maximum"> <summary> Gets and sets the property Maximum. <para> The maximum value of the sample set. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.StatisticSet.Minimum"> <summary> Gets and sets the property Minimum. <para> The minimum value of the sample set. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.StatisticSet.SampleCount"> <summary> Gets and sets the property SampleCount. <para> The number of samples used for the statistic set. </para> </summary> </member> <member name="P:Amazon.CloudWatch.Model.StatisticSet.Sum"> <summary> Gets and sets the property Sum. <para> The sum of values for the sample set. </para> </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.AlarmHistoryItemUnmarshaller"> <summary> Response Unmarshaller for AlarmHistoryItem Object </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DatapointUnmarshaller"> <summary> Response Unmarshaller for Datapoint Object </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DeleteAlarmsRequestMarshaller"> <summary> DeleteAlarms Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DeleteAlarmsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAlarms operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmHistoryRequestMarshaller"> <summary> DescribeAlarmHistory Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmHistoryResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAlarmHistory operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmsForMetricRequestMarshaller"> <summary> DescribeAlarmsForMetric Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmsForMetricResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAlarmsForMetric operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmsRequestMarshaller"> <summary> DescribeAlarms Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DescribeAlarmsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAlarms operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DimensionUnmarshaller"> <summary> Response Unmarshaller for Dimension Object </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DisableAlarmActionsRequestMarshaller"> <summary> DisableAlarmActions Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.DisableAlarmActionsResponseUnmarshaller"> <summary> Response Unmarshaller for DisableAlarmActions operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.EnableAlarmActionsRequestMarshaller"> <summary> EnableAlarmActions Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.EnableAlarmActionsResponseUnmarshaller"> <summary> Response Unmarshaller for EnableAlarmActions operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.GetMetricStatisticsRequestMarshaller"> <summary> GetMetricStatistics Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.GetMetricStatisticsResponseUnmarshaller"> <summary> Response Unmarshaller for GetMetricStatistics operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.ListMetricsRequestMarshaller"> <summary> ListMetrics Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.ListMetricsResponseUnmarshaller"> <summary> Response Unmarshaller for ListMetrics operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.MetricAlarmUnmarshaller"> <summary> Response Unmarshaller for MetricAlarm Object </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.MetricUnmarshaller"> <summary> Response Unmarshaller for Metric Object </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.PutMetricAlarmRequestMarshaller"> <summary> PutMetricAlarm Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.PutMetricAlarmResponseUnmarshaller"> <summary> Response Unmarshaller for PutMetricAlarm operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.PutMetricDataRequestMarshaller"> <summary> PutMetricData Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.PutMetricDataResponseUnmarshaller"> <summary> Response Unmarshaller for PutMetricData operation </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.SetAlarmStateRequestMarshaller"> <summary> SetAlarmState Request Marshaller </summary> </member> <member name="T:Amazon.CloudWatch.Model.Internal.MarshallTransformations.SetAlarmStateResponseUnmarshaller"> <summary> Response Unmarshaller for SetAlarmState operation </summary> </member> <member name="T:Amazon.CognitoIdentity.AmazonCognitoIdentityConfig"> <summary> Configuration for accessing Amazon CognitoIdentity service </summary> </member> <member name="M:Amazon.CognitoIdentity.AmazonCognitoIdentityConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CognitoIdentity.AmazonCognitoIdentityConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CognitoIdentity.AmazonCognitoIdentityConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CognitoIdentity.ErrorCode"> <summary> Constants used for properties of type ErrorCode. </summary> </member> <member name="F:Amazon.CognitoIdentity.ErrorCode.AccessDenied"> <summary> Constant AccessDenied for ErrorCode </summary> </member> <member name="F:Amazon.CognitoIdentity.ErrorCode.InternalServerError"> <summary> Constant InternalServerError for ErrorCode </summary> </member> <member name="M:Amazon.CognitoIdentity.ErrorCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CognitoIdentity.ErrorCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CognitoIdentity.AmazonCognitoIdentityRequest"> <summary> Base class for CognitoIdentity operation requests. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ConcurrentModificationException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.ConcurrentModificationException.#ctor(System.String)"> <summary> Constructs a new ConcurrentModificationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest"> <summary> Container for the parameters to the CreateIdentityPool operation. Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The limit on identity pools is 60 per account. The keys for <code>SupportedLoginProviders</code> are as follows: <ul> <li>Facebook: <code>graph.facebook.com</code> </li> <li>Google: <code>accounts.google.com</code> </li> <li>Amazon: <code>www.amazon.com</code> </li> <li>Twitter: <code>api.twitter.com</code> </li> <li>Digits: <code>www.digits.com</code> </li> </ul> You must use AWS Developer credentials to call this API. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest.AllowUnauthenticatedIdentities"> <summary> Gets and sets the property AllowUnauthenticatedIdentities. <para> TRUE if the identity pool supports unauthenticated logins. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the <code>DeveloperProviderName</code>, you can use letters as well as period (<code>.</code>), underscore (<code>_</code>), and dash (<code>-</code>). </para> <para> Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. <para> A string that you provide. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest.OpenIdConnectProviderARNs"> <summary> Gets and sets the property OpenIdConnectProviderARNs. <para> A list of OpendID Connect provider ARNs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolRequest.SupportedLoginProviders"> <summary> Gets and sets the property SupportedLoginProviders. <para> Optional key:value pairs mapping provider names to provider app IDs. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.CreateIdentityPoolResponse"> <summary> Configuration for accessing Amazon CreateIdentityPool service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult"> <summary> An object representing a Cognito identity pool. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.AllowUnauthenticatedIdentities"> <summary> Gets and sets the property AllowUnauthenticatedIdentities. TRUE if the identity pool supports unauthenticated logins. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. <para> A string that you provide. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.OpenIdConnectProviderARNs"> <summary> Gets and sets the property OpenIdConnectProviderARNs. <para> A list of OpendID Connect provider ARNs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResult.SupportedLoginProviders"> <summary> Gets and sets the property SupportedLoginProviders. <para> Optional key:value pairs mapping provider names to provider app IDs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.CreateIdentityPoolResponse.CreateIdentityPoolResult"> <summary> Gets and sets the CreateIdentityPoolResult property. Represents the output of a CreateIdentityPool operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Credentials"> <summary> Credentials for the provided identity ID. </summary> <summary> <para>AWS credentials for API authentication.</para> </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.Credentials.GetCredentials"> <summary> Returns a copy of ImmutableCredentials corresponding to these credentials </summary> <returns></returns> </member> <member name="P:Amazon.CognitoIdentity.Model.Credentials.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The Access Key portion of the credentials. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.Credentials.Expiration"> <summary> Gets and sets the property Expiration. <para> The date at which these credentials will expire. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.Credentials.SecretKey"> <summary> Gets and sets the property SecretKey. <para> The Secret Access Key portion of the credentials </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.Credentials.SessionToken"> <summary> Gets and sets the property SessionToken. <para> The Session Token portion of the credentials </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest"> <summary> Container for the parameters to the DeleteIdentities operation. Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest.IdentityIdsToDelete"> <summary> Gets and sets the property IdentityIdsToDelete. <para> A list of 1-60 identities that you want to delete. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse"> <summary> Configuration for accessing Amazon DeleteIdentities service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DeleteIdentitiesResult"> <summary> Returned in response to a successful <code>DeleteIdentities</code> operation. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DeleteIdentitiesResult.UnprocessedIdentityIds"> <summary> Gets and sets the property UnprocessedIdentityIds. <para> An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse.DeleteIdentitiesResult"> <summary> Gets and sets the DeleteIdentitiesResult property. Represents the output of a DeleteIdentities operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DeleteIdentityPoolRequest"> <summary> Container for the parameters to the DeleteIdentityPool operation. Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DeleteIdentityPoolRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityPoolRequest"> <summary> Container for the parameters to the DescribeIdentityPool operation. Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResponse"> <summary> Configuration for accessing Amazon DescribeIdentityPool service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult"> <summary> An object representing a Cognito identity pool. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.AllowUnauthenticatedIdentities"> <summary> Gets and sets the property AllowUnauthenticatedIdentities. TRUE if the identity pool supports unauthenticated logins. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. <para> A string that you provide. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.OpenIdConnectProviderARNs"> <summary> Gets and sets the property OpenIdConnectProviderARNs. <para> A list of OpendID Connect provider ARNs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResult.SupportedLoginProviders"> <summary> Gets and sets the property SupportedLoginProviders. <para> Optional key:value pairs mapping provider names to provider app IDs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityPoolResponse.DescribeIdentityPoolResult"> <summary> Gets and sets the DescribeIdentityPoolResult property. Represents the output of a DescribeIdentityPool operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityRequest"> <summary> Container for the parameters to the DescribeIdentity operation. Returns metadata related to the given identity, including when the identity was created and any associated linked logins. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityResponse"> <summary> Configuration for accessing Amazon DescribeIdentity service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DescribeIdentityResult"> <summary> A description of the identity. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityResult.CreationDate"> <summary> Gets and sets the property CreationDate. <para> Date on which the identity was created. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityResult.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityResult.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. <para> Date on which the identity was last modified. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityResult.Logins"> <summary> Gets and sets the property Logins. A set of optional name-value pairs that map provider names to provider tokens. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.DescribeIdentityResponse.DescribeIdentityResult"> <summary> Gets and sets the DescribeIdentityResult property. Represents the output of a DescribeIdentity operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.DeveloperUserAlreadyRegisteredException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.DeveloperUserAlreadyRegisteredException.#ctor(System.String)"> <summary> Constructs a new DeveloperUserAlreadyRegisteredException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.ExternalServiceException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.ExternalServiceException.#ctor(System.String)"> <summary> Constructs a new ExternalServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest"> <summary> Container for the parameters to the GetCredentialsForIdentity operation. Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. <para> This is a public API. You do not need any credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest.Logins"> <summary> Gets and sets the property Logins. <para> A set of optional name-value pairs that map provider names to provider tokens. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse"> <summary> Configuration for accessing Amazon GetCredentialsForIdentity service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResult"> <summary> Returned in response to a successful <code>GetCredentialsForIdentity</code> operation. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResult.Credentials"> <summary> Gets and sets the property Credentials. <para> Credentials for the provided identity ID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResult.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse.GetCredentialsForIdentityResult"> <summary> Gets and sets the GetCredentialsForIdentityResult property. Represents the output of a GetCredentialsForIdentity operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest"> <summary> Container for the parameters to the GetIdentityPoolRoles operation. Gets the roles for an identity pool. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesResponse"> <summary> Configuration for accessing Amazon GetIdentityPoolRoles service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesResult"> <summary> Returned in response to a successful <code>GetIdentityPoolRoles</code> operation. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesResult.Roles"> <summary> Gets and sets the property Roles. <para> The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdentityPoolRolesResponse.GetIdentityPoolRolesResult"> <summary> Gets and sets the GetIdentityPoolRolesResult property. Represents the output of a GetIdentityPoolRoles operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdRequest"> <summary> Container for the parameters to the GetId operation. Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit linked account. <para> This is a public API. You do not need any credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdRequest.AccountId"> <summary> Gets and sets the property AccountId. A standard AWS account ID (9+ digits). </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdRequest.Logins"> <summary> Gets and sets the property Logins. <para> A set of optional name-value pairs that map provider names to provider tokens. </para> <para> The available provider names for <code>Logins</code> are as follows: <ul> <li>Facebook: <code>graph.facebook.com</code> </li> <li>Google: <code>accounts.google.com</code> </li> <li>Amazon: <code>www.amazon.com</code> </li> <li>Twitter: <code>api.twitter.com</code> </li> <li>Digits: <code>www.digits.com</code> </li> </ul> </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdResponse"> <summary> Configuration for accessing Amazon GetId service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetIdResult"> <summary> Returned in response to a GetId request. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdResult.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetIdResponse.GetIdResult"> <summary> Gets and sets the GetIdResult property. Represents the output of a GetId operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest"> <summary> Container for the parameters to the GetOpenIdTokenForDeveloperIdentity operation. Registers (or retrieves) a Cognito <code>IdentityId</code> and an OpenID Connect token for a user authenticated by your backend authentication process. Supplying multiple logins will create an implicit linked account. You can only specify one developer provider as part of the <code>Logins</code> map, which is linked to the identity pool. The developer provider is the "domain" by which Cognito will refer to your users. <para> You can use <code>GetOpenIdTokenForDeveloperIdentity</code> to create a new identity and to link new logins (that is, user credentials issued by a public provider or developer provider) to an existing identity. When you want to create a new identity, the <code>IdentityId</code> should be null. When you want to associate a new login with an existing authenticated/unauthenticated identity, you can do so by providing the existing <code>IdentityId</code>. This API will create the identity in the specified <code>IdentityPoolId</code>. </para> <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest.Logins"> <summary> Gets and sets the property Logins. <para> A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax <code>"developer_provider_name": "developer_user_identifier"</code>. The developer provider is the "domain" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest.TokenDuration"> <summary> Gets and sets the property TokenDuration. <para> The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResponse"> <summary> Configuration for accessing Amazon GetOpenIdTokenForDeveloperIdentity service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResult"> <summary> Returned in response to a successful <code>GetOpenIdTokenForDeveloperIdentity</code> request. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResult.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResult.Token"> <summary> Gets and sets the property Token. <para> An OpenID token. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResponse.GetOpenIdTokenForDeveloperIdentityResult"> <summary> Gets and sets the GetOpenIdTokenForDeveloperIdentityResult property. Represents the output of a GetOpenIdTokenForDeveloperIdentity operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest"> <summary> Container for the parameters to the GetOpenIdToken operation. Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by <a>GetId</a>. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link. <para> The OpenId token is valid for 15 minutes. </para> <para> This is a public API. You do not need any credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest.Logins"> <summary> Gets and sets the property Logins. A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenResponse"> <summary> Configuration for accessing Amazon GetOpenIdToken service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.GetOpenIdTokenResult"> <summary> Returned in response to a successful GetOpenIdToken request. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenResult.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenResult.Token"> <summary> Gets and sets the property Token. An OpenID token, valid for 15 minutes. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.GetOpenIdTokenResponse.GetOpenIdTokenResult"> <summary> Gets and sets the GetOpenIdTokenResult property. Represents the output of a GetOpenIdToken operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.IdentityDescription"> <summary> A description of the identity. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityDescription.CreationDate"> <summary> Gets and sets the property CreationDate. <para> Date on which the identity was created. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityDescription.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityDescription.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. <para> Date on which the identity was last modified. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityDescription.Logins"> <summary> Gets and sets the property Logins. A set of optional name-value pairs that map provider names to provider tokens. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.IdentityPoolShortDescription"> <summary> A description of the identity pool. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityPoolShortDescription.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.IdentityPoolShortDescription.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. A string that you provide. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.InternalErrorException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.InternalErrorException.#ctor(System.String)"> <summary> Constructs a new InternalErrorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.InvalidIdentityPoolConfigurationException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.InvalidIdentityPoolConfigurationException.#ctor(System.String)"> <summary> Constructs a new InvalidIdentityPoolConfigurationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.InvalidParameterException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.InvalidParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.LimitExceededException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentitiesRequest"> <summary> Container for the parameters to the ListIdentities operation. Lists the identities in a pool. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesRequest.HideDisabled"> <summary> Gets and sets the property HideDisabled. <para> An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of identities to return. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesRequest.NextToken"> <summary> Gets and sets the property NextToken. A pagination token. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentitiesResponse"> <summary> Configuration for accessing Amazon ListIdentities service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentitiesResult"> <summary> The response to a ListIdentities request. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesResult.Identities"> <summary> Gets and sets the property Identities. An object containing a set of identities and associated mappings. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesResult.NextToken"> <summary> Gets and sets the property NextToken. A pagination token. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentitiesResponse.ListIdentitiesResult"> <summary> Gets and sets the ListIdentitiesResult property. Represents the output of a ListIdentities operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentityPoolsRequest"> <summary> Container for the parameters to the ListIdentityPools operation. Lists all of the Cognito identity pools registered for your account. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentityPoolsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of identities to return. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentityPoolsRequest.NextToken"> <summary> Gets and sets the property NextToken. A pagination token. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentityPoolsResponse"> <summary> Configuration for accessing Amazon ListIdentityPools service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.ListIdentityPoolsResult"> <summary> The result of a successful ListIdentityPools action. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentityPoolsResult.IdentityPools"> <summary> Gets and sets the property IdentityPools. The identity pools returned by the ListIdentityPools action. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentityPoolsResult.NextToken"> <summary> Gets and sets the property NextToken. A pagination token. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.ListIdentityPoolsResponse.ListIdentityPoolsResult"> <summary> Gets and sets the ListIdentityPoolsResult property. Represents the output of a ListIdentityPools operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest"> <summary> Container for the parameters to the LookupDeveloperIdentity operation. Retrieves the <code>IdentityID</code> associated with a <code>DeveloperUserIdentifier</code> or the list of <code>DeveloperUserIdentifier</code>s associated with an <code>IdentityId</code> for an existing identity. Either <code>IdentityID</code> or <code>DeveloperUserIdentifier</code> must not be null. If you supply only one of these values, the other value will be searched in the database and returned as a part of the response. If you supply both, <code>DeveloperUserIdentifier</code> will be matched against <code>IdentityID</code>. If the values are verified against the database, the response returns both values and is the same as the request. Otherwise a <code>ResourceConflictException</code> is thrown. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest.DeveloperUserIdentifier"> <summary> Gets and sets the property DeveloperUserIdentifier. <para> A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of identities to return. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A pagination token. The first call you make will have <code>NextToken</code> set to null. After that the service will return <code>NextToken</code> values as needed. For example, let's say you make a request with <code>MaxResults</code> set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse"> <summary> Configuration for accessing Amazon LookupDeveloperIdentity service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResult"> <summary> Returned in response to a successful <code>LookupDeveloperIdentity</code> action. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResult.DeveloperUserIdentifierList"> <summary> Gets and sets the property DeveloperUserIdentifierList. <para> This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResult.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResult.NextToken"> <summary> Gets and sets the property NextToken. <para> A pagination token. The first call you make will have <code>NextToken</code> set to null. After that the service will return <code>NextToken</code> values as needed. For example, let's say you make a request with <code>MaxResults</code> set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse.LookupDeveloperIdentityResult"> <summary> Gets and sets the LookupDeveloperIdentityResult property. Represents the output of a LookupDeveloperIdentity operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest"> <summary> Container for the parameters to the MergeDeveloperIdentities operation. Merges two users having different <code>IdentityId</code>s, existing in the same identity pool, and identified by the same developer provider. You can use this action to request that discrete users be merged and identified as a single user in the Cognito environment. Cognito associates the given source user (<code>SourceUserIdentifier</code>) with the <code>IdentityId</code> of the <code>DestinationUserIdentifier</code>. Only developer-authenticated users can be merged. If the users to be merged are associated with the same public provider, but as two different users, an exception will be thrown. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest.DestinationUserIdentifier"> <summary> Gets and sets the property DestinationUserIdentifier. <para> User identifier for the destination user. The value should be a <code>DeveloperUserIdentifier</code>. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the <code>DeveloperProviderName</code>, you can use letters as well as period (.), underscore (_), and dash (-). </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest.SourceUserIdentifier"> <summary> Gets and sets the property SourceUserIdentifier. <para> User identifier for the source user. The value should be a <code>DeveloperUserIdentifier</code>. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResponse"> <summary> Configuration for accessing Amazon MergeDeveloperIdentities service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResult"> <summary> Returned in response to a successful <code>MergeDeveloperIdentities</code> action. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResult.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResponse.MergeDeveloperIdentitiesResult"> <summary> Gets and sets the MergeDeveloperIdentitiesResult property. Represents the output of a MergeDeveloperIdentities operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.NotAuthorizedException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.NotAuthorizedException.#ctor(System.String)"> <summary> Constructs a new NotAuthorizedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.ResourceConflictException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.ResourceConflictException.#ctor(System.String)"> <summary> Constructs a new ResourceConflictException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.ResourceNotFoundException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.SetIdentityPoolRolesRequest"> <summary> Container for the parameters to the SetIdentityPoolRoles operation. Sets the roles for an identity pool. These roles are used when making calls to <code>GetCredentialsForIdentity</code> action. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.SetIdentityPoolRolesRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.SetIdentityPoolRolesRequest.Roles"> <summary> Gets and sets the property Roles. <para> The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.TooManyRequestsException"> <summary> CognitoIdentity exception </summary> </member> <member name="M:Amazon.CognitoIdentity.Model.TooManyRequestsException.#ctor(System.String)"> <summary> Constructs a new TooManyRequestsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest"> <summary> Container for the parameters to the UnlinkDeveloperIdentity operation. Unlinks a <code>DeveloperUserIdentifier</code> from an existing identity. Unlinked developer users will be considered new identities next time they are seen. If, for a given Cognito identity, you remove all federated identities as well as the developer user identifier, the Cognito identity becomes inaccessible. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest.DeveloperUserIdentifier"> <summary> Gets and sets the property DeveloperUserIdentifier. A unique ID used by your backend authentication process to identify a user. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkDeveloperIdentityRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> An identity pool ID in the format REGION:GUID. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.UnlinkIdentityRequest"> <summary> Container for the parameters to the UnlinkIdentity operation. Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible. <para> This is a public API. You do not need any credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkIdentityRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A unique identifier in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkIdentityRequest.Logins"> <summary> Gets and sets the property Logins. A set of optional name-value pairs that map provider names to provider tokens. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnlinkIdentityRequest.LoginsToRemove"> <summary> Gets and sets the property LoginsToRemove. Provider names to unlink from this identity. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.UnprocessedIdentityId"> <summary> An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnprocessedIdentityId.ErrorCode"> <summary> Gets and sets the property ErrorCode. <para> The error code indicating the type of error that occurred. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UnprocessedIdentityId.IdentityId"> <summary> Gets and sets the property IdentityId. <para> A unique identifier in the format REGION:GUID. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest"> <summary> Container for the parameters to the UpdateIdentityPool operation. Updates a user pool. <para> You must use AWS Developer credentials to call this API. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.AllowUnauthenticatedIdentities"> <summary> Gets and sets the property AllowUnauthenticatedIdentities. TRUE if the identity pool supports unauthenticated logins. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. <para> A string that you provide. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.OpenIdConnectProviderARNs"> <summary> Gets and sets the property OpenIdConnectProviderARNs. <para> A list of OpendID Connect provider ARNs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolRequest.SupportedLoginProviders"> <summary> Gets and sets the property SupportedLoginProviders. <para> Optional key:value pairs mapping provider names to provider app IDs. </para> </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResponse"> <summary> Configuration for accessing Amazon UpdateIdentityPool service </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult"> <summary> An object representing a Cognito identity pool. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.AllowUnauthenticatedIdentities"> <summary> Gets and sets the property AllowUnauthenticatedIdentities. TRUE if the identity pool supports unauthenticated logins. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.DeveloperProviderName"> <summary> Gets and sets the property DeveloperProviderName. <para> The "domain" by which Cognito will refer to your users. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. An identity pool ID in the format REGION:GUID. </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.IdentityPoolName"> <summary> Gets and sets the property IdentityPoolName. <para> A string that you provide. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.OpenIdConnectProviderARNs"> <summary> Gets and sets the property OpenIdConnectProviderARNs. <para> A list of OpendID Connect provider ARNs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResult.SupportedLoginProviders"> <summary> Gets and sets the property SupportedLoginProviders. <para> Optional key:value pairs mapping provider names to provider app IDs. </para> </summary> </member> <member name="P:Amazon.CognitoIdentity.Model.UpdateIdentityPoolResponse.UpdateIdentityPoolResult"> <summary> Gets and sets the UpdateIdentityPoolResult property. Represents the output of a UpdateIdentityPool operation. </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.CreateIdentityPoolRequestMarshaller"> <summary> CreateIdentityPool Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.CreateIdentityPoolResponseUnmarshaller"> <summary> Response Unmarshaller for CreateIdentityPool operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.CredentialsUnmarshaller"> <summary> Response Unmarshaller for Credentials Object </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DeleteIdentitiesRequestMarshaller"> <summary> DeleteIdentities Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DeleteIdentitiesResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteIdentities operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DeleteIdentityPoolRequestMarshaller"> <summary> DeleteIdentityPool Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DeleteIdentityPoolResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteIdentityPool operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DescribeIdentityPoolRequestMarshaller"> <summary> DescribeIdentityPool Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DescribeIdentityPoolResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeIdentityPool operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DescribeIdentityRequestMarshaller"> <summary> DescribeIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.DescribeIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetCredentialsForIdentityRequestMarshaller"> <summary> GetCredentialsForIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetCredentialsForIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for GetCredentialsForIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetIdentityPoolRolesRequestMarshaller"> <summary> GetIdentityPoolRoles Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetIdentityPoolRolesResponseUnmarshaller"> <summary> Response Unmarshaller for GetIdentityPoolRoles operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetIdRequestMarshaller"> <summary> GetId Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetIdResponseUnmarshaller"> <summary> Response Unmarshaller for GetId operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetOpenIdTokenForDeveloperIdentityRequestMarshaller"> <summary> GetOpenIdTokenForDeveloperIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetOpenIdTokenForDeveloperIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for GetOpenIdTokenForDeveloperIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetOpenIdTokenRequestMarshaller"> <summary> GetOpenIdToken Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.GetOpenIdTokenResponseUnmarshaller"> <summary> Response Unmarshaller for GetOpenIdToken operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.IdentityDescriptionUnmarshaller"> <summary> Response Unmarshaller for IdentityDescription Object </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.IdentityPoolShortDescriptionUnmarshaller"> <summary> Response Unmarshaller for IdentityPoolShortDescription Object </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.ListIdentitiesRequestMarshaller"> <summary> ListIdentities Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.ListIdentitiesResponseUnmarshaller"> <summary> Response Unmarshaller for ListIdentities operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.ListIdentityPoolsRequestMarshaller"> <summary> ListIdentityPools Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.ListIdentityPoolsResponseUnmarshaller"> <summary> Response Unmarshaller for ListIdentityPools operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.LookupDeveloperIdentityRequestMarshaller"> <summary> LookupDeveloperIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.LookupDeveloperIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for LookupDeveloperIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.MergeDeveloperIdentitiesRequestMarshaller"> <summary> MergeDeveloperIdentities Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.MergeDeveloperIdentitiesResponseUnmarshaller"> <summary> Response Unmarshaller for MergeDeveloperIdentities operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.SetIdentityPoolRolesRequestMarshaller"> <summary> SetIdentityPoolRoles Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.SetIdentityPoolRolesResponseUnmarshaller"> <summary> Response Unmarshaller for SetIdentityPoolRoles operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UnlinkDeveloperIdentityRequestMarshaller"> <summary> UnlinkDeveloperIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UnlinkDeveloperIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for UnlinkDeveloperIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UnlinkIdentityRequestMarshaller"> <summary> UnlinkIdentity Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UnlinkIdentityResponseUnmarshaller"> <summary> Response Unmarshaller for UnlinkIdentity operation </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UnprocessedIdentityIdUnmarshaller"> <summary> Response Unmarshaller for UnprocessedIdentityId Object </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UpdateIdentityPoolRequestMarshaller"> <summary> UpdateIdentityPool Request Marshaller </summary> </member> <member name="T:Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.UpdateIdentityPoolResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateIdentityPool operation </summary> </member> <member name="T:Amazon.CognitoSync.AmazonCognitoSyncConfig"> <summary> Configuration for accessing Amazon CognitoSync service </summary> </member> <member name="M:Amazon.CognitoSync.AmazonCognitoSyncConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.CognitoSync.AmazonCognitoSyncConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.CognitoSync.AmazonCognitoSyncConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.CognitoSync.BulkPublishStatus"> <summary> Constants used for properties of type BulkPublishStatus. </summary> </member> <member name="F:Amazon.CognitoSync.BulkPublishStatus.FAILED"> <summary> Constant FAILED for BulkPublishStatus </summary> </member> <member name="F:Amazon.CognitoSync.BulkPublishStatus.IN_PROGRESS"> <summary> Constant IN_PROGRESS for BulkPublishStatus </summary> </member> <member name="F:Amazon.CognitoSync.BulkPublishStatus.NOT_STARTED"> <summary> Constant NOT_STARTED for BulkPublishStatus </summary> </member> <member name="F:Amazon.CognitoSync.BulkPublishStatus.SUCCEEDED"> <summary> Constant SUCCEEDED for BulkPublishStatus </summary> </member> <member name="M:Amazon.CognitoSync.BulkPublishStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CognitoSync.BulkPublishStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CognitoSync.Operation"> <summary> Constants used for properties of type Operation. </summary> </member> <member name="F:Amazon.CognitoSync.Operation.Remove"> <summary> Constant Remove for Operation </summary> </member> <member name="F:Amazon.CognitoSync.Operation.Replace"> <summary> Constant Replace for Operation </summary> </member> <member name="M:Amazon.CognitoSync.Operation.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CognitoSync.Operation.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CognitoSync.Platform"> <summary> Constants used for properties of type Platform. </summary> </member> <member name="F:Amazon.CognitoSync.Platform.ADM"> <summary> Constant ADM for Platform </summary> </member> <member name="F:Amazon.CognitoSync.Platform.APNS"> <summary> Constant APNS for Platform </summary> </member> <member name="F:Amazon.CognitoSync.Platform.APNS_SANDBOX"> <summary> Constant APNS_SANDBOX for Platform </summary> </member> <member name="F:Amazon.CognitoSync.Platform.GCM"> <summary> Constant GCM for Platform </summary> </member> <member name="M:Amazon.CognitoSync.Platform.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CognitoSync.Platform.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CognitoSync.StreamingStatus"> <summary> Constants used for properties of type StreamingStatus. </summary> </member> <member name="F:Amazon.CognitoSync.StreamingStatus.DISABLED"> <summary> Constant DISABLED for StreamingStatus </summary> </member> <member name="F:Amazon.CognitoSync.StreamingStatus.ENABLED"> <summary> Constant ENABLED for StreamingStatus </summary> </member> <member name="M:Amazon.CognitoSync.StreamingStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.CognitoSync.StreamingStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.CognitoSync.Internal.CognitoCredentialsRetriever"> <summary> This handler overrides the base CredentialsRetriever which is removed from the pipeline. When the service client is using the CognitoAWSCredentials credentials object it makes sure that all CognitoSync calls have the latest identity id and identity pool id. </summary> </member> <member name="T:Amazon.CognitoSync.Internal.CognitoCredentialsRetriever.CSRequestCache"> <summary> A cache of objects that store the reflection objects. This is done so that reflection is only used once in order to set the fields on the request. </summary> </member> <member name="M:Amazon.CognitoSync.Internal.CognitoCredentialsRetriever.CSRequestCache.SetFields(Amazon.CognitoSync.AmazonCognitoSyncRequest,System.String,System.String)"> <summary> Set the IdentityId and IdentityPoolId properties on the request object </summary> <param name="request"></param> <param name="identityPoolId"></param> <param name="identityId"></param> </member> <member name="T:Amazon.CognitoSync.Internal.CognitoCredentialsRetriever.CSRequestCache.CSRequest"> <summary> This class holds on to the reflection objects to invoke the setters for IdentityId and IdentityPoolId for the given type. </summary> </member> <member name="T:Amazon.CognitoSync.Model.AlreadyStreamedException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.AlreadyStreamedException.#ctor(System.String)"> <summary> Constructs a new AlreadyStreamedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.AmazonCognitoSyncRequest"> <summary> Base class for CognitoSync operation requests. </summary> </member> <member name="T:Amazon.CognitoSync.Model.BulkPublishRequest"> <summary> Container for the parameters to the BulkPublish operation. Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream. Customers are limited to one successful bulk publish per 24 hours. Bulk publish is an asynchronous request, customers can see the status of the request via the GetBulkPublishDetails operation. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.BulkPublishRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.BulkPublishResponse"> <summary> Configuration for accessing Amazon BulkPublish service </summary> </member> <member name="T:Amazon.CognitoSync.Model.BulkPublishResult"> <summary> The output for the BulkPublish operation. </summary> </member> <member name="P:Amazon.CognitoSync.Model.BulkPublishResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.BulkPublishResponse.BulkPublishResult"> <summary> Gets and sets the BulkPublishResult property. Represents the output of a BulkPublish operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.CognitoStreams"> <summary> Configuration options for configure Cognito streams. </summary> </member> <member name="P:Amazon.CognitoSync.Model.CognitoStreams.RoleArn"> <summary> Gets and sets the property RoleArn. The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream. </summary> </member> <member name="P:Amazon.CognitoSync.Model.CognitoStreams.StreamingStatus"> <summary> Gets and sets the property StreamingStatus. Status of the Cognito streams. Valid values are: <para> ENABLED - Streaming of updates to identity pool is enabled. </para> <para> DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.CognitoStreams.StreamName"> <summary> Gets and sets the property StreamName. The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ConcurrentModificationException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.ConcurrentModificationException.#ctor(System.String)"> <summary> Constructs a new ConcurrentModificationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.Dataset"> <summary> A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.CreationDate"> <summary> Gets and sets the property CreationDate. Date on which the dataset was created. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.DatasetName"> <summary> Gets and sets the property DatasetName. A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.DataStorage"> <summary> Gets and sets the property DataStorage. Total size in bytes of the records in this dataset. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.LastModifiedBy"> <summary> Gets and sets the property LastModifiedBy. The device that made the last change to this dataset. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. Date when the dataset was last modified. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Dataset.NumRecords"> <summary> Gets and sets the property NumRecords. Number of records in this dataset. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DeleteDatasetRequest"> <summary> Container for the parameters to the DeleteDataset operation. Deletes the specific dataset. The dataset will be deleted permanently, and the action can't be undone. Datasets that this dataset was merged with will no longer report the merge. Any subsequent operation on this dataset will result in a ResourceNotFoundException. <para> This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.DeleteDatasetRequest.DatasetName"> <summary> Gets and sets the property DatasetName. A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). </summary> </member> <member name="P:Amazon.CognitoSync.Model.DeleteDatasetRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DeleteDatasetRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DeleteDatasetResponse"> <summary> Configuration for accessing Amazon DeleteDataset service </summary> </member> <member name="T:Amazon.CognitoSync.Model.DeleteDatasetResult"> <summary> Response to a successful DeleteDataset request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DeleteDatasetResult.Dataset"> <summary> Gets and sets the property Dataset. A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DeleteDatasetResponse.DeleteDatasetResult"> <summary> Gets and sets the DeleteDatasetResult property. Represents the output of a DeleteDataset operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeDatasetRequest"> <summary> Container for the parameters to the DescribeDataset operation. Gets meta data about a dataset by identity and dataset name. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data. <para> This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeDatasetRequest.DatasetName"> <summary> Gets and sets the property DatasetName. A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeDatasetRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeDatasetRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeDatasetResponse"> <summary> Configuration for accessing Amazon DescribeDataset service </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeDatasetResult"> <summary> Response to a successful DescribeDataset request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeDatasetResult.Dataset"> <summary> Gets and sets the property Dataset. Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeDatasetResponse.DescribeDatasetResult"> <summary> Gets and sets the DescribeDatasetResult property. Represents the output of a DescribeDataset operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageRequest"> <summary> Container for the parameters to the DescribeIdentityPoolUsage operation. Gets usage details (for example, data storage) about a particular identity pool. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageResponse"> <summary> Configuration for accessing Amazon DescribeIdentityPoolUsage service </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageResult"> <summary> Response to a successful DescribeIdentityPoolUsage request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageResult.IdentityPoolUsage"> <summary> Gets and sets the property IdentityPoolUsage. Information about the usage of the identity pool. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityPoolUsageResponse.DescribeIdentityPoolUsageResult"> <summary> Gets and sets the DescribeIdentityPoolUsageResult property. Represents the output of a DescribeIdentityPoolUsage operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityUsageRequest"> <summary> Container for the parameters to the DescribeIdentityUsage operation. Gets usage information for an identity, including number of datasets and data usage. <para> This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityUsageRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityUsageRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityUsageResponse"> <summary> Configuration for accessing Amazon DescribeIdentityUsage service </summary> </member> <member name="T:Amazon.CognitoSync.Model.DescribeIdentityUsageResult"> <summary> The response to a successful DescribeIdentityUsage request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityUsageResult.IdentityUsage"> <summary> Gets and sets the property IdentityUsage. Usage information for the identity. </summary> </member> <member name="P:Amazon.CognitoSync.Model.DescribeIdentityUsageResponse.DescribeIdentityUsageResult"> <summary> Gets and sets the DescribeIdentityUsageResult property. Represents the output of a DescribeIdentityUsage operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.DuplicateRequestException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.DuplicateRequestException.#ctor(System.String)"> <summary> Constructs a new DuplicateRequestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.GetBulkPublishDetailsRequest"> <summary> Container for the parameters to the GetBulkPublishDetails operation. Get the status of the last BulkPublish operation for an identity pool. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetBulkPublishDetailsResponse"> <summary> Configuration for accessing Amazon GetBulkPublishDetails service </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult"> <summary> The output for the GetBulkPublishDetails operation. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult.BulkPublishCompleteTime"> <summary> Gets and sets the property BulkPublishCompleteTime. If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult.BulkPublishStartTime"> <summary> Gets and sets the property BulkPublishStartTime. The date/time at which the last bulk publish was initiated. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult.BulkPublishStatus"> <summary> Gets and sets the property BulkPublishStatus. Status of the last bulk publish operation, valid values are: <para> NOT_STARTED - No bulk publish has been requested for this identity pool </para> <para> IN_PROGRESS - Data is being published to the configured stream </para> <para> SUCCEEDED - All data for the identity pool has been published to the configured stream </para> <para> FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult.FailureMessage"> <summary> Gets and sets the property FailureMessage. If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetBulkPublishDetailsResponse.GetBulkPublishDetailsResult"> <summary> Gets and sets the GetBulkPublishDetailsResult property. Represents the output of a GetBulkPublishDetails operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetCognitoEventsRequest"> <summary> Container for the parameters to the GetCognitoEvents operation. Gets the events and the corresponding Lambda functions associated with an identity pool. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetCognitoEventsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> The Cognito Identity Pool ID for the request </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetCognitoEventsResponse"> <summary> Configuration for accessing Amazon GetCognitoEvents service </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetCognitoEventsResult"> <summary> The response from the GetCognitoEvents request </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetCognitoEventsResult.Events"> <summary> Gets and sets the property Events. <para> The Cognito Events returned from the GetCognitoEvents request </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetCognitoEventsResponse.GetCognitoEventsResult"> <summary> Gets and sets the GetCognitoEventsResult property. Represents the output of a GetCognitoEvents operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationRequest"> <summary> Container for the parameters to the GetIdentityPoolConfiguration operation. Gets the configuration settings of an identity pool. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResponse"> <summary> Configuration for accessing Amazon GetIdentityPoolConfiguration service </summary> </member> <member name="T:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResult"> <summary> The output for the GetIdentityPoolConfiguration operation. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResult.CognitoStreams"> <summary> Gets and sets the property CognitoStreams. Options to apply to this identity pool for Amazon Cognito streams. </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResult.PushSync"> <summary> Gets and sets the property PushSync. <para> Options to apply to this identity pool for push synchronization. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.GetIdentityPoolConfigurationResponse.GetIdentityPoolConfigurationResult"> <summary> Gets and sets the GetIdentityPoolConfigurationResult property. Represents the output of a GetIdentityPoolConfiguration operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.IdentityPoolUsage"> <summary> Usage information for the identity pool. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityPoolUsage.DataStorage"> <summary> Gets and sets the property DataStorage. Data storage information for the identity pool. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityPoolUsage.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityPoolUsage.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. Date on which the identity pool was last modified. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityPoolUsage.SyncSessionsCount"> <summary> Gets and sets the property SyncSessionsCount. Number of sync sessions for the identity pool. </summary> </member> <member name="T:Amazon.CognitoSync.Model.IdentityUsage"> <summary> Usage information for the identity. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityUsage.DatasetCount"> <summary> Gets and sets the property DatasetCount. Number of datasets for the identity. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityUsage.DataStorage"> <summary> Gets and sets the property DataStorage. Total data storage for this identity. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityUsage.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityUsage.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.IdentityUsage.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. Date on which the identity was last modified. </summary> </member> <member name="T:Amazon.CognitoSync.Model.InternalErrorException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.InternalErrorException.#ctor(System.String)"> <summary> Constructs a new InternalErrorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.InvalidConfigurationException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.InvalidConfigurationException.#ctor(System.String)"> <summary> Constructs a new InvalidConfigurationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.InvalidLambdaFunctionOutputException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.InvalidLambdaFunctionOutputException.#ctor(System.String)"> <summary> Constructs a new InvalidLambdaFunctionOutputException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.InvalidParameterException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.InvalidParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.KinesisStreaming"> <summary> </summary> </member> <member name="P:Amazon.CognitoSync.Model.KinesisStreaming.KinesisRoleArn"> <summary> Gets and sets the property KinesisRoleArn. </summary> </member> <member name="P:Amazon.CognitoSync.Model.KinesisStreaming.StreamingStatus"> <summary> Gets and sets the property StreamingStatus. </summary> </member> <member name="P:Amazon.CognitoSync.Model.KinesisStreaming.StreamName"> <summary> Gets and sets the property StreamName. </summary> </member> <member name="T:Amazon.CognitoSync.Model.LambdaThrottledException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.LambdaThrottledException.#ctor(System.String)"> <summary> Constructs a new LambdaThrottledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.LimitExceededException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.ListDatasetsRequest"> <summary> Container for the parameters to the ListDatasets operation. Lists datasets for an identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data. <para> ListDatasets can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use the Cognito Identity credentials to make this API call. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of results to be returned. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsRequest.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListDatasetsResponse"> <summary> Configuration for accessing Amazon ListDatasets service </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListDatasetsResult"> <summary> Returned for a successful ListDatasets request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsResult.Count"> <summary> Gets and sets the property Count. Number of datasets returned. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsResult.Datasets"> <summary> Gets and sets the property Datasets. A set of datasets. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsResult.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListDatasetsResponse.ListDatasetsResult"> <summary> Gets and sets the ListDatasetsResult property. Represents the output of a ListDatasets operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListIdentityPoolUsageRequest"> <summary> Container for the parameters to the ListIdentityPoolUsage operation. Gets a list of identity pools registered with Cognito. <para> ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageRequest.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of results to be returned. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageRequest.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListIdentityPoolUsageResponse"> <summary> Configuration for accessing Amazon ListIdentityPoolUsage service </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListIdentityPoolUsageResult"> <summary> Returned for a successful ListIdentityPoolUsage request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageResult.Count"> <summary> Gets and sets the property Count. Total number of identities for the identity pool. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageResult.IdentityPoolUsages"> <summary> Gets and sets the property IdentityPoolUsages. Usage information for the identity pools. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageResult.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of results to be returned. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageResult.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListIdentityPoolUsageResponse.ListIdentityPoolUsageResult"> <summary> Gets and sets the ListIdentityPoolUsageResult property. Represents the output of a ListIdentityPoolUsage operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListRecordsRequest"> <summary> Container for the parameters to the ListRecords operation. Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data. <para> ListRecords can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.DatasetName"> <summary> Gets and sets the property DatasetName. A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.LastSyncCount"> <summary> Gets and sets the property LastSyncCount. The last server sync count for this record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. The maximum number of results to be returned. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsRequest.SyncSessionToken"> <summary> Gets and sets the property SyncSessionToken. A token containing a session ID, identity ID, and expiration. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListRecordsResponse"> <summary> Configuration for accessing Amazon ListRecords service </summary> </member> <member name="T:Amazon.CognitoSync.Model.ListRecordsResult"> <summary> Returned for a successful ListRecordsRequest. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.Count"> <summary> Gets and sets the property Count. Total number of records. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.DatasetDeletedAfterRequestedSyncCount"> <summary> Gets and sets the property DatasetDeletedAfterRequestedSyncCount. A boolean value specifying whether to delete the dataset locally. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.DatasetExists"> <summary> Gets and sets the property DatasetExists. Indicates whether the dataset exists. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.DatasetSyncCount"> <summary> Gets and sets the property DatasetSyncCount. Server sync count for this dataset. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.LastModifiedBy"> <summary> Gets and sets the property LastModifiedBy. The user/device that made the last change to this record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.MergedDatasetNames"> <summary> Gets and sets the property MergedDatasetNames. Names of merged datasets. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.NextToken"> <summary> Gets and sets the property NextToken. A pagination token for obtaining the next page of results. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.Records"> <summary> Gets and sets the property Records. A list of all records. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResult.SyncSessionToken"> <summary> Gets and sets the property SyncSessionToken. A token containing a session ID, identity ID, and expiration. </summary> </member> <member name="P:Amazon.CognitoSync.Model.ListRecordsResponse.ListRecordsResult"> <summary> Gets and sets the ListRecordsResult property. Represents the output of a ListRecords operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.NotAuthorizedException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.NotAuthorizedException.#ctor(System.String)"> <summary> Constructs a new NotAuthorizedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.PushSync"> <summary> Configuration options to be applied to the identity pool. </summary> </member> <member name="P:Amazon.CognitoSync.Model.PushSync.ApplicationArns"> <summary> Gets and sets the property ApplicationArns. <para> List of SNS platform application ARNs that could be used by clients. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.PushSync.RoleArn"> <summary> Gets and sets the property RoleArn. <para> A role configured to allow Cognito to call SNS on behalf of the developer. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.Record"> <summary> The basic data structure of a dataset. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.DeviceLastModifiedDate"> <summary> Gets and sets the property DeviceLastModifiedDate. The last modified date of the client device. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.Key"> <summary> Gets and sets the property Key. The key for the record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.LastModifiedBy"> <summary> Gets and sets the property LastModifiedBy. The user/device that made the last change to this record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.LastModifiedDate"> <summary> Gets and sets the property LastModifiedDate. The date on which the record was last modified. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.SyncCount"> <summary> Gets and sets the property SyncCount. The server sync count for this record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.Record.Value"> <summary> Gets and sets the property Value. The value for the record. </summary> </member> <member name="T:Amazon.CognitoSync.Model.RecordPatch"> <summary> An update operation for a record. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RecordPatch.DeviceLastModifiedDate"> <summary> Gets and sets the property DeviceLastModifiedDate. The last modified date of the client device. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RecordPatch.Key"> <summary> Gets and sets the property Key. The key associated with the record patch. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RecordPatch.Op"> <summary> Gets and sets the property Op. An operation, either replace or remove. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RecordPatch.SyncCount"> <summary> Gets and sets the property SyncCount. Last known server sync count for this record. Set to 0 if unknown. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RecordPatch.Value"> <summary> Gets and sets the property Value. The value associated with the record patch. </summary> </member> <member name="T:Amazon.CognitoSync.Model.RegisterDeviceRequest"> <summary> Container for the parameters to the RegisterDevice operation. Registers a device to receive push sync notifications. <para> This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> The unique ID for this identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceRequest.Platform"> <summary> Gets and sets the property Platform. <para> The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX). </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceRequest.Token"> <summary> Gets and sets the property Token. <para> The push token. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.RegisterDeviceResponse"> <summary> Configuration for accessing Amazon RegisterDevice service </summary> </member> <member name="T:Amazon.CognitoSync.Model.RegisterDeviceResult"> <summary> Response to a RegisterDevice request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceResult.DeviceId"> <summary> Gets and sets the property DeviceId. <para> The unique ID generated for this device by Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.RegisterDeviceResponse.RegisterDeviceResult"> <summary> Gets and sets the RegisterDeviceResult property. Represents the output of a RegisterDevice operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.ResourceConflictException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.ResourceConflictException.#ctor(System.String)"> <summary> Constructs a new ResourceConflictException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.ResourceNotFoundException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.SetCognitoEventsRequest"> <summary> Container for the parameters to the SetCognitoEvents operation. Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the key/value pair specified. Other key/values pairs are not updated. To remove a key value pair, pass a empty value for the particular key. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetCognitoEventsRequest.Events"> <summary> Gets and sets the property Events. <para> The events to configure </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetCognitoEventsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> The Cognito Identity Pool to use when configuring Cognito Events </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest"> <summary> Container for the parameters to the SetIdentityPoolConfiguration operation. Sets the necessary configuration for push sync. <para> This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest.CognitoStreams"> <summary> Gets and sets the property CognitoStreams. Options to apply to this identity pool for Amazon Cognito streams. </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationRequest.PushSync"> <summary> Gets and sets the property PushSync. <para> Options to apply to this identity pool for push synchronization. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResponse"> <summary> Configuration for accessing Amazon SetIdentityPoolConfiguration service </summary> </member> <member name="T:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResult"> <summary> The output for the SetIdentityPoolConfiguration operation </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResult.CognitoStreams"> <summary> Gets and sets the property CognitoStreams. Options to apply to this identity pool for Amazon Cognito streams. </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResult.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResult.PushSync"> <summary> Gets and sets the property PushSync. <para> Options to apply to this identity pool for push synchronization. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SetIdentityPoolConfigurationResponse.SetIdentityPoolConfigurationResult"> <summary> Gets and sets the SetIdentityPoolConfigurationResult property. Represents the output of a SetIdentityPoolConfiguration operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.SubscribeToDatasetRequest"> <summary> Container for the parameters to the SubscribeToDataset operation. Subscribes to receive notifications when a dataset is modified by another device. <para> This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SubscribeToDatasetRequest.DatasetName"> <summary> Gets and sets the property DatasetName. <para> The name of the dataset to subcribe to. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SubscribeToDatasetRequest.DeviceId"> <summary> Gets and sets the property DeviceId. <para> The unique ID generated for this device by Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SubscribeToDatasetRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> Unique ID for this identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.SubscribeToDatasetRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.SubscribeToDatasetResponse"> <summary> Configuration for accessing Amazon SubscribeToDataset service </summary> </member> <member name="T:Amazon.CognitoSync.Model.SubscribeToDatasetResult"> <summary> Response to a SubscribeToDataset request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.SubscribeToDatasetResponse.SubscribeToDatasetResult"> <summary> Gets and sets the SubscribeToDatasetResult property. Represents the output of a SubscribeToDataset operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.TooManyRequestsException"> <summary> CognitoSync exception </summary> </member> <member name="M:Amazon.CognitoSync.Model.TooManyRequestsException.#ctor(System.String)"> <summary> Constructs a new TooManyRequestsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest"> <summary> Container for the parameters to the UnsubscribeFromDataset operation. Unsubscribes from receiving notifications when a dataset is modified by another device. <para> This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest.DatasetName"> <summary> Gets and sets the property DatasetName. <para> The name of the dataset from which to unsubcribe. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest.DeviceId"> <summary> Gets and sets the property DeviceId. <para> The unique ID generated for this device by Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest.IdentityId"> <summary> Gets and sets the property IdentityId. <para> Unique ID for this identity. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UnsubscribeFromDatasetRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. <para> A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs. </para> </summary> </member> <member name="T:Amazon.CognitoSync.Model.UnsubscribeFromDatasetResponse"> <summary> Configuration for accessing Amazon UnsubscribeFromDataset service </summary> </member> <member name="T:Amazon.CognitoSync.Model.UnsubscribeFromDatasetResult"> <summary> Response to an UnsubscribeFromDataset request. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UnsubscribeFromDatasetResponse.UnsubscribeFromDatasetResult"> <summary> Gets and sets the UnsubscribeFromDatasetResult property. Represents the output of a UnsubscribeFromDataset operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.UpdateRecordsRequest"> <summary> Container for the parameters to the UpdateRecords operation. Posts updates to records and adds and deletes records for a dataset and user. <para> The sync count in the record patch is your last known sync count for that record. The server will reject an UpdateRecords request with a ResourceConflictException if you try to patch a record with a new value but a stale sync count. </para> <para> For example, if the sync count on the server is 5 for a key called highScore and you try and submit a new highScore with sync count of 4, the request will be rejected. To obtain the current sync count for a record, call ListRecords. On a successful update of the record, the response returns the new sync count for that record. You should present that sync count the next time you try to update that same record. When the record does not exist, specify the sync count as 0. </para> <para> This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.ClientContext"> <summary> Gets and sets the property ClientContext. Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.DatasetName"> <summary> Gets and sets the property DatasetName. A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.DeviceId"> <summary> Gets and sets the property DeviceId. <para> The unique ID generated for this device by Cognito. </para> </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.IdentityId"> <summary> Gets and sets the property IdentityId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.IdentityPoolId"> <summary> Gets and sets the property IdentityPoolId. A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.RecordPatches"> <summary> Gets and sets the property RecordPatches. A list of patch operations. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsRequest.SyncSessionToken"> <summary> Gets and sets the property SyncSessionToken. The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity. </summary> </member> <member name="T:Amazon.CognitoSync.Model.UpdateRecordsResponse"> <summary> Configuration for accessing Amazon UpdateRecords service </summary> </member> <member name="T:Amazon.CognitoSync.Model.UpdateRecordsResult"> <summary> Returned for a successful UpdateRecordsRequest. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsResult.Records"> <summary> Gets and sets the property Records. A list of records that have been updated. </summary> </member> <member name="P:Amazon.CognitoSync.Model.UpdateRecordsResponse.UpdateRecordsResult"> <summary> Gets and sets the UpdateRecordsResult property. Represents the output of a UpdateRecords operation. </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.BulkPublishRequestMarshaller"> <summary> BulkPublish Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.BulkPublishResponseUnmarshaller"> <summary> Response Unmarshaller for BulkPublish operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.CognitoStreamsMarshaller"> <summary> CognitoStreams Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.CognitoStreamsUnmarshaller"> <summary> Response Unmarshaller for CognitoStreams Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DatasetUnmarshaller"> <summary> Response Unmarshaller for Dataset Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DeleteDatasetRequestMarshaller"> <summary> DeleteDataset Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DeleteDatasetResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDataset operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeDatasetRequestMarshaller"> <summary> DescribeDataset Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeDatasetResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDataset operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeIdentityPoolUsageRequestMarshaller"> <summary> DescribeIdentityPoolUsage Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeIdentityPoolUsageResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeIdentityPoolUsage operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeIdentityUsageRequestMarshaller"> <summary> DescribeIdentityUsage Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.DescribeIdentityUsageResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeIdentityUsage operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetBulkPublishDetailsRequestMarshaller"> <summary> GetBulkPublishDetails Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetBulkPublishDetailsResponseUnmarshaller"> <summary> Response Unmarshaller for GetBulkPublishDetails operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetCognitoEventsRequestMarshaller"> <summary> GetCognitoEvents Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetCognitoEventsResponseUnmarshaller"> <summary> Response Unmarshaller for GetCognitoEvents operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetIdentityPoolConfigurationRequestMarshaller"> <summary> GetIdentityPoolConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.GetIdentityPoolConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for GetIdentityPoolConfiguration operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.IdentityPoolUsageUnmarshaller"> <summary> Response Unmarshaller for IdentityPoolUsage Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.IdentityUsageUnmarshaller"> <summary> Response Unmarshaller for IdentityUsage Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.KinesisStreamingMarshaller"> <summary> KinesisStreaming Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.KinesisStreamingUnmarshaller"> <summary> Response Unmarshaller for KinesisStreaming Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListDatasetsRequestMarshaller"> <summary> ListDatasets Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListDatasetsResponseUnmarshaller"> <summary> Response Unmarshaller for ListDatasets operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListIdentityPoolUsageRequestMarshaller"> <summary> ListIdentityPoolUsage Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListIdentityPoolUsageResponseUnmarshaller"> <summary> Response Unmarshaller for ListIdentityPoolUsage operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListRecordsRequestMarshaller"> <summary> ListRecords Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.ListRecordsResponseUnmarshaller"> <summary> Response Unmarshaller for ListRecords operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.PushSyncMarshaller"> <summary> PushSync Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.PushSyncUnmarshaller"> <summary> Response Unmarshaller for PushSync Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.RecordPatchMarshaller"> <summary> RecordPatch Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.RecordUnmarshaller"> <summary> Response Unmarshaller for Record Object </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.RegisterDeviceRequestMarshaller"> <summary> RegisterDevice Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.RegisterDeviceResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterDevice operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SetCognitoEventsRequestMarshaller"> <summary> SetCognitoEvents Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SetCognitoEventsResponseUnmarshaller"> <summary> Response Unmarshaller for SetCognitoEvents operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SetIdentityPoolConfigurationRequestMarshaller"> <summary> SetIdentityPoolConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SetIdentityPoolConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for SetIdentityPoolConfiguration operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SubscribeToDatasetRequestMarshaller"> <summary> SubscribeToDataset Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.SubscribeToDatasetResponseUnmarshaller"> <summary> Response Unmarshaller for SubscribeToDataset operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.UnsubscribeFromDatasetRequestMarshaller"> <summary> UnsubscribeFromDataset Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.UnsubscribeFromDatasetResponseUnmarshaller"> <summary> Response Unmarshaller for UnsubscribeFromDataset operation </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.UpdateRecordsRequestMarshaller"> <summary> UpdateRecords Request Marshaller </summary> </member> <member name="T:Amazon.CognitoSync.Model.Internal.MarshallTransformations.UpdateRecordsResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateRecords operation </summary> </member> <member name="T:Amazon.DataPipeline.AmazonDataPipelineConfig"> <summary> Configuration for accessing Amazon DataPipeline service </summary> </member> <member name="M:Amazon.DataPipeline.AmazonDataPipelineConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.DataPipeline.AmazonDataPipelineConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.DataPipeline.AmazonDataPipelineConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.DataPipeline.OperatorType"> <summary> Constants used for properties of type OperatorType. </summary> </member> <member name="F:Amazon.DataPipeline.OperatorType.BETWEEN"> <summary> Constant BETWEEN for OperatorType </summary> </member> <member name="F:Amazon.DataPipeline.OperatorType.EQ"> <summary> Constant EQ for OperatorType </summary> </member> <member name="F:Amazon.DataPipeline.OperatorType.GE"> <summary> Constant GE for OperatorType </summary> </member> <member name="F:Amazon.DataPipeline.OperatorType.LE"> <summary> Constant LE for OperatorType </summary> </member> <member name="F:Amazon.DataPipeline.OperatorType.REF_EQ"> <summary> Constant REF_EQ for OperatorType </summary> </member> <member name="M:Amazon.DataPipeline.OperatorType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DataPipeline.OperatorType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DataPipeline.TaskStatus"> <summary> Constants used for properties of type TaskStatus. </summary> </member> <member name="F:Amazon.DataPipeline.TaskStatus.FAILED"> <summary> Constant FAILED for TaskStatus </summary> </member> <member name="F:Amazon.DataPipeline.TaskStatus.FALSE"> <summary> Constant FALSE for TaskStatus </summary> </member> <member name="F:Amazon.DataPipeline.TaskStatus.FINISHED"> <summary> Constant FINISHED for TaskStatus </summary> </member> <member name="M:Amazon.DataPipeline.TaskStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DataPipeline.TaskStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DataPipeline.Model.ActivatePipelineRequest"> <summary> Container for the parameters to the ActivatePipeline operation. Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails. <para> If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call <a>DeactivatePipeline</a>. </para> <para> To activate a finished pipeline, modify the end date for the pipeline and then activate it. </para> </summary> </member> <member name="T:Amazon.DataPipeline.AmazonDataPipelineRequest"> <summary> Base class for DataPipeline operation requests. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ActivatePipelineRequest.ParameterValues"> <summary> Gets and sets the property ParameterValues. <para> A list of parameter values to pass to the pipeline at activation. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ActivatePipelineRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ActivatePipelineRequest.StartTimestamp"> <summary> Gets and sets the property StartTimestamp. <para> The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ActivatePipelineResponse"> <summary> Configuration for accessing Amazon ActivatePipeline service </summary> </member> <member name="T:Amazon.DataPipeline.Model.ActivatePipelineResult"> <summary> Contains the output of ActivatePipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ActivatePipelineResponse.ActivatePipelineResult"> <summary> Gets and sets the ActivatePipelineResult property. Represents the output of a ActivatePipeline operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.AddTagsRequest"> <summary> Container for the parameters to the AddTags operation. Adds or modifies tags for the specified pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.AddTagsRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.AddTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags to add, as key/value pairs. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.AddTagsResponse"> <summary> Configuration for accessing Amazon AddTags service </summary> </member> <member name="T:Amazon.DataPipeline.Model.AddTagsResult"> <summary> Contains the output of AddTags. </summary> </member> <member name="P:Amazon.DataPipeline.Model.AddTagsResponse.AddTagsResult"> <summary> Gets and sets the AddTagsResult property. Represents the output of a AddTags operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.CreatePipelineRequest"> <summary> Container for the parameters to the CreatePipeline operation. Creates a new, empty pipeline. Use <a>PutPipelineDefinition</a> to populate the pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineRequest.Description"> <summary> Gets and sets the property Description. <para> The description for the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineRequest.Name"> <summary> Gets and sets the property Name. <para> The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineRequest.UniqueId"> <summary> Gets and sets the property UniqueId. <para> A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to <code>CreatePipeline</code>. For example, if the first call to <code>CreatePipeline</code> does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to <code>CreatePipeline</code>. <code>CreatePipeline</code> ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.CreatePipelineResponse"> <summary> Configuration for accessing Amazon CreatePipeline service </summary> </member> <member name="T:Amazon.DataPipeline.Model.CreatePipelineResult"> <summary> Contains the output of CreatePipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineResult.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID that AWS Data Pipeline assigns the newly created pipeline. For example, <code>df-06372391ZG65EXAMPLE</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.CreatePipelineResponse.CreatePipelineResult"> <summary> Gets and sets the CreatePipelineResult property. Represents the output of a CreatePipeline operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.DeactivatePipelineRequest"> <summary> Container for the parameters to the DeactivatePipeline operation. Deactivates the specified running pipeline. The pipeline is set to the <code>DEACTIVATING</code> state until the deactivation process completes. <para> To resume a deactivated pipeline, use <a>ActivatePipeline</a>. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DeactivatePipelineRequest.CancelActive"> <summary> Gets and sets the property CancelActive. <para> Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to <code>CANCELED</code>. If this value is false, the pipeline is deactivated after all running objects finish. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DeactivatePipelineRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.DeactivatePipelineResponse"> <summary> Configuration for accessing Amazon DeactivatePipeline service </summary> </member> <member name="T:Amazon.DataPipeline.Model.DeactivatePipelineResult"> <summary> Contains the output of DeactivatePipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.DeactivatePipelineResponse.DeactivatePipelineResult"> <summary> Gets and sets the DeactivatePipelineResult property. Represents the output of a DeactivatePipeline operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.DeletePipelineRequest"> <summary> Container for the parameters to the DeletePipeline operation. Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners. <para> Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call <a>SetStatus</a> with the status set to <code>PAUSE</code> on individual components. Components that are paused by <a>SetStatus</a> can be resumed. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DeletePipelineRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribeObjectsRequest"> <summary> Container for the parameters to the DescribeObjects operation. Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object. </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsRequest.EvaluateExpressions"> <summary> Gets and sets the property EvaluateExpressions. <para> Indicates whether any expressions in the object should be evaluated when the object descriptions are returned. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsRequest.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>DescribeObjects</code> with the marker value from the previous call to retrieve the next set of results. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsRequest.ObjectIds"> <summary> Gets and sets the property ObjectIds. <para> The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to <code>DescribeObjects</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline that contains the object definitions. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribeObjectsResponse"> <summary> Configuration for accessing Amazon DescribeObjects service </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribeObjectsResult"> <summary> Contains the output of DescribeObjects. </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsResult.HasMoreResults"> <summary> Gets and sets the property HasMoreResults. <para> Indicates whether there are more results to return. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsResult.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the next page of results. To view the next page of results, call <code>DescribeObjects</code> again with this marker value. If the value is null, there are no more results. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsResult.PipelineObjects"> <summary> Gets and sets the property PipelineObjects. <para> An array of object definitions. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribeObjectsResponse.DescribeObjectsResult"> <summary> Gets and sets the DescribeObjectsResult property. Represents the output of a DescribeObjects operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribePipelinesRequest"> <summary> Container for the parameters to the DescribePipelines operation. Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions. <para> To retrieve the full pipeline definition instead of metadata about the pipeline, call <a>GetPipelineDefinition</a>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribePipelinesRequest.PipelineIds"> <summary> Gets and sets the property PipelineIds. <para> The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call <a>ListPipelines</a>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribePipelinesResponse"> <summary> Configuration for accessing Amazon DescribePipelines service </summary> </member> <member name="T:Amazon.DataPipeline.Model.DescribePipelinesResult"> <summary> Contains the output of DescribePipelines. </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribePipelinesResult.PipelineDescriptionList"> <summary> Gets and sets the property PipelineDescriptionList. <para> An array of descriptions for the specified pipelines. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.DescribePipelinesResponse.DescribePipelinesResult"> <summary> Gets and sets the DescribePipelinesResult property. Represents the output of a DescribePipelines operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.EvaluateExpressionRequest"> <summary> Container for the parameters to the EvaluateExpression operation. Task runners call <code>EvaluateExpression</code> to evaluate a string in the context of the specified object. For example, a task runner can evaluate SQL queries stored in Amazon S3. </summary> </member> <member name="P:Amazon.DataPipeline.Model.EvaluateExpressionRequest.Expression"> <summary> Gets and sets the property Expression. <para> The expression to evaluate. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.EvaluateExpressionRequest.ObjectId"> <summary> Gets and sets the property ObjectId. <para> The ID of the object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.EvaluateExpressionRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.EvaluateExpressionResponse"> <summary> Configuration for accessing Amazon EvaluateExpression service </summary> </member> <member name="T:Amazon.DataPipeline.Model.EvaluateExpressionResult"> <summary> Contains the output of EvaluateExpression. </summary> </member> <member name="P:Amazon.DataPipeline.Model.EvaluateExpressionResult.EvaluatedExpression"> <summary> Gets and sets the property EvaluatedExpression. <para> The evaluated expression. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.EvaluateExpressionResponse.EvaluateExpressionResult"> <summary> Gets and sets the EvaluateExpressionResult property. Represents the output of a EvaluateExpression operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.Field"> <summary> A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (<code>StringValue</code>) or a reference to another object (<code>RefValue</code>) but not as both. </summary> </member> <member name="P:Amazon.DataPipeline.Model.Field.Key"> <summary> Gets and sets the property Key. <para> The field identifier. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.Field.RefValue"> <summary> Gets and sets the property RefValue. <para> The field value, expressed as the identifier of another object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.Field.StringValue"> <summary> Gets and sets the property StringValue. <para> The field value, expressed as a String. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.GetPipelineDefinitionRequest"> <summary> Container for the parameters to the GetPipelineDefinition operation. Gets the definition of the specified pipeline. You can call <code>GetPipelineDefinition</code> to retrieve the pipeline definition that you provided using <a>PutPipelineDefinition</a>. </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionRequest.Version"> <summary> Gets and sets the property Version. <para> The version of the pipeline definition to retrieve. Set this parameter to <code>latest</code> (default) to use the last definition saved to the pipeline or <code>active</code> to use the last definition that was activated. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.GetPipelineDefinitionResponse"> <summary> Configuration for accessing Amazon GetPipelineDefinition service </summary> </member> <member name="T:Amazon.DataPipeline.Model.GetPipelineDefinitionResult"> <summary> Contains the output of GetPipelineDefinition. </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionResult.ParameterObjects"> <summary> Gets and sets the property ParameterObjects. <para> The parameter objects used in the pipeline definition. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionResult.ParameterValues"> <summary> Gets and sets the property ParameterValues. <para> The parameter values used in the pipeline definition. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionResult.PipelineObjects"> <summary> Gets and sets the property PipelineObjects. <para> The objects defined in the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.GetPipelineDefinitionResponse.GetPipelineDefinitionResult"> <summary> Gets and sets the GetPipelineDefinitionResult property. Represents the output of a GetPipelineDefinition operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.InstanceIdentity"> <summary> <para> Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.InstanceIdentity.Document"> <summary> Gets and sets the property Document. <para> A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.InstanceIdentity.Signature"> <summary> Gets and sets the property Signature. <para> A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.InternalServiceErrorException"> <summary> DataPipeline exception </summary> </member> <member name="M:Amazon.DataPipeline.Model.InternalServiceErrorException.#ctor(System.String)"> <summary> Constructs a new InternalServiceErrorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DataPipeline.Model.InvalidRequestException"> <summary> DataPipeline exception </summary> </member> <member name="M:Amazon.DataPipeline.Model.InvalidRequestException.#ctor(System.String)"> <summary> Constructs a new InvalidRequestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DataPipeline.Model.ListPipelinesRequest"> <summary> Container for the parameters to the ListPipelines operation. Lists the pipeline identifiers for all active pipelines that you have permission to access. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ListPipelinesRequest.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>ListPipelines</code> with the marker value from the previous call to retrieve the next set of results. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ListPipelinesResponse"> <summary> Configuration for accessing Amazon ListPipelines service </summary> </member> <member name="T:Amazon.DataPipeline.Model.ListPipelinesResult"> <summary> Contains the output of ListPipelines. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ListPipelinesResult.HasMoreResults"> <summary> Gets and sets the property HasMoreResults. <para> Indicates whether there are more results that can be obtained by a subsequent call. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ListPipelinesResult.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the next page of results. To view the next page of results, call <code>ListPipelinesOutput</code> again with this marker value. If the value is null, there are no more results. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ListPipelinesResult.PipelineIdList"> <summary> Gets and sets the property PipelineIdList. <para> The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call <a>DescribePipelines</a> and <a>GetPipelineDefinition</a>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ListPipelinesResponse.ListPipelinesResult"> <summary> Gets and sets the ListPipelinesResult property. Represents the output of a ListPipelines operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.Operator"> <summary> Contains a logical operation for comparing the value of a field with a specified value. </summary> </member> <member name="P:Amazon.DataPipeline.Model.Operator.Type"> <summary> Gets and sets the property Type. <para> The logical operation to be performed: equal (<code>EQ</code>), equal reference (<code>REF_EQ</code>), less than or equal (<code>LE</code>), greater than or equal (<code>GE</code>), or between (<code>BETWEEN</code>). Equal reference (<code>REF_EQ</code>) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below. </para> <para> The comparison operators EQ and REF_EQ act on the following fields: </para> <ul> <li>name</li> <li>@sphere</li> <li>parent</li> <li>@componentParent</li> <li>@instanceParent</li> <li>@status</li> <li>@scheduledStartTime</li> <li>@scheduledEndTime</li> <li>@actualStartTime</li> <li>@actualEndTime</li> </ul> <para> The comparison operators <code>GE</code>, <code>LE</code>, and <code>BETWEEN</code> act on the following fields: </para> <ul> <li>@scheduledStartTime</li> <li>@scheduledEndTime</li> <li>@actualStartTime</li> <li>@actualEndTime</li> </ul> <para> Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string "my". </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.Operator.Values"> <summary> Gets and sets the property Values. <para> The value that the actual field value will be compared with. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ParameterAttribute"> <summary> The attributes allowed or specified with a parameter object. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterAttribute.Key"> <summary> Gets and sets the property Key. <para> The field identifier. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterAttribute.StringValue"> <summary> Gets and sets the property StringValue. <para> The field value, expressed as a String. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ParameterObject"> <summary> Contains information about a parameter object. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterObject.Attributes"> <summary> Gets and sets the property Attributes. <para> The attributes of the parameter object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterObject.Id"> <summary> Gets and sets the property Id. <para> The ID of the parameter object. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ParameterValue"> <summary> A value or list of parameter values. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterValue.Id"> <summary> Gets and sets the property Id. <para> The ID of the parameter value. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ParameterValue.StringValue"> <summary> Gets and sets the property StringValue. <para> The field value, expressed as a String. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PipelineDeletedException"> <summary> DataPipeline exception </summary> </member> <member name="M:Amazon.DataPipeline.Model.PipelineDeletedException.#ctor(System.String)"> <summary> Constructs a new PipelineDeletedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DataPipeline.Model.PipelineDescription"> <summary> Contains pipeline metadata. </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineDescription.Description"> <summary> Gets and sets the property Description. <para> Description of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineDescription.Fields"> <summary> Gets and sets the property Fields. <para> A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineDescription.Name"> <summary> Gets and sets the property Name. <para> The name of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineDescription.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineDescription.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PipelineIdName"> <summary> Contains the name and identifier of a pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineIdName.Id"> <summary> Gets and sets the property Id. <para> The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form <code>df-297EG78HU43EEXAMPLE</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineIdName.Name"> <summary> Gets and sets the property Name. <para> The name of the pipeline. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PipelineNotFoundException"> <summary> DataPipeline exception </summary> </member> <member name="M:Amazon.DataPipeline.Model.PipelineNotFoundException.#ctor(System.String)"> <summary> Constructs a new PipelineNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DataPipeline.Model.PipelineObject"> <summary> Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineObject.Fields"> <summary> Gets and sets the property Fields. <para> Key-value pairs that define the properties of the object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineObject.Id"> <summary> Gets and sets the property Id. <para> The ID of the object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PipelineObject.Name"> <summary> Gets and sets the property Name. <para> The name of the object. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PollForTaskRequest"> <summary> Container for the parameters to the PollForTask operation. Task runners call <code>PollForTask</code> to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform by setting a value for the <code>workerGroup</code> parameter. The task returned can come from any of the pipelines that match the <code>workerGroup</code> value passed in by the task runner and that was launched using the IAM user credentials specified by the task runner. <para> If tasks are ready in the work queue, <code>PollForTask</code> returns a response immediately. If no tasks are available in the queue, <code>PollForTask</code> uses long-polling and holds on to a poll connection for up to a 90 seconds, during which time the first newly scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task runner should not call <code>PollForTask</code> again on the same <code>workerGroup</code> until it receives a response, and this can take up to 90 seconds. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PollForTaskRequest.Hostname"> <summary> Gets and sets the property Hostname. <para> The public DNS name of the calling task runner. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PollForTaskRequest.InstanceIdentity"> <summary> Gets and sets the property InstanceIdentity. <para> Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using <code>http://169.254.169.254/latest/meta-data/instance-id</code>. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i> Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PollForTaskRequest.WorkerGroup"> <summary> Gets and sets the property WorkerGroup. <para> The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code> in the call to <code>PollForTask</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string must be an exact, case-sensitive, match. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PollForTaskResponse"> <summary> Configuration for accessing Amazon PollForTask service </summary> </member> <member name="T:Amazon.DataPipeline.Model.PollForTaskResult"> <summary> Contains the output of PollForTask. </summary> </member> <member name="P:Amazon.DataPipeline.Model.PollForTaskResult.TaskObject"> <summary> Gets and sets the property TaskObject. <para> The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is <code>taskId</code>, which contains an identifier for the task being assigned. The calling task runner uses <code>taskId</code> in subsequent calls to <a>ReportTaskProgress</a> and <a>SetTaskStatus</a>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PollForTaskResponse.PollForTaskResult"> <summary> Gets and sets the PollForTaskResult property. Represents the output of a PollForTask operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.PutPipelineDefinitionRequest"> <summary> Container for the parameters to the PutPipelineDefinition operation. Adds tasks, schedules, and preconditions to the specified pipeline. You can use <code>PutPipelineDefinition</code> to populate a new pipeline. <para> <code>PutPipelineDefinition</code> also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline. </para> <ol> <li>An object is missing a name or identifier field.</li> <li>A string or reference field is empty.</li> <li>The number of objects in the pipeline exceeds the maximum allowed objects.</li> <li>The pipeline is in a FINISHED state.</li> </ol> <para> Pipeline object definitions are passed to the <code>PutPipelineDefinition</code> action and returned by the <a>GetPipelineDefinition</a> action. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionRequest.ParameterObjects"> <summary> Gets and sets the property ParameterObjects. <para> The parameter objects used with the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionRequest.ParameterValues"> <summary> Gets and sets the property ParameterValues. <para> The parameter values used with the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionRequest.PipelineObjects"> <summary> Gets and sets the property PipelineObjects. <para> The objects that define the pipeline. These objects overwrite the existing pipeline definition. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.PutPipelineDefinitionResponse"> <summary> Configuration for accessing Amazon PutPipelineDefinition service </summary> </member> <member name="T:Amazon.DataPipeline.Model.PutPipelineDefinitionResult"> <summary> Contains the output of PutPipelineDefinition. </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionResult.Errored"> <summary> Gets and sets the property Errored. <para> Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call <code>PutPipelineDefinition</code> to commit the corrected pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionResult.ValidationErrors"> <summary> Gets and sets the property ValidationErrors. <para> The validation errors that are associated with the objects defined in <code>pipelineObjects</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionResult.ValidationWarnings"> <summary> Gets and sets the property ValidationWarnings. <para> The validation warnings that are associated with the objects defined in <code>pipelineObjects</code>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.PutPipelineDefinitionResponse.PutPipelineDefinitionResult"> <summary> Gets and sets the PutPipelineDefinitionResult property. Represents the output of a PutPipelineDefinition operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.Query"> <summary> Defines the query to run against an object. </summary> </member> <member name="P:Amazon.DataPipeline.Model.Query.Selectors"> <summary> Gets and sets the property Selectors. <para> List of selectors that define the query. An object must satisfy all of the selectors to match the query. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.QueryObjectsRequest"> <summary> Container for the parameters to the QueryObjects operation. Queries the specified pipeline for the names of objects that match the specified set of conditions. </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of object names that <code>QueryObjects</code> will return in a single call. The default value is 100. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsRequest.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>QueryObjects</code> with the marker value from the previous call to retrieve the next set of results. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsRequest.Query"> <summary> Gets and sets the property Query. <para> The query that defines the objects to be returned. The <code>Query</code> object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsRequest.Sphere"> <summary> Gets and sets the property Sphere. <para> Indicates whether the query applies to components or instances. The possible values are: <code>COMPONENT</code>, <code>INSTANCE</code>, and <code>ATTEMPT</code>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.QueryObjectsResponse"> <summary> Configuration for accessing Amazon QueryObjects service </summary> </member> <member name="T:Amazon.DataPipeline.Model.QueryObjectsResult"> <summary> Contains the output of QueryObjects. </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsResult.HasMoreResults"> <summary> Gets and sets the property HasMoreResults. <para> Indicates whether there are more results that can be obtained by a subsequent call. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsResult.Ids"> <summary> Gets and sets the property Ids. <para> The identifiers that match the query selectors. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsResult.Marker"> <summary> Gets and sets the property Marker. <para> The starting point for the next page of results. To view the next page of results, call <code>QueryObjects</code> again with this marker value. If the value is null, there are no more results. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.QueryObjectsResponse.QueryObjectsResult"> <summary> Gets and sets the QueryObjectsResult property. Represents the output of a QueryObjects operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.RemoveTagsRequest"> <summary> Container for the parameters to the RemoveTags operation. Removes existing tags from the specified pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.RemoveTagsRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.RemoveTagsRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> The keys of the tags to remove. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.RemoveTagsResponse"> <summary> Configuration for accessing Amazon RemoveTags service </summary> </member> <member name="T:Amazon.DataPipeline.Model.RemoveTagsResult"> <summary> Contains the output of RemoveTags. </summary> </member> <member name="P:Amazon.DataPipeline.Model.RemoveTagsResponse.RemoveTagsResult"> <summary> Gets and sets the RemoveTagsResult property. Represents the output of a RemoveTags operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskProgressRequest"> <summary> Container for the parameters to the ReportTaskProgress operation. Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not receive this acknowledgement within 2 minutes, it assigns the task in a subsequent <a>PollForTask</a> call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a <code>reportProgressTimeout</code> field in your pipeline. <para> If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task and reassigns the task in a subsequent response to <a>PollForTask</a>. Task runners should call <code>ReportTaskProgress</code> every 60 seconds. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskProgressRequest.Fields"> <summary> Gets and sets the property Fields. <para> Key-value pairs that define the properties of the ReportTaskProgressInput object. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskProgressRequest.TaskId"> <summary> Gets and sets the property TaskId. <para> The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskProgressResponse"> <summary> Configuration for accessing Amazon ReportTaskProgress service </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskProgressResult"> <summary> Contains the output of ReportTaskProgress. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskProgressResult.Canceled"> <summary> Gets and sets the property Canceled. <para> If true, the calling task runner should cancel processing of the task. The task runner does not need to call <a>SetTaskStatus</a> for canceled tasks. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskProgressResponse.ReportTaskProgressResult"> <summary> Gets and sets the ReportTaskProgressResult property. Represents the output of a ReportTaskProgress operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest"> <summary> Container for the parameters to the ReportTaskRunnerHeartbeat operation. Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational. If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use this call to detect when the task runner application has failed and restart a new instance. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest.Hostname"> <summary> Gets and sets the property Hostname. <para> The public DNS name of the task runner. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest.TaskrunnerId"> <summary> Gets and sets the property TaskrunnerId. <para> The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatRequest.WorkerGroup"> <summary> Gets and sets the property WorkerGroup. <para> The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for <code>workerGroup</code>. There are no wildcard values permitted in <code>workerGroup</code>; the string must be an exact, case-sensitive, match. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatResponse"> <summary> Configuration for accessing Amazon ReportTaskRunnerHeartbeat service </summary> </member> <member name="T:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatResult"> <summary> Contains the output of ReportTaskRunnerHeartbeat. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatResult.Terminate"> <summary> Gets and sets the property Terminate. <para> Indicates whether the calling task runner should terminate. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ReportTaskRunnerHeartbeatResponse.ReportTaskRunnerHeartbeatResult"> <summary> Gets and sets the ReportTaskRunnerHeartbeatResult property. Represents the output of a ReportTaskRunnerHeartbeat operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.Selector"> <summary> A comparision that is used to determine whether a query should return this object. </summary> </member> <member name="P:Amazon.DataPipeline.Model.Selector.FieldName"> <summary> Gets and sets the property FieldName. <para> The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.Selector.Operator"> <summary> Gets and sets the property Operator. </summary> </member> <member name="T:Amazon.DataPipeline.Model.SetStatusRequest"> <summary> Container for the parameters to the SetStatus operation. Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on <code>FINISHED</code> pipelines and attempting to do so returns <code>InvalidRequestException</code>. </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetStatusRequest.ObjectIds"> <summary> Gets and sets the property ObjectIds. <para> The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetStatusRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline that contains the objects. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetStatusRequest.Status"> <summary> Gets and sets the property Status. <para> The status to be set on all the objects specified in <code>objectIds</code>. For components, use <code>PAUSE</code> or <code>RESUME</code>. For instances, use <code>TRY_CANCEL</code>, <code>RERUN</code>, or <code>MARK_FINISHED</code>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.SetTaskStatusRequest"> <summary> Container for the parameters to the SetTaskStatus operation. Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status. A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call <code>SetTaskStatus</code> for tasks that are canceled by the web service during a call to <a>ReportTaskProgress</a>. </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusRequest.ErrorId"> <summary> Gets and sets the property ErrorId. <para> If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string "Service_" which is reserved by the system. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusRequest.ErrorMessage"> <summary> Gets and sets the property ErrorMessage. <para> If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusRequest.ErrorStackTrace"> <summary> Gets and sets the property ErrorStackTrace. <para> If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusRequest.TaskId"> <summary> Gets and sets the property TaskId. <para> The ID of the task assigned to the task runner. This value is provided in the response for <a>PollForTask</a>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusRequest.TaskStatus"> <summary> Gets and sets the property TaskStatus. <para> If <code>FINISHED</code>, the task successfully completed. If <code>FAILED</code>, the task ended unsuccessfully. Preconditions use false. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.SetTaskStatusResponse"> <summary> Configuration for accessing Amazon SetTaskStatus service </summary> </member> <member name="T:Amazon.DataPipeline.Model.SetTaskStatusResult"> <summary> Contains the output of SetTaskStatus. </summary> </member> <member name="P:Amazon.DataPipeline.Model.SetTaskStatusResponse.SetTaskStatusResult"> <summary> Gets and sets the SetTaskStatusResult property. Represents the output of a SetTaskStatus operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.Tag"> <summary> Tags are key/value pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline. For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>. </summary> </member> <member name="P:Amazon.DataPipeline.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key name of a tag defined by a user. For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The optional value portion of a tag defined by a user. For more information, see <a href="http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-control-access.html">Controlling User Access to Pipelines</a> in the <i>AWS Data Pipeline Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.TaskNotFoundException"> <summary> DataPipeline exception </summary> </member> <member name="M:Amazon.DataPipeline.Model.TaskNotFoundException.#ctor(System.String)"> <summary> Constructs a new TaskNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DataPipeline.Model.TaskObject"> <summary> Contains information about a pipeline task that is assigned to a task runner. </summary> </member> <member name="P:Amazon.DataPipeline.Model.TaskObject.AttemptId"> <summary> Gets and sets the property AttemptId. <para> The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.TaskObject.Objects"> <summary> Gets and sets the property Objects. <para> Connection information for the location where the task runner will publish the output of the task. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.TaskObject.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline that provided the task. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.TaskObject.TaskId"> <summary> Gets and sets the property TaskId. <para> An internal identifier for the task. This ID is passed to the <a>SetTaskStatus</a> and <a>ReportTaskProgress</a> actions. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest"> <summary> Container for the parameters to the ValidatePipelineDefinition operation. Validates the specified pipeline definition to ensure that it is well formed and can be run without error. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest.ParameterObjects"> <summary> Gets and sets the property ParameterObjects. <para> The parameter objects used with the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest.ParameterValues"> <summary> Gets and sets the property ParameterValues. <para> The parameter values used with the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionRequest.PipelineObjects"> <summary> Gets and sets the property PipelineObjects. <para> The objects that define the pipeline changes to validate against the pipeline. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResponse"> <summary> Configuration for accessing Amazon ValidatePipelineDefinition service </summary> </member> <member name="T:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult"> <summary> Contains the output of ValidatePipelineDefinition. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult.Errored"> <summary> Gets and sets the property Errored. <para> Indicates whether there were validation errors. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult.ValidationErrors"> <summary> Gets and sets the property ValidationErrors. <para> Any validation errors that were found. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult.ValidationWarnings"> <summary> Gets and sets the property ValidationWarnings. <para> Any validation warnings that were found. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidatePipelineDefinitionResponse.ValidatePipelineDefinitionResult"> <summary> Gets and sets the ValidatePipelineDefinitionResult property. Represents the output of a ValidatePipelineDefinition operation. </summary> </member> <member name="T:Amazon.DataPipeline.Model.ValidationError"> <summary> Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidationError.Errors"> <summary> Gets and sets the property Errors. <para> A description of the validation error. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidationError.Id"> <summary> Gets and sets the property Id. <para> The identifier of the object that contains the validation error. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.ValidationWarning"> <summary> Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline. </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidationWarning.Id"> <summary> Gets and sets the property Id. <para> The identifier of the object that contains the validation warning. </para> </summary> </member> <member name="P:Amazon.DataPipeline.Model.ValidationWarning.Warnings"> <summary> Gets and sets the property Warnings. <para> A description of the validation warning. </para> </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ActivatePipelineRequestMarshaller"> <summary> ActivatePipeline Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ActivatePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for ActivatePipeline operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.AddTagsRequestMarshaller"> <summary> AddTags Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.AddTagsResponseUnmarshaller"> <summary> Response Unmarshaller for AddTags operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.CreatePipelineRequestMarshaller"> <summary> CreatePipeline Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.CreatePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePipeline operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DeactivatePipelineRequestMarshaller"> <summary> DeactivatePipeline Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DeactivatePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for DeactivatePipeline operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DeletePipelineRequestMarshaller"> <summary> DeletePipeline Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DeletePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePipeline operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DescribeObjectsRequestMarshaller"> <summary> DescribeObjects Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DescribeObjectsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeObjects operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DescribePipelinesRequestMarshaller"> <summary> DescribePipelines Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.DescribePipelinesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePipelines operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.EvaluateExpressionRequestMarshaller"> <summary> EvaluateExpression Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.EvaluateExpressionResponseUnmarshaller"> <summary> Response Unmarshaller for EvaluateExpression operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.FieldMarshaller"> <summary> Field Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.FieldUnmarshaller"> <summary> Response Unmarshaller for Field Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.GetPipelineDefinitionRequestMarshaller"> <summary> GetPipelineDefinition Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.GetPipelineDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for GetPipelineDefinition operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.InstanceIdentityMarshaller"> <summary> InstanceIdentity Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ListPipelinesRequestMarshaller"> <summary> ListPipelines Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ListPipelinesResponseUnmarshaller"> <summary> Response Unmarshaller for ListPipelines operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.OperatorMarshaller"> <summary> Operator Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterAttributeMarshaller"> <summary> ParameterAttribute Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterAttributeUnmarshaller"> <summary> Response Unmarshaller for ParameterAttribute Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterObjectMarshaller"> <summary> ParameterObject Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterObjectUnmarshaller"> <summary> Response Unmarshaller for ParameterObject Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterValueMarshaller"> <summary> ParameterValue Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ParameterValueUnmarshaller"> <summary> Response Unmarshaller for ParameterValue Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PipelineDescriptionUnmarshaller"> <summary> Response Unmarshaller for PipelineDescription Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PipelineIdNameUnmarshaller"> <summary> Response Unmarshaller for PipelineIdName Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PipelineObjectMarshaller"> <summary> PipelineObject Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PipelineObjectUnmarshaller"> <summary> Response Unmarshaller for PipelineObject Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PollForTaskRequestMarshaller"> <summary> PollForTask Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PollForTaskResponseUnmarshaller"> <summary> Response Unmarshaller for PollForTask operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PutPipelineDefinitionRequestMarshaller"> <summary> PutPipelineDefinition Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.PutPipelineDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for PutPipelineDefinition operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.QueryMarshaller"> <summary> Query Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.QueryObjectsRequestMarshaller"> <summary> QueryObjects Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.QueryObjectsResponseUnmarshaller"> <summary> Response Unmarshaller for QueryObjects operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.RemoveTagsRequestMarshaller"> <summary> RemoveTags Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.RemoveTagsResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTags operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ReportTaskProgressRequestMarshaller"> <summary> ReportTaskProgress Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ReportTaskProgressResponseUnmarshaller"> <summary> Response Unmarshaller for ReportTaskProgress operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ReportTaskRunnerHeartbeatRequestMarshaller"> <summary> ReportTaskRunnerHeartbeat Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ReportTaskRunnerHeartbeatResponseUnmarshaller"> <summary> Response Unmarshaller for ReportTaskRunnerHeartbeat operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.SelectorMarshaller"> <summary> Selector Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetStatusRequestMarshaller"> <summary> SetStatus Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetStatusResponseUnmarshaller"> <summary> Response Unmarshaller for SetStatus operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetTaskStatusRequestMarshaller"> <summary> SetTaskStatus Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.SetTaskStatusResponseUnmarshaller"> <summary> Response Unmarshaller for SetTaskStatus operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.TagMarshaller"> <summary> Tag Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.TaskObjectUnmarshaller"> <summary> Response Unmarshaller for TaskObject Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ValidatePipelineDefinitionRequestMarshaller"> <summary> ValidatePipelineDefinition Request Marshaller </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ValidatePipelineDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for ValidatePipelineDefinition operation </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ValidationErrorUnmarshaller"> <summary> Response Unmarshaller for ValidationError Object </summary> </member> <member name="T:Amazon.DataPipeline.Model.Internal.MarshallTransformations.ValidationWarningUnmarshaller"> <summary> Response Unmarshaller for ValidationWarning Object </summary> </member> <member name="T:Amazon.DirectConnect.AmazonDirectConnectConfig"> <summary> Configuration for accessing Amazon DirectConnect service </summary> </member> <member name="M:Amazon.DirectConnect.AmazonDirectConnectConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.DirectConnect.AmazonDirectConnectConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.DirectConnect.AmazonDirectConnectConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.DirectConnect.ConnectionState"> <summary> Constants used for properties of type ConnectionState. </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Available"> <summary> Constant Available for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Deleted"> <summary> Constant Deleted for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Deleting"> <summary> Constant Deleting for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Down"> <summary> Constant Down for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Ordering"> <summary> Constant Ordering for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Pending"> <summary> Constant Pending for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Rejected"> <summary> Constant Rejected for ConnectionState </summary> </member> <member name="F:Amazon.DirectConnect.ConnectionState.Requested"> <summary> Constant Requested for ConnectionState </summary> </member> <member name="M:Amazon.DirectConnect.ConnectionState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DirectConnect.ConnectionState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DirectConnect.InterconnectState"> <summary> Constants used for properties of type InterconnectState. </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Available"> <summary> Constant Available for InterconnectState </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Deleted"> <summary> Constant Deleted for InterconnectState </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Deleting"> <summary> Constant Deleting for InterconnectState </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Down"> <summary> Constant Down for InterconnectState </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Pending"> <summary> Constant Pending for InterconnectState </summary> </member> <member name="F:Amazon.DirectConnect.InterconnectState.Requested"> <summary> Constant Requested for InterconnectState </summary> </member> <member name="M:Amazon.DirectConnect.InterconnectState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DirectConnect.InterconnectState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DirectConnect.VirtualInterfaceState"> <summary> Constants used for properties of type VirtualInterfaceState. </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Available"> <summary> Constant Available for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Confirming"> <summary> Constant Confirming for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Deleted"> <summary> Constant Deleted for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Deleting"> <summary> Constant Deleting for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Pending"> <summary> Constant Pending for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Rejected"> <summary> Constant Rejected for VirtualInterfaceState </summary> </member> <member name="F:Amazon.DirectConnect.VirtualInterfaceState.Verifying"> <summary> Constant Verifying for VirtualInterfaceState </summary> </member> <member name="M:Amazon.DirectConnect.VirtualInterfaceState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DirectConnect.VirtualInterfaceState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest"> <summary> Container for the parameters to the AllocateConnectionOnInterconnect operation. Creates a hosted connection on an interconnect. <para> Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect. </para> </summary> </member> <member name="T:Amazon.DirectConnect.AmazonDirectConnectRequest"> <summary> Base class for DirectConnect operation requests. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> Bandwidth of the connection. </para> <para> Example: "<i>500Mbps</i>" </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest.ConnectionName"> <summary> Gets and sets the property ConnectionName. <para> Name of the provisioned connection. </para> <para> Example: "<i>500M Connection to AWS</i>" </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest.InterconnectId"> <summary> Gets and sets the property InterconnectId. <para> ID of the interconnect on which the connection will be provisioned. </para> <para> Example: dxcon-456abc78 </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. <para> Numeric account Id of the customer for whom the connection will be provisioned. </para> <para> Example: 123443215678 </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest.Vlan"> <summary> Gets and sets the property Vlan. <para> The dedicated VLAN provisioned to the connection. </para> <para> Example: 101 </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResponse"> <summary> Configuration for accessing Amazon AllocateConnectionOnInterconnect service </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult"> <summary> A connection represents the physical network connection between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> Bandwidth of the connection. </para> <para> Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.ConnectionName"> <summary> Gets and sets the property ConnectionName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.ConnectionState"> <summary> Gets and sets the property ConnectionState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.PartnerName"> <summary> Gets and sets the property PartnerName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectResponse.AllocateConnectionOnInterconnectResult"> <summary> Gets and sets the AllocateConnectionOnInterconnectResult property. Represents the output of a AllocateConnectionOnInterconnect operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest"> <summary> Container for the parameters to the AllocatePrivateVirtualInterface operation. Provisions a private virtual interface to be owned by a different customer. <para> The owner of a connection calls this function to provision a private virtual interface which will be owned by another AWS customer. </para> <para> Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. <para> The connection ID on which the private virtual interface is provisioned. </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest.NewPrivateVirtualInterfaceAllocation"> <summary> Gets and sets the property NewPrivateVirtualInterfaceAllocation. <para> Detailed information for the private virtual interface to be provisioned. </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceRequest.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. <para> The AWS account that will own the new private virtual interface. </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon AllocatePrivateVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult"> <summary> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.CustomerRouterConfig"> <summary> Gets and sets the property CustomerRouterConfig. <para> Information for generating the customer router configuration. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.VirtualInterfaceType"> <summary> Gets and sets the property VirtualInterfaceType. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePrivateVirtualInterfaceResponse.AllocatePrivateVirtualInterfaceResult"> <summary> Gets and sets the AllocatePrivateVirtualInterfaceResult property. Represents the output of a AllocatePrivateVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest"> <summary> Container for the parameters to the AllocatePublicVirtualInterface operation. Provisions a public virtual interface to be owned by a different customer. <para> The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer. </para> <para> Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. <para> The connection ID on which the public virtual interface is provisioned. </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest.NewPublicVirtualInterfaceAllocation"> <summary> Gets and sets the property NewPublicVirtualInterfaceAllocation. <para> Detailed information for the public virtual interface to be provisioned. </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceRequest.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. <para> The AWS account that will own the new public virtual interface. </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon AllocatePublicVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult"> <summary> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.CustomerRouterConfig"> <summary> Gets and sets the property CustomerRouterConfig. <para> Information for generating the customer router configuration. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.VirtualInterfaceType"> <summary> Gets and sets the property VirtualInterfaceType. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.AllocatePublicVirtualInterfaceResponse.AllocatePublicVirtualInterfaceResult"> <summary> Gets and sets the AllocatePublicVirtualInterfaceResult property. Represents the output of a AllocatePublicVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmConnectionRequest"> <summary> Container for the parameters to the ConfirmConnection operation. Confirm the creation of a hosted connection on an interconnect. <para> Upon creation, the hosted connection is initially in the 'Ordering' state, and will remain in this state until the owner calls ConfirmConnection to confirm creation of the hosted connection. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmConnectionRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmConnectionResponse"> <summary> Configuration for accessing Amazon ConfirmConnection service </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmConnectionResult"> <summary> The response received when ConfirmConnection is called. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmConnectionResult.ConnectionState"> <summary> Gets and sets the property ConnectionState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmConnectionResponse.ConfirmConnectionResult"> <summary> Gets and sets the ConfirmConnectionResult property. Represents the output of a ConfirmConnection operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceRequest"> <summary> Container for the parameters to the ConfirmPrivateVirtualInterface operation. Accept ownership of a private virtual interface created by another customer. <para> After the virtual interface owner calls this function, the virtual interface will be created and attached to the given virtual private gateway, and will be available for handling traffic. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceRequest.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. <para> ID of the virtual private gateway that will be attached to the virtual interface. </para> <para> A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html">EC2 CreateVpnGateway</a> action. </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceRequest.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon ConfirmPrivateVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceResult"> <summary> The response received when ConfirmPrivateVirtualInterface is called. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPrivateVirtualInterfaceResponse.ConfirmPrivateVirtualInterfaceResult"> <summary> Gets and sets the ConfirmPrivateVirtualInterfaceResult property. Represents the output of a ConfirmPrivateVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest"> <summary> Container for the parameters to the ConfirmPublicVirtualInterface operation. Accept ownership of a public virtual interface created by another customer. <para> After the virtual interface owner calls this function, the specified virtual interface will be created and made available for handling traffic. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceRequest.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon ConfirmPublicVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceResult"> <summary> The response received when ConfirmPublicVirtualInterface is called. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.ConfirmPublicVirtualInterfaceResponse.ConfirmPublicVirtualInterfaceResult"> <summary> Gets and sets the ConfirmPublicVirtualInterfaceResult property. Represents the output of a ConfirmPublicVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.Connection"> <summary> A connection represents the physical network connection between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> Bandwidth of the connection. </para> <para> Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.ConnectionName"> <summary> Gets and sets the property ConnectionName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.ConnectionState"> <summary> Gets and sets the property ConnectionState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.PartnerName"> <summary> Gets and sets the property PartnerName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Connection.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateConnectionRequest"> <summary> Container for the parameters to the CreateConnection operation. Creates a new connection between the customer network and a specific AWS Direct Connect location. <para> A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionRequest.Bandwidth"> <summary> Gets and sets the property Bandwidth. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionRequest.ConnectionName"> <summary> Gets and sets the property ConnectionName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionRequest.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateConnectionResponse"> <summary> Configuration for accessing Amazon CreateConnection service </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateConnectionResult"> <summary> A connection represents the physical network connection between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> Bandwidth of the connection. </para> <para> Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.ConnectionName"> <summary> Gets and sets the property ConnectionName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.ConnectionState"> <summary> Gets and sets the property ConnectionState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.PartnerName"> <summary> Gets and sets the property PartnerName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateConnectionResponse.CreateConnectionResult"> <summary> Gets and sets the CreateConnectionResult property. Represents the output of a CreateConnection operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateInterconnectRequest"> <summary> Container for the parameters to the CreateInterconnect operation. Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location. <para> An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router. </para> <para> For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectRequest.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> The port bandwidth </para> <para> Example: 1Gbps </para> <para> Default: None </para> <para> Available values: 1Gbps,10Gbps </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectRequest.InterconnectName"> <summary> Gets and sets the property InterconnectName. <para> The name of the interconnect. </para> <para> Example: "<i>1G Interconnect to AWS</i>" </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectRequest.Location"> <summary> Gets and sets the property Location. <para> Where the interconnect is located </para> <para> Example: EqSV5 </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateInterconnectResponse"> <summary> Configuration for accessing Amazon CreateInterconnect service </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreateInterconnectResult"> <summary> An interconnect is a connection that can host other connections. <para> Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services. </para> <para> The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.Bandwidth"> <summary> Gets and sets the property Bandwidth. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.InterconnectId"> <summary> Gets and sets the property InterconnectId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.InterconnectName"> <summary> Gets and sets the property InterconnectName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.InterconnectState"> <summary> Gets and sets the property InterconnectState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResult.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreateInterconnectResponse.CreateInterconnectResult"> <summary> Gets and sets the CreateInterconnectResult property. Represents the output of a CreateInterconnect operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceRequest"> <summary> Container for the parameters to the CreatePrivateVirtualInterface operation. Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single virtual private cloud (VPC). </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceRequest.NewPrivateVirtualInterface"> <summary> Gets and sets the property NewPrivateVirtualInterface. <para> Detailed information for the private virtual interface to be created. </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon CreatePrivateVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult"> <summary> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.CustomerRouterConfig"> <summary> Gets and sets the property CustomerRouterConfig. <para> Information for generating the customer router configuration. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.VirtualInterfaceType"> <summary> Gets and sets the property VirtualInterfaceType. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePrivateVirtualInterfaceResponse.CreatePrivateVirtualInterfaceResult"> <summary> Gets and sets the CreatePrivateVirtualInterfaceResult property. Represents the output of a CreatePrivateVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceRequest"> <summary> Container for the parameters to the CreatePublicVirtualInterface operation. Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3). </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceRequest.NewPublicVirtualInterface"> <summary> Gets and sets the property NewPublicVirtualInterface. <para> Detailed information for the public virtual interface to be created. </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon CreatePublicVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult"> <summary> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.CustomerRouterConfig"> <summary> Gets and sets the property CustomerRouterConfig. <para> Information for generating the customer router configuration. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.VirtualInterfaceType"> <summary> Gets and sets the property VirtualInterfaceType. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.CreatePublicVirtualInterfaceResponse.CreatePublicVirtualInterfaceResult"> <summary> Gets and sets the CreatePublicVirtualInterfaceResult property. Represents the output of a CreatePublicVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteConnectionRequest"> <summary> Container for the parameters to the DeleteConnection operation. Deletes the connection. <para> Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. You need to cancel separately with the providers any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteConnectionResponse"> <summary> Configuration for accessing Amazon DeleteConnection service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteConnectionResult"> <summary> A connection represents the physical network connection between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.Bandwidth"> <summary> Gets and sets the property Bandwidth. <para> Bandwidth of the connection. </para> <para> Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) </para> <para> Default: None </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.ConnectionName"> <summary> Gets and sets the property ConnectionName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.ConnectionState"> <summary> Gets and sets the property ConnectionState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.PartnerName"> <summary> Gets and sets the property PartnerName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResult.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteConnectionResponse.DeleteConnectionResult"> <summary> Gets and sets the DeleteConnectionResult property. Represents the output of a DeleteConnection operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteInterconnectRequest"> <summary> Container for the parameters to the DeleteInterconnect operation. Deletes the specified interconnect. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteInterconnectRequest.InterconnectId"> <summary> Gets and sets the property InterconnectId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteInterconnectResponse"> <summary> Configuration for accessing Amazon DeleteInterconnect service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteInterconnectResult"> <summary> The response received when DeleteInterconnect is called. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteInterconnectResult.InterconnectState"> <summary> Gets and sets the property InterconnectState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteInterconnectResponse.DeleteInterconnectResult"> <summary> Gets and sets the DeleteInterconnectResult property. Represents the output of a DeleteInterconnect operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteVirtualInterfaceRequest"> <summary> Container for the parameters to the DeleteVirtualInterface operation. Deletes a virtual interface. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteVirtualInterfaceRequest.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteVirtualInterfaceResponse"> <summary> Configuration for accessing Amazon DeleteVirtualInterface service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DeleteVirtualInterfaceResult"> <summary> The response received when DeleteVirtualInterface is called. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteVirtualInterfaceResult.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DeleteVirtualInterfaceResponse.DeleteVirtualInterfaceResult"> <summary> Gets and sets the DeleteVirtualInterfaceResult property. Represents the output of a DeleteVirtualInterface operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectRequest"> <summary> Container for the parameters to the DescribeConnectionsOnInterconnect operation. Return a list of connections that have been provisioned on the given interconnect. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectRequest.InterconnectId"> <summary> Gets and sets the property InterconnectId. <para> ID of the interconnect on which a list of connection is provisioned. </para> <para> Example: dxcon-abc123 </para> <para> Default: None </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectResponse"> <summary> Configuration for accessing Amazon DescribeConnectionsOnInterconnect service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectResult"> <summary> A structure containing a list of connections. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectResult.Connections"> <summary> Gets and sets the property Connections. <para> A list of connections. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsOnInterconnectResponse.DescribeConnectionsOnInterconnectResult"> <summary> Gets and sets the DescribeConnectionsOnInterconnectResult property. Represents the output of a DescribeConnectionsOnInterconnect operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsRequest"> <summary> Container for the parameters to the DescribeConnections operation. Displays all connections in this region. <para> If a connection ID is provided, the call returns only that particular connection. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsResponse"> <summary> Configuration for accessing Amazon DescribeConnections service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeConnectionsResult"> <summary> A structure containing a list of connections. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsResult.Connections"> <summary> Gets and sets the property Connections. <para> A list of connections. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeConnectionsResponse.DescribeConnectionsResult"> <summary> Gets and sets the DescribeConnectionsResult property. Represents the output of a DescribeConnections operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeInterconnectsRequest"> <summary> Container for the parameters to the DescribeInterconnects operation. Returns a list of interconnects owned by the AWS account. <para> If an interconnect ID is provided, it will only return this particular interconnect. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeInterconnectsRequest.InterconnectId"> <summary> Gets and sets the property InterconnectId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeInterconnectsResponse"> <summary> Configuration for accessing Amazon DescribeInterconnects service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeInterconnectsResult"> <summary> A structure containing a list of interconnects. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeInterconnectsResult.Interconnects"> <summary> Gets and sets the property Interconnects. <para> A list of interconnects. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeInterconnectsResponse.DescribeInterconnectsResult"> <summary> Gets and sets the DescribeInterconnectsResult property. Represents the output of a DescribeInterconnects operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeLocationsRequest"> <summary> Container for the parameters to the DescribeLocations operation. Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may be selected when calling CreateConnection or CreateInterconnect. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeLocationsResponse"> <summary> Configuration for accessing Amazon DescribeLocations service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeLocationsResult"> <summary> A location is a network facility where AWS Direct Connect routers are available to be connected. Generally, these are colocation hubs where many network providers have equipment, and where cross connects can be delivered. Locations include a name and facility code, and must be provided when creating a connection. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeLocationsResult.Locations"> <summary> Gets and sets the property Locations. <para> A list of colocation hubs where network providers have equipment. Most regions have multiple locations available. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeLocationsResponse.DescribeLocationsResult"> <summary> Gets and sets the DescribeLocationsResult property. Represents the output of a DescribeLocations operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualGatewaysRequest"> <summary> Container for the parameters to the DescribeVirtualGateways operation. Returns a list of virtual private gateways owned by the AWS account. <para> You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html">EC2 CreateVpnGateway</a> action. </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualGatewaysResponse"> <summary> Configuration for accessing Amazon DescribeVirtualGateways service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualGatewaysResult"> <summary> A structure containing a list of virtual private gateways. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualGatewaysResult.VirtualGateways"> <summary> Gets and sets the property VirtualGateways. <para> A list of virtual private gateways. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualGatewaysResponse.DescribeVirtualGatewaysResult"> <summary> Gets and sets the DescribeVirtualGatewaysResult property. Represents the output of a DescribeVirtualGateways operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest"> <summary> Container for the parameters to the DescribeVirtualInterfaces operation. Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a connection ID is included then only virtual interfaces associated with this connection will be returned. If a virtual interface ID is included then only a single virtual interface will be returned. <para> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </para> <para> If a connection ID is provided, only virtual interfaces provisioned on the specified connection will be returned. If a virtual interface ID is provided, only this particular virtual interface will be returned. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualInterfacesRequest.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualInterfacesResponse"> <summary> Configuration for accessing Amazon DescribeVirtualInterfaces service </summary> </member> <member name="T:Amazon.DirectConnect.Model.DescribeVirtualInterfacesResult"> <summary> A structure containing a list of virtual interfaces. </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualInterfacesResult.VirtualInterfaces"> <summary> Gets and sets the property VirtualInterfaces. <para> A list of virtual interfaces. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.DescribeVirtualInterfacesResponse.DescribeVirtualInterfacesResult"> <summary> Gets and sets the DescribeVirtualInterfacesResult property. Represents the output of a DescribeVirtualInterfaces operation. </summary> </member> <member name="T:Amazon.DirectConnect.Model.DirectConnectClientException"> <summary> DirectConnect exception </summary> </member> <member name="M:Amazon.DirectConnect.Model.DirectConnectClientException.#ctor(System.String)"> <summary> Constructs a new DirectConnectClientException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DirectConnect.Model.DirectConnectServerException"> <summary> DirectConnect exception </summary> </member> <member name="M:Amazon.DirectConnect.Model.DirectConnectServerException.#ctor(System.String)"> <summary> Constructs a new DirectConnectServerException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DirectConnect.Model.Interconnect"> <summary> An interconnect is a connection that can host other connections. <para> Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services. </para> <para> The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.Bandwidth"> <summary> Gets and sets the property Bandwidth. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.InterconnectId"> <summary> Gets and sets the property InterconnectId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.InterconnectName"> <summary> Gets and sets the property InterconnectName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.InterconnectState"> <summary> Gets and sets the property InterconnectState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Interconnect.Region"> <summary> Gets and sets the property Region. </summary> </member> <member name="T:Amazon.DirectConnect.Model.Location"> <summary> An AWS Direct Connect location where connections and interconnects can be requested. </summary> </member> <member name="P:Amazon.DirectConnect.Model.Location.LocationCode"> <summary> Gets and sets the property LocationCode. <para> The code used to indicate the AWS Direct Connect location. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.Location.LocationName"> <summary> Gets and sets the property LocationName. <para> The name of the AWS Direct Connect location. The name includes the colocation partner name and the physical site of the lit building. </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.NewPrivateVirtualInterface"> <summary> A structure containing information about a new private virtual interface. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterface.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation"> <summary> A structure containing information about a private virtual interface that will be provisioned on a connection. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPrivateVirtualInterfaceAllocation.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.NewPublicVirtualInterface"> <summary> A structure containing information about a new public virtual interface. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterface.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation"> <summary> A structure containing information about a public virtual interface that will be provisioned on a connection. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.NewPublicVirtualInterfaceAllocation.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.RouteFilterPrefix"> <summary> A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface. </summary> </member> <member name="P:Amazon.DirectConnect.Model.RouteFilterPrefix.Cidr"> <summary> Gets and sets the property Cidr. <para> CIDR notation for the advertised route. Multiple routes are separated by commas. </para> <para> Example: 10.10.10.0/24,10.10.11.0/24 </para> </summary> </member> <member name="T:Amazon.DirectConnect.Model.VirtualGateway"> <summary> You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway. <para> Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC) console or the <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html">Amazon EC2 CreateVpnGateway action</a>. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualGateway.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualGateway.VirtualGatewayState"> <summary> Gets and sets the property VirtualGatewayState. </summary> </member> <member name="T:Amazon.DirectConnect.Model.VirtualInterface"> <summary> A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.AmazonAddress"> <summary> Gets and sets the property AmazonAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.Asn"> <summary> Gets and sets the property Asn. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.AuthKey"> <summary> Gets and sets the property AuthKey. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.ConnectionId"> <summary> Gets and sets the property ConnectionId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.CustomerAddress"> <summary> Gets and sets the property CustomerAddress. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.CustomerRouterConfig"> <summary> Gets and sets the property CustomerRouterConfig. <para> Information for generating the customer router configuration. </para> </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.Location"> <summary> Gets and sets the property Location. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.OwnerAccount"> <summary> Gets and sets the property OwnerAccount. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.RouteFilterPrefixes"> <summary> Gets and sets the property RouteFilterPrefixes. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.VirtualGatewayId"> <summary> Gets and sets the property VirtualGatewayId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.VirtualInterfaceId"> <summary> Gets and sets the property VirtualInterfaceId. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.VirtualInterfaceName"> <summary> Gets and sets the property VirtualInterfaceName. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.VirtualInterfaceState"> <summary> Gets and sets the property VirtualInterfaceState. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.VirtualInterfaceType"> <summary> Gets and sets the property VirtualInterfaceType. </summary> </member> <member name="P:Amazon.DirectConnect.Model.VirtualInterface.Vlan"> <summary> Gets and sets the property Vlan. </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocateConnectionOnInterconnectRequestMarshaller"> <summary> AllocateConnectionOnInterconnect Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocateConnectionOnInterconnectResponseUnmarshaller"> <summary> Response Unmarshaller for AllocateConnectionOnInterconnect operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocatePrivateVirtualInterfaceRequestMarshaller"> <summary> AllocatePrivateVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocatePrivateVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for AllocatePrivateVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocatePublicVirtualInterfaceRequestMarshaller"> <summary> AllocatePublicVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.AllocatePublicVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for AllocatePublicVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmConnectionRequestMarshaller"> <summary> ConfirmConnection Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for ConfirmConnection operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmPrivateVirtualInterfaceRequestMarshaller"> <summary> ConfirmPrivateVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmPrivateVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for ConfirmPrivateVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmPublicVirtualInterfaceRequestMarshaller"> <summary> ConfirmPublicVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConfirmPublicVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for ConfirmPublicVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.ConnectionUnmarshaller"> <summary> Response Unmarshaller for Connection Object </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreateConnectionRequestMarshaller"> <summary> CreateConnection Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreateConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateConnection operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreateInterconnectRequestMarshaller"> <summary> CreateInterconnect Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreateInterconnectResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInterconnect operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreatePrivateVirtualInterfaceRequestMarshaller"> <summary> CreatePrivateVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreatePrivateVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePrivateVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreatePublicVirtualInterfaceRequestMarshaller"> <summary> CreatePublicVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.CreatePublicVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePublicVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteConnectionRequestMarshaller"> <summary> DeleteConnection Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteConnection operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteInterconnectRequestMarshaller"> <summary> DeleteInterconnect Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteInterconnectResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteInterconnect operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteVirtualInterfaceRequestMarshaller"> <summary> DeleteVirtualInterface Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DeleteVirtualInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVirtualInterface operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeConnectionsOnInterconnectRequestMarshaller"> <summary> DescribeConnectionsOnInterconnect Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeConnectionsOnInterconnectResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeConnectionsOnInterconnect operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeConnectionsRequestMarshaller"> <summary> DescribeConnections Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeConnectionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeConnections operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeInterconnectsRequestMarshaller"> <summary> DescribeInterconnects Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeInterconnectsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInterconnects operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeLocationsRequestMarshaller"> <summary> DescribeLocations Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeLocationsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLocations operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeVirtualGatewaysRequestMarshaller"> <summary> DescribeVirtualGateways Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeVirtualGatewaysResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVirtualGateways operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeVirtualInterfacesRequestMarshaller"> <summary> DescribeVirtualInterfaces Request Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.DescribeVirtualInterfacesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVirtualInterfaces operation </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.InterconnectUnmarshaller"> <summary> Response Unmarshaller for Interconnect Object </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.LocationUnmarshaller"> <summary> Response Unmarshaller for Location Object </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.NewPrivateVirtualInterfaceAllocationMarshaller"> <summary> NewPrivateVirtualInterfaceAllocation Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.NewPrivateVirtualInterfaceMarshaller"> <summary> NewPrivateVirtualInterface Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.NewPublicVirtualInterfaceAllocationMarshaller"> <summary> NewPublicVirtualInterfaceAllocation Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.NewPublicVirtualInterfaceMarshaller"> <summary> NewPublicVirtualInterface Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.RouteFilterPrefixMarshaller"> <summary> RouteFilterPrefix Marshaller </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.RouteFilterPrefixUnmarshaller"> <summary> Response Unmarshaller for RouteFilterPrefix Object </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.VirtualGatewayUnmarshaller"> <summary> Response Unmarshaller for VirtualGateway Object </summary> </member> <member name="T:Amazon.DirectConnect.Model.Internal.MarshallTransformations.VirtualInterfaceUnmarshaller"> <summary> Response Unmarshaller for VirtualInterface Object </summary> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBConfig"> <summary> Configuration for accessing Amazon DynamoDB service </summary> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.DynamoDBv2.AmazonDynamoDBConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.DynamoDBv2.AmazonDynamoDBConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig"> <summary> Configuration for accessing Amazon DynamoDBStreams service </summary> </member> <member name="M:Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.DynamoDBv2.AmazonDynamoDBStreamsConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="M:Amazon.DynamoDBv2.DynamoDBAsyncResult.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.DynamoDBv2.DynamoDBAsyncResult.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="T:Amazon.DynamoDBv2.AttributeAction"> <summary> Constants used for properties of type AttributeAction. </summary> </member> <member name="F:Amazon.DynamoDBv2.AttributeAction.ADD"> <summary> Constant ADD for AttributeAction </summary> </member> <member name="F:Amazon.DynamoDBv2.AttributeAction.DELETE"> <summary> Constant DELETE for AttributeAction </summary> </member> <member name="F:Amazon.DynamoDBv2.AttributeAction.PUT"> <summary> Constant PUT for AttributeAction </summary> </member> <member name="M:Amazon.DynamoDBv2.AttributeAction.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.AttributeAction.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ComparisonOperator"> <summary> Constants used for properties of type ComparisonOperator. </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.BEGINS_WITH"> <summary> Constant BEGINS_WITH for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.BETWEEN"> <summary> Constant BETWEEN for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.CONTAINS"> <summary> Constant CONTAINS for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.EQ"> <summary> Constant EQ for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.GE"> <summary> Constant GE for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.GT"> <summary> Constant GT for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.IN"> <summary> Constant IN for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.LE"> <summary> Constant LE for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.LT"> <summary> Constant LT for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.NE"> <summary> Constant NE for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.NOT_CONTAINS"> <summary> Constant NOT_CONTAINS for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.NOT_NULL"> <summary> Constant NOT_NULL for ComparisonOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ComparisonOperator.NULL"> <summary> Constant NULL for ComparisonOperator </summary> </member> <member name="M:Amazon.DynamoDBv2.ComparisonOperator.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ComparisonOperator.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ConditionalOperator"> <summary> Constants used for properties of type ConditionalOperator. </summary> </member> <member name="F:Amazon.DynamoDBv2.ConditionalOperator.AND"> <summary> Constant AND for ConditionalOperator </summary> </member> <member name="F:Amazon.DynamoDBv2.ConditionalOperator.OR"> <summary> Constant OR for ConditionalOperator </summary> </member> <member name="M:Amazon.DynamoDBv2.ConditionalOperator.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ConditionalOperator.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.IndexStatus"> <summary> Constants used for properties of type IndexStatus. </summary> </member> <member name="F:Amazon.DynamoDBv2.IndexStatus.ACTIVE"> <summary> Constant ACTIVE for IndexStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.IndexStatus.CREATING"> <summary> Constant CREATING for IndexStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.IndexStatus.DELETING"> <summary> Constant DELETING for IndexStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.IndexStatus.UPDATING"> <summary> Constant UPDATING for IndexStatus </summary> </member> <member name="M:Amazon.DynamoDBv2.IndexStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.IndexStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.KeyType"> <summary> Constants used for properties of type KeyType. </summary> </member> <member name="F:Amazon.DynamoDBv2.KeyType.HASH"> <summary> Constant HASH for KeyType </summary> </member> <member name="F:Amazon.DynamoDBv2.KeyType.RANGE"> <summary> Constant RANGE for KeyType </summary> </member> <member name="M:Amazon.DynamoDBv2.KeyType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.KeyType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ProjectionType"> <summary> Constants used for properties of type ProjectionType. </summary> </member> <member name="F:Amazon.DynamoDBv2.ProjectionType.ALL"> <summary> Constant ALL for ProjectionType </summary> </member> <member name="F:Amazon.DynamoDBv2.ProjectionType.INCLUDE"> <summary> Constant INCLUDE for ProjectionType </summary> </member> <member name="F:Amazon.DynamoDBv2.ProjectionType.KEYS_ONLY"> <summary> Constant KEYS_ONLY for ProjectionType </summary> </member> <member name="M:Amazon.DynamoDBv2.ProjectionType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ProjectionType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ReturnConsumedCapacity"> <summary> Constants used for properties of type ReturnConsumedCapacity. </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnConsumedCapacity.INDEXES"> <summary> Constant INDEXES for ReturnConsumedCapacity </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnConsumedCapacity.NONE"> <summary> Constant NONE for ReturnConsumedCapacity </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnConsumedCapacity.TOTAL"> <summary> Constant TOTAL for ReturnConsumedCapacity </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnConsumedCapacity.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnConsumedCapacity.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ReturnItemCollectionMetrics"> <summary> Constants used for properties of type ReturnItemCollectionMetrics. </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnItemCollectionMetrics.NONE"> <summary> Constant NONE for ReturnItemCollectionMetrics </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnItemCollectionMetrics.SIZE"> <summary> Constant SIZE for ReturnItemCollectionMetrics </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnItemCollectionMetrics.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnItemCollectionMetrics.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ReturnValue"> <summary> Constants used for properties of type ReturnValue. </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnValue.ALL_NEW"> <summary> Constant ALL_NEW for ReturnValue </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnValue.ALL_OLD"> <summary> Constant ALL_OLD for ReturnValue </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnValue.NONE"> <summary> Constant NONE for ReturnValue </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnValue.UPDATED_NEW"> <summary> Constant UPDATED_NEW for ReturnValue </summary> </member> <member name="F:Amazon.DynamoDBv2.ReturnValue.UPDATED_OLD"> <summary> Constant UPDATED_OLD for ReturnValue </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnValue.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ReturnValue.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ScalarAttributeType"> <summary> Constants used for properties of type ScalarAttributeType. </summary> </member> <member name="F:Amazon.DynamoDBv2.ScalarAttributeType.B"> <summary> Constant B for ScalarAttributeType </summary> </member> <member name="F:Amazon.DynamoDBv2.ScalarAttributeType.N"> <summary> Constant N for ScalarAttributeType </summary> </member> <member name="F:Amazon.DynamoDBv2.ScalarAttributeType.S"> <summary> Constant S for ScalarAttributeType </summary> </member> <member name="M:Amazon.DynamoDBv2.ScalarAttributeType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ScalarAttributeType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.Select"> <summary> Constants used for properties of type Select. </summary> </member> <member name="F:Amazon.DynamoDBv2.Select.ALL_ATTRIBUTES"> <summary> Constant ALL_ATTRIBUTES for Select </summary> </member> <member name="F:Amazon.DynamoDBv2.Select.ALL_PROJECTED_ATTRIBUTES"> <summary> Constant ALL_PROJECTED_ATTRIBUTES for Select </summary> </member> <member name="F:Amazon.DynamoDBv2.Select.COUNT"> <summary> Constant COUNT for Select </summary> </member> <member name="F:Amazon.DynamoDBv2.Select.SPECIFIC_ATTRIBUTES"> <summary> Constant SPECIFIC_ATTRIBUTES for Select </summary> </member> <member name="M:Amazon.DynamoDBv2.Select.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.Select.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.StreamViewType"> <summary> Constants used for properties of type StreamViewType. </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamViewType.KEYS_ONLY"> <summary> Constant KEYS_ONLY for StreamViewType </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamViewType.NEW_AND_OLD_IMAGES"> <summary> Constant NEW_AND_OLD_IMAGES for StreamViewType </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamViewType.NEW_IMAGE"> <summary> Constant NEW_IMAGE for StreamViewType </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamViewType.OLD_IMAGE"> <summary> Constant OLD_IMAGE for StreamViewType </summary> </member> <member name="M:Amazon.DynamoDBv2.StreamViewType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.StreamViewType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.TableStatus"> <summary> Constants used for properties of type TableStatus. </summary> </member> <member name="F:Amazon.DynamoDBv2.TableStatus.ACTIVE"> <summary> Constant ACTIVE for TableStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.TableStatus.CREATING"> <summary> Constant CREATING for TableStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.TableStatus.DELETING"> <summary> Constant DELETING for TableStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.TableStatus.UPDATING"> <summary> Constant UPDATING for TableStatus </summary> </member> <member name="M:Amazon.DynamoDBv2.TableStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.TableStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.OperationType"> <summary> Constants used for properties of type OperationType. </summary> </member> <member name="F:Amazon.DynamoDBv2.OperationType.INSERT"> <summary> Constant INSERT for OperationType </summary> </member> <member name="F:Amazon.DynamoDBv2.OperationType.MODIFY"> <summary> Constant MODIFY for OperationType </summary> </member> <member name="F:Amazon.DynamoDBv2.OperationType.REMOVE"> <summary> Constant REMOVE for OperationType </summary> </member> <member name="M:Amazon.DynamoDBv2.OperationType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.OperationType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.ShardIteratorType"> <summary> Constants used for properties of type ShardIteratorType. </summary> </member> <member name="F:Amazon.DynamoDBv2.ShardIteratorType.AFTER_SEQUENCE_NUMBER"> <summary> Constant AFTER_SEQUENCE_NUMBER for ShardIteratorType </summary> </member> <member name="F:Amazon.DynamoDBv2.ShardIteratorType.AT_SEQUENCE_NUMBER"> <summary> Constant AT_SEQUENCE_NUMBER for ShardIteratorType </summary> </member> <member name="F:Amazon.DynamoDBv2.ShardIteratorType.LATEST"> <summary> Constant LATEST for ShardIteratorType </summary> </member> <member name="F:Amazon.DynamoDBv2.ShardIteratorType.TRIM_HORIZON"> <summary> Constant TRIM_HORIZON for ShardIteratorType </summary> </member> <member name="M:Amazon.DynamoDBv2.ShardIteratorType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.ShardIteratorType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.StreamStatus"> <summary> Constants used for properties of type StreamStatus. </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamStatus.DISABLED"> <summary> Constant DISABLED for StreamStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamStatus.DISABLING"> <summary> Constant DISABLING for StreamStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamStatus.ENABLED"> <summary> Constant ENABLED for StreamStatus </summary> </member> <member name="F:Amazon.DynamoDBv2.StreamStatus.ENABLING"> <summary> Constant ENABLING for StreamStatus </summary> </member> <member name="M:Amazon.DynamoDBv2.StreamStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.StreamStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.DynamoDBv2.Internal.DynamoDBRetryPolicy"> <summary> Custom DynamoDB retry policy. This policy has a slightly different exponential backoff logic compared to the default retry policy. </summary> </member> <member name="M:Amazon.DynamoDBv2.Internal.DynamoDBRetryPolicy.pauseExponentially(System.Int32)"> <summary> Override the pausing function so retries would happen more frequent then the default operation. </summary> <param name="retries">Current number of retries.</param> </member> <member name="T:Amazon.DynamoDBv2.ConversionSchema"> <summary> Available conversion schemas. </summary> </member> <member name="F:Amazon.DynamoDBv2.ConversionSchema.V1"> <summary> Default schema before 2014 L, M, BOOL, NULL support The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to N (0=false, 1=true) DateTime and Guid are converto to S MemoryStream and byte[] are converted to B List, HashSet, and array of numerics types are converted to NS List, HashSet, and array of string-based types are converted to SS List, HashSet, and array of binary-based types are converted to BS Dictionary{string,object} are converted to M </summary> </member> <member name="F:Amazon.DynamoDBv2.ConversionSchema.V2"> <summary> Schema fully supporting 2014 L, M, BOOL, NULL additions The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to BOOL DateTime and Guid are converto to S MemoryStream and byte[] are converted to B HashSet of numerics types are converted to NS HashSet of string-based types are converted to SS HashSet of binary-based types are converted to BS List and array of numerics, string-based types, and binary-based types are converted to L type. Dictionary{string,object} are converted to M </summary> </member> <member name="T:Amazon.DynamoDBv2.DynamoDBEntryConversion"> <summary> A collection of converters capable of converting between .NET and DynamoDB objects. </summary> </member> <member name="M:Amazon.DynamoDBv2.DynamoDBEntryConversion.GetConversion(Amazon.DynamoDBv2.ConversionSchema)"> <summary> Returns a DynamoDBEntryConversion corresponding to the ConversionSchema. The returned conversion is immutable. The conversion must be cloned before it can be modified. </summary> <param name="schema">Conversion to return.</param> <returns>DynamoDBEntryConversion corresponding to the ConversionSchema.</returns> </member> <member name="M:Amazon.DynamoDBv2.DynamoDBEntryConversion.#ctor"> <summary> Creates an empty, mutable conversion. </summary> </member> <member name="P:Amazon.DynamoDBv2.DynamoDBEntryConversion.V1"> <summary> Default conversion before 2014 L, M, BOOL, NULL support. The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to N (0=false, 1=true) DateTime and Guid are converto to S MemoryStream and byte[] are converted to B List, HashSet, and array of numerics types are converted to NS List, HashSet, and array of string-based types are converted to SS List, HashSet, and array of binary-based types are converted to BS Dictionary{string,object} are converted to M </summary> </member> <member name="P:Amazon.DynamoDBv2.DynamoDBEntryConversion.V2"> <summary> Schema fully supporting 2014 L, M, BOOL, NULL additions. The following .NET types are converted into the following DynamoDB types: Number types (byte, int, float, decimal, etc.) are converted to N String and char are converted to S Bool is converted to BOOL DateTime and Guid are converto to S MemoryStream and byte[] are converted to B HashSet of numerics types are converted to NS HashSet of string-based types are converted to SS HashSet of binary-based types are converted to BS List and array of numerics, string-based types, and binary-based types are converted to L type. Dictionary{string,object} are converted to M </summary> </member> <member name="P:Amazon.DynamoDBv2.DynamoDBEntryConversion.CurrentConversion"> <summary> Conversion corresponding to AWSConfigs.DynamoDBConfig.ConversionSchema </summary> </member> <member name="M:Amazon.DynamoDBv2.Converter.GetTargetTypes"> <summary> Returns all types for which it can be used. </summary> <returns></returns> </member> <member name="P:Amazon.DynamoDBv2.Converter.Conversion"> <summary> Conversion that this converter is part of. This field is set by DynamoDBEntryConversion when the Converter is added to that DynamoDBEntryConversion. This conversion should be used if the Converter needs to make sub-conversions (for instance, a collection converter). </summary> </member> <member name="T:Amazon.DynamoDBv2.BoolConverterV1"> <summary> A boolean converter which reads booleans as N or BOOL types, but writes out N type (1 if true, 0 if false). </summary> </member> <member name="T:Amazon.DynamoDBv2.PrimitiveCollectionConverterV1"> <summary> A collection converter which reads both sets of collections (sets and lists) and writes out sets (NS, SS, BS) </summary> </member> <member name="T:Amazon.DynamoDBv2.DictionaryConverterV1"> <summary> Dictionary converter. Converts from Dictionary{string,object} to DynamoDBEntry. Does NOT convert from DynamoDBEntry to Dictionary{string,object}. </summary> </member> <member name="T:Amazon.DynamoDBv2.BoolConverterV2"> <summary> A boolean converter which reads booleans as N or BOOL types, but writes out BOOL type. </summary> </member> <member name="T:Amazon.DynamoDBv2.CollectionConverterV2"> <summary> A collection converter which reads both sets of collections (sets and lists) but writes out different types depending on input: HashSet input - converts to a DynamoDB set (NS, SS, BS) Any other IEnumerable input - converts to a DynamoDB list (L) </summary> </member> <member name="M:Amazon.DynamoDBv2.CollectionConverterV2.TryTo(System.Object,Amazon.DynamoDBv2.DocumentModel.PrimitiveList@)"> <summary> If value is HashSet{T}, converts the items to PrimitiveList </summary> <param name="value"></param> <param name="pl"></param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.CollectionConverterV2.TryTo(System.Object,Amazon.DynamoDBv2.DocumentModel.DynamoDBList@)"> <summary> If value implements IEnumerable{T}, converts the items to DynamoDBList This method is called after the PrimitiveList version of TryTo, so this will never work on a HashSet{T}. </summary> <param name="value"></param> <param name="l"></param> <returns></returns> </member> <member name="T:Amazon.DynamoDBv2.SetPropertyConverter`2"> <summary> Class that implements IPropertyConverter to convert collections to PrimitiveList types, which are then stored as sets (NS, SS, BS) in DynamoDB. Use this converter to bypass the default schema behavior for a particular property. The Conversion property can be customized in the constructor of a subclass to use a different conversion scheme for converting individual elements. The default value for this field is the standard V1 conversion. </summary> </member> <member name="T:Amazon.DynamoDBv2.ListToSetPropertyConverter`1"> <summary> Class that implements IPropertyConverter to convert collections to PrimitiveList types, which are then stored as sets (NS, SS, BS) in DynamoDB. This converter assumes that the target is of type List{TElement}. Use this converter to bypass the default schema behavior for a particular property. The Conversion property can be customized in the constructor of a subclass to use a different conversion scheme for converting individual elements. The default value for this field is the standard V1 conversion. </summary> <typeparam name="TElement"></typeparam> </member> <member name="T:Amazon.DynamoDBv2.BoolAsNConverter"> <summary> Class that implements IPropertyConverter to convert bool/Boolean .NET types to DynamoDB numeric (N) type, where true is stored as N:1, false as N:0. Use this converter to bypass the default schema behavior for a particular property. </summary> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBRequest"> <summary> Base class for DynamoDB operation requests. </summary> </member> <member name="T:Amazon.DynamoDBv2.AmazonDynamoDBStreamsRequest"> <summary> Base class for DynamoDBStreams operation requests. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.AttributeDefinition"> <summary> Represents an attribute for describing the key schema for the table and indexes. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeDefinition.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeDefinition.#ctor(System.String,Amazon.DynamoDBv2.ScalarAttributeType)"> <summary> Instantiates AttributeDefinition with the parameterized properties </summary> <param name="attributeName">A name for the attribute.</param> <param name="attributeType">The data type for the attribute, where: <ul> <li><code>S</code> - the attribute is of type String</li> <li><code>N</code> - the attribute is of type Number</li> <li><code>B</code> - the attribute is of type Binary</li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeDefinition.AttributeName"> <summary> Gets and sets the property AttributeName. <para> A name for the attribute. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeDefinition.AttributeType"> <summary> Gets and sets the property AttributeType. <para> The data type for the attribute, where: </para> <ul> <li><code>S</code> - the attribute is of type String</li> <li><code>N</code> - the attribute is of type Number</li> <li><code>B</code> - the attribute is of type Binary</li> </ul> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.AttributeValue"> <summary> Represents the data for an attribute. You can set one, and only one, of the elements. <para> Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeValue.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeValue.#ctor(System.String)"> <summary> Instantiates AttributeValue with the parameterized properties </summary> <param name="s">A String data type.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeValue.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates AttributeValue with the parameterized properties </summary> <param name="ss">A String Set data type.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.B"> <summary> Gets and sets the property B. <para> A Binary data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.BOOL"> <summary> Gets and sets the property BOOL. <para> A Boolean data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.IsBOOLSet"> <summary> This property is set to true if the property <seealso cref="P:Amazon.DynamoDBv2.Model.AttributeValue.BOOL"/> is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call. </summary> <returns> True if the related property was set or will be sent to a service; false otherwise. </returns> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.BS"> <summary> Gets and sets the property BS. <para> A Binary Set data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.L"> <summary> Gets and sets the property L. <para> A List of attribute values. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.IsLSet"> <summary> This property is set to true if the property <seealso cref="P:Amazon.DynamoDBv2.Model.AttributeValue.L"/> is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call. </summary> <returns> True if the related property was set or will be sent to a service; false otherwise. </returns> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.M"> <summary> Gets and sets the property M. <para> A Map of attribute values. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.IsMSet"> <summary> This property is set to true if the property <seealso cref="P:Amazon.DynamoDBv2.Model.AttributeValue.M"/> is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call. </summary> <returns> True if the related property was set or will be sent to a service; false otherwise. </returns> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.N"> <summary> Gets and sets the property N. <para> A Number data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.NS"> <summary> Gets and sets the property NS. <para> A Number Set data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.NULL"> <summary> Gets and sets the property NULL. <para> A Null data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.S"> <summary> Gets and sets the property S. <para> A String data type. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValue.SS"> <summary> Gets and sets the property SS. <para> A String Set data type. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.AttributeValueUpdate"> <summary> For the <i>UpdateItem</i> operation, represents the attributes to be modified, the action to perform on each, and the new value for each. <note> <para> You cannot use <i>UpdateItem</i> to update any primary key attributes. Instead, you will need to delete the item, and then use <i>PutItem</i> to create a new item with new attributes. </para> </note> <para> Attribute values cannot be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests with empty values will be rejected with a <i>ValidationException</i> exception. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeValueUpdate.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.AttributeValueUpdate.#ctor(Amazon.DynamoDBv2.Model.AttributeValue,Amazon.DynamoDBv2.AttributeAction)"> <summary> Instantiates AttributeValueUpdate with the parameterized properties </summary> <param name="value">Sets the AttributeValueUpdate Value property</param> <param name="action">Specifies how to perform the update. Valid values are <code>PUT</code> (default), <code>DELETE</code>, and <code>ADD</code>. The behavior depends on whether the specified primary key already exists in the table. <b>If an item with the specified <i>Key</i> is found in the table:</b> <ul> <li> <code>PUT</code> - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. </li> <li> <code>DELETE</code> - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type. If a <i>set</i> of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <i>DELETE</i> action specified <code>[a,c]</code>, then the final attribute value would be <code>[b]</code>. Specifying an empty set is an error. </li> <li> <code>ADD</code> - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: <ul> <li> If the existing attribute is a number, and if <i>Value</i> is also a number, then the <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. <note> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value. In addition, if you use <code>ADD</code> to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update does not yet have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway, even though it currently does not exist. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute in the item, with a value of <code>3</code>. </note> </li> <li> If the existing data type is a set, and if the <i>Value</i> is also a set, then the <i>Value</i> is added to the existing set. (This is a <i>set</i> operation, not mathematical addition.) For example, if the attribute value was the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value would be <code>[1,2,3]</code>. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type. Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the <i>Value</i> must also be a set of strings. The same holds true for number sets and binary sets. </li> </ul> This action is only valid for an existing attribute whose data type is number or is a set. Do not use <code>ADD</code> for any other data types. </li> </ul> <b>If no item with the specified <i>Key</i> is found:</b> <ul> <li> <code>PUT</code> - DynamoDB creates a new item with the specified primary key, and then adds the attribute. </li> <li> <code>DELETE</code> - Nothing happens; there is no attribute to delete. </li> <li> <code>ADD</code> - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified. </li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValueUpdate.Action"> <summary> Gets and sets the property Action. <para> Specifies how to perform the update. Valid values are <code>PUT</code> (default), <code>DELETE</code>, and <code>ADD</code>. The behavior depends on whether the specified primary key already exists in the table. </para> <para> <b>If an item with the specified <i>Key</i> is found in the table:</b> </para> <ul> <li> <para> <code>PUT</code> - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. </para> </li> <li> <para> <code>DELETE</code> - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type. </para> <para> If a <i>set</i> of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <i>DELETE</i> action specified <code>[a,c]</code>, then the final attribute value would be <code>[b]</code>. Specifying an empty set is an error. </para> </li> <li> <para> <code>ADD</code> - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: </para> <ul> <li> <para> If the existing attribute is a number, and if <i>Value</i> is also a number, then the <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. </para> <note> <para> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value. </para> <para> In addition, if you use <code>ADD</code> to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update does not yet have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway, even though it currently does not exist. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute in the item, with a value of <code>3</code>. </para> </note> </li> <li> <para> If the existing data type is a set, and if the <i>Value</i> is also a set, then the <i>Value</i> is added to the existing set. (This is a <i>set</i> operation, not mathematical addition.) For example, if the attribute value was the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value would be <code>[1,2,3]</code>. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type. </para> <para> Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the <i>Value</i> must also be a set of strings. The same holds true for number sets and binary sets. </para> </li> </ul> <para> This action is only valid for an existing attribute whose data type is number or is a set. Do not use <code>ADD</code> for any other data types. </para> </li> </ul> <para> <b>If no item with the specified <i>Key</i> is found:</b> </para> <ul> <li> <para> <code>PUT</code> - DynamoDB creates a new item with the specified primary key, and then adds the attribute. </para> </li> <li> <para> <code>DELETE</code> - Nothing happens; there is no attribute to delete. </para> </li> <li> <para> <code>ADD</code> - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.AttributeValueUpdate.Value"> <summary> Gets and sets the property Value. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchGetItemRequest"> <summary> Container for the parameters to the BatchGetItem operation. The <i>BatchGetItem</i> operation returns the attributes of one or more items from one or more tables. You identify requested items by primary key. <para> A single operation can retrieve up to 16 MB of data, which can contain as many as 100 items. <i>BatchGetItem</i> will return a partial result if the response size limit is exceeded, the table's provisioned throughput is exceeded, or an internal processing failure occurs. If a partial result is returned, the operation returns a value for <i>UnprocessedKeys</i>. You can use this value to retry the operation starting with the next item to get. </para> <important> <para> If you request more than 100 items <i>BatchGetItem</i> will return a <i>ValidationException</i> with the message "Too many items requested for the BatchGetItem call". </para> </important> <para> For example, if you ask to retrieve 100 items, but each individual item is 300 KB in size, the system returns 52 items (so as not to exceed the 16 MB limit). It also returns an appropriate <i>UnprocessedKeys</i> value so you can get the next page of results. If desired, your application can include its own logic to assemble the pages of results into one data set. </para> <para> If <i>none</i> of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then <i>BatchGetItem</i> will return a <i>ProvisionedThroughputExceededException</i>. If <i>at least one</i> of the items is successfully processed, then <i>BatchGetItem</i> completes successfully, while returning the keys of the unread items in <i>UnprocessedKeys</i>. </para> <important> <para> If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, <i>we strongly recommend that you use an exponential backoff algorithm</i>. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations">Batch Operations and Error Handling</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </important> <para> By default, <i>BatchGetItem</i> performs eventually consistent reads on every table in the request. If you want strongly consistent reads instead, you can set <i>ConsistentRead</i> to <code>true</code> for any or all tables. </para> <para> In order to minimize response latency, <i>BatchGetItem</i> retrieves items in parallel. </para> <para> When designing your application, keep in mind that DynamoDB does not return attributes in any particular order. To help parse the response by item, include the primary key values for the items in your request in the <i>AttributesToGet</i> parameter. </para> <para> If a requested item does not exist, it is not returned in the result. Requests for nonexistent items consume the minimum read capacity units according to the type of read. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#CapacityUnitCalculations">Capacity Units Calculations</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.BatchGetItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.BatchGetItemRequest.#ctor(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.KeysAndAttributes})"> <summary> Instantiates BatchGetItemRequest with the parameterized properties </summary> <param name="requestItems">A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per <i>BatchGetItem</i> request. Each element in the map of items to retrieve consists of the following: <ul> <li> <i>ConsistentRead</i> - If <code>true</code>, a strongly consistent read is used; if <code>false</code> (the default), an eventually consistent read is used. </li> <li> <i>ExpressionAttributeNames</i> - One or more substitution tokens for attribute names in the <i>ProjectionExpression</i> parameter. The following are some use cases for using <i>ExpressionAttributeNames</i>: <ul> <li> To access an attribute whose name conflicts with a DynamoDB reserved word. </li> <li> To create a placeholder for repeating occurrences of an attribute name in an expression. </li> <li> To prevent special characters in an attribute name from being misinterpreted in an expression. </li> </ul> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: <ul><li><code>Percentile</code></li></ul> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: <ul><li><code>{"#P":"Percentile"}</code></li></ul> You could then use this substitution in an expression, as in this example: <ul><li><code>#P = :val</code></li></ul> <note>Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime.</note> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </li> <li> <i>Keys</i> - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide <i>both</i> the partition key value and the sort key value. </li> <li> <i>ProjectionExpression</i> - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </li> <li> <i>AttributesToGet</i> - <important> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map.</important> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </li> </ul></param> </member> <member name="M:Amazon.DynamoDBv2.Model.BatchGetItemRequest.#ctor(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.KeysAndAttributes},Amazon.DynamoDBv2.ReturnConsumedCapacity)"> <summary> Instantiates BatchGetItemRequest with the parameterized properties </summary> <param name="requestItems">A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per <i>BatchGetItem</i> request. Each element in the map of items to retrieve consists of the following: <ul> <li> <i>ConsistentRead</i> - If <code>true</code>, a strongly consistent read is used; if <code>false</code> (the default), an eventually consistent read is used. </li> <li> <i>ExpressionAttributeNames</i> - One or more substitution tokens for attribute names in the <i>ProjectionExpression</i> parameter. The following are some use cases for using <i>ExpressionAttributeNames</i>: <ul> <li> To access an attribute whose name conflicts with a DynamoDB reserved word. </li> <li> To create a placeholder for repeating occurrences of an attribute name in an expression. </li> <li> To prevent special characters in an attribute name from being misinterpreted in an expression. </li> </ul> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: <ul><li><code>Percentile</code></li></ul> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: <ul><li><code>{"#P":"Percentile"}</code></li></ul> You could then use this substitution in an expression, as in this example: <ul><li><code>#P = :val</code></li></ul> <note>Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime.</note> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </li> <li> <i>Keys</i> - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide <i>both</i> the partition key value and the sort key value. </li> <li> <i>ProjectionExpression</i> - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </li> <li> <i>AttributesToGet</i> - <important> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map.</important> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </li> </ul></param> <param name="returnConsumedCapacity">Sets the BatchGetItemRequest ReturnConsumedCapacity property</param> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemRequest.RequestItems"> <summary> Gets and sets the property RequestItems. <para> A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per <i>BatchGetItem</i> request. </para> <para> Each element in the map of items to retrieve consists of the following: </para> <ul> <li> <para> <i>ConsistentRead</i> - If <code>true</code>, a strongly consistent read is used; if <code>false</code> (the default), an eventually consistent read is used. </para> </li> <li> <para> <i>ExpressionAttributeNames</i> - One or more substitution tokens for attribute names in the <i>ProjectionExpression</i> parameter. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </li> <li> <para> <i>Keys</i> - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide <i>both</i> the partition key value and the sort key value. </para> </li> <li> <para> <i>ProjectionExpression</i> - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. </para> <para> If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </li> <li> <para> <i>AttributesToGet</i> - </para> <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> <para> This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. </para> </important> <para> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchGetItemResponse"> <summary> Configuration for accessing Amazon BatchGetItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchGetItemResult"> <summary> Represents the output of a <i>BatchGetItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. <para> The read capacity units consumed by the operation. </para> <para> Each element consists of: </para> <ul> <li> <para> <i>TableName</i> - The table that consumed the provisioned throughput. </para> </li> <li> <para> <i>CapacityUnits</i> - The total number of capacity units consumed. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemResult.Responses"> <summary> Gets and sets the property Responses. <para> A map of table name to a list of items. Each object in <i>Responses</i> consists of a table name, along with a map of attribute data consisting of the data type and attribute value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemResult.UnprocessedKeys"> <summary> Gets and sets the property UnprocessedKeys. <para> A map of tables and their respective keys that were not processed with the current response. The <i>UnprocessedKeys</i> value is in the same form as <i>RequestItems</i>, so the value can be provided directly to a subsequent <i>BatchGetItem</i> operation. For more information, see <i>RequestItems</i> in the Request Parameters section. </para> <para> Each element consists of: </para> <ul> <li> <para> <i>Keys</i> - An array of primary key attribute values that define specific items in the table. </para> </li> <li> <para> <i>AttributesToGet</i> - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result. </para> </li> <li> <para> <i>ConsistentRead</i> - The consistency of a read operation. If set to <code>true</code>, then a strongly consistent read is used; otherwise, an eventually consistent read is used. </para> </li> </ul> <para> If there are no unprocessed keys remaining, the response contains an empty <i>UnprocessedKeys</i> map. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchGetItemResponse.BatchGetItemResult"> <summary> Gets and sets the BatchGetItemResult property. Represents the output of a BatchGetItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchWriteItemRequest"> <summary> Container for the parameters to the BatchWriteItem operation. The <i>BatchWriteItem</i> operation puts or deletes multiple items in one or more tables. A single call to <i>BatchWriteItem</i> can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual items to be written can be as large as 400 KB. <note> <para> <i>BatchWriteItem</i> cannot update items. To update items, use the <i>UpdateItem</i> API. </para> </note> <para> The individual <i>PutItem</i> and <i>DeleteItem</i> operations specified in <i>BatchWriteItem</i> are atomic; however <i>BatchWriteItem</i> as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the <i>UnprocessedItems</i> response parameter. You can investigate and optionally resend the requests. Typically, you would call <i>BatchWriteItem</i> in a loop. Each iteration would check for unprocessed items and submit a new <i>BatchWriteItem</i> request with those unprocessed items until all items have been processed. </para> <para> Note that if <i>none</i> of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then <i>BatchWriteItem</i> will return a <i>ProvisionedThroughputExceededException</i>. </para> <important> <para> If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, <i>we strongly recommend that you use an exponential backoff algorithm</i>. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations">Batch Operations and Error Handling</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </important> <para> With <i>BatchWriteItem</i>, you can efficiently write or delete large amounts of data, such as from Amazon Elastic MapReduce (EMR), or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, <i>BatchWriteItem</i> does not behave in the same way as individual <i>PutItem</i> and <i>DeleteItem</i> calls would. For example, you cannot specify conditions on individual put and delete requests, and <i>BatchWriteItem</i> does not return deleted items in the response. </para> <para> If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, <i>BatchWriteItem</i> provides an alternative where the API performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. </para> <para> Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. </para> <para> If one or more of the following is true, DynamoDB rejects the entire batch write operation: </para> <ul> <li> <para> One or more tables specified in the <i>BatchWriteItem</i> request does not exist. </para> </li> <li> <para> Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema. </para> </li> <li> <para> You try to perform multiple operations on the same item in the same <i>BatchWriteItem</i> request. For example, you cannot put and delete the same item in the same <i>BatchWriteItem</i> request. </para> </li> <li> <para> There are more than 25 requests in the batch. </para> </li> <li> <para> Any individual item in a batch exceeds 400 KB. </para> </li> <li> <para> The total request size exceeds 16 MB. </para> </li> </ul> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.BatchWriteItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.BatchWriteItemRequest.#ctor(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.WriteRequest}})"> <summary> Instantiates BatchWriteItemRequest with the parameterized properties </summary> <param name="requestItems">A map of one or more table names and, for each table, a list of operations to be performed (<i>DeleteRequest</i> or <i>PutRequest</i>). Each element in the map consists of the following: <ul> <li> <i>DeleteRequest</i> - Perform a <i>DeleteItem</i> operation on the specified item. The item to be deleted is identified by a <i>Key</i> subelement: <ul> <li> <i>Key</i> - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for <i>both</i> the partition key and the sort key. </li> </ul> </li> <li> <i>PutRequest</i> - Perform a <i>PutItem</i> operation on the specified item. The item to be put is identified by an <i>Item</i> subelement: <ul> <li> <i>Item</i> - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a <i>ValidationException</i> exception. If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. </li> </ul> </li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemRequest.RequestItems"> <summary> Gets and sets the property RequestItems. <para> A map of one or more table names and, for each table, a list of operations to be performed (<i>DeleteRequest</i> or <i>PutRequest</i>). Each element in the map consists of the following: </para> <ul> <li> <para> <i>DeleteRequest</i> - Perform a <i>DeleteItem</i> operation on the specified item. The item to be deleted is identified by a <i>Key</i> subelement: </para> <ul> <li> <para> <i>Key</i> - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for <i>both</i> the partition key and the sort key. </para> </li> </ul> </li> <li> <para> <i>PutRequest</i> - Perform a <i>PutItem</i> operation on the specified item. The item to be put is identified by an <i>Item</i> subelement: </para> <ul> <li> <para> <i>Item</i> - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a <i>ValidationException</i> exception. </para> <para> If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. </para> </li> </ul> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemRequest.ReturnItemCollectionMetrics"> <summary> Gets and sets the property ReturnItemCollectionMetrics. <para> Determines whether item collection metrics are returned. If set to <code>SIZE</code>, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to <code>NONE</code> (the default), no statistics are returned. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchWriteItemResponse"> <summary> Configuration for accessing Amazon BatchWriteItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.BatchWriteItemResult"> <summary> Represents the output of a <i>BatchWriteItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. <para> The capacity units consumed by the operation. </para> <para> Each element consists of: </para> <ul> <li> <para> <i>TableName</i> - The table that consumed the provisioned throughput. </para> </li> <li> <para> <i>CapacityUnits</i> - The total number of capacity units consumed. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemResult.ItemCollectionMetrics"> <summary> Gets and sets the property ItemCollectionMetrics. <para> A list of tables that were processed by <i>BatchWriteItem</i> and, for each table, information about any item collections that were affected by individual <i>DeleteItem</i> or <i>PutItem</i> operations. </para> <para> Each entry consists of the following subelements: </para> <ul> <li> <para> <i>ItemCollectionKey</i> - The partition key value of the item collection. This is the same as the partition key value of the item. </para> </li> <li> <para> <i>SizeEstimateRange</i> - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit. </para> <para> The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemResult.UnprocessedItems"> <summary> Gets and sets the property UnprocessedItems. <para> A map of tables and requests against those tables that were not processed. The <i>UnprocessedItems</i> value is in the same form as <i>RequestItems</i>, so you can provide this value directly to a subsequent <i>BatchGetItem</i> operation. For more information, see <i>RequestItems</i> in the Request Parameters section. </para> <para> Each <i>UnprocessedItems</i> entry consists of a table name and, for that table, a list of operations to perform (<i>DeleteRequest</i> or <i>PutRequest</i>). </para> <ul> <li> <para> <i>DeleteRequest</i> - Perform a <i>DeleteItem</i> operation on the specified item. The item to be deleted is identified by a <i>Key</i> subelement: </para> <ul> <li> <para> <i>Key</i> - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value. </para> </li> </ul> </li> <li> <para> <i>PutRequest</i> - Perform a <i>PutItem</i> operation on the specified item. The item to be put is identified by an <i>Item</i> subelement: </para> <ul> <li> <para> <i>Item</i> - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a <i>ValidationException</i> exception. </para> <para> If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. </para> </li> </ul> </li> </ul> <para> If there are no unprocessed items remaining, the response contains an empty <i>UnprocessedItems</i> map. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.BatchWriteItemResponse.BatchWriteItemResult"> <summary> Gets and sets the BatchWriteItemResult property. Represents the output of a BatchWriteItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Capacity"> <summary> Represents the amount of provisioned throughput capacity consumed on a table or an index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Capacity.CapacityUnits"> <summary> Gets and sets the property CapacityUnits. <para> The total number of capacity units consumed on a table or an index. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Condition"> <summary> Represents the selection criteria for a <i>Query</i> or <i>Scan</i> operation: <ul> <li> <para> For a <i>Query</i> operation, <i>Condition</i> is used for specifying the <i>KeyConditions</i> to use when querying a table or an index. For <i>KeyConditions</i>, only the following comparison operators are supported: </para> <para> <code>EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN</code> </para> <para> <i>Condition</i> is also used in a <i>QueryFilter</i>, which evaluates the query results and returns only the desired values. </para> </li> <li> <para> For a <i>Scan</i> operation, <i>Condition</i> is used in a <i>ScanFilter</i>, which evaluates the scan results and returns only the desired values. </para> </li> </ul> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.Condition.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Condition.AttributeValueList"> <summary> Gets and sets the property AttributeValueList. <para> One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Condition.ComparisonOperator"> <summary> Gets and sets the property ComparisonOperator. <para> A comparator for evaluating attributes. For example, equals, greater than, less than, etc. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> The following are descriptions of each comparison operator. </para> <ul> <li> <para> <code>EQ</code> : Equal. <code>EQ</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NE</code> : Not equal. <code>NE</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NOT_NULL</code> : The attribute exists. <code>NOT_NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the existence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NOT_NULL</code>, the result is a Boolean <i>true</i>. This result is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NOT_NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>NULL</code> : The attribute does not exist. <code>NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NULL</code>, the result is a Boolean <i>false</i>. This is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>CONTAINS</code> : Checks for a subsequence, or value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it finds an exact match with any member of the set. </para> <para> CONTAINS is supported for lists: When evaluating "<code>a CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>NOT_CONTAINS</code> : Checks for absence of a subsequence, or absence of a value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it <i>does not</i> find an exact match with any member of the set. </para> <para> NOT_CONTAINS is supported for lists: When evaluating "<code>a NOT CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>IN</code> : Checks for matching elements within two sets. </para> <para> <i>AttributeValueList</i> can contain one or more <i>AttributeValue</i> elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> <para> For usage examples of <i>AttributeValueList</i> and <i>ComparisonOperator</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html">Legacy Conditional Parameters</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ConditionalCheckFailedException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ConditionalCheckFailedException.#ctor(System.String)"> <summary> Constructs a new ConditionalCheckFailedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.ConsumedCapacity"> <summary> The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. <i>ConsumedCapacity</i> is only returned if the request asked for it. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html">Provisioned Throughput</a> in the <i>Amazon DynamoDB Developer Guide</i>. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ConsumedCapacity.CapacityUnits"> <summary> Gets and sets the property CapacityUnits. <para> The total number of capacity units consumed by the operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ConsumedCapacity.GlobalSecondaryIndexes"> <summary> Gets and sets the property GlobalSecondaryIndexes. <para> The amount of throughput consumed on each global index affected by the operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ConsumedCapacity.LocalSecondaryIndexes"> <summary> Gets and sets the property LocalSecondaryIndexes. <para> The amount of throughput consumed on each local index affected by the operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ConsumedCapacity.Table"> <summary> Gets and sets the property Table. <para> The amount of throughput consumed on the table affected by the operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ConsumedCapacity.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table that was affected by the operation. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.CreateGlobalSecondaryIndexAction"> <summary> Represents a new global secondary index to be added to an existing table. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateGlobalSecondaryIndexAction.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the global secondary index to be created. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateGlobalSecondaryIndexAction.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The key schema for the global secondary index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateGlobalSecondaryIndexAction.Projection"> <summary> Gets and sets the property Projection. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateGlobalSecondaryIndexAction.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.CreateTableRequest"> <summary> Container for the parameters to the CreateTable operation. The <i>CreateTable</i> operation adds a new table to your account. In an AWS account, table names must be unique within each region. That is, you can have two tables with same name if you create the tables in different regions. <para> <i>CreateTable</i> is an asynchronous operation. Upon receiving a <i>CreateTable</i> request, DynamoDB immediately returns a response with a <i>TableStatus</i> of <code>CREATING</code>. After the table is created, DynamoDB sets the <i>TableStatus</i> to <code>ACTIVE</code>. You can perform read and write operations only on an <code>ACTIVE</code> table. </para> <para> You can optionally define secondary indexes on the new table, as part of the <i>CreateTable</i> operation. If you want to create multiple tables with secondary indexes on them, you must create the tables sequentially. Only one table with secondary indexes can be in the <code>CREATING</code> state at any given time. </para> <para> You can use the <i>DescribeTable</i> API to check the table status. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.CreateTableRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.CreateTableRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.KeySchemaElement})"> <summary> Instantiates CreateTableRequest with the parameterized properties </summary> <param name="tableName">The name of the table to create.</param> <param name="keySchema">Specifies the attributes that make up the primary key for a table or an index. The attributes in <i>KeySchema</i> must also be defined in the <i>AttributeDefinitions</i> array. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html">Data Model</a> in the <i>Amazon DynamoDB Developer Guide</i>. Each <i>KeySchemaElement</i> in the array is composed of: <ul> <li> <i>AttributeName</i> - The name of this key attribute. </li> <li> <i>KeyType</i> - The role that the key attribute will assume: <ul> <li><code>HASH</code> - partition key </li> <li><code>RANGE</code> - sort key</li> </ul> </li> </ul> <note> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.</note> For a simple primary key (partition key), you must provide exactly one element with a <i>KeyType</i> of <code>HASH</code>. For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a <i>KeyType</i> of <code>HASH</code>, and the second element must have a <i>KeyType</i> of <code>RANGE</code>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#WorkingWithTables.primary.key">Specifying the Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.CreateTableRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.KeySchemaElement},System.Collections.Generic.List{Amazon.DynamoDBv2.Model.AttributeDefinition},Amazon.DynamoDBv2.Model.ProvisionedThroughput)"> <summary> Instantiates CreateTableRequest with the parameterized properties </summary> <param name="tableName">The name of the table to create.</param> <param name="keySchema">Specifies the attributes that make up the primary key for a table or an index. The attributes in <i>KeySchema</i> must also be defined in the <i>AttributeDefinitions</i> array. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html">Data Model</a> in the <i>Amazon DynamoDB Developer Guide</i>. Each <i>KeySchemaElement</i> in the array is composed of: <ul> <li> <i>AttributeName</i> - The name of this key attribute. </li> <li> <i>KeyType</i> - The role that the key attribute will assume: <ul> <li><code>HASH</code> - partition key </li> <li><code>RANGE</code> - sort key</li> </ul> </li> </ul> <note> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.</note> For a simple primary key (partition key), you must provide exactly one element with a <i>KeyType</i> of <code>HASH</code>. For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a <i>KeyType</i> of <code>HASH</code>, and the second element must have a <i>KeyType</i> of <code>RANGE</code>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#WorkingWithTables.primary.key">Specifying the Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>.</param> <param name="attributeDefinitions">An array of attributes that describe the key schema for the table and indexes.</param> <param name="provisionedThroughput">Sets the CreateTableRequest ProvisionedThroughput property</param> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.AttributeDefinitions"> <summary> Gets and sets the property AttributeDefinitions. <para> An array of attributes that describe the key schema for the table and indexes. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.GlobalSecondaryIndexes"> <summary> Gets and sets the property GlobalSecondaryIndexes. <para> One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following: </para> <ul> <li> <para> <i>IndexName</i> - The name of the global secondary index. Must be unique only for this table. </para> </li> <li> <para> <i>KeySchema</i> - Specifies the key schema for the global secondary index. </para> </li> <li> <para> <i>Projection</i> - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: </para> <ul> <li> <para> <i>ProjectionType</i> - One of the following: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index. </para> </li> <li> <para> <code>INCLUDE</code> - Only the specified table attributes are projected into the index. The list of projected attributes are in <i>NonKeyAttributes</i>. </para> </li> <li> <para> <code>ALL</code> - All of the table attributes are projected into the index. </para> </li> </ul> </li> <li> <para> <i>NonKeyAttributes</i> - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in <i>NonKeyAttributes</i>, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. </para> </li> </ul> </li> <li> <para> <i>ProvisionedThroughput</i> - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.KeySchema"> <summary> Gets and sets the property KeySchema. <para> Specifies the attributes that make up the primary key for a table or an index. The attributes in <i>KeySchema</i> must also be defined in the <i>AttributeDefinitions</i> array. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html">Data Model</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> Each <i>KeySchemaElement</i> in the array is composed of: </para> <ul> <li> <para> <i>AttributeName</i> - The name of this key attribute. </para> </li> <li> <para> <i>KeyType</i> - The role that the key attribute will assume: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> <para> For a simple primary key (partition key), you must provide exactly one element with a <i>KeyType</i> of <code>HASH</code>. </para> <para> For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a <i>KeyType</i> of <code>HASH</code>, and the second element must have a <i>KeyType</i> of <code>RANGE</code>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#WorkingWithTables.primary.key">Specifying the Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.LocalSecondaryIndexes"> <summary> Gets and sets the property LocalSecondaryIndexes. <para> One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained. </para> <para> Each local secondary index in the array includes the following: </para> <ul> <li> <para> <i>IndexName</i> - The name of the local secondary index. Must be unique only for this table. </para> </li> <li> <para> <i>KeySchema</i> - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table. </para> </li> <li> <para> <i>Projection</i> - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: </para> <ul> <li> <para> <i>ProjectionType</i> - One of the following: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index. </para> </li> <li> <para> <code>INCLUDE</code> - Only the specified table attributes are projected into the index. The list of projected attributes are in <i>NonKeyAttributes</i>. </para> </li> <li> <para> <code>ALL</code> - All of the table attributes are projected into the index. </para> </li> </ul> </li> <li> <para> <i>NonKeyAttributes</i> - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in <i>NonKeyAttributes</i>, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. </para> </li> </ul> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.StreamSpecification"> <summary> Gets and sets the property StreamSpecification. <para> The settings for DynamoDB Streams on the table. These settings consist of: </para> <ul> <li> <para> <i>StreamEnabled</i> - Indicates whether Streams is to be enabled (true) or disabled (false). </para> </li> <li> <para> <i>StreamViewType</i> - When an item in the table is modified, <i>StreamViewType</i> determines what information is written to the table's stream. Valid values for <i>StreamViewType</i> are: </para> <ul> <li> <para> <i>KEYS_ONLY</i> - Only the key attributes of the modified item are written to the stream. </para> </li> <li> <para> <i>NEW_IMAGE</i> - The entire item, as it appears after it was modified, is written to the stream. </para> </li> <li> <para> <i>OLD_IMAGE</i> - The entire item, as it appeared before it was modified, is written to the stream. </para> </li> <li> <para> <i>NEW_AND_OLD_IMAGES</i> - Both the new and the old item images of the item are written to the stream. </para> </li> </ul> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table to create. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.CreateTableResponse"> <summary> Configuration for accessing Amazon CreateTable service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.CreateTableResult"> <summary> Represents the output of a <i>CreateTable</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableResult.TableDescription"> <summary> Gets and sets the property TableDescription. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.CreateTableResponse.CreateTableResult"> <summary> Gets and sets the CreateTableResult property. Represents the output of a CreateTable operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteGlobalSecondaryIndexAction"> <summary> Represents a global secondary index to be deleted from an existing table. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteGlobalSecondaryIndexAction.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the global secondary index to be deleted. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteItemRequest"> <summary> Container for the parameters to the DeleteItem operation. Deletes a single item in a table by primary key. You can perform a conditional delete operation that deletes the item if it exists, or if it has an expected attribute value. <para> In addition to deleting an item, you can also return the item's attribute values in the same operation, using the <i>ReturnValues</i> parameter. </para> <para> Unless you specify conditions, the <i>DeleteItem</i> is an idempotent operation; running it multiple times on the same item or attribute does <i>not</i> result in an error response. </para> <para> Conditional deletes are useful for deleting items only if specific conditions are met. If those conditions are met, DynamoDB performs the delete. Otherwise, the item is not deleted. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Instantiates DeleteItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table from which to delete the item.</param> <param name="key">A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to delete. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue},Amazon.DynamoDBv2.ReturnValue)"> <summary> Instantiates DeleteItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table from which to delete the item.</param> <param name="key">A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to delete. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> <param name="returnValues">Use <i>ReturnValues</i> if you want to get the item attributes as they appeared before they were deleted. For <i>DeleteItem</i>, the valid values are: <ul> <li> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </li> <li> <code>ALL_OLD</code> - The content of the old item is returned. </li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ConditionalOperator"> <summary> Gets and sets the property ConditionalOperator. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A logical operator to apply to the conditions in the <i>Expected</i> map: </para> <ul> <li> <para> <code>AND</code> - If all of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> <li> <para> <code>OR</code> - If at least one of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> </ul> <para> If you omit <i>ConditionalOperator</i>, then <code>AND</code> is the default. </para> <para> The operation will succeed only if the entire map evaluates to true. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ConditionExpression"> <summary> Gets and sets the property ConditionExpression. <para> A condition that must be satisfied in order for a conditional <i>DeleteItem</i> to succeed. </para> <para> An expression can contain any of the following: </para> <ul> <li> <para> Functions: <code>attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size</code> </para> <para> These function names are case-sensitive. </para> </li> <li> <para> Comparison operators: <code> = | <![CDATA[<]]><![CDATA[>]]> | <![CDATA[<]]> | <![CDATA[>]]> | <![CDATA[<]]>= | <![CDATA[>]]>= | BETWEEN | IN</code> </para> </li> <li> <para> Logical operators: <code>AND | OR | NOT</code> </para> </li> </ul> <para> For more information on condition expressions, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ConditionExpression</i> replaces the legacy <i>ConditionalOperator</i> and <i>Expected</i> parameters. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.Expected"> <summary> Gets and sets the property Expected. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A map of attribute/condition pairs. <i>Expected</i> provides a conditional block for the <i>DeleteItem</i> operation. </para> <para> Each element of <i>Expected</i> consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each <i>Expected</i> element, the result of the evaluation is either true or false. </para> <para> If you specify more than one element in the <i>Expected</i> map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the <i>ConditionalOperator</i> parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) </para> <para> If the <i>Expected</i> map evaluates to true, then the conditional operation succeeds; otherwise, it fails. </para> <para> <i>Expected</i> contains the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters" >http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes in the <i>AttributeValueList</i>. When performing the comparison, DynamoDB uses strongly consistent reads. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> The following are descriptions of each comparison operator. </para> <ul> <li> <para> <code>EQ</code> : Equal. <code>EQ</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NE</code> : Not equal. <code>NE</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NOT_NULL</code> : The attribute exists. <code>NOT_NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the existence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NOT_NULL</code>, the result is a Boolean <i>true</i>. This result is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NOT_NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>NULL</code> : The attribute does not exist. <code>NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NULL</code>, the result is a Boolean <i>false</i>. This is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>CONTAINS</code> : Checks for a subsequence, or value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it finds an exact match with any member of the set. </para> <para> CONTAINS is supported for lists: When evaluating "<code>a CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>NOT_CONTAINS</code> : Checks for absence of a subsequence, or absence of a value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it <i>does not</i> find an exact match with any member of the set. </para> <para> NOT_CONTAINS is supported for lists: When evaluating "<code>a NOT CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>IN</code> : Checks for matching elements within two sets. </para> <para> <i>AttributeValueList</i> can contain one or more <i>AttributeValue</i> elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> </li> </ul> <para> For usage examples of <i>AttributeValueList</i> and <i>ComparisonOperator</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html">Legacy Conditional Parameters</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of <i>AttributeValueList</i> and <i>ComparisonOperator</i>: </para> <ul> <li> <para> <i>Value</i> - A value for DynamoDB to compare with an attribute. </para> </li> <li> <para> <i>Exists</i> - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: </para> <ul> <li> <para> If <i>Exists</i> is <code>true</code>, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. </para> </li> <li> <para> If <i>Exists</i> is <code>false</code>, DynamoDB assumes that the attribute value does <i>not</i> exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. </para> </li> </ul> <para> Note that the default value for <i>Exists</i> is <code>true</code>. </para> </li> </ul> <para> The <i>Value</i> and <i>Exists</i> parameters are incompatible with <i>AttributeValueList</i> and <i>ComparisonOperator</i>. Note that if you use both sets of parameters at once, DynamoDB will return a <i>ValidationException</i> exception. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. <para> One or more values that can be substituted in an expression. </para> <para> Use the <b>:</b> (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the <i>ProductStatus</i> attribute was one of the following: </para> <para> <code>Available | Backordered | Discontinued</code> </para> <para> You would first need to specify <i>ExpressionAttributeValues</i> as follows: </para> <para> <code>{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }</code> </para> <para> You could then use these values in an expression, such as this: </para> <para> <code>ProductStatus IN (:avail, :back, :disc)</code> </para> <para> For more information on expression attribute values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.Key"> <summary> Gets and sets the property Key. <para> A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to delete. </para> <para> For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ReturnItemCollectionMetrics"> <summary> Gets and sets the property ReturnItemCollectionMetrics. <para> Determines whether item collection metrics are returned. If set to <code>SIZE</code>, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to <code>NONE</code> (the default), no statistics are returned. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.ReturnValues"> <summary> Gets and sets the property ReturnValues. <para> Use <i>ReturnValues</i> if you want to get the item attributes as they appeared before they were deleted. For <i>DeleteItem</i>, the valid values are: </para> <ul> <li> <para> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </para> </li> <li> <para> <code>ALL_OLD</code> - The content of the old item is returned. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table from which to delete the item. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteItemResponse"> <summary> Configuration for accessing Amazon DeleteItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteItemResult"> <summary> Represents the output of a <i>DeleteItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemResult.Attributes"> <summary> Gets and sets the property Attributes. <para> A map of attribute names to <i>AttributeValue</i> objects, representing the item as it appeared before the <i>DeleteItem</i> operation. This map appears in the response only if <i>ReturnValues</i> was specified as <code>ALL_OLD</code> in the request. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemResult.ItemCollectionMetrics"> <summary> Gets and sets the property ItemCollectionMetrics. <para> Information about item collections, if any, that were affected by the operation. <i>ItemCollectionMetrics</i> is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. </para> <para> Each <i>ItemCollectionMetrics</i> element consists of: </para> <ul> <li> <para> <i>ItemCollectionKey</i> - The partition key value of the item collection. This is the same as the partition key value of the item itself. </para> </li> <li> <para> <i>SizeEstimateRange</i> - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. </para> <para> The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteItemResponse.DeleteItemResult"> <summary> Gets and sets the DeleteItemResult property. Represents the output of a DeleteItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteRequest"> <summary> Represents a request to perform a <i>DeleteItem</i> operation on an item. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteRequest.#ctor(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Instantiates DeleteRequest with the parameterized properties </summary> <param name="key">A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteRequest.Key"> <summary> Gets and sets the property Key. <para> A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteTableRequest"> <summary> Container for the parameters to the DeleteTable operation. The <i>DeleteTable</i> operation deletes a table and all of its items. After a <i>DeleteTable</i> request, the specified table is in the <code>DELETING</code> state until DynamoDB completes the deletion. If the table is in the <code>ACTIVE</code> state, you can delete it. If a table is in <code>CREATING</code> or <code>UPDATING</code> states, then DynamoDB returns a <i>ResourceInUseException</i>. If the specified table does not exist, DynamoDB returns a <i>ResourceNotFoundException</i>. If table is already in the <code>DELETING</code> state, no error is returned. <note> <para> DynamoDB might continue to accept data read and write operations, such as <i>GetItem</i> and <i>PutItem</i>, on a table in the <code>DELETING</code> state until the table deletion is complete. </para> </note> <para> When you delete a table, any indexes on that table are also deleted. </para> <para> If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the <code>DISABLED</code> state, and the stream is automatically deleted after 24 hours. </para> <para> Use the <i>DescribeTable</i> API to check the status of the table. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteTableRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DeleteTableRequest.#ctor(System.String)"> <summary> Instantiates DeleteTableRequest with the parameterized properties </summary> <param name="tableName"> The name of the table to delete.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteTableRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table to delete. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteTableResponse"> <summary> Configuration for accessing Amazon DeleteTable service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DeleteTableResult"> <summary> Represents the output of a <i>DeleteTable</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteTableResult.TableDescription"> <summary> Gets and sets the property TableDescription. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DeleteTableResponse.DeleteTableResult"> <summary> Gets and sets the DeleteTableResult property. Represents the output of a DeleteTable operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeLimitsRequest"> <summary> Container for the parameters to the DescribeLimits operation. Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there. <para> When you establish an AWS account, the account has initial limits on the maximum read capacity units and write capacity units that you can provision across all of your DynamoDB tables in a given region. Also, there are per-table limits that apply when you create a table there. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Limits</a> page in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> Although you can increase these limits by filing a case at <a href="https://console.aws.amazon.com/support/home#/">AWS Support Center</a>, obtaining the increase is not instantaneous. The <i>DescribeLimits</i> API lets you write code to compare the capacity you are currently using to those limits imposed by your account so that you have enough time to apply for an increase before you hit a limit. </para> <para> For example, you could use one of the AWS SDKs to do the following: </para> <ol> <li>Call <i>DescribeLimits</i> for a particular region to obtain your current account limits on provisioned capacity there.</li> <li>Create a variable to hold the aggregate read capacity units provisioned for all your tables in that region, and one to hold the aggregate write capacity units. Zero them both.</li> <li>Call <i>ListTables</i> to obtain a list of all your DynamoDB tables.</li> <li> <para> For each table name listed by <i>ListTables</i>, do the following: </para> <ul> <li>Call <i>DescribeTable</i> with the table name.</li> <li>Use the data returned by <i>DescribeTable</i> to add the read capacity units and write capacity units provisioned for the table itself to your variables.</li> <li>If the table has one or more global secondary indexes (GSIs), loop over these GSIs and add their provisioned capacity values to your variables as well.</li> </ul> </li> <li>Report the account limits for that region returned by <i>DescribeLimits</i>, along with the total current provisioned capacity levels you have calculated.</li> </ol> <para> This will let you see whether you are getting close to your account-level limits. </para> <para> The per-table limits apply only when you are creating a new table. They restrict the sum of the provisioned capacity of the new table itself and all its global secondary indexes. </para> <para> For existing tables and their GSIs, DynamoDB will not let you increase provisioned capacity extremely rapidly, but the only upper limit that applies is that the aggregate provisioned capacity over all your tables and GSIs cannot exceed either of the per-account limits. </para> <note> <para> <i>DescribeLimits</i> should only be called periodically. You can expect throttling errors if you call it more than once in a minute. </para> </note> <para> The <i>DescribeLimits</i> Request element has no content. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeLimitsResponse"> <summary> Configuration for accessing Amazon DescribeLimits service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeLimitsResult"> <summary> Represents the output of a <i>DescribeLimits</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeLimitsResult.AccountMaxReadCapacityUnits"> <summary> Gets and sets the property AccountMaxReadCapacityUnits. <para> The maximum total read capacity units that your account allows you to provision across all of your tables in this region. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeLimitsResult.AccountMaxWriteCapacityUnits"> <summary> Gets and sets the property AccountMaxWriteCapacityUnits. <para> The maximum total write capacity units that your account allows you to provision across all of your tables in this region. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeLimitsResult.TableMaxReadCapacityUnits"> <summary> Gets and sets the property TableMaxReadCapacityUnits. <para> The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs). </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeLimitsResult.TableMaxWriteCapacityUnits"> <summary> Gets and sets the property TableMaxWriteCapacityUnits. <para> The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs). </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeLimitsResponse.DescribeLimitsResult"> <summary> Gets and sets the DescribeLimitsResult property. Represents the output of a DescribeLimits operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeStreamRequest"> <summary> Container for the parameters to the DescribeStream operation. Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table. <note> <para> You can call <i>DescribeStream</i> at a maximum rate of 10 times per second. </para> </note> <para> Each shard in the stream has a <code>SequenceNumberRange</code> associated with it. If the <code>SequenceNumberRange</code> has a <code>StartingSequenceNumber</code> but no <code>EndingSequenceNumber</code>, then the shard is still open (able to receive more stream records). If both <code>StartingSequenceNumber</code> and <code>EndingSequenceNumber</code> are present, the that shared is closed and can no longer receive more data. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeStreamRequest.ExclusiveStartShardId"> <summary> Gets and sets the property ExclusiveStartShardId. <para> The shard ID of the first item that this operation will evaluate. Use the value that was returned for <code>LastEvaluatedShardId</code> in the previous operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeStreamRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of shard objects to return. The upper limit is 100. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeStreamRequest.StreamArn"> <summary> Gets and sets the property StreamArn. <para> The Amazon Resource Name (ARN) for the stream. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeStreamResponse"> <summary> Configuration for accessing Amazon DescribeStream service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeStreamResult"> <summary> Represents the output of a <i>DescribeStream</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeStreamResult.StreamDescription"> <summary> Gets and sets the property StreamDescription. <para> A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeStreamResponse.DescribeStreamResult"> <summary> Gets and sets the DescribeStreamResult property. Represents the output of a DescribeStream operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeTableRequest"> <summary> Container for the parameters to the DescribeTable operation. Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table. <note> <para> If you issue a <i>DescribeTable</i> request immediately after a <i>CreateTable</i> request, DynamoDB might return a <i>ResourceNotFoundException</i>. This is because <i>DescribeTable</i> uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the <i>DescribeTable</i> request again. </para> </note> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DescribeTableRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.DescribeTableRequest.#ctor(System.String)"> <summary> Instantiates DescribeTableRequest with the parameterized properties </summary> <param name="tableName"> The name of the table to describe.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeTableRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table to describe. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeTableResponse"> <summary> Configuration for accessing Amazon DescribeTable service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.DescribeTableResult"> <summary> Represents the output of a <i>DescribeTable</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeTableResult.Table"> <summary> Gets and sets the property Table. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.DescribeTableResponse.DescribeTableResult"> <summary> Gets and sets the DescribeTableResult property. Represents the output of a DescribeTable operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ExpectedAttributeValue"> <summary> Represents a condition to be compared with an attribute value. This condition can be used with <i>DeleteItem</i>, <i>PutItem</i> or <i>UpdateItem</i> operations; if the comparison evaluates to true, the operation succeeds; if not, the operation fails. You can use <i>ExpectedAttributeValue</i> in one of two different ways: <ul> <li> <para> Use <i>AttributeValueList</i> to specify one or more values to compare against an attribute. Use <i>ComparisonOperator</i> to specify how you want to perform the comparison. If the comparison evaluates to true, then the conditional operation succeeds. </para> </li> <li> <para> Use <i>Value</i> to specify a value that DynamoDB will compare against an attribute. If the values match, then <i>ExpectedAttributeValue</i> evaluates to true and the conditional operation succeeds. Optionally, you can also set <i>Exists</i> to false, indicating that you <i>do not</i> expect to find the attribute value in the table. In this case, the conditional operation succeeds only if the comparison evaluates to false. </para> </li> </ul> <para> <i>Value</i> and <i>Exists</i> are incompatible with <i>AttributeValueList</i> and <i>ComparisonOperator</i>. Note that if you use both sets of parameters at once, DynamoDB will return a <i>ValidationException</i> exception. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.#ctor(Amazon.DynamoDBv2.Model.AttributeValue)"> <summary> Instantiates ExpectedAttributeValue with the parameterized properties </summary> <param name="value">Sets the ExpectedAttributeValue Value property</param> </member> <member name="M:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.#ctor(System.Boolean)"> <summary> Instantiates ExpectedAttributeValue with the parameterized properties </summary> <param name="exists">Causes DynamoDB to evaluate the value before attempting a conditional operation: <ul> <li> If <i>Exists</i> is <code>true</code>, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a <i>ConditionalCheckFailedException</i>. </li> <li> If <i>Exists</i> is <code>false</code>, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a <i>ConditionalCheckFailedException</i>. </li> </ul> The default setting for <i>Exists</i> is <code>true</code>. If you supply a <i>Value</i> all by itself, DynamoDB assumes the attribute exists: You don't have to set <i>Exists</i> to <code>true</code>, because it is implied. DynamoDB returns a <i>ValidationException</i> if: <ul> <li> <i>Exists</i> is <code>true</code> but there is no <i>Value</i> to check. (You expect a value to exist, but don't specify what that value is.) </li> <li> <i>Exists</i> is <code>false</code> but you also provide a <i>Value</i>. (You cannot expect an attribute to have a value, while also expecting it not to exist.) </li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.AttributeValueList"> <summary> Gets and sets the property AttributeValueList. <para> One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> <para> For information on specifying data types in JSON, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html">JSON Data Format</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.ComparisonOperator"> <summary> Gets and sets the property ComparisonOperator. <para> A comparator for evaluating attributes in the <i>AttributeValueList</i>. For example, equals, greater than, less than, etc. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> The following are descriptions of each comparison operator. </para> <ul> <li> <para> <code>EQ</code> : Equal. <code>EQ</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NE</code> : Not equal. <code>NE</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NOT_NULL</code> : The attribute exists. <code>NOT_NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the existence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NOT_NULL</code>, the result is a Boolean <i>true</i>. This result is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NOT_NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>NULL</code> : The attribute does not exist. <code>NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NULL</code>, the result is a Boolean <i>false</i>. This is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>CONTAINS</code> : Checks for a subsequence, or value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it finds an exact match with any member of the set. </para> <para> CONTAINS is supported for lists: When evaluating "<code>a CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>NOT_CONTAINS</code> : Checks for absence of a subsequence, or absence of a value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it <i>does not</i> find an exact match with any member of the set. </para> <para> NOT_CONTAINS is supported for lists: When evaluating "<code>a NOT CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>IN</code> : Checks for matching elements within two sets. </para> <para> <i>AttributeValueList</i> can contain one or more <i>AttributeValue</i> elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.Exists"> <summary> Gets and sets the property Exists. <para> Causes DynamoDB to evaluate the value before attempting a conditional operation: </para> <ul> <li> <para> If <i>Exists</i> is <code>true</code>, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a <i>ConditionalCheckFailedException</i>. </para> </li> <li> <para> If <i>Exists</i> is <code>false</code>, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a <i>ConditionalCheckFailedException</i>. </para> </li> </ul> <para> The default setting for <i>Exists</i> is <code>true</code>. If you supply a <i>Value</i> all by itself, DynamoDB assumes the attribute exists: You don't have to set <i>Exists</i> to <code>true</code>, because it is implied. </para> <para> DynamoDB returns a <i>ValidationException</i> if: </para> <ul> <li> <para> <i>Exists</i> is <code>true</code> but there is no <i>Value</i> to check. (You expect a value to exist, but don't specify what that value is.) </para> </li> <li> <para> <i>Exists</i> is <code>false</code> but you also provide a <i>Value</i>. (You cannot expect an attribute to have a value, while also expecting it not to exist.) </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ExpectedAttributeValue.Value"> <summary> Gets and sets the property Value. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ExpiredIteratorException"> <summary> DynamoDBStreams exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ExpiredIteratorException.#ctor(System.String)"> <summary> Constructs a new ExpiredIteratorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.GetItemRequest"> <summary> Container for the parameters to the GetItem operation. The <i>GetItem</i> operation returns a set of attributes for the item with the given primary key. If there is no matching item, <i>GetItem</i> does not return any data. <para> <i>GetItem</i> provides an eventually consistent read by default. If your application requires a strongly consistent read, set <i>ConsistentRead</i> to <code>true</code>. Although a strongly consistent read might take more time than an eventually consistent read, it always returns the last updated value. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.GetItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.GetItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Instantiates GetItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the requested item.</param> <param name="key">A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to retrieve. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.GetItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue},System.Boolean)"> <summary> Instantiates GetItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the requested item.</param> <param name="key">A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to retrieve. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> <param name="consistentRead">Determines the read consistency model: If set to <code>true</code>, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.AttributesToGet"> <summary> Gets and sets the property AttributesToGet. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> <para> This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. </para> </important> <para> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.ConsistentRead"> <summary> Gets and sets the property ConsistentRead. <para> Determines the read consistency model: If set to <code>true</code>, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.Key"> <summary> Gets and sets the property Key. <para> A map of attribute names to <i>AttributeValue</i> objects, representing the primary key of the item to retrieve. </para> <para> For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.ProjectionExpression"> <summary> Gets and sets the property ProjectionExpression. <para> A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. </para> <para> If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ProjectionExpression</i> replaces the legacy <i>AttributesToGet</i> parameter. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table containing the requested item. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetItemResponse"> <summary> Configuration for accessing Amazon GetItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetItemResult"> <summary> Represents the output of a <i>GetItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemResult.Item"> <summary> Gets and sets the property Item. <para> A map of attribute names to <i>AttributeValue</i> objects, as specified by <i>AttributesToGet</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemResult.IsItemSet"> <summary> This property is set to true if the property <seealso cref="P:Amazon.DynamoDBv2.Model.GetItemResult.Item"/> is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call. </summary> <returns> True if the related property was set or will be sent to a service; false otherwise. </returns> </member> <member name="P:Amazon.DynamoDBv2.Model.GetItemResponse.GetItemResult"> <summary> Gets and sets the GetItemResult property. Represents the output of a GetItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetRecordsRequest"> <summary> Container for the parameters to the GetRecords operation. Retrieves the stream records from a given shard. <para> Specify a shard iterator using the <code>ShardIterator</code> parameter. The shard iterator specifies the position in the shard from which you want to start reading stream records sequentially. If there are no stream records available in the portion of the shard that the iterator points to, <code>GetRecords</code> returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains stream records. </para> <note> <para> GetRecords can retrieve a maximum of 1 MB of data or 2000 stream records, whichever comes first. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetRecordsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of records to return from the shard. The upper limit is 1000. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetRecordsRequest.ShardIterator"> <summary> Gets and sets the property ShardIterator. <para> A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetRecordsResponse"> <summary> Configuration for accessing Amazon GetRecords service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetRecordsResult"> <summary> Represents the output of a <i>GetRecords</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetRecordsResult.NextShardIterator"> <summary> Gets and sets the property NextShardIterator. <para> The next position in the shard from which to start sequentially reading stream records. If set to <code>null</code>, the shard has been closed and the requested iterator will not return any more data. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetRecordsResult.Records"> <summary> Gets and sets the property Records. <para> The stream records from the shard, which were retrieved using the shard iterator. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetRecordsResponse.GetRecordsResult"> <summary> Gets and sets the GetRecordsResult property. Represents the output of a GetRecords operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetShardIteratorRequest"> <summary> Container for the parameters to the GetShardIterator operation. Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent <code>GetRecords</code> request to read the stream records from the shard. <note> <para> A shard iterator expires 15 minutes after it is returned to the requester. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorRequest.SequenceNumber"> <summary> Gets and sets the property SequenceNumber. <para> The sequence number of a stream record in the shard from which to start reading. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorRequest.ShardId"> <summary> Gets and sets the property ShardId. <para> The identifier of the shard. The iterator will be returned for this shard ID. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorRequest.ShardIteratorType"> <summary> Gets and sets the property ShardIteratorType. <para> Determines how the shard iterator is used to start reading stream records from the shard: </para> <ul> <li> <para> <code>AT_SEQUENCE_NUMBER</code> - Start reading exactly from the position denoted by a specific sequence number. </para> </li> <li> <para> <code>AFTER_SEQUENCE_NUMBER</code> - Start reading right after the position denoted by a specific sequence number. </para> </li> <li> <para> <code>TRIM_HORIZON</code> - Start reading at the last (untrimmed) stream record, which is the oldest record in the shard. In DynamoDB Streams, there is a 24 hour limit on data retention. Stream records whose age exceeds this limit are subject to removal (trimming) from the stream. </para> </li> <li> <para> <code>LATEST</code> - Start reading just after the most recent stream record in the shard, so that you always read the most recent data in the shard. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorRequest.StreamArn"> <summary> Gets and sets the property StreamArn. <para> The Amazon Resource Name (ARN) for the stream. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetShardIteratorResponse"> <summary> Configuration for accessing Amazon GetShardIterator service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GetShardIteratorResult"> <summary> Represents the output of a <i>GetShardIterator</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorResult.ShardIterator"> <summary> Gets and sets the property ShardIterator. <para> The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GetShardIteratorResponse.GetShardIteratorResult"> <summary> Gets and sets the GetShardIteratorResult property. Represents the output of a GetShardIterator operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GlobalSecondaryIndex"> <summary> Represents the properties of a global secondary index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndex.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the global secondary index. The name must be unique among all other indexes on this table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndex.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndex.Projection"> <summary> Gets and sets the property Projection. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndex.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription"> <summary> Represents the properties of a global secondary index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.Backfilling"> <summary> Gets and sets the property Backfilling. <para> Indicates whether the index is currently backfilling. <i>Backfilling</i> is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and <i>Backfilling</i> is false. </para> <note> <para> For indexes that were created during a <i>CreateTable</i> operation, the <i>Backfilling</i> attribute does not appear in the <i>DescribeTable</i> output. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.IndexArn"> <summary> Gets and sets the property IndexArn. <para> The Amazon Resource Name (ARN) that uniquely identifies the index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the global secondary index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.IndexSizeBytes"> <summary> Gets and sets the property IndexSizeBytes. <para> The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.IndexStatus"> <summary> Gets and sets the property IndexStatus. <para> The current state of the global secondary index: </para> <ul> <li> <para> <i>CREATING</i> - The index is being created. </para> </li> <li> <para> <i>UPDATING</i> - The index is being updated. </para> </li> <li> <para> <i>DELETING</i> - The index is being deleted. </para> </li> <li> <para> <i>ACTIVE</i> - The index is ready for use. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.ItemCount"> <summary> Gets and sets the property ItemCount. <para> The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.Projection"> <summary> Gets and sets the property Projection. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexUpdate"> <summary> Represents one of the following: <ul> <li> <para> A new global secondary index to be added to an existing table. </para> </li> <li> <para> New provisioned throughput parameters for an existing global secondary index. </para> </li> <li> <para> An existing global secondary index to be removed from an existing table. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexUpdate.Create"> <summary> Gets and sets the property Create. <para> The parameters required for creating a global secondary index on an existing table: </para> <ul> <li> <para> <code>IndexName </code> </para> </li> <li> <para> <code>KeySchema </code> </para> </li> <li> <para> <code>AttributeDefinitions </code> </para> </li> <li> <para> <code>Projection </code> </para> </li> <li> <para> <code>ProvisionedThroughput </code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexUpdate.Delete"> <summary> Gets and sets the property Delete. <para> The name of an existing global secondary index to be removed. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.GlobalSecondaryIndexUpdate.Update"> <summary> Gets and sets the property Update. <para> The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.InternalServerErrorException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.InternalServerErrorException.#ctor(System.String)"> <summary> Constructs a new InternalServerErrorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.ItemCollectionMetrics"> <summary> Information about item collections, if any, that were affected by the operation. <i>ItemCollectionMetrics</i> is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ItemCollectionMetrics.ItemCollectionKey"> <summary> Gets and sets the property ItemCollectionKey. <para> The partition key value of the item collection. This value is the same as the partition key value of the item. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ItemCollectionMetrics.SizeEstimateRangeGB"> <summary> Gets and sets the property SizeEstimateRangeGB. <para> An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. </para> <para> The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ItemCollectionSizeLimitExceededException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ItemCollectionSizeLimitExceededException.#ctor(System.String)"> <summary> Constructs a new ItemCollectionSizeLimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.KeysAndAttributes"> <summary> Represents a set of primary keys and, for each key, the attributes to retrieve from the table. <para> For each primary key, you must provide <i>all</i> of the key attributes. For example, with a simple primary key, you only need to provide the partition key. For a composite primary key, you must provide <i>both</i> the partition key and the sort key. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeysAndAttributes.AttributesToGet"> <summary> Gets and sets the property AttributesToGet. <para> One or more attributes to retrieve from the table or index. If no attribute names are specified then all attributes will be returned. If any of the specified attributes are not found, they will not appear in the result. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeysAndAttributes.ConsistentRead"> <summary> Gets and sets the property ConsistentRead. <para> The consistency of a read operation. If set to <code>true</code>, then a strongly consistent read is used; otherwise, an eventually consistent read is used. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeysAndAttributes.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeysAndAttributes.Keys"> <summary> Gets and sets the property Keys. <para> The primary key attribute values that define the items and the attributes associated with the items. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeysAndAttributes.ProjectionExpression"> <summary> Gets and sets the property ProjectionExpression. <para> A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the <i>ProjectionExpression</i> must be separated by commas. </para> <para> If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ProjectionExpression</i> replaces the legacy <i>AttributesToGet</i> parameter. </para> </note> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.KeySchemaElement"> <summary> Represents <i>a single element</i> of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index. <para> A <i>KeySchemaElement</i> represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one <i>KeySchemaElement</i> (for the partition key). A composite primary key would require one <i>KeySchemaElement</i> for the partition key, and another <i>KeySchemaElement</i> for the sort key. </para> <para> A <i>KeySchemaElement</i> must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.KeySchemaElement.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.KeySchemaElement.#ctor(System.String,Amazon.DynamoDBv2.KeyType)"> <summary> Instantiates KeySchemaElement with the parameterized properties </summary> <param name="attributeName">The name of a key attribute.</param> <param name="keyType">The role that this key attribute will assume: <ul> <li><code>HASH</code> - partition key </li> <li><code>RANGE</code> - sort key</li> </ul> <note> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.</note></param> </member> <member name="P:Amazon.DynamoDBv2.Model.KeySchemaElement.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of a key attribute. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.KeySchemaElement.KeyType"> <summary> Gets and sets the property KeyType. <para> The role that this key attribute will assume: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.LimitExceededException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.ListStreamsRequest"> <summary> Container for the parameters to the ListStreams operation. Returns an array of stream ARNs associated with the current account and endpoint. If the <code>TableName</code> parameter is present, then <i>ListStreams</i> will return only the streams ARNs for that table. <note> <para> You can call <i>ListStreams</i> at a maximum rate of 5 times per second. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsRequest.ExclusiveStartStreamArn"> <summary> Gets and sets the property ExclusiveStartStreamArn. <para> The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for <code>LastEvaluatedStreamArn</code> in the previous operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of streams to return. The upper limit is 100. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsRequest.TableName"> <summary> Gets and sets the property TableName. <para> If this parameter is provided, then only the streams associated with this table name are returned. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ListStreamsResponse"> <summary> Configuration for accessing Amazon ListStreams service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ListStreamsResult"> <summary> Represents the output of a <i>ListStreams</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsResult.LastEvaluatedStreamArn"> <summary> Gets and sets the property LastEvaluatedStreamArn. <para> The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. </para> <para> If <code>LastEvaluatedStreamArn</code> is empty, then the "last page" of results has been processed and there is no more data to be retrieved. </para> <para> If <code>LastEvaluatedStreamArn</code> is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when <code>LastEvaluatedStreamArn</code> is empty. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsResult.Streams"> <summary> Gets and sets the property Streams. <para> A list of stream descriptors associated with the current account and endpoint. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListStreamsResponse.ListStreamsResult"> <summary> Gets and sets the ListStreamsResult property. Represents the output of a ListStreams operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ListTablesRequest"> <summary> Container for the parameters to the ListTables operation. Returns an array of table names associated with the current account and endpoint. The output from <i>ListTables</i> is paginated, with each page returning a maximum of 100 table names. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ListTablesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ListTablesRequest.#ctor(System.String)"> <summary> Instantiates ListTablesRequest with the parameterized properties </summary> <param name="exclusiveStartTableName">The first table name that this operation will evaluate. Use the value that was returned for <i>LastEvaluatedTableName</i> in a previous operation, so that you can obtain the next page of results.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.ListTablesRequest.#ctor(System.String,System.Int32)"> <summary> Instantiates ListTablesRequest with the parameterized properties </summary> <param name="exclusiveStartTableName">The first table name that this operation will evaluate. Use the value that was returned for <i>LastEvaluatedTableName</i> in a previous operation, so that you can obtain the next page of results.</param> <param name="limit"> A maximum number of table names to return. If this parameter is not specified, the limit is 100.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.ListTablesRequest.ExclusiveStartTableName"> <summary> Gets and sets the property ExclusiveStartTableName. <para> The first table name that this operation will evaluate. Use the value that was returned for <i>LastEvaluatedTableName</i> in a previous operation, so that you can obtain the next page of results. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListTablesRequest.Limit"> <summary> Gets and sets the property Limit. <para> A maximum number of table names to return. If this parameter is not specified, the limit is 100. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ListTablesResponse"> <summary> Configuration for accessing Amazon ListTables service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ListTablesResult"> <summary> Represents the output of a <i>ListTables</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListTablesResult.LastEvaluatedTableName"> <summary> Gets and sets the property LastEvaluatedTableName. <para> The name of the last table in the current page of results. Use this value as the <i>ExclusiveStartTableName</i> in a new request to obtain the next page of results, until all the table names are returned. </para> <para> If you do not receive a <i>LastEvaluatedTableName</i> value in the response, this means that there are no more table names to be retrieved. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListTablesResult.TableNames"> <summary> Gets and sets the property TableNames. <para> The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100. </para> <para> If <i>LastEvaluatedTableName</i> also appears in the output, you can use this value as the <i>ExclusiveStartTableName</i> parameter in a subsequent <i>ListTables</i> request and obtain the next page of results. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ListTablesResponse.ListTablesResult"> <summary> Gets and sets the ListTablesResult property. Represents the output of a ListTables operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.LocalSecondaryIndex"> <summary> Represents the properties of a local secondary index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndex.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the local secondary index. The name must be unique among all other indexes on this table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndex.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndex.Projection"> <summary> Gets and sets the property Projection. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription"> <summary> Represents the properties of a local secondary index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.IndexArn"> <summary> Gets and sets the property IndexArn. <para> The Amazon Resource Name (ARN) that uniquely identifies the index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.IndexName"> <summary> Gets and sets the property IndexName. <para> Represents the name of the local secondary index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.IndexSizeBytes"> <summary> Gets and sets the property IndexSizeBytes. <para> The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.ItemCount"> <summary> Gets and sets the property ItemCount. <para> The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: </para> <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription.Projection"> <summary> Gets and sets the property Projection. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Projection"> <summary> Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Projection.NonKeyAttributes"> <summary> Gets and sets the property NonKeyAttributes. <para> Represents the non-key attribute names which will be projected into the index. </para> <para> For local secondary indexes, the total count of <i>NonKeyAttributes</i> summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Projection.ProjectionType"> <summary> Gets and sets the property ProjectionType. <para> The set of attributes that are projected into the index: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index. </para> </li> <li> <para> <code>INCLUDE</code> - Only the specified table attributes are projected into the index. The list of projected attributes are in <i>NonKeyAttributes</i>. </para> </li> <li> <para> <code>ALL</code> - All of the table attributes are projected into the index. </para> </li> </ul> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ProvisionedThroughput"> <summary> Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the <i>UpdateTable</i> operation. <para> For current minimum and maximum provisioned throughput values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Limits</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ProvisionedThroughput.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ProvisionedThroughput.#ctor(System.Int64,System.Int64)"> <summary> Instantiates ProvisionedThroughput with the parameterized properties </summary> <param name="readCapacityUnits">The maximum number of strongly consistent reads consumed per second before DynamoDB returns a <i>ThrottlingException</i>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer Guide</i>.</param> <param name="writeCapacityUnits">The maximum number of writes consumed per second before DynamoDB returns a <i>ThrottlingException</i>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer Guide</i>.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughput.ReadCapacityUnits"> <summary> Gets and sets the property ReadCapacityUnits. <para> The maximum number of strongly consistent reads consumed per second before DynamoDB returns a <i>ThrottlingException</i>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughput.WriteCapacityUnits"> <summary> Gets and sets the property WriteCapacityUnits. <para> The maximum number of writes consumed per second before DynamoDB returns a <i>ThrottlingException</i>. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput">Specifying Read and Write Requirements</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription"> <summary> Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.LastDecreaseDateTime"> <summary> Gets and sets the property LastDecreaseDateTime. <para> The date and time of the last provisioned throughput decrease for this table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.LastIncreaseDateTime"> <summary> Gets and sets the property LastIncreaseDateTime. <para> The date and time of the last provisioned throughput increase for this table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.NumberOfDecreasesToday"> <summary> Gets and sets the property NumberOfDecreasesToday. <para> The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Limits</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.ReadCapacityUnits"> <summary> Gets and sets the property ReadCapacityUnits. <para> The maximum number of strongly consistent reads consumed per second before DynamoDB returns a <i>ThrottlingException</i>. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 <i>ReadCapacityUnits</i> per second provides 100 eventually consistent <i>ReadCapacityUnits</i> per second. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription.WriteCapacityUnits"> <summary> Gets and sets the property WriteCapacityUnits. <para> The maximum number of writes consumed per second before DynamoDB returns a <i>ThrottlingException</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ProvisionedThroughputExceededException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ProvisionedThroughputExceededException.#ctor(System.String)"> <summary> Constructs a new ProvisionedThroughputExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.PutItemRequest"> <summary> Container for the parameters to the PutItem operation. Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. You can perform a conditional put operation (add a new item if one with the specified primary key doesn't exist), or replace an existing item if it has certain attribute values. <para> In addition to putting an item, you can also return the item's attribute values in the same operation, using the <i>ReturnValues</i> parameter. </para> <para> When you add an item, the primary key attribute(s) are the only required attributes. Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes cannot be empty. Requests with empty values will be rejected with a <i>ValidationException</i> exception. </para> <para> You can request that <i>PutItem</i> return either a copy of the original item (before the update) or a copy of the updated item (after the update). For more information, see the <i>ReturnValues</i> description below. </para> <note> <para> To prevent a new item from replacing an existing item, use a conditional expression that contains the <code>attribute_not_exists</code> function with the name of the attribute being used as the partition key for the table. Since every record must contain that attribute, the <code>attribute_not_exists</code> function will only succeed if no matching item exists. </para> </note> <para> For more information about using this API, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html">Working with Items</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.PutItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.PutItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Instantiates PutItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table to contain the item.</param> <param name="item">A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item. You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key. If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. For more information about primary keys, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey">Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>. Each element in the <i>Item</i> map is an <i>AttributeValue</i> object.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.PutItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue},Amazon.DynamoDBv2.ReturnValue)"> <summary> Instantiates PutItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table to contain the item.</param> <param name="item">A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item. You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key. If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. For more information about primary keys, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey">Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>. Each element in the <i>Item</i> map is an <i>AttributeValue</i> object.</param> <param name="returnValues">Use <i>ReturnValues</i> if you want to get the item attributes as they appeared before they were updated with the <i>PutItem</i> request. For <i>PutItem</i>, the valid values are: <ul> <li> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </li> <li> <code>ALL_OLD</code> - If <i>PutItem</i> overwrote an attribute name-value pair, then the content of the old item is returned. </li> </ul></param> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ConditionalOperator"> <summary> Gets and sets the property ConditionalOperator. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A logical operator to apply to the conditions in the <i>Expected</i> map: </para> <ul> <li> <para> <code>AND</code> - If all of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> <li> <para> <code>OR</code> - If at least one of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> </ul> <para> If you omit <i>ConditionalOperator</i>, then <code>AND</code> is the default. </para> <para> The operation will succeed only if the entire map evaluates to true. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ConditionExpression"> <summary> Gets and sets the property ConditionExpression. <para> A condition that must be satisfied in order for a conditional <i>PutItem</i> operation to succeed. </para> <para> An expression can contain any of the following: </para> <ul> <li> <para> Functions: <code>attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size</code> </para> <para> These function names are case-sensitive. </para> </li> <li> <para> Comparison operators: <code> = | <![CDATA[<]]><![CDATA[>]]> | <![CDATA[<]]> | <![CDATA[>]]> | <![CDATA[<]]>= | <![CDATA[>]]>= | BETWEEN | IN</code> </para> </li> <li> <para> Logical operators: <code>AND | OR | NOT</code> </para> </li> </ul> <para> For more information on condition expressions, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ConditionExpression</i> replaces the legacy <i>ConditionalOperator</i> and <i>Expected</i> parameters. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.Expected"> <summary> Gets and sets the property Expected. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A map of attribute/condition pairs. <i>Expected</i> provides a conditional block for the <i>PutItem</i> operation. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> <para> Each element of <i>Expected</i> consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each <i>Expected</i> element, the result of the evaluation is either true or false. </para> <para> If you specify more than one element in the <i>Expected</i> map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the <i>ConditionalOperator</i> parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) </para> <para> If the <i>Expected</i> map evaluates to true, then the conditional operation succeeds; otherwise, it fails. </para> <para> <i>Expected</i> contains the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters" >http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes in the <i>AttributeValueList</i>. When performing the comparison, DynamoDB uses strongly consistent reads. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> The following are descriptions of each comparison operator. </para> <ul> <li> <para> <code>EQ</code> : Equal. <code>EQ</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NE</code> : Not equal. <code>NE</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NOT_NULL</code> : The attribute exists. <code>NOT_NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the existence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NOT_NULL</code>, the result is a Boolean <i>true</i>. This result is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NOT_NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>NULL</code> : The attribute does not exist. <code>NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NULL</code>, the result is a Boolean <i>false</i>. This is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>CONTAINS</code> : Checks for a subsequence, or value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it finds an exact match with any member of the set. </para> <para> CONTAINS is supported for lists: When evaluating "<code>a CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>NOT_CONTAINS</code> : Checks for absence of a subsequence, or absence of a value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it <i>does not</i> find an exact match with any member of the set. </para> <para> NOT_CONTAINS is supported for lists: When evaluating "<code>a NOT CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>IN</code> : Checks for matching elements within two sets. </para> <para> <i>AttributeValueList</i> can contain one or more <i>AttributeValue</i> elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> </li> </ul> <para> For usage examples of <i>AttributeValueList</i> and <i>ComparisonOperator</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html">Legacy Conditional Parameters</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of <i>AttributeValueList</i> and <i>ComparisonOperator</i>: </para> <ul> <li> <para> <i>Value</i> - A value for DynamoDB to compare with an attribute. </para> </li> <li> <para> <i>Exists</i> - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: </para> <ul> <li> <para> If <i>Exists</i> is <code>true</code>, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. </para> </li> <li> <para> If <i>Exists</i> is <code>false</code>, DynamoDB assumes that the attribute value does <i>not</i> exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. </para> </li> </ul> <para> Note that the default value for <i>Exists</i> is <code>true</code>. </para> </li> </ul> <para> The <i>Value</i> and <i>Exists</i> parameters are incompatible with <i>AttributeValueList</i> and <i>ComparisonOperator</i>. Note that if you use both sets of parameters at once, DynamoDB will return a <i>ValidationException</i> exception. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. <para> One or more values that can be substituted in an expression. </para> <para> Use the <b>:</b> (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the <i>ProductStatus</i> attribute was one of the following: </para> <para> <code>Available | Backordered | Discontinued</code> </para> <para> You would first need to specify <i>ExpressionAttributeValues</i> as follows: </para> <para> <code>{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }</code> </para> <para> You could then use these values in an expression, such as this: </para> <para> <code>ProductStatus IN (:avail, :back, :disc)</code> </para> <para> For more information on expression attribute values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.Item"> <summary> Gets and sets the property Item. <para> A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item. </para> <para> You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key. </para> <para> If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. </para> <para> For more information about primary keys, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey">Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> Each element in the <i>Item</i> map is an <i>AttributeValue</i> object. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ReturnItemCollectionMetrics"> <summary> Gets and sets the property ReturnItemCollectionMetrics. <para> Determines whether item collection metrics are returned. If set to <code>SIZE</code>, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to <code>NONE</code> (the default), no statistics are returned. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.ReturnValues"> <summary> Gets and sets the property ReturnValues. <para> Use <i>ReturnValues</i> if you want to get the item attributes as they appeared before they were updated with the <i>PutItem</i> request. For <i>PutItem</i>, the valid values are: </para> <ul> <li> <para> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </para> </li> <li> <para> <code>ALL_OLD</code> - If <i>PutItem</i> overwrote an attribute name-value pair, then the content of the old item is returned. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table to contain the item. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.PutItemResponse"> <summary> Configuration for accessing Amazon PutItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.PutItemResult"> <summary> Represents the output of a <i>PutItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemResult.Attributes"> <summary> Gets and sets the property Attributes. <para> The attribute values as they appeared before the <i>PutItem</i> operation, but only if <i>ReturnValues</i> is specified as <code>ALL_OLD</code> in the request. Each element consists of an attribute name and an attribute value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemResult.ItemCollectionMetrics"> <summary> Gets and sets the property ItemCollectionMetrics. <para> Information about item collections, if any, that were affected by the operation. <i>ItemCollectionMetrics</i> is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. </para> <para> Each <i>ItemCollectionMetrics</i> element consists of: </para> <ul> <li> <para> <i>ItemCollectionKey</i> - The partition key value of the item collection. This is the same as the partition key value of the item itself. </para> </li> <li> <para> <i>SizeEstimateRange</i> - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. </para> <para> The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.PutItemResponse.PutItemResult"> <summary> Gets and sets the PutItemResult property. Represents the output of a PutItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.PutRequest"> <summary> Represents a request to perform a <i>PutItem</i> operation on an item. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.PutRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.PutRequest.#ctor(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Instantiates PutRequest with the parameterized properties </summary> <param name="item">A map of attribute name to attribute values, representing the primary key of an item to be processed by <i>PutItem</i>. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.PutRequest.Item"> <summary> Gets and sets the property Item. <para> A map of attribute name to attribute values, representing the primary key of an item to be processed by <i>PutItem</i>. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.QueryRequest"> <summary> Container for the parameters to the Query operation. A <i>Query</i> operation uses the primary key of a table or a secondary index to directly access items from that table or index. <para> Use the <i>KeyConditionExpression</i> parameter to provide a specific value for the partition key. The <i>Query</i> operation will return all of the items from the table or index with that partition key value. You can optionally narrow the scope of the <i>Query</i> operation by specifying a sort key value and a comparison operator in <i>KeyConditionExpression</i>. You can use the <i>ScanIndexForward</i> parameter to get results in forward or reverse order, by sort key. </para> <para> Queries that do not return results consume the minimum number of read capacity units for that type of read operation. </para> <para> If the total number of items meeting the query criteria exceeds the result set size limit of 1 MB, the query stops and results are returned to the user with the <i>LastEvaluatedKey</i> element to continue the query in a subsequent operation. Unlike a <i>Scan</i> operation, a <i>Query</i> operation never returns both an empty result set and a <i>LastEvaluatedKey</i> value. <i>LastEvaluatedKey</i> is only provided if the results exceed 1 MB, or if you have used the <i>Limit</i> parameter. </para> <para> You can query a table, a local secondary index, or a global secondary index. For a query on a table or on a local secondary index, you can set the <i>ConsistentRead</i> parameter to <code>true</code> and obtain a strongly consistent result. Global secondary indexes support eventually consistent reads only, so do not specify <i>ConsistentRead</i> when querying a global secondary index. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.QueryRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.QueryRequest.#ctor(System.String)"> <summary> Instantiates QueryRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the requested items. </param> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.AttributesToGet"> <summary> Gets and sets the property AttributesToGet. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> <para> This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. </para> </important> <para> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </para> <para> You cannot use both <i>AttributesToGet</i> and <i>Select</i> together in a <i>Query</i> request, <i>unless</i> the value for <i>Select</i> is <code>SPECIFIC_ATTRIBUTES</code>. (This usage is equivalent to specifying <i>AttributesToGet</i> without any value for <i>Select</i>.) </para> <para> If you query a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency. </para> <para> If you query a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ConditionalOperator"> <summary> Gets and sets the property ConditionalOperator. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>FilterExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A logical operator to apply to the conditions in a <i>QueryFilter</i> map: </para> <ul> <li> <para> <code>AND</code> - If all of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> <li> <para> <code>OR</code> - If at least one of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> </ul> <para> If you omit <i>ConditionalOperator</i>, then <code>AND</code> is the default. </para> <para> The operation will succeed only if the entire map evaluates to true. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ConsistentRead"> <summary> Gets and sets the property ConsistentRead. <para> Determines the read consistency model: If set to <code>true</code>, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads. </para> <para> Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with <i>ConsistentRead</i> set to <code>true</code>, you will receive a <i>ValidationException</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ExclusiveStartKey"> <summary> Gets and sets the property ExclusiveStartKey. <para> The primary key of the first item that this operation will evaluate. Use the value that was returned for <i>LastEvaluatedKey</i> in the previous operation. </para> <para> The data type for <i>ExclusiveStartKey</i> must be String, Number or Binary. No set data types are allowed. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. <para> One or more values that can be substituted in an expression. </para> <para> Use the <b>:</b> (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the <i>ProductStatus</i> attribute was one of the following: </para> <para> <code>Available | Backordered | Discontinued</code> </para> <para> You would first need to specify <i>ExpressionAttributeValues</i> as follows: </para> <para> <code>{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }</code> </para> <para> You could then use these values in an expression, such as this: </para> <para> <code>ProductStatus IN (:avail, :back, :disc)</code> </para> <para> For more information on expression attribute values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.FilterExpression"> <summary> Gets and sets the property FilterExpression. <para> A string that contains conditions that DynamoDB applies after the <i>Query</i> operation, but before the data is returned to you. Items that do not satisfy the <i>FilterExpression</i> criteria are not returned. </para> <note> <para> A <i>FilterExpression</i> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. </para> </note> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>FilterExpression</i> replaces the legacy <i>QueryFilter</i> and <i>ConditionalOperator</i> parameters. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the <i>IndexName</i> parameter, you must also provide <i>TableName.</i> </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.KeyConditionExpression"> <summary> Gets and sets the property KeyConditionExpression. <para> The condition that specifies the key value(s) for items to be retrieved by the <i>Query</i> action. </para> <para> The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. <i>Query</i> can use <i>KeyConditionExpression</i> to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values. </para> <para> The partition key equality test is required, and must be specified in the following format: </para> <para> <code>partitionKeyName</code> <i>=</i> <code>:partitionkeyval</code> </para> <para> If you also want to provide a condition for the sort key, it must be combined using <i>AND</i> with the condition for the sort key. Following is an example, using the <b>=</b> comparison operator for the sort key: </para> <para> <code>partitionKeyName</code> <i>=</i> <code>:partitionkeyval</code> <i>AND</i> <code>sortKeyName</code> <i>=</i> <code>:sortkeyval</code> </para> <para> Valid comparisons for the sort key condition are as follows: </para> <ul> <li> <para> <code>sortKeyName</code> <i>=</i> <code>:sortkeyval</code> - true if the sort key value is equal to <code>:sortkeyval</code>. </para> </li> <li> <para> <code>sortKeyName</code> <i><![CDATA[<]]></i> <code>:sortkeyval</code> - true if the sort key value is less than <code>:sortkeyval</code>. </para> </li> <li> <para> <code>sortKeyName</code> <i><![CDATA[<]]>=</i> <code>:sortkeyval</code> - true if the sort key value is less than or equal to <code>:sortkeyval</code>. </para> </li> <li> <para> <code>sortKeyName</code> <i><![CDATA[>]]></i> <code>:sortkeyval</code> - true if the sort key value is greater than <code>:sortkeyval</code>. </para> </li> <li> <para> <code>sortKeyName</code> <i><![CDATA[>]]>= </i><code>:sortkeyval</code> - true if the sort key value is greater than or equal to <code>:sortkeyval</code>. </para> </li> <li> <para> <code>sortKeyName</code> <i>BETWEEN</i> <code>:sortkeyval1</code> <i>AND</i> <code>:sortkeyval2</code> - true if the sort key value is greater than or equal to <code>:sortkeyval1</code>, and less than or equal to <code>:sortkeyval2</code>. </para> </li> <li> <para> <i>begins_with (</i><code>sortKeyName</code>, <code>:sortkeyval</code><i>)</i> - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name <code>begins_with</code> is case-sensitive. </para> </li> </ul> <para> Use the <i>ExpressionAttributeValues</i> parameter to replace tokens such as <code>:partitionval</code> and <code>:sortval</code> with actual values at runtime. </para> <para> You can optionally use the <i>ExpressionAttributeNames</i> parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following <i>KeyConditionExpression</i> parameter causes an error because <i>Size</i> is a reserved word: </para> <ul> <li> <code>Size = :myval</code> </li> </ul> <para> To work around this, define a placeholder (such a <code>#S</code>) to represent the attribute name <i>Size</i>. <i>KeyConditionExpression</i> then is as follows: </para> <ul> <li> <code>#S = :myval</code> </li> </ul> <para> For a list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> For more information on <i>ExpressionAttributeNames</i> and <i>ExpressionAttributeValues</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ExpressionPlaceholders.html">Using Placeholders for Attribute Names and Values</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>KeyConditionExpression</i> replaces the legacy <i>KeyConditions</i> parameter. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.KeyConditions"> <summary> Gets and sets the property KeyConditions. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>KeyConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> The selection criteria for the query. For a query on a table, you can have conditions only on the table primary key attributes. You must provide the partition key name and value as an <code>EQ</code> condition. You can optionally provide a second condition, referring to the sort key. </para> <note> <para> If you don't provide a sort key condition, all of the items that match the partition key will be retrieved. If a <i>FilterExpression</i> or <i>QueryFilter</i> is present, it will be applied after the items are retrieved. </para> </note> <para> For a query on an index, you can have conditions only on the index key attributes. You must provide the index partition key name and value as an <code>EQ</code> condition. You can optionally provide a second condition, referring to the index sort key. </para> <para> Each <i>KeyConditions</i> element consists of an attribute name to compare, along with the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes, for example, equals, greater than, less than, and so on. </para> <para> For <i>KeyConditions</i>, only the following comparison operators are supported: </para> <para> <code>EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN</code> </para> <para> The following are descriptions of these comparison operators. </para> <ul> <li> <para> <code>EQ</code> : Equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one specified in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> </li> </ul> <para> For usage examples of <i>AttributeValueList</i> and <i>ComparisonOperator</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html">Legacy Conditional Parameters</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in <i>LastEvaluatedKey</i> to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in <i>LastEvaluatedKey</i> to apply in a subsequent operation to continue the operation. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html" >Query and Scan</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ProjectionExpression"> <summary> Gets and sets the property ProjectionExpression. <para> A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. </para> <para> If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ProjectionExpression</i> replaces the legacy <i>AttributesToGet</i> parameter. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.QueryFilter"> <summary> Gets and sets the property QueryFilter. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>FilterExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A condition that evaluates the query results after the items are read and returns only the desired values. </para> <para> This parameter does not support attributes of type List or Map. </para> <note> <para> A <i>QueryFilter</i> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. </para> </note> <para> If you provide more than one condition in the <i>QueryFilter</i> map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the <i>ConditionalOperator</i> parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) </para> <para> Note that <i>QueryFilter</i> does not allow key attributes. You cannot define a filter condition on a partition key or a sort key. </para> <para> Each <i>QueryFilter</i> element consists of an attribute name to compare, along with the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the operator specified in <i>ComparisonOperator</i>. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> <para> For information on specifying data types in JSON, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html">JSON Data Format</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes. For example, equals, greater than, less than, etc. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> For complete descriptions of all comparison operators, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html">Condition</a> data type. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.ScanIndexForward"> <summary> Gets and sets the property ScanIndexForward. <para> Specifies the order for index traversal: If <code>true</code> (default), the traversal is performed in ascending order; if <code>false</code>, the traversal is performed in descending order. </para> <para> Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned. </para> <para> If <i>ScanIndexForward</i> is <code>true</code>, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If <i>ScanIndexForward</i> is <code>false</code>, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.Select"> <summary> Gets and sets the property Select. <para> The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index. </para> <ul> <li> <para> <code>ALL_ATTRIBUTES</code> - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required. </para> </li> <li> <para> <code>ALL_PROJECTED_ATTRIBUTES</code> - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying <code>ALL_ATTRIBUTES</code>. </para> </li> <li> <para> <code>COUNT</code> - Returns the number of matching items, rather than the matching items themselves. </para> </li> <li> <para> <code>SPECIFIC_ATTRIBUTES</code> - Returns only the attributes listed in <i>AttributesToGet</i>. This return value is equivalent to specifying <i>AttributesToGet</i> without specifying any value for <i>Select</i>. </para> <para> If you query a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency. </para> <para> If you query a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table. </para> </li> </ul> <para> If neither <i>Select</i> nor <i>AttributesToGet</i> are specified, DynamoDB defaults to <code>ALL_ATTRIBUTES</code> when accessing a table, and <code>ALL_PROJECTED_ATTRIBUTES</code> when accessing an index. You cannot use both <i>Select</i> and <i>AttributesToGet</i> together in a single request, unless the value for <i>Select</i> is <code>SPECIFIC_ATTRIBUTES</code>. (This usage is equivalent to specifying <i>AttributesToGet</i> without any value for <i>Select</i>.) </para> <note> <para> If you use the <i>ProjectionExpression</i> parameter, then the value for <i>Select</i> can only be <code>SPECIFIC_ATTRIBUTES</code>. Any other value for <i>Select</i> will return an error. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table containing the requested items. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.QueryResponse"> <summary> Configuration for accessing Amazon Query service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.QueryResult"> <summary> Represents the output of a <i>Query</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResult.Count"> <summary> Gets and sets the property Count. <para> The number of items in the response. </para> <para> If you used a <i>QueryFilter</i> in the request, then <i>Count</i> is the number of items returned after the filter was applied, and <i>ScannedCount</i> is the number of matching items before the filter was applied. </para> <para> If you did not use a filter in the request, then <i>Count</i> and <i>ScannedCount</i> are the same. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResult.Items"> <summary> Gets and sets the property Items. <para> An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResult.LastEvaluatedKey"> <summary> Gets and sets the property LastEvaluatedKey. <para> The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. </para> <para> If <i>LastEvaluatedKey</i> is empty, then the "last page" of results has been processed and there is no more data to be retrieved. </para> <para> If <i>LastEvaluatedKey</i> is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when <i>LastEvaluatedKey</i> is empty. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResult.ScannedCount"> <summary> Gets and sets the property ScannedCount. <para> The number of items evaluated, before any <i>QueryFilter</i> is applied. A high <i>ScannedCount</i> value with few, or no, <i>Count</i> results indicates an inefficient <i>Query</i> operation. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count">Count and ScannedCount</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> If you did not use a filter in the request, then <i>ScannedCount</i> is the same as <i>Count</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.QueryResponse.QueryResult"> <summary> Gets and sets the QueryResult property. Represents the output of a Query operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Record"> <summary> A description of a unique event within a stream. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.AwsRegion"> <summary> Gets and sets the property AwsRegion. <para> The region in which the <i>GetRecords</i> request was received. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.Dynamodb"> <summary> Gets and sets the property Dynamodb. <para> The main body of the stream record, containing all of the DynamoDB-specific fields. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.EventID"> <summary> Gets and sets the property EventID. <para> A globally unique identifier for the event that was recorded in this stream record. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.EventName"> <summary> Gets and sets the property EventName. <para> The type of data modification that was performed on the DynamoDB table: </para> <ul> <li> <para> <code>INSERT</code> - a new item was added to the table. </para> </li> <li> <para> <code>MODIFY</code> - one or more of the item's attributes were updated. </para> </li> <li> <para> <code>REMOVE</code> - the item was deleted from the table </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.EventSource"> <summary> Gets and sets the property EventSource. <para> The AWS service from which the stream record originated. For DynamoDB Streams, this is <i>aws:dynamodb</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Record.EventVersion"> <summary> Gets and sets the property EventVersion. <para> The version number of the stream record format. Currently, this is <i>1.0</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ResourceInUseException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ResourceInUseException.#ctor(System.String)"> <summary> Constructs a new ResourceInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.ResourceNotFoundException"> <summary> DynamoDB exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.ScanRequest"> <summary> Container for the parameters to the Scan operation. The <i>Scan</i> operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a <i>ScanFilter</i> operation. <para> If the total number of scanned items exceeds the maximum data set size limit of 1 MB, the scan stops and results are returned to the user as a <i>LastEvaluatedKey</i> value to continue the scan in a subsequent operation. The results also include the number of items exceeding the limit. A scan can result in no table data meeting the filter criteria. </para> <para> By default, <i>Scan</i> operations proceed sequentially; however, for faster performance on a large table or secondary index, applications can request a parallel <i>Scan</i> operation by providing the <i>Segment</i> and <i>TotalSegments</i> parameters. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#QueryAndScanParallelScan">Parallel Scan</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> By default, <i>Scan</i> uses eventually consistent reads when accessing the data in a table; therefore, the result set might not include the changes to data in the table immediately before the operation began. If you need a consistent copy of the data, as of the time that the Scan begins, you can set the <i>ConsistentRead</i> parameter to <i>true</i>. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ScanRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.ScanRequest.#ctor(System.String)"> <summary> Instantiates ScanRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the requested items; or, if you provide <code>IndexName</code>, the name of the table to which that index belongs.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.AttributesToGet"> <summary> Gets and sets the property AttributesToGet. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ProjectionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> <para> This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. </para> </important> <para> The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> Note that <i>AttributesToGet</i> has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ConditionalOperator"> <summary> Gets and sets the property ConditionalOperator. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>FilterExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A logical operator to apply to the conditions in a <i>ScanFilter</i> map: </para> <ul> <li> <para> <code>AND</code> - If all of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> <li> <para> <code>OR</code> - If at least one of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> </ul> <para> If you omit <i>ConditionalOperator</i>, then <code>AND</code> is the default. </para> <para> The operation will succeed only if the entire map evaluates to true. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ConsistentRead"> <summary> Gets and sets the property ConsistentRead. <para> A Boolean value that determines the read consistency model during the scan: </para> <ul> <li> <para> If <i>ConsistentRead</i> is <code>false</code>, then the data returned from <i>Scan</i> might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem). </para> </li> <li> <para> If <i>ConsistentRead</i> is <code>true</code>, then all of the write operations that completed before the <i>Scan</i> began are guaranteed to be contained in the <i>Scan</i> response. </para> </li> </ul> <para> The default setting for <i>ConsistentRead</i> is <code>false</code>. </para> <para> The <i>ConsistentRead</i> parameter is not supported on global secondary indexes. If you scan a global secondary index with <i>ConsistentRead</i> set to true, you will receive a <i>ValidationException</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ExclusiveStartKey"> <summary> Gets and sets the property ExclusiveStartKey. <para> The primary key of the first item that this operation will evaluate. Use the value that was returned for <i>LastEvaluatedKey</i> in the previous operation. </para> <para> The data type for <i>ExclusiveStartKey</i> must be String, Number or Binary. No set data types are allowed. </para> <para> In a parallel scan, a <i>Scan</i> request that includes <i>ExclusiveStartKey</i> must specify the same segment whose previous <i>Scan</i> returned the corresponding value of <i>LastEvaluatedKey</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. <para> One or more values that can be substituted in an expression. </para> <para> Use the <b>:</b> (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the <i>ProductStatus</i> attribute was one of the following: </para> <para> <code>Available | Backordered | Discontinued</code> </para> <para> You would first need to specify <i>ExpressionAttributeValues</i> as follows: </para> <para> <code>{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }</code> </para> <para> You could then use these values in an expression, such as this: </para> <para> <code>ProductStatus IN (:avail, :back, :disc)</code> </para> <para> For more information on expression attribute values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.FilterExpression"> <summary> Gets and sets the property FilterExpression. <para> A string that contains conditions that DynamoDB applies after the <i>Scan</i> operation, but before the data is returned to you. Items that do not satisfy the <i>FilterExpression</i> criteria are not returned. </para> <note> <para> A <i>FilterExpression</i> is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. </para> </note> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults">Filter Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>FilterExpression</i> replaces the legacy <i>ScanFilter</i> and <i>ConditionalOperator</i> parameters. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the <code>IndexName</code> parameter, you must also provide <code>TableName</code>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in <i>LastEvaluatedKey</i> to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in <i>LastEvaluatedKey</i> to apply in a subsequent operation to continue the operation. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html" >Query and Scan</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ProjectionExpression"> <summary> Gets and sets the property ProjectionExpression. <para> A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. </para> <para> If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ProjectionExpression</i> replaces the legacy <i>AttributesToGet</i> parameter. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.ScanFilter"> <summary> Gets and sets the property ScanFilter. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>FilterExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A condition that evaluates the scan results and returns only the desired values. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> <para> If you specify more than one condition in the <i>ScanFilter</i> map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the <i>ConditionalOperator</i> parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) </para> <para> Each <i>ScanFilter</i> element consists of an attribute name to compare, along with the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the operator specified in <i>ComparisonOperator</i> . </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters">http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> <para> For information on specifying data types in JSON, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html">JSON Data Format</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes. For example, equals, greater than, less than, etc. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> For complete descriptions of all comparison operators, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html">Condition</a>. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.Segment"> <summary> Gets and sets the property Segment. <para> For a parallel <i>Scan</i> request, <i>Segment</i> identifies an individual segment to be scanned by an application worker. </para> <para> Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a <i>Segment</i> value of 0, the second thread specifies 1, and so on. </para> <para> The value of <i>LastEvaluatedKey</i> returned from a parallel <i>Scan</i> request must be used as <i>ExclusiveStartKey</i> with the same segment ID in a subsequent <i>Scan</i> operation. </para> <para> The value for <i>Segment</i> must be greater than or equal to 0, and less than the value provided for <i>TotalSegments</i>. </para> <para> If you provide <i>Segment</i>, you must also provide <i>TotalSegments</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.Select"> <summary> Gets and sets the property Select. <para> The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, or the count of matching items. </para> <ul> <li> <para> <code>ALL_ATTRIBUTES</code> - Returns all of the item attributes. </para> </li> <li> <para> <code>COUNT</code> - Returns the number of matching items, rather than the matching items themselves. </para> </li> <li> <para> <code>SPECIFIC_ATTRIBUTES</code> - Returns only the attributes listed in <i>AttributesToGet</i>. This return value is equivalent to specifying <i>AttributesToGet</i> without specifying any value for <i>Select</i>. </para> </li> </ul> <para> If neither <i>Select</i> nor <i>AttributesToGet</i> are specified, DynamoDB defaults to <code>ALL_ATTRIBUTES</code>. You cannot use both <i>AttributesToGet</i> and <i>Select</i> together in a single request, unless the value for <i>Select</i> is <code>SPECIFIC_ATTRIBUTES</code>. (This usage is equivalent to specifying <i>AttributesToGet</i> without any value for <i>Select</i>.) </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table containing the requested items; or, if you provide <code>IndexName</code>, the name of the table to which that index belongs. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanRequest.TotalSegments"> <summary> Gets and sets the property TotalSegments. <para> For a parallel <i>Scan</i> request, <i>TotalSegments</i> represents the total number of segments into which the <i>Scan</i> operation will be divided. The value of <i>TotalSegments</i> corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a <i>TotalSegments</i> value of 4. </para> <para> The value for <i>TotalSegments</i> must be greater than or equal to 1, and less than or equal to 1000000. If you specify a <i>TotalSegments</i> value of 1, the <i>Scan</i> operation will be sequential rather than parallel. </para> <para> If you specify <i>TotalSegments</i>, you must also specify <i>Segment</i>. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ScanResponse"> <summary> Configuration for accessing Amazon Scan service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.ScanResult"> <summary> Represents the output of a <i>Scan</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResult.Count"> <summary> Gets and sets the property Count. <para> The number of items in the response. </para> <para> If you set <i>ScanFilter</i> in the request, then <i>Count</i> is the number of items returned after the filter was applied, and <i>ScannedCount</i> is the number of matching items before the filter was applied. </para> <para> If you did not use a filter in the request, then <i>Count</i> is the same as <i>ScannedCount</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResult.Items"> <summary> Gets and sets the property Items. <para> An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResult.LastEvaluatedKey"> <summary> Gets and sets the property LastEvaluatedKey. <para> The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. </para> <para> If <i>LastEvaluatedKey</i> is empty, then the "last page" of results has been processed and there is no more data to be retrieved. </para> <para> If <i>LastEvaluatedKey</i> is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when <i>LastEvaluatedKey</i> is empty. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResult.ScannedCount"> <summary> Gets and sets the property ScannedCount. <para> The number of items evaluated, before any <i>ScanFilter</i> is applied. A high <i>ScannedCount</i> value with few, or no, <i>Count</i> results indicates an inefficient <i>Scan</i> operation. For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count">Count and ScannedCount</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> If you did not use a filter in the request, then <i>ScannedCount</i> is the same as <i>Count</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.ScanResponse.ScanResult"> <summary> Gets and sets the ScanResult property. Represents the output of a Scan operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.SequenceNumberRange"> <summary> The beginning and ending sequence numbers for the stream records contained within a shard. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.SequenceNumberRange.EndingSequenceNumber"> <summary> Gets and sets the property EndingSequenceNumber. <para> The last sequence number. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.SequenceNumberRange.StartingSequenceNumber"> <summary> Gets and sets the property StartingSequenceNumber. <para> The first sequence number. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Shard"> <summary> A uniquely identified group of stream records within a stream. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Shard.ParentShardId"> <summary> Gets and sets the property ParentShardId. <para> The shard ID of the current shard's parent. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Shard.SequenceNumberRange"> <summary> Gets and sets the property SequenceNumberRange. <para> The range of possible sequence numbers for the shard. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.Shard.ShardId"> <summary> Gets and sets the property ShardId. <para> The system-generated identifier for this shard. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.StreamDescription"> <summary> Represents all of the data describing a particular stream. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.CreationRequestDateTime"> <summary> Gets and sets the property CreationRequestDateTime. <para> The date and time when the request to create this stream was issued. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The key attribute(s) of the stream's DynamoDB table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.LastEvaluatedShardId"> <summary> Gets and sets the property LastEvaluatedShardId. <para> The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. </para> <para> If <code>LastEvaluatedShardId</code> is empty, then the "last page" of results has been processed and there is currently no more data to be retrieved. </para> <para> If <code>LastEvaluatedShardId</code> is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when <code>LastEvaluatedShardId</code> is empty. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.Shards"> <summary> Gets and sets the property Shards. <para> The shards that comprise the stream. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.StreamArn"> <summary> Gets and sets the property StreamArn. <para> The Amazon Resource Name (ARN) for the stream. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.StreamLabel"> <summary> Gets and sets the property StreamLabel. <para> A timestamp, in ISO 8601 format, for this stream. </para> <para> Note that <i>LatestStreamLabel</i> is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique: </para> <ul> <li> <para> the AWS customer ID. </para> </li> <li> <para> the table name </para> </li> <li> <para> the <i>StreamLabel</i> </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.StreamStatus"> <summary> Gets and sets the property StreamStatus. <para> Indicates the current status of the stream: </para> <ul> <li> <para> <code>ENABLING</code> - Streams is currently being enabled on the DynamoDB table. </para> </li> <li> <para> <code>ENABLING</code> - the stream is enabled. </para> </li> <li> <para> <code>DISABLING</code> - Streams is currently being disabled on the DynamoDB table. </para> </li> <li> <para> <code>DISABLED</code> - the stream is disabled. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.StreamViewType"> <summary> Gets and sets the property StreamViewType. <para> Indicates the format of the records within this stream: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - only the key attributes of items that were modified in the DynamoDB table. </para> </li> <li> <para> <code>NEW_IMAGE</code> - entire item from the table, as it appeared after they were modified. </para> </li> <li> <para> <code>OLD_IMAGE</code> - entire item from the table, as it appeared before they were modified. </para> </li> <li> <para> <code>NEW_AND_OLD_IMAGES</code> - both the new and the old images of the items from the table. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamDescription.TableName"> <summary> Gets and sets the property TableName. <para> The DynamoDB table with which the stream is associated. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.StreamRecord"> <summary> A description of a single data modification that was performed on an item in a DynamoDB table. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.Keys"> <summary> Gets and sets the property Keys. <para> The primary key attribute(s) for the DynamoDB item that was modified. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.NewImage"> <summary> Gets and sets the property NewImage. <para> The item in the DynamoDB table as it appeared after it was modified. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.OldImage"> <summary> Gets and sets the property OldImage. <para> The item in the DynamoDB table as it appeared before it was modified. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.SequenceNumber"> <summary> Gets and sets the property SequenceNumber. <para> The sequence number of the stream record. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.SizeBytes"> <summary> Gets and sets the property SizeBytes. <para> The size of the stream record, in bytes. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamRecord.StreamViewType"> <summary> Gets and sets the property StreamViewType. <para> The type of data from the modified DynamoDB item that was captured in this stream record: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - only the key attributes of the modified item. </para> </li> <li> <para> <code>NEW_IMAGE</code> - the entire item, as it appears after it was modified. </para> </li> <li> <para> <code>OLD_IMAGE</code> - the entire item, as it appeared before it was modified. </para> </li> <li> <para> <code>NEW_AND_OLD_IMAGES</code> — both the new and the old item images of the item. </para> </li> </ul> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.StreamSpecification"> <summary> Represents the DynamoDB Streams configuration for a table in DynamoDB. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamSpecification.StreamEnabled"> <summary> Gets and sets the property StreamEnabled. <para> Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamSpecification.StreamViewType"> <summary> Gets and sets the property StreamViewType. <para> The DynamoDB Streams settings for the table. These settings consist of: </para> <ul> <li> <para> <i>StreamEnabled</i> - Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table. </para> </li> <li> <para> <i>StreamViewType</i> - When an item in the table is modified, <i>StreamViewType</i> determines what information is written to the stream for this table. Valid values for <i>StreamViewType</i> are: </para> <ul> <li> <para> <i>KEYS_ONLY</i> - Only the key attributes of the modified item are written to the stream. </para> </li> <li> <para> <i>NEW_IMAGE</i> - The entire item, as it appears after it was modified, is written to the stream. </para> </li> <li> <para> <i>OLD_IMAGE</i> - The entire item, as it appeared before it was modified, is written to the stream. </para> </li> <li> <para> <i>NEW_AND_OLD_IMAGES</i> - Both the new and the old item images of the item are written to the stream. </para> </li> </ul> </li> </ul> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.StreamSummary"> <summary> Represents all of the data describing a particular stream. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamSummary.StreamArn"> <summary> Gets and sets the property StreamArn. <para> The Amazon Resource Name (ARN) for the stream. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamSummary.StreamLabel"> <summary> Gets and sets the property StreamLabel. <para> A timestamp, in ISO 8601 format, for this stream. </para> <para> Note that <i>LatestStreamLabel</i> is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique: </para> <ul> <li> <para> the AWS customer ID. </para> </li> <li> <para> the table name </para> </li> <li> <para> the <i>StreamLabel</i> </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.StreamSummary.TableName"> <summary> Gets and sets the property TableName. <para> The DynamoDB table with which the stream is associated. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.TableDescription"> <summary> Represents the properties of a table. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.TableDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.AttributeDefinitions"> <summary> Gets and sets the property AttributeDefinitions. <para> An array of <i>AttributeDefinition</i> objects. Each of these objects describes one attribute in the table and index key schema. </para> <para> Each <i>AttributeDefinition</i> object in this array is composed of: </para> <ul> <li> <para> <i>AttributeName</i> - The name of the attribute. </para> </li> <li> <para> <i>AttributeType</i> - The data type for the attribute. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The date and time when the table was created, in <a href="http://www.epochconverter.com/">UNIX epoch time</a> format. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.GlobalSecondaryIndexes"> <summary> Gets and sets the property GlobalSecondaryIndexes. <para> The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of: </para> <ul> <li> <para> <i>Backfilling</i> - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a <i>CreateTable</i> operation.) </para> </li> <li> <para> <i>IndexName</i> - The name of the global secondary index. </para> </li> <li> <para> <i>IndexSizeBytes</i> - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </li> <li> <para> <i>IndexStatus</i> - The current status of the global secondary index: </para> <ul> <li> <para> <i>CREATING</i> - The index is being created. </para> </li> <li> <para> <i>UPDATING</i> - The index is being updated. </para> </li> <li> <para> <i>DELETING</i> - The index is being deleted. </para> </li> <li> <para> <i>ACTIVE</i> - The index is ready for use. </para> </li> </ul> </li> <li> <para> <i>ItemCount</i> - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </li> <li> <para> <i>KeySchema</i> - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table. </para> </li> <li> <para> <i>Projection</i> - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: </para> <ul> <li> <para> <i>ProjectionType</i> - One of the following: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index. </para> </li> <li> <para> <code>INCLUDE</code> - Only the specified table attributes are projected into the index. The list of projected attributes are in <i>NonKeyAttributes</i>. </para> </li> <li> <para> <code>ALL</code> - All of the table attributes are projected into the index. </para> </li> </ul> </li> <li> <para> <i>NonKeyAttributes</i> - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in <i>NonKeyAttributes</i>, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. </para> </li> </ul> </li> <li> <para> <i>ProvisionedThroughput</i> - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases. </para> </li> </ul> <para> If the table is in the <code>DELETING</code> state, no information about indexes will be returned. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.ItemCount"> <summary> Gets and sets the property ItemCount. <para> The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.KeySchema"> <summary> Gets and sets the property KeySchema. <para> The primary key structure for the table. Each <i>KeySchemaElement</i> consists of: </para> <ul> <li> <para> <i>AttributeName</i> - The name of the attribute. </para> </li> <li> <para> <i>KeyType</i> - The role of the attribute: </para> . <ul> <li> <para> <code>HASH</code> - partition key </para> </li> <li> <para> <code>RANGE</code> - sort key </para> </li> </ul> <note> <para> The partition key of an item is also known as its <i>hash attribute</i>. The term "hash attribute" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. </para> <para> The sort key of an item is also known as its <i>range attribute</i>. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. </para> </note> </li> </ul> <para> For more information about primary keys, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey">Primary Key</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.LatestStreamArn"> <summary> Gets and sets the property LatestStreamArn. <para> The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.LatestStreamLabel"> <summary> Gets and sets the property LatestStreamLabel. <para> A timestamp, in ISO 8601 format, for this stream. </para> <para> Note that <i>LatestStreamLabel</i> is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique: </para> <ul> <li> <para> the AWS customer ID. </para> </li> <li> <para> the table name. </para> </li> <li> <para> the <i>StreamLabel</i>. </para> </li> </ul> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.LocalSecondaryIndexes"> <summary> Gets and sets the property LocalSecondaryIndexes. <para> Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of: </para> <ul> <li> <para> <i>IndexName</i> - The name of the local secondary index. </para> </li> <li> <para> <i>KeySchema</i> - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table. </para> </li> <li> <para> <i>Projection</i> - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: </para> <ul> <li> <para> <i>ProjectionType</i> - One of the following: </para> <ul> <li> <para> <code>KEYS_ONLY</code> - Only the index and primary keys are projected into the index. </para> </li> <li> <para> <code>INCLUDE</code> - Only the specified table attributes are projected into the index. The list of projected attributes are in <i>NonKeyAttributes</i>. </para> </li> <li> <para> <code>ALL</code> - All of the table attributes are projected into the index. </para> </li> </ul> </li> <li> <para> <i>NonKeyAttributes</i> - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in <i>NonKeyAttributes</i>, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. </para> </li> </ul> </li> <li> <para> <i>IndexSizeBytes</i> - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </li> <li> <para> <i>ItemCount</i> - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </li> </ul> <para> If the table is in the <code>DELETING</code> state, no information about indexes will be returned. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. <para> The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.StreamSpecification"> <summary> Gets and sets the property StreamSpecification. <para> The current DynamoDB Streams configuration for the table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.TableArn"> <summary> Gets and sets the property TableArn. <para> The Amazon Resource Name (ARN) that uniquely identifies the table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.TableSizeBytes"> <summary> Gets and sets the property TableSizeBytes. <para> The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.TableDescription.TableStatus"> <summary> Gets and sets the property TableStatus. <para> The current state of the table: </para> <ul> <li> <para> <i>CREATING</i> - The table is being created. </para> </li> <li> <para> <i>UPDATING</i> - The table is being updated. </para> </li> <li> <para> <i>DELETING</i> - The table is being deleted. </para> </li> <li> <para> <i>ACTIVE</i> - The table is ready for use. </para> </li> </ul> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.TrimmedDataAccessException"> <summary> DynamoDBStreams exception </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.TrimmedDataAccessException.#ctor(System.String)"> <summary> Constructs a new TrimmedDataAccessException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateGlobalSecondaryIndexAction"> <summary> Represents the new provisioned throughput settings to be applied to a global secondary index. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateGlobalSecondaryIndexAction.IndexName"> <summary> Gets and sets the property IndexName. <para> The name of the global secondary index to be updated. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateGlobalSecondaryIndexAction.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateItemRequest"> <summary> Container for the parameters to the UpdateItem operation. Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn't exist, or replace an existing name-value pair if it has certain expected attribute values). <para> You can also return the item's attribute values in the same <i>UpdateItem</i> operation using the <i>ReturnValues</i> parameter. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.UpdateItemRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.UpdateItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue},System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValueUpdate})"> <summary> Instantiates UpdateItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the item to update. </param> <param name="key">The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> <param name="attributeUpdates"><important> This is a legacy parameter, for backward compatibility. New applications should use <i>UpdateExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. This parameter can be used for modifying top-level attributes; however, it does not support individual list or map elements. </important> The names of attributes to be modified, the action to perform on each, and the new value for each. If you are updating an attribute that is an index key attribute for any indexes on that table, the attribute type must match the index key type defined in the <i>AttributesDefinition</i> of the table description. You can use <i>UpdateItem</i> to update any non-key attributes. Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes must not be empty. Requests with empty values will be rejected with a <i>ValidationException</i> exception. Each <i>AttributeUpdates</i> element consists of an attribute name to modify, along with the following: <ul> <li> <i>Value</i> - The new value, if applicable, for this attribute. </li> <li> <i>Action</i> - A value that specifies how to perform the update. This action is only valid for an existing attribute whose data type is Number or is a set; do not use <code>ADD</code> for other data types. If an item with the specified primary key is found in the table, the following values perform the following actions: <ul> <li> <code>PUT</code> - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. </li> <li> <code>DELETE</code> - Removes the attribute and its value, if no value is specified for <code>DELETE</code>. The data type of the specified value must match the existing value's data type. If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <code>DELETE</code> action specifies <code>[a,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empty set is an error. </li> <li> <code>ADD</code> - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: <ul> <li> If the existing attribute is a number, and if <i>Value</i> is also a number, then <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. <note> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value. Similarly, if you use <code>ADD</code> for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update doesn't have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute, with a value of <code>3</code>. </note> </li> <li> If the existing data type is a set, and if <i>Value</i> is also a set, then <i>Value</i> is appended to the existing set. For example, if the attribute value is the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value is <code>[1,2,3]</code>. An error occurs if an <code>ADD</code> action is specified for a set attribute and the attribute type specified does not match the existing set type. Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, <i>Value</i> must also be a set of strings. </li> </ul> </li> </ul> If no item with the specified key is found in the table, the following values perform the following actions: <ul> <li> <code>PUT</code> - Causes DynamoDB to create a new item with the specified primary key, and then adds the attribute. </li> <li> <code>DELETE</code> - Nothing happens, because attributes cannot be deleted from a nonexistent item. The operation succeeds, but DynamoDB does not create a new item. </li> <li> <code>ADD</code> - Causes DynamoDB to create an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are Number and Number Set. </li> </ul> </li> </ul> If you provide any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.UpdateItemRequest.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue},System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValueUpdate},Amazon.DynamoDBv2.ReturnValue)"> <summary> Instantiates UpdateItemRequest with the parameterized properties </summary> <param name="tableName">The name of the table containing the item to update. </param> <param name="key">The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute. For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.</param> <param name="attributeUpdates"><important> This is a legacy parameter, for backward compatibility. New applications should use <i>UpdateExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. This parameter can be used for modifying top-level attributes; however, it does not support individual list or map elements. </important> The names of attributes to be modified, the action to perform on each, and the new value for each. If you are updating an attribute that is an index key attribute for any indexes on that table, the attribute type must match the index key type defined in the <i>AttributesDefinition</i> of the table description. You can use <i>UpdateItem</i> to update any non-key attributes. Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes must not be empty. Requests with empty values will be rejected with a <i>ValidationException</i> exception. Each <i>AttributeUpdates</i> element consists of an attribute name to modify, along with the following: <ul> <li> <i>Value</i> - The new value, if applicable, for this attribute. </li> <li> <i>Action</i> - A value that specifies how to perform the update. This action is only valid for an existing attribute whose data type is Number or is a set; do not use <code>ADD</code> for other data types. If an item with the specified primary key is found in the table, the following values perform the following actions: <ul> <li> <code>PUT</code> - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. </li> <li> <code>DELETE</code> - Removes the attribute and its value, if no value is specified for <code>DELETE</code>. The data type of the specified value must match the existing value's data type. If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <code>DELETE</code> action specifies <code>[a,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empty set is an error. </li> <li> <code>ADD</code> - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: <ul> <li> If the existing attribute is a number, and if <i>Value</i> is also a number, then <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. <note> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value. Similarly, if you use <code>ADD</code> for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update doesn't have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute, with a value of <code>3</code>. </note> </li> <li> If the existing data type is a set, and if <i>Value</i> is also a set, then <i>Value</i> is appended to the existing set. For example, if the attribute value is the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value is <code>[1,2,3]</code>. An error occurs if an <code>ADD</code> action is specified for a set attribute and the attribute type specified does not match the existing set type. Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, <i>Value</i> must also be a set of strings. </li> </ul> </li> </ul> If no item with the specified key is found in the table, the following values perform the following actions: <ul> <li> <code>PUT</code> - Causes DynamoDB to create a new item with the specified primary key, and then adds the attribute. </li> <li> <code>DELETE</code> - Nothing happens, because attributes cannot be deleted from a nonexistent item. The operation succeeds, but DynamoDB does not create a new item. </li> <li> <code>ADD</code> - Causes DynamoDB to create an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are Number and Number Set. </li> </ul> </li> </ul> If you provide any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.</param> <param name="returnValues">Use <i>ReturnValues</i> if you want to get the item attributes as they appeared either before or after they were updated. For <i>UpdateItem</i>, the valid values are: <ul> <li> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </li> <li> <code>ALL_OLD</code> - If <i>UpdateItem</i> overwrote an attribute name-value pair, then the content of the old item is returned. </li> <li> <code>UPDATED_OLD</code> - The old versions of only the updated attributes are returned. </li> <li> <code>ALL_NEW</code> - All of the attributes of the new version of the item are returned. </li> <li> <code>UPDATED_NEW</code> - The new versions of only the updated attributes are returned. </li> </ul> There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed. Values returned are strongly consistent</param> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.AttributeUpdates"> <summary> Gets and sets the property AttributeUpdates. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>UpdateExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> <para> This parameter can be used for modifying top-level attributes; however, it does not support individual list or map elements. </para> </important> <para> The names of attributes to be modified, the action to perform on each, and the new value for each. If you are updating an attribute that is an index key attribute for any indexes on that table, the attribute type must match the index key type defined in the <i>AttributesDefinition</i> of the table description. You can use <i>UpdateItem</i> to update any non-key attributes. </para> <para> Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes must not be empty. Requests with empty values will be rejected with a <i>ValidationException</i> exception. </para> <para> Each <i>AttributeUpdates</i> element consists of an attribute name to modify, along with the following: </para> <ul> <li> <para> <i>Value</i> - The new value, if applicable, for this attribute. </para> </li> <li> <para> <i>Action</i> - A value that specifies how to perform the update. This action is only valid for an existing attribute whose data type is Number or is a set; do not use <code>ADD</code> for other data types. </para> <para> If an item with the specified primary key is found in the table, the following values perform the following actions: </para> <ul> <li> <para> <code>PUT</code> - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. </para> </li> <li> <para> <code>DELETE</code> - Removes the attribute and its value, if no value is specified for <code>DELETE</code>. The data type of the specified value must match the existing value's data type. </para> <para> If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <code>DELETE</code> action specifies <code>[a,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empty set is an error. </para> </li> <li> <para> <code>ADD</code> - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: </para> <ul> <li> <para> If the existing attribute is a number, and if <i>Value</i> is also a number, then <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. </para> <note> <para> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value. </para> <para> Similarly, if you use <code>ADD</code> for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update doesn't have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute, with a value of <code>3</code>. </para> </note> </li> <li> <para> If the existing data type is a set, and if <i>Value</i> is also a set, then <i>Value</i> is appended to the existing set. For example, if the attribute value is the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value is <code>[1,2,3]</code>. An error occurs if an <code>ADD</code> action is specified for a set attribute and the attribute type specified does not match the existing set type. </para> <para> Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, <i>Value</i> must also be a set of strings. </para> </li> </ul> </li> </ul> <para> If no item with the specified key is found in the table, the following values perform the following actions: </para> <ul> <li> <para> <code>PUT</code> - Causes DynamoDB to create a new item with the specified primary key, and then adds the attribute. </para> </li> <li> <para> <code>DELETE</code> - Nothing happens, because attributes cannot be deleted from a nonexistent item. The operation succeeds, but DynamoDB does not create a new item. </para> </li> <li> <para> <code>ADD</code> - Causes DynamoDB to create an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are Number and Number Set. </para> </li> </ul> </li> </ul> <para> If you provide any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ConditionalOperator"> <summary> Gets and sets the property ConditionalOperator. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i>ConditionExpression</i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A logical operator to apply to the conditions in the <i>Expected</i> map: </para> <ul> <li> <para> <code>AND</code> - If all of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> <li> <para> <code>OR</code> - If at least one of the conditions evaluate to true, then the entire map evaluates to true. </para> </li> </ul> <para> If you omit <i>ConditionalOperator</i>, then <code>AND</code> is the default. </para> <para> The operation will succeed only if the entire map evaluates to true. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ConditionExpression"> <summary> Gets and sets the property ConditionExpression. <para> A condition that must be satisfied in order for a conditional update to succeed. </para> <para> An expression can contain any of the following: </para> <ul> <li> <para> Functions: <code>attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size</code> </para> <para> These function names are case-sensitive. </para> </li> <li> <para> Comparison operators: <code> = | <![CDATA[<]]><![CDATA[>]]> | <![CDATA[<]]> | <![CDATA[>]]> | <![CDATA[<]]>= | <![CDATA[>]]>= | BETWEEN | IN</code> </para> </li> <li> <para> Logical operators: <code>AND | OR | NOT</code> </para> </li> </ul> <para> For more information on condition expressions, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>ConditionExpression</i> replaces the legacy <i>ConditionalOperator</i> and <i>Expected</i> parameters. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.Expected"> <summary> Gets and sets the property Expected. <important> <para> This is a legacy parameter, for backward compatibility. New applications should use <i> ConditionExpression </i> instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a <i>ValidationException</i> exception. </para> </important> <para> A map of attribute/condition pairs. <i>Expected</i> provides a conditional block for the <i>UpdateItem</i> operation. </para> <para> Each element of <i>Expected</i> consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each <i>Expected</i> element, the result of the evaluation is either true or false. </para> <para> If you specify more than one element in the <i>Expected</i> map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the <i>ConditionalOperator</i> parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) </para> <para> If the <i>Expected</i> map evaluates to true, then the conditional operation succeeds; otherwise, it fails. </para> <para> <i>Expected</i> contains the following: </para> <ul> <li> <para> <i>AttributeValueList</i> - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the <i>ComparisonOperator</i> being used. </para> <para> For type Number, value comparisons are numeric. </para> <para> String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, <code>a</code> is greater than <code>A</code>, and <code>a</code> is greater than <code>B</code>. For a list of code values, see <a href="http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters" >http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters</a>. </para> <para> For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. </para> </li> <li> <para> <i>ComparisonOperator</i> - A comparator for evaluating attributes in the <i>AttributeValueList</i>. When performing the comparison, DynamoDB uses strongly consistent reads. </para> <para> The following comparison operators are available: </para> <para> <code>EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN</code> </para> <para> The following are descriptions of each comparison operator. </para> <ul> <li> <para> <code>EQ</code> : Equal. <code>EQ</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NE</code> : Not equal. <code>NE</code> is supported for all datatypes, including lists and maps. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an <i>AttributeValue</i> of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not equal <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LE</code> : Less than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>LT</code> : Less than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GE</code> : Greater than or equal. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>GT</code> : Greater than. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not equal <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code>. </para> </li> <li> <para> <code>NOT_NULL</code> : The attribute exists. <code>NOT_NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the existence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NOT_NULL</code>, the result is a Boolean <i>true</i>. This result is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NOT_NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>NULL</code> : The attribute does not exist. <code>NULL</code> is supported for all datatypes, including lists and maps. </para> <note> <para> This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute "<code>a</code>" is null, and you evaluate it using <code>NULL</code>, the result is a Boolean <i>false</i>. This is because the attribute "<code>a</code>" exists; its data type is not relevant to the <code>NULL</code> comparison operator. </para> </note> </li> <li> <para> <code>CONTAINS</code> : Checks for a subsequence, or value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it finds an exact match with any member of the set. </para> <para> CONTAINS is supported for lists: When evaluating "<code>a CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>NOT_CONTAINS</code> : Checks for absence of a subsequence, or absence of a value in a set. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set ("<code>SS</code>", "<code>NS</code>", or "<code>BS</code>"), then the operator evaluates to true if it <i>does not</i> find an exact match with any member of the set. </para> <para> NOT_CONTAINS is supported for lists: When evaluating "<code>a NOT CONTAINS b</code>", "<code>a</code>" can be a list; however, "<code>b</code>" cannot be a set, a map, or a list. </para> </li> <li> <para> <code>BEGINS_WITH</code> : Checks for a prefix. </para> <para> <i>AttributeValueList</i> can contain only one <i>AttributeValue</i> of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). </para> </li> <li> <para> <code>IN</code> : Checks for matching elements within two sets. </para> <para> <i>AttributeValueList</i> can contain one or more <i>AttributeValue</i> elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. </para> </li> <li> <para> <code>BETWEEN</code> : Greater than or equal to the first value, and less than or equal to the second value. </para> <para> <i>AttributeValueList</i> must contain two <i>AttributeValue</i> elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an <i>AttributeValue</i> element of a different type than the one provided in the request, the value does not match. For example, <code>{"S":"6"}</code> does not compare to <code>{"N":"6"}</code>. Also, <code>{"N":"6"}</code> does not compare to <code>{"NS":["6", "2", "1"]}</code> </para> </li> </ul> </li> </ul> <para> For usage examples of <i>AttributeValueList</i> and <i>ComparisonOperator</i>, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html">Legacy Conditional Parameters</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <para> For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of <i>AttributeValueList</i> and <i>ComparisonOperator</i>: </para> <ul> <li> <para> <i>Value</i> - A value for DynamoDB to compare with an attribute. </para> </li> <li> <para> <i>Exists</i> - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: </para> <ul> <li> <para> If <i>Exists</i> is <code>true</code>, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. </para> </li> <li> <para> If <i>Exists</i> is <code>false</code>, DynamoDB assumes that the attribute value does <i>not</i> exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. </para> </li> </ul> <para> Note that the default value for <i>Exists</i> is <code>true</code>. </para> </li> </ul> <para> The <i>Value</i> and <i>Exists</i> parameters are incompatible with <i>AttributeValueList</i> and <i>ComparisonOperator</i>. Note that if you use both sets of parameters at once, DynamoDB will return a <i>ValidationException</i> exception. </para> <note> <para> This parameter does not support attributes of type List or Map. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. <para> One or more substitution tokens for attribute names in an expression. The following are some use cases for using <i>ExpressionAttributeNames</i>: </para> <ul> <li> <para> To access an attribute whose name conflicts with a DynamoDB reserved word. </para> </li> <li> <para> To create a placeholder for repeating occurrences of an attribute name in an expression. </para> </li> <li> <para> To prevent special characters in an attribute name from being misinterpreted in an expression. </para> </li> </ul> <para> Use the <b>#</b> character in an expression to dereference an attribute name. For example, consider the following attribute name: </para> <ul><li> <para> <code>Percentile</code> </para> </li></ul> <para> The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html">Reserved Words</a> in the <i>Amazon DynamoDB Developer Guide</i>). To work around this, you could specify the following for <i>ExpressionAttributeNames</i>: </para> <ul><li> <para> <code>{"#P":"Percentile"}</code> </para> </li></ul> <para> You could then use this substitution in an expression, as in this example: </para> <ul><li> <para> <code>#P = :val</code> </para> </li></ul> <note> <para> Tokens that begin with the <b>:</b> character are <i>expression attribute values</i>, which are placeholders for the actual value at runtime. </para> </note> <para> For more information on expression attribute names, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html">Accessing Item Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. <para> One or more values that can be substituted in an expression. </para> <para> Use the <b>:</b> (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the <i>ProductStatus</i> attribute was one of the following: </para> <para> <code>Available | Backordered | Discontinued</code> </para> <para> You would first need to specify <i>ExpressionAttributeValues</i> as follows: </para> <para> <code>{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} }</code> </para> <para> You could then use these values in an expression, such as this: </para> <para> <code>ProductStatus IN (:avail, :back, :disc)</code> </para> <para> For more information on expression attribute values, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html">Specifying Conditions</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.Key"> <summary> Gets and sets the property Key. <para> The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute. </para> <para> For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ReturnConsumedCapacity"> <summary> Gets and sets the property ReturnConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ReturnItemCollectionMetrics"> <summary> Gets and sets the property ReturnItemCollectionMetrics. <para> Determines whether item collection metrics are returned. If set to <code>SIZE</code>, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to <code>NONE</code> (the default), no statistics are returned. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.ReturnValues"> <summary> Gets and sets the property ReturnValues. <para> Use <i>ReturnValues</i> if you want to get the item attributes as they appeared either before or after they were updated. For <i>UpdateItem</i>, the valid values are: </para> <ul> <li> <para> <code>NONE</code> - If <i>ReturnValues</i> is not specified, or if its value is <code>NONE</code>, then nothing is returned. (This setting is the default for <i>ReturnValues</i>.) </para> </li> <li> <para> <code>ALL_OLD</code> - If <i>UpdateItem</i> overwrote an attribute name-value pair, then the content of the old item is returned. </para> </li> <li> <para> <code>UPDATED_OLD</code> - The old versions of only the updated attributes are returned. </para> </li> <li> <para> <code>ALL_NEW</code> - All of the attributes of the new version of the item are returned. </para> </li> <li> <para> <code>UPDATED_NEW</code> - The new versions of only the updated attributes are returned. </para> </li> </ul> <para> There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed. </para> <para> Values returned are strongly consistent </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table containing the item to update. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemRequest.UpdateExpression"> <summary> Gets and sets the property UpdateExpression. <para> An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them. </para> <para> The following action values are available for <i>UpdateExpression</i>. </para> <ul> <li> <para> <code>SET</code> - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use <code>SET</code> to add or subtract from an attribute that is of type Number. For example: <code>SET myNum = myNum + :val</code> </para> <para> <code>SET</code> supports the following functions: </para> <ul> <li> <para> <code>if_not_exists (path, operand)</code> - if the item does not contain an attribute at the specified path, then <code>if_not_exists</code> evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item. </para> </li> <li> <para> <code>list_append (operand, operand)</code> - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands. </para> </li> </ul> <para> These function names are case-sensitive. </para> </li> <li> <para> <code>REMOVE</code> - Removes one or more attributes from an item. </para> </li> <li> <para> <code>ADD</code> - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of <code>ADD</code> depends on the data type of the attribute: </para> <ul> <li> <para> If the existing attribute is a number, and if <i>Value</i> is also a number, then <i>Value</i> is mathematically added to the existing attribute. If <i>Value</i> is a negative number, then it is subtracted from the existing attribute. </para> <note> <para> If you use <code>ADD</code> to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses <code>0</code> as the initial value. </para> <para> Similarly, if you use <code>ADD</code> for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses <code>0</code> as the initial value. For example, suppose that the item you want to update doesn't have an attribute named <i>itemcount</i>, but you decide to <code>ADD</code> the number <code>3</code> to this attribute anyway. DynamoDB will create the <i>itemcount</i> attribute, set its initial value to <code>0</code>, and finally add <code>3</code> to it. The result will be a new <i>itemcount</i> attribute in the item, with a value of <code>3</code>. </para> </note> </li> <li> <para> If the existing data type is a set and if <i>Value</i> is also a set, then <i>Value</i> is added to the existing set. For example, if the attribute value is the set <code>[1,2]</code>, and the <code>ADD</code> action specified <code>[3]</code>, then the final attribute value is <code>[1,2,3]</code>. An error occurs if an <code>ADD</code> action is specified for a set attribute and the attribute type specified does not match the existing set type. </para> <para> Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the <i>Value</i> must also be a set of strings. </para> </li> </ul> <important> <para> The <code>ADD</code> action only supports Number and set data types. In addition, <code>ADD</code> can only be used on top-level attributes, not nested attributes. </para> </important> </li> <li> <para> <code>DELETE</code> - Deletes an element from a set. </para> <para> If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set <code>[a,b,c]</code> and the <code>DELETE</code> action specifies <code>[a,c]</code>, then the final attribute value is <code>[b]</code>. Specifying an empty set is an error. </para> <important> <para> The <code>DELETE</code> action only supports set data types. In addition, <code>DELETE</code> can only be used on top-level attributes, not nested attributes. </para> </important> </li> </ul> <para> You can have many actions in a single expression, such as the following: <code>SET a=:value1, b=:value2 DELETE :value3, :value4, :value5</code> </para> <para> For more information on update expressions, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Modifying.html">Modifying Items and Attributes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> <note> <para> <i>UpdateExpression</i> replaces the legacy <i>AttributeUpdates</i> parameter. </para> </note> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateItemResponse"> <summary> Configuration for accessing Amazon UpdateItem service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateItemResult"> <summary> Represents the output of an <i>UpdateItem</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemResult.Attributes"> <summary> Gets and sets the property Attributes. <para> A map of attribute values as they appeared before the <i>UpdateItem</i> operation. This map only appears if <i>ReturnValues</i> was specified as something other than <code>NONE</code> in the request. Each element represents one attribute. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemResult.ConsumedCapacity"> <summary> Gets and sets the property ConsumedCapacity. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemResult.ItemCollectionMetrics"> <summary> Gets and sets the property ItemCollectionMetrics. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateItemResponse.UpdateItemResult"> <summary> Gets and sets the UpdateItemResult property. Represents the output of a UpdateItem operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateTableRequest"> <summary> Container for the parameters to the UpdateTable operation. Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table. <para> You can only perform one of the following operations at once: </para> <ul> <li> <para> Modify the provisioned throughput settings of the table. </para> </li> <li> <para> Enable or disable Streams on the table. </para> </li> <li> <para> Remove a global secondary index from the table. </para> </li> <li> <para> Create a new global secondary index on the table. Once the index begins backfilling, you can use <i>UpdateTable</i> to perform other operations. </para> </li> </ul> <para> <i>UpdateTable</i> is an asynchronous operation; while it is executing, the table status changes from <code>ACTIVE</code> to <code>UPDATING</code>. While it is <code>UPDATING</code>, you cannot issue another <i>UpdateTable</i> request. When the table returns to the <code>ACTIVE</code> state, the <i>UpdateTable</i> operation is complete. </para> </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.UpdateTableRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.UpdateTableRequest.#ctor(System.String,Amazon.DynamoDBv2.Model.ProvisionedThroughput)"> <summary> Instantiates UpdateTableRequest with the parameterized properties </summary> <param name="tableName">The name of the table to be updated.</param> <param name="provisionedThroughput">Sets the UpdateTableRequest ProvisionedThroughput property</param> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableRequest.AttributeDefinitions"> <summary> Gets and sets the property AttributeDefinitions. <para> An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, <i>AttributeDefinitions</i> must include the key element(s) of the new index. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableRequest.GlobalSecondaryIndexUpdates"> <summary> Gets and sets the property GlobalSecondaryIndexUpdates. <para> An array of one or more global secondary indexes for the table. For each index in the array, you can request one action: </para> <ul> <li> <para> <i>Create</i> - add a new global secondary index to the table. </para> </li> <li> <para> <i>Update</i> - modify the provisioned throughput settings of an existing global secondary index. </para> </li> <li> <para> <i>Delete</i> - remove a global secondary index from the table. </para> </li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.OnlineOps.html">Managing Global Secondary Indexes</a> in the <i>Amazon DynamoDB Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableRequest.ProvisionedThroughput"> <summary> Gets and sets the property ProvisionedThroughput. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableRequest.StreamSpecification"> <summary> Gets and sets the property StreamSpecification. <para> Represents the DynamoDB Streams configuration for the table. </para> <note> <para> You will receive a <i>ResourceInUseException</i> if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream. </para> </note> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableRequest.TableName"> <summary> Gets and sets the property TableName. <para> The name of the table to be updated. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateTableResponse"> <summary> Configuration for accessing Amazon UpdateTable service </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.UpdateTableResult"> <summary> Represents the output of an <i>UpdateTable</i> operation. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableResult.TableDescription"> <summary> Gets and sets the property TableDescription. </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.UpdateTableResponse.UpdateTableResult"> <summary> Gets and sets the UpdateTableResult property. Represents the output of a UpdateTable operation. </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.WriteRequest"> <summary> Represents an operation to perform - either <i>DeleteItem</i> or <i>PutItem</i>. You can only request one of these operations, not both, in a single <i>WriteRequest</i>. If you do need to perform both of these operations, you will need to provide two separate <i>WriteRequest</i> objects. </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.WriteRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.DynamoDBv2.Model.WriteRequest.#ctor(Amazon.DynamoDBv2.Model.PutRequest)"> <summary> Instantiates WriteRequest with the parameterized properties </summary> <param name="putRequest">A request to perform a <i>PutItem</i> operation.</param> </member> <member name="M:Amazon.DynamoDBv2.Model.WriteRequest.#ctor(Amazon.DynamoDBv2.Model.DeleteRequest)"> <summary> Instantiates WriteRequest with the parameterized properties </summary> <param name="deleteRequest">A request to perform a <i>DeleteItem</i> operation.</param> </member> <member name="P:Amazon.DynamoDBv2.Model.WriteRequest.DeleteRequest"> <summary> Gets and sets the property DeleteRequest. <para> A request to perform a <i>DeleteItem</i> operation. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.Model.WriteRequest.PutRequest"> <summary> Gets and sets the property PutRequest. <para> A request to perform a <i>PutItem</i> operation. </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.AttributeDefinitionMarshaller"> <summary> AttributeDefinition Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.AttributeDefinitionUnmarshaller"> <summary> Response Unmarshaller for AttributeDefinition Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.AttributeValueMarshaller"> <summary> AttributeValue Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.AttributeValueUnmarshaller"> <summary> Response Unmarshaller for AttributeValue Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.AttributeValueUpdateMarshaller"> <summary> AttributeValueUpdate Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.BatchGetItemRequestMarshaller"> <summary> BatchGetItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.BatchGetItemResponseUnmarshaller"> <summary> Response Unmarshaller for BatchGetItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.BatchWriteItemRequestMarshaller"> <summary> BatchWriteItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.BatchWriteItemResponseUnmarshaller"> <summary> Response Unmarshaller for BatchWriteItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.CapacityUnmarshaller"> <summary> Response Unmarshaller for Capacity Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ConditionMarshaller"> <summary> Condition Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ConsumedCapacityUnmarshaller"> <summary> Response Unmarshaller for ConsumedCapacity Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.CreateGlobalSecondaryIndexActionMarshaller"> <summary> CreateGlobalSecondaryIndexAction Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.CreateTableRequestMarshaller"> <summary> CreateTable Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.CreateTableResponseUnmarshaller"> <summary> Response Unmarshaller for CreateTable operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteGlobalSecondaryIndexActionMarshaller"> <summary> DeleteGlobalSecondaryIndexAction Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteItemRequestMarshaller"> <summary> DeleteItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteItemResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteRequestMarshaller"> <summary> DeleteRequest Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteRequestUnmarshaller"> <summary> Response Unmarshaller for DeleteRequest Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteTableRequestMarshaller"> <summary> DeleteTable Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DeleteTableResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteTable operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeLimitsRequestMarshaller"> <summary> DescribeLimits Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeLimitsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLimits operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeStreamRequestMarshaller"> <summary> DescribeStream Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeStreamResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStream operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeTableRequestMarshaller"> <summary> DescribeTable Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.DescribeTableResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTable operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ExpectedAttributeValueMarshaller"> <summary> ExpectedAttributeValue Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetItemRequestMarshaller"> <summary> GetItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetItemResponseUnmarshaller"> <summary> Response Unmarshaller for GetItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetRecordsRequestMarshaller"> <summary> GetRecords Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetRecordsResponseUnmarshaller"> <summary> Response Unmarshaller for GetRecords operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetShardIteratorRequestMarshaller"> <summary> GetShardIterator Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GetShardIteratorResponseUnmarshaller"> <summary> Response Unmarshaller for GetShardIterator operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GlobalSecondaryIndexDescriptionUnmarshaller"> <summary> Response Unmarshaller for GlobalSecondaryIndexDescription Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GlobalSecondaryIndexMarshaller"> <summary> GlobalSecondaryIndex Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.GlobalSecondaryIndexUpdateMarshaller"> <summary> GlobalSecondaryIndexUpdate Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ItemCollectionMetricsUnmarshaller"> <summary> Response Unmarshaller for ItemCollectionMetrics Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.KeysAndAttributesMarshaller"> <summary> KeysAndAttributes Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.KeysAndAttributesUnmarshaller"> <summary> Response Unmarshaller for KeysAndAttributes Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.KeySchemaElementMarshaller"> <summary> KeySchemaElement Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.KeySchemaElementUnmarshaller"> <summary> Response Unmarshaller for KeySchemaElement Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ListStreamsRequestMarshaller"> <summary> ListStreams Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ListStreamsResponseUnmarshaller"> <summary> Response Unmarshaller for ListStreams operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ListTablesRequestMarshaller"> <summary> ListTables Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ListTablesResponseUnmarshaller"> <summary> Response Unmarshaller for ListTables operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.LocalSecondaryIndexDescriptionUnmarshaller"> <summary> Response Unmarshaller for LocalSecondaryIndexDescription Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.LocalSecondaryIndexMarshaller"> <summary> LocalSecondaryIndex Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ProjectionMarshaller"> <summary> Projection Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ProjectionUnmarshaller"> <summary> Response Unmarshaller for Projection Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ProvisionedThroughputDescriptionUnmarshaller"> <summary> Response Unmarshaller for ProvisionedThroughputDescription Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ProvisionedThroughputMarshaller"> <summary> ProvisionedThroughput Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.PutItemRequestMarshaller"> <summary> PutItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.PutItemResponseUnmarshaller"> <summary> Response Unmarshaller for PutItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.PutRequestMarshaller"> <summary> PutRequest Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.PutRequestUnmarshaller"> <summary> Response Unmarshaller for PutRequest Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.QueryRequestMarshaller"> <summary> Query Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.QueryResponseUnmarshaller"> <summary> Response Unmarshaller for Query operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.RecordUnmarshaller"> <summary> Response Unmarshaller for Record Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ScanRequestMarshaller"> <summary> Scan Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ScanResponseUnmarshaller"> <summary> Response Unmarshaller for Scan operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.SequenceNumberRangeUnmarshaller"> <summary> Response Unmarshaller for SequenceNumberRange Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ShardUnmarshaller"> <summary> Response Unmarshaller for Shard Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.StreamDescriptionUnmarshaller"> <summary> Response Unmarshaller for StreamDescription Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.StreamRecordUnmarshaller"> <summary> Response Unmarshaller for StreamRecord Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.StreamSpecificationMarshaller"> <summary> StreamSpecification Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.StreamSpecificationUnmarshaller"> <summary> Response Unmarshaller for StreamSpecification Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.StreamSummaryUnmarshaller"> <summary> Response Unmarshaller for StreamSummary Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.TableDescriptionUnmarshaller"> <summary> Response Unmarshaller for TableDescription Object </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.UpdateGlobalSecondaryIndexActionMarshaller"> <summary> UpdateGlobalSecondaryIndexAction Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.UpdateItemRequestMarshaller"> <summary> UpdateItem Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.UpdateItemResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.UpdateTableRequestMarshaller"> <summary> UpdateTable Request Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.UpdateTableResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateTable operation </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.WriteRequestMarshaller"> <summary> WriteRequest Marshaller </summary> </member> <member name="T:Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.WriteRequestUnmarshaller"> <summary> Response Unmarshaller for WriteRequest Object </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.Document"> <summary> A collection of attribute key-value pairs that defines an item in DynamoDB. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Abstract class representing an arbitrary DynamoDB attribute value </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsPrimitive"> <summary> Convert DynamoDBEntry to Primitive </summary> <returns> Primitive if DynamoDBEntry is of Primitive type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsPrimitiveList"> <summary> Convert DynamoDBEntry to PrimitiveList </summary> <returns> PrimitiveList if DynamoDBEntry is of PrimitiveList type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDynamoDBList"> <summary> Convert DynamoDBEntry to DynamoDBList </summary> <returns> DynamoDBList if DynamoDBEntry is of DynamoDBList type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDynamoDBBool"> <summary> Convert DynamoDBEntry to DynamoDBBool </summary> <returns> DynamoDBBool if DynamoDBEntry is of DynamoDBBool type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDynamoDBNull"> <summary> Convert DynamoDBEntry to DynamoDBNull </summary> <returns> DynamoDBNull if DynamoDBEntry is of DynamoDBNull type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDocument"> <summary> Convert DynamoDBEntry to Document </summary> <returns> Document if DynamoDBEntry is of Document type; otherwise null </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsBoolean"> <summary> Explicitly convert DynamoDBEntry to Boolean </summary> <returns>Boolean value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Boolean)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Boolean to DynamoDBEntry </summary> <param name="data">Boolean data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Boolean"> <summary> Explicitly convert DynamoDBEntry to Boolean </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Boolean value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsByte"> <summary> Explicitly convert DynamoDBEntry to Byte </summary> <returns>Byte value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Byte)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Byte to DynamoDBEntry </summary> <param name="data">Byte data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Byte"> <summary> Explicitly convert DynamoDBEntry to Byte </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Byte value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsSByte"> <summary> Explicitly convert DynamoDBEntry to SByte </summary> <returns>SByte value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.SByte)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert SByte to DynamoDBEntry </summary> <param name="data">SByte data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.SByte"> <summary> Explicitly convert DynamoDBEntry to SByte </summary> <param name="p">DynamoDBEntry to convert</param> <returns>SByte value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsUShort"> <summary> Explicitly convert DynamoDBEntry to UInt16 </summary> <returns>UInt16 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.UInt16)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert UInt16 to DynamoDBEntry </summary> <param name="data">UInt16 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.UInt16"> <summary> Explicitly convert DynamoDBEntry to UInt16 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>UInt16 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsShort"> <summary> Explicitly convert DynamoDBEntry to Int16 </summary> <returns>Int16 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Int16)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Int16 to DynamoDBEntry </summary> <param name="data">Int16 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Int16"> <summary> Explicitly convert DynamoDBEntry to Int16 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Int16 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsUInt"> <summary> Explicitly convert DynamoDBEntry to UInt32 </summary> <returns>UInt32 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.UInt32)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert UInt32 to DynamoDBEntry </summary> <param name="data">UInt32 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.UInt32"> <summary> Explicitly convert DynamoDBEntry to UInt32 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>UInt32 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsInt"> <summary> Explicitly convert DynamoDBEntry to Int32 </summary> <returns>Int32 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Int32)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Int32 to DynamoDBEntry </summary> <param name="data">Int32 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Int32"> <summary> Explicitly convert DynamoDBEntry to Int32 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Int32 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsULong"> <summary> Explicitly convert DynamoDBEntry to UInt64 </summary> <returns>UInt64 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.UInt64)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert UInt64 to DynamoDBEntry </summary> <param name="data">UInt64 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.UInt64"> <summary> Explicitly convert DynamoDBEntry to UInt64 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>UInt64 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsLong"> <summary> Explicitly convert DynamoDBEntry to Int64 </summary> <returns>Int64 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Int64)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Int64 to DynamoDBEntry </summary> <param name="data">Int64 data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Int64"> <summary> Explicitly convert DynamoDBEntry to Int64 </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Int64 value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsSingle"> <summary> Explicitly convert DynamoDBEntry to Single </summary> <returns>Single value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Single)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Single to DynamoDBEntry </summary> <param name="data">Single data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Single"> <summary> Explicitly convert DynamoDBEntry to Single </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Single value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDouble"> <summary> Explicitly convert DynamoDBEntry to Double </summary> <returns>Double value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Double)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Double to DynamoDBEntry </summary> <param name="data">Double data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Double"> <summary> Explicitly convert DynamoDBEntry to Double </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Double value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDecimal"> <summary> Explicitly convert DynamoDBEntry to Decimal </summary> <returns>Decimal value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Decimal)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Decimal to DynamoDBEntry </summary> <param name="data">Decimal data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Decimal"> <summary> Explicitly convert DynamoDBEntry to Decimal </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Decimal value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsChar"> <summary> Explicitly convert DynamoDBEntry to Char </summary> <returns>Char value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Char)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Char to DynamoDBEntry </summary> <param name="data">Char data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Char"> <summary> Explicitly convert DynamoDBEntry to Char </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Char value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsString"> <summary> Explicitly convert DynamoDBEntry to String </summary> <returns>String value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.String)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert String to DynamoDBEntry </summary> <param name="data">String data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.String"> <summary> Explicitly convert DynamoDBEntry to String </summary> <param name="p">DynamoDBEntry to convert</param> <returns>String value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsDateTime"> <summary> Explicitly convert DynamoDBEntry to DateTime </summary> <returns>DateTime value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.DateTime)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert DateTime to DynamoDBEntry </summary> <param name="data">DateTime data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.DateTime"> <summary> Explicitly convert DynamoDBEntry to DateTime </summary> <param name="p">DynamoDBEntry to convert</param> <returns>DateTime value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsGuid"> <summary> Explicitly convert DynamoDBEntry to Guid </summary> <returns>Guid value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Guid)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Guid to DynamoDBEntry </summary> <param name="data">Guid data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Guid"> <summary> Explicitly convert DynamoDBEntry to Guid </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Guid value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsByteArray"> <summary> Explicitly convert DynamoDBEntry to byte[] </summary> <returns>byte[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Byte[])~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert byte[] to DynamoDBEntry </summary> <param name="data">byte[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Byte[]"> <summary> Explicitly convert DynamoDBEntry to byte[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>byte[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsMemoryStream"> <summary> Explicitly convert DynamoDBEntry to MemoryStream </summary> <returns>MemoryStream value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.IO.MemoryStream)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert MemoryStream to DynamoDBEntry </summary> <param name="data">MemoryStream data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.IO.MemoryStream"> <summary> Explicitly convert DynamoDBEntry to MemoryStream </summary> <param name="p">DynamoDBEntry to convert</param> <returns>MemoryStream value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsArrayOfDynamoDBEntry"> <summary> Explicitly convert DynamoDBEntry to DynamoDBEntry[] </summary> <returns>DynamoDBEntry[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfDynamoDBEntry"> <summary> Explicitly convert DynamoDBEntry to List<DynamoDBEntry> </summary> <returns>List<DynamoDBEntry> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsHashSetOfDynamoDBEntry"> <summary> Explicitly convert DynamoDBEntry to HashSet<DynamoDBEntry> </summary> <returns>HashSet<DynamoDBEntry> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsArrayOfPrimitive"> <summary> Explicitly convert DynamoDBEntry to Primitive[] </summary> <returns>Primitive[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(Amazon.DynamoDBv2.DocumentModel.Primitive[])~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert Primitive[] to DynamoDBEntry </summary> <param name="data">Primitive[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~Amazon.DynamoDBv2.DocumentModel.Primitive[]"> <summary> Explicitly convert DynamoDBEntry to Primitive[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Primitive[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfPrimitive"> <summary> Explicitly convert DynamoDBEntry to List<Primitive> </summary> <returns>List<Primitive> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Primitive})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert List<Primitive> to DynamoDBEntry </summary> <param name="data">List<Primitive> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Primitive}"> <summary> Explicitly convert DynamoDBEntry to List<Primitive> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<Primitive> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsHashSetOfPrimitive"> <summary> Explicitly convert DynamoDBEntry to HashSet<Primitive> </summary> <returns>HashSet<Primitive> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.HashSet{Amazon.DynamoDBv2.DocumentModel.Primitive})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert HashSet<Primitive> to DynamoDBEntry </summary> <param name="data">HashSet<Primitive> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.HashSet{Amazon.DynamoDBv2.DocumentModel.Primitive}"> <summary> Explicitly convert DynamoDBEntry to HashSet<Primitive> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>HashSet<Primitive> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfDocument"> <summary> Explicitly convert DynamoDBEntry to List<Document> </summary> <returns>List<Document> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Document})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert List<Document> to DynamoDBEntry </summary> <param name="data">List<Document> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Document}"> <summary> Explicitly convert DynamoDBEntry to List<Document> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<Document> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsArrayOfString"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <returns>String[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.String[])~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert String[] to DynamoDBEntry </summary> <param name="data">String[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.String[]"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>String[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfString"> <summary> Explicitly convert DynamoDBEntry to List<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.List{System.String})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert List<String> to DynamoDBEntry </summary> <param name="data">List<String> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.List{System.String}"> <summary> Explicitly convert DynamoDBEntry to List<String> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<String> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsHashSetOfString"> <summary> Explicitly convert DynamoDBEntry to HashSet<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.HashSet{System.String})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert HashSet<String> to DynamoDBEntry </summary> <param name="data">HashSet<String> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.HashSet{System.String}"> <summary> Explicitly convert DynamoDBEntry to HashSet<String> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>HashSet<String> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfByteArray"> <summary> Explicitly convert DynamoDBEntry to List<byte[]> </summary> <returns>List<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.List{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert List<byte[]> to DynamoDBEntry </summary> <param name="data">List<byte[]> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.List{System.Byte[]}"> <summary> Explicitly convert DynamoDBEntry to List<byte[]> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<byte[]> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsHashSetOfByteArray"> <summary> Explicitly convert DynamoDBEntry to HashSet<byte[]> </summary> <returns>HashSet<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.HashSet{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert HashSet<byte[]> to DynamoDBEntry </summary> <param name="data">HashSet<byte[]> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.HashSet{System.Byte[]}"> <summary> Explicitly convert DynamoDBEntry to HashSet<byte[]> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>HashSet<byte[]> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsListOfMemoryStream"> <summary> Explicitly convert DynamoDBEntry to List<MemoryStream> </summary> <returns>List<MemoryStream> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.List{System.IO.MemoryStream})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert List<MemoryStream> to DynamoDBEntry </summary> <param name="data">List<MemoryStream> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.List{System.IO.MemoryStream}"> <summary> Explicitly convert DynamoDBEntry to List<MemoryStream> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<MemoryStream> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.AsHashSetOfMemoryStream"> <summary> Explicitly convert DynamoDBEntry to HashSet<MemoryStream> </summary> <returns>HashSet<MemoryStream> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Implicit(System.Collections.Generic.HashSet{System.IO.MemoryStream})~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry"> <summary> Implicitly convert HashSet<MemoryStream> to DynamoDBEntry </summary> <param name="data">HashSet<MemoryStream> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)~System.Collections.Generic.HashSet{System.IO.MemoryStream}"> <summary> Explicitly convert DynamoDBEntry to HashSet<MemoryStream> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>HashSet<MemoryStream> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.#ctor"> <summary> Constructs an empty Document. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.#ctor(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry})"> <summary> Constructs a Document with the passed-in values as its attribute values. </summary> <param name="values"></param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.IsAttributeChanged(System.String)"> <summary> Returns true if the attribute has been changed. </summary> <param name="attributeName">Name of the attribute.</param> <returns>True if the attribute has been changed.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.IsDirty"> <summary> Returns true if the document contains attributes that have not been saved. </summary> <returns>True if the document contains attributes that have not been saved.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.TryGetValue(System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry@)"> <summary> Gets the value associated with the specified attribute value. </summary> <param name="attributeName">Attribute name</param> <param name="entry"> If the specified attribute value is found, returns the value associated with the attribute; otherwise, null. </param> <returns>True if attribute is found; false otherwise</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.Contains(System.String)"> <summary> Determines if a specific attribute is set on the Document. </summary> <param name="attributeName">Attribute name</param> <returns>Returns true if the specified attribute is found; false otherwise.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ForceConversion(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Returns a new instance of Document where all unconverted .NET types are converted to DynamoDBEntry types using a specific conversion. </summary> <param name="conversion"></param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToJson"> <summary> <para> Converts the current Document into a matching JSON string. </para> <para> DynamoDB types are a superset of JSON types, thus the following DynamoDB cannot be properly represented as JSON data: PrimitiveList (SS, NS, BS types) - these sets will be converted to JSON arrays Binary Primitive (B type) - binary data will be converted to Base64 strings </para> <para> If the resultant JSON is passed to Document.FromJson, the binary values will be treated as Base64 strings. Invoke Document.DecodeBase64Attributes to decode these strings into binary data. </para> </summary> <returns>JSON string corresponding to the current Document.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToJsonPretty"> <summary> <para> Converts the current Document into a matching pretty JSON string. </para> <para> DynamoDB types are a superset of JSON types, thus the following DynamoDB cannot be properly represented as JSON data: PrimitiveList (SS, NS, BS types) - these sets will be converted to JSON arrays Binary Primitive (B type) - binary data will be converted to Base64 strings </para> <para> If the resultant JSON is passed to Document.FromJson, the binary values will be treated as Base64 strings. Invoke Document.DecodeBase64Attributes to decode these strings into binary data. </para> </summary> <returns>JSON string corresponding to the current Document.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToAttributeMap"> <summary> Creates a map of attribute names mapped to AttributeValue objects. Converts .NET types using the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema </summary> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToAttributeMap(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Creates a map of attribute names mapped to AttributeValue objects. </summary> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToExpectedAttributeMap"> <summary> Creates a map of attribute names mapped to ExpectedAttributeValue objects. </summary> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToExpectedAttributeMap(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Creates a map of attribute names mapped to ExpectedAttributeValue objects. </summary> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToAttributeUpdateMap(System.Boolean)"> <summary> Creates a map of attribute names mapped to AttributeValueUpdate objects. </summary> <param name="changedAttributesOnly">If true, only attributes that have been changed will be in the map.</param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.ToAttributeUpdateMap(Amazon.DynamoDBv2.DynamoDBEntryConversion,System.Boolean)"> <summary> Creates a map of attribute names mapped to AttributeValueUpdate objects. </summary> <param name="changedAttributesOnly">If true, only attributes that have been changed will be in the map.</param> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.GetAttributeNames"> <summary> Returns the names of all the attributes. </summary> <returns>List of attribute names.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.DecodeBase64Attributes(System.String[])"> <summary> <para> Decodes root-level Base64-encoded strings to their binary representations. Use this method if the Document was constructed from JSON that contains base64-encoded binary values, which result from calling ToJson on a Document with binary data. </para> <para> Individual strings become binary data. List and sets of Base64-encoded strings become lists and sets of binary data. </para> </summary> <param name="attributeNames">Names of root-level attributes to decode.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.FromAttributeMap(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Creates a Document from an attribute map. </summary> <param name="data">Map of attribute names to attribute values.</param> <returns>Document representing the data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Document.FromJson(System.String)"> <summary> Creates a document from a JSON string. The conversion is as follows: Objects are converted to DynamoDB M types. Arrays are converted to DynamoDB L types. Boolean types are converted to DynamoDB BOOL types. Null values are converted to DynamoDB NULL types. Numerics are converted to DynamoDB N types. Strings are converted to DynamoDB S types. </summary> <param name="json">JSON string.</param> <returns>Document representing the JSON data.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Document.Item(System.String)"> <summary> Attribute accessor, allows getting or setting of an individual attribute. </summary> <param name="key">Name of the attribute.</param> <returns>Current value of the attribute.</returns> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet"> <summary> Class for retrieving a batch of Documents from a single DynamoDB table. </summary> <summary> Class for retrieving a batch of Documents from a single DynamoDB table. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.#ctor(Amazon.DynamoDBv2.DocumentModel.Table)"> <summary> Constructs a DocumentBatchGet instance for a specific table. </summary> <param name="targetTable">Table to get items from.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.AddKey(Amazon.DynamoDBv2.DocumentModel.Primitive)"> <summary> Add a single item to get, identified by its hash primary key. </summary> <param name="hashKey">Hash key element of the item to get.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.AddKey(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive)"> <summary> Add a single item to get, identified by its hash-and-range primary key. </summary> <param name="hashKey">Hash key element of the item to get.</param> <param name="rangeKey">Range key element of the item to get.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.AddKey(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry})"> <summary> Add a single item to get, identified by its key. </summary> <param name="key">Key of the item to get.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.Combine(Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet)"> <summary> Creates a MultiTableDocumentBatchGet object that is a combination of the current DocumentBatchGet and the specified DocumentBatchGet. </summary> <param name="otherBatch">Other DocumentBatchGet object.</param> <returns> MultiTableDocumentBatchGet consisting of the two DocumentBatchGet objects. </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.Results"> <summary> List of results retrieved from DynamoDB. Populated after Execute is called. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.AttributesToGet"> <summary> List of attributes to retrieve. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet.ConsistentRead"> <summary> If set to true, a consistent read is issued. Otherwise eventually-consistent is used. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet"> <summary> Class for retrieving a batch of Documents from multiple DynamoDB tables. </summary> <summary> Class for retrieving a batch of Documents from multiple DynamoDB tables. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.#ctor(Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet[])"> <summary> Constructs a MultiTableDocumentBatchGet object from a number of DocumentBatchGet objects. </summary> <param name="batches">Collection of DocumentBatchGet objects.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.AddBatch(Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet)"> <summary> Add a DocumentBatchGet object to the multi-table batch request. </summary> <param name="batch">DocumentBatchGet to add.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.Batches"> <summary> List of DocumentBatchGet objects to include in the multi-table batch request. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet.TotalKeys"> <summary> Total number of primary keys in the multi-table batch request. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.MultiBatchGet"> <summary> Internal class for handling multi-table batch gets. </summary> </member> <member name="F:Amazon.DynamoDBv2.DocumentModel.MultiBatchGet.MaxItemsPerCall"> <summary> Maximum number of items that can be sent in a single BatchGet request </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiBatchGet.GetItems"> <summary> Gets items ocnfigured in Batches from the server </summary> <returns></returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.MultiBatchGet.Batches"> <summary> Batches that comprise the current BatchGet operation </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite"> <summary> Class for putting and/or deleting a batch of items in a single DynamoDB table. </summary> <summary> Class for putting and/or deleting a batch of items in a single DynamoDB table. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.#ctor(Amazon.DynamoDBv2.DocumentModel.Table)"> <summary> Constructs a DocumentBatchWrite instance for a specific table. </summary> <param name="targetTable">Table to get items from.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.AddKeyToDelete(Amazon.DynamoDBv2.DocumentModel.Primitive)"> <summary> Add a single item to delete, identified by its hash primary key. </summary> <param name="hashKey">Hash key element of the item to delete.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.AddKeyToDelete(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive)"> <summary> Add a single item to delete, identified by its hash-and-range primary key. </summary> <param name="hashKey">Hash key element of the item to delete.</param> <param name="rangeKey">Range key element of the item to delete.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.AddKeyToDelete(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry})"> <summary> Add a single item to delete, identified by its key. </summary> <param name="key">Key of the item to delete.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.AddItemToDelete(Amazon.DynamoDBv2.DocumentModel.Document)"> <summary> Add a single item to delete, identified by a Document object. </summary> <param name="document">Document representing the item to be deleted.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.AddDocumentToPut(Amazon.DynamoDBv2.DocumentModel.Document)"> <summary> Add a single Document to put. </summary> <param name="document">Document to put.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.Combine(Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite)"> <summary> Creates a MultiTableDocumentBatchWrite object that is a combination of the current DocumentBatchWrite and the specified DocumentBatchWrite. </summary> <param name="otherBatch">Other DocumentBatchWrite object.</param> <returns> MultiTableDocumentBatchWrite consisting of the two DocumentBatchWrite objects. </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite"> <summary> Class for putting and/or deleting a batch of items in multiple DynamoDB tables. </summary> <summary> Class for putting and/or deleting a batch of items in multiple DynamoDB tables. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite.#ctor(Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite[])"> <summary> Constructs a MultiTableDocumentBatchWrite object from a number of DocumentBatchWrite objects. </summary> <param name="batches">Collection of DocumentBatchWrite objects.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite.AddBatch(Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite)"> <summary> Add a DocumentBatchWrite object to the multi-table batch request. </summary> <param name="batch">DocumentBatchWrite to add.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite.Batches"> <summary> List of DocumentBatchWrite objects to include in the multi-table batch request. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.MultiBatchWrite"> <summary> Internal class for handling multi-table batch writes. </summary> </member> <member name="F:Amazon.DynamoDBv2.DocumentModel.MultiBatchWrite.MaxItemsPerCall"> <summary> Maximum number of items that can be sent in a single BatchWrite request </summary> </member> <member name="F:Amazon.DynamoDBv2.DocumentModel.MultiBatchWrite.tableMap"> <summary> Map which stores tables by its name. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.MultiBatchWrite.WriteItems(System.Boolean)"> <summary> Pushes items configured in Batches to the server </summary> <param name="isAsync"></param> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.MultiBatchWrite.Batches"> <summary> Batches that comprise the current BatchWrite operation </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DynamoDBBool"> <summary> A DynamoDBEntry that represents a DynamoDB bool (BOOL) type. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBBool.AsBoolean"> <summary> Explicitly convert DynamoDBBool to Boolean </summary> <returns>Boolean value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBBool.op_Implicit(System.Boolean)~Amazon.DynamoDBv2.DocumentModel.DynamoDBBool"> <summary> Implicitly convert Boolean to DynamoDBBool </summary> <param name="data">Boolean data to convert</param> <returns>DynamoDBBool representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBBool.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBBool)~System.Boolean"> <summary> Explicitly convert DynamoDBBool to Boolean </summary> <param name="p">DynamoDBBool to convert</param> <returns>Boolean value of DynamoDBBool</returns> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.UnconvertedDynamoDBEntry"> <summary> A DynamoDBEntry holding an unconverted object. The entry is converted to a converted DynamoDBEntry either by the consuming Document or Table. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> A DynamoDBEntry that represents a DynamoDB list (L) type. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.#ctor"> <summary> Constructs an empty DynamoDBList. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.Add(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry)"> <summary> Adds a DynamoDB to the end of the list. </summary> <param name="value">DynamoDB to add.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.ForceConversion(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Returns a new instance of Document where all unconverted .NET types are converted to DynamoDBEntry types using a specific conversion. </summary> <param name="conversion"></param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsArrayOfDynamoDBEntry"> <summary> Explicitly convert DynamoDBList to DynamoDBEntry[] </summary> <returns>DynamoDBEntry[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[])~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert DynamoDBEntry[] to DynamoDBList </summary> <param name="data">DynamoDBEntry[] data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[]"> <summary> Explicitly convert DynamoDBList to DynamoDBEntry[] </summary> <param name="p">DynamoDBList to convert</param> <returns>DynamoDBEntry[] value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsListOfDynamoDBEntry"> <summary> Explicitly convert DynamoDBList to List<DynamoDBEntry> </summary> <returns>List<DynamoDBEntry> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert List<DynamoDBEntry> to DynamoDBList </summary> <param name="data">List<DynamoDBEntry> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry}"> <summary> Explicitly convert DynamoDBList to List<DynamoDBEntry> </summary> <param name="p">DynamoDBList to convert</param> <returns>List<DynamoDBEntry> value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsListOfDocument"> <summary> Explicitly convert DynamoDBList to List<Document> </summary> <returns>List<Document> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Document})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert List<Document> to DynamoDBEntry </summary> <param name="data">List<Document> data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Document}"> <summary> Explicitly convert DynamoDBEntry to List<Document> </summary> <param name="p">DynamoDBEntry to convert</param> <returns>List<Document> value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsArrayOfString"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <returns>String[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.String[])~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert String[] to DynamoDBEntry </summary> <param name="data">String[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.String[]"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>String[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsListOfString"> <summary> Explicitly convert DynamoDBList to List<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.List{System.String})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert List<String> to DynamoDBList </summary> <param name="data">List<String> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.List{System.String}"> <summary> Explicitly convert DynamoDBList to List<String> </summary> <param name="p">DynamoDBList to convert</param> <returns>List<String> value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsHashSetOfString"> <summary> Explicitly convert DynamoDBEntry to HashSet<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.HashSet{System.String})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert HashSet<String> to DynamoDBList </summary> <param name="data">HashSet<String> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.HashSet{System.String}"> <summary> Explicitly convert DynamoDBList to HashSet<String> </summary> <param name="p">DynamoDBList to convert</param> <returns>HashSet<String> value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsListOfByteArray"> <summary> Explicitly convert DynamoDBList to byte[] </summary> <returns>List<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.List{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert List<byte[]> to DynamoDBList </summary> <param name="data">List<byte[]> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.List{System.Byte[]}"> <summary> Explicitly convert DynamoDBList to List<byte[]> </summary> <param name="p">DynamoDBList to convert</param> <returns>List<byte[]> value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsHashSetOfByteArray"> <summary> Explicitly convert DynamoDBList to HashSet<byte[]> </summary> <returns>HashSet<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.HashSet{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert HashSet<byte[]> to DynamoDBList </summary> <param name="data">HashSet<byte[]> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.HashSet{System.Byte[]}"> <summary> Explicitly convert DynamoDBList to HashSet<byte[]> </summary> <param name="p">DynamoDBList to convert</param> <returns>HashSet<byte[]> value of DynamoDBList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.AsListOfMemoryStream"> <summary> Explicitly convert DynamoDBList to List<MemoryStream> </summary> <returns>List<MemoryStream> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Implicit(System.Collections.Generic.List{System.IO.MemoryStream})~Amazon.DynamoDBv2.DocumentModel.DynamoDBList"> <summary> Implicitly convert List<MemoryStream> to DynamoDBList </summary> <param name="data">List<MemoryStream> data to convert</param> <returns>DynamoDBList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.DynamoDBList)~System.Collections.Generic.List{System.IO.MemoryStream}"> <summary> Explicitly convert DynamoDBList to List<MemoryStream> </summary> <param name="p">DynamoDBList to convert</param> <returns>List<MemoryStream> value of DynamoDBList</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.Entries"> <summary> Collection of DynamoDB entries </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DynamoDBList.Item(System.Int32)"> <summary> Gets or sets DynamoDB at a specific location in the list. </summary> <param name="i">Index of the DynamoDB in question.</param> <returns>DynamoDB in question.</returns> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DynamoDBNull"> <summary> A DynamoDBEntry that represents a DynamoDB null (NULL) type. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ExpectedValue"> <summary> Expected state of an attribute in DynamoDB. Exists cannot be set at the same time as Comparison and Values. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.#ctor(System.Boolean)"> <summary> Constructs an ExpectedValue with a given Exists value. </summary> <param name="exists"> Flag whether the attribute should exist or not. </param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.#ctor(Amazon.DynamoDBv2.DocumentModel.ScanOperator,Amazon.DynamoDBv2.DocumentModel.Primitive[])"> <summary> Constructs an ExpectedValue with a given comparison and value(s). </summary> <param name="comparison"></param> <param name="values"></param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.ToExpectedAttributeValue"> <summary> Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue This call will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema </summary> <returns>Amazon.DynamoDBv2.Model.ExpectedAttributeValue</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.ToExpectedAttributeValue(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue </summary> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns>Amazon.DynamoDBv2.Model.ExpectedAttributeValue</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.Exists"> <summary> Flag whether the attribute should exist or not. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.Comparison"> <summary> Comparison operator for the expected value. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ExpectedValue.Values"> <summary> Values to compare the attribute against. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ExpectedState"> <summary> Expected state of an item in DynamoDB. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedState.#ctor"> <summary> Constructs an empty ExpectedState with ConditionalOeprator set to AND. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedState.AddExpected(System.String,System.Boolean)"> <summary> Adds an ExpectedValue with the specific Exists value for the attribute. </summary> <param name="attributeName">Attribute that is being tested</param> <param name="exists">Flag whether the attribute should exist or not.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedState.AddExpected(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,Amazon.DynamoDBv2.DocumentModel.Primitive[])"> <summary> Adds an ExpectedValue with the specific Comparison and Values for the attribute. </summary> <param name="attributeName">Attribute that is being tested</param> <param name="comparison">Comparison operator for the expected value.</param> <param name="values">Values to compare the attribute against.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedState.ToExpectedAttributeMap"> <summary> Creates a map of attribute names mapped to ExpectedAttributeValue objects. This call will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema </summary> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ExpectedState.ToExpectedAttributeMap(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Creates a map of attribute names mapped to ExpectedAttributeValue objects. </summary> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns></returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ExpectedState.ExpectedValues"> <summary> Attribute name to ExpectedValue mapping. Represents the expected state of a number of attributes of a DynamoDB item. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ExpectedState.ConditionalOperator"> <summary> Operator dictating whether ALL or SOME of the expected values must be true to satisfy the overall expected state. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.Expression"> <summary> Expressions are used for conditional deletes and filtering for query and scan operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Expression.ExpressionStatement"> <summary> Gets and sets the property ExpressionStatement. "Price > :price" is an example expression statement. :price is a variable which gets its value from the ExpressionAttributeValues collection. If this is used for deletes then it prevents the delete from happening if the Price attribute on the item is less then the passed in price. For query and scan it will only return back items where the Price attribute is greater then passed in price. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Expression.ExpressionAttributeNames"> <summary> Gets and sets the property ExpressionAttributeNames. This collection contains attribute names from the item that should be substituted in the expression when it is evaluated. For example the expression "#C < #U" will expect the attribute names to be added to this collection. <code> expression.ExpressionAttributeNames["#C"] = "CriticRating" expression.ExpressionAttributeNames["#U"] = "UserRating" </code> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Expression.ExpressionAttributeValues"> <summary> Gets and sets the property ExpressionAttributeValues. This collection contains the values to be substituted in the expression. For example the expression "Price > :price" will contain one entry in this collection a key of ":price". <para> DynamoDBEntry contains many common implicit cast operations so assignment can be done with the basic .NET types. In the price example shown above the value to be used for the expression can be provided using the following code snippet: <code> expression.ExpressionAttributeNames[":price"] = 3.99; </code> </para> </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.Filter"> <summary> Filter for use with scan and query operations </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Filter.ToConditions"> <summary> Converts filter to a map of conditions This call will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema </summary> <returns>Map from attribute name to condition</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Filter.ToConditions(Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Converts filter to a map of conditions </summary> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns>Map from attribute name to condition</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Filter.FromConditions(System.Collections.Generic.Dictionary{System.String,Amazon.DynamoDBv2.Model.Condition})"> <summary> Creates a Filter from a conditions map </summary> <param name="conditions">Map from attribute name to condition</param> <returns>Equivalent Filter</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Filter.AddCondition(System.String,Amazon.DynamoDBv2.Model.Condition)"> <summary> Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition. </summary> <param name="attributeName">Target attribute name</param> <param name="condition">Condition to be added</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Filter.RemoveCondition(System.String)"> <summary> Removes a condition for a specific attribute name. </summary> <param name="attributeName">Target attribute</param> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ScanFilter"> <summary> Scan filter. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ScanFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Adds a condition for a specified attribute that consists of an operator and any number of AttributeValues. </summary> <param name="attributeName">Target attribute name</param> <param name="op">Comparison operator</param> <param name="values">AttributeValues to compare to</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ScanFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[])"> <summary> Adds a condition for a specified attribute that consists of an operator and any number of values </summary> <param name="attributeName">Target attribute name</param> <param name="op">Comparison operator</param> <param name="values">Values to compare to</param> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.QueryFilter"> <summary> Query filter. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.#ctor"> <summary> Constructs an empty QueryFilter instance </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.#ctor(System.String,Amazon.DynamoDBv2.DocumentModel.QueryOperator,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization. </summary> <param name="attributeName">Target attribute name</param> <param name="op">Comparison operator</param> <param name="values">Attributes to compare</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.#ctor(System.String,Amazon.DynamoDBv2.DocumentModel.QueryOperator,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[])"> <summary> Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization. </summary> <param name="attributeName">Target attribute name</param> <param name="op">Comparison operator</param> <param name="values">Attributes to compare</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.QueryOperator,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Adds a condition for a specified key attribute that consists of an operator and any number of AttributeValues. </summary> <param name="keyAttributeName">Target key attribute name</param> <param name="op">Comparison operator</param> <param name="values">AttributeValues to compare to</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.QueryOperator,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[])"> <summary> Adds a condition for a specified key attribute that consists of an operator and any number of values </summary> <param name="keyAttributeName">Target key attribute name</param> <param name="op">Comparison operator</param> <param name="values">Values to compare to</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,System.Collections.Generic.List{Amazon.DynamoDBv2.Model.AttributeValue})"> <summary> Adds a condition for a specified non-key attribute that consists of an operator and any number of AttributeValues. </summary> <param name="nonKeyAttributeName">Target non-key attribute name</param> <param name="op">Comparison operator</param> <param name="values">AttributeValues to compare to</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryFilter.AddCondition(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry[])"> <summary> Adds a condition for a specified non-key attribute that consists of an operator and any number of values </summary> <param name="nonKeyAttributeName">Target non-key attribute name</param> <param name="op">Comparison operator</param> <param name="values">Values to compare to</param> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.JsonUtils"> <summary> Utility methods to handle conversion from/to JSON </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.JsonUtils.FromJson(System.String)"> <summary> Parses JSON text to produce Document. </summary> <param name="jsonText"></param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.JsonUtils.ToJson(Amazon.DynamoDBv2.DocumentModel.Document,System.Boolean)"> <summary> Creates JSON text for a given Document </summary> <param name="document"></param> <param name="prettyPrint"></param> <returns></returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.JsonUtils.DecodeBase64Attributes(Amazon.DynamoDBv2.DocumentModel.Document,System.String[])"> <summary> Decodes specific attributes from base64 to their binary representation. </summary> <param name="document"></param> <param name="attributeNames"></param> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DynamoDBEntryType"> <summary> Enumerator describing type of DynamoDB data in a Primitive or PrimitiveList </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> A DynamoDBEntry that represents a scalar DynamoDB type </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.#ctor"> <summary> Constructs an empty Primitive </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.#ctor(System.String)"> <summary> Constructs a Primitive with the specified value. Value is stored as a string, not numeric. </summary> <param name="value">Value of the Primitive</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.#ctor(System.String,System.Boolean)"> <summary> Constructs a Primitive with the specified value and specifies whether it should be stored as a number or not. </summary> <param name="value">Value of the Primitive</param> <param name="saveAsNumeric"> Flag, set to true if value should be treated as a number instead of a string </param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.#ctor(System.IO.MemoryStream)"> <summary> Constructs a Binary Primitive with the specified MemoryStream value. Note: Primitive's Value is set to the stream's ToArray() response. </summary> <param name="value">Value of the Primitive</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.#ctor(System.Byte[])"> <summary> Constructs a Binary Primitive with the specified byte[] value. </summary> <param name="value">Value of the Primitive</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsBoolean"> <summary> Explicitly convert Primitive to Boolean </summary> <returns>Boolean value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Boolean)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Boolean to Primitive </summary> <param name="data">Boolean data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Boolean"> <summary> Explicitly convert Primitive to Boolean </summary> <param name="p">Primitive to convert</param> <returns>Boolean value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsByte"> <summary> Explicitly convert Primitive to Byte </summary> <returns>Byte value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Byte)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Byte to Primitive </summary> <param name="data">Byte data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Byte"> <summary> Explicitly convert Primitive to Byte </summary> <param name="p">Primitive to convert</param> <returns>Byte value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsSByte"> <summary> Explicitly convert Primitive to SByte </summary> <returns>SByte value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.SByte)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert SByte to Primitive </summary> <param name="data">SByte data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.SByte"> <summary> Explicitly convert Primitive to SByte </summary> <param name="p">Primitive to convert</param> <returns>SByte value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsUShort"> <summary> Explicitly convert Primitive to UInt16 </summary> <returns>UInt16 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.UInt16)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert UInt16 to Primitive </summary> <param name="data">UInt16 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.UInt16"> <summary> Explicitly convert Primitive to UInt16 </summary> <param name="p">Primitive to convert</param> <returns>UInt16 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsShort"> <summary> Explicitly convert Primitive to Int16 </summary> <returns>Int16 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Int16)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Int16 to Primitive </summary> <param name="data">Int16 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Int16"> <summary> Explicitly convert Primitive to Int16 </summary> <param name="p">Primitive to convert</param> <returns>Int16 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsUInt"> <summary> Explicitly convert Primitive to UInt32 </summary> <returns>UInt32 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.UInt32)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert UInt32 to Primitive </summary> <param name="data">UInt32 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.UInt32"> <summary> Explicitly convert Primitive to UInt32 </summary> <param name="p">Primitive to convert</param> <returns>UInt32 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsInt"> <summary> Explicitly convert Primitive to Int32 </summary> <returns>Int32 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Int32)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Int32 to Primitive </summary> <param name="data">Int32 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Int32"> <summary> Explicitly convert Primitive to Int32 </summary> <param name="p">Primitive to convert</param> <returns>Int32 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsULong"> <summary> Explicitly convert Primitive to UInt64 </summary> <returns>UInt64 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.UInt64)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert UInt64 to Primitive </summary> <param name="data">UInt64 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.UInt64"> <summary> Explicitly convert Primitive to UInt64 </summary> <param name="p">Primitive to convert</param> <returns>UInt64 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsLong"> <summary> Explicitly convert Primitive to Int64 </summary> <returns>Int64 value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Int64)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Int64 to Primitive </summary> <param name="data">Int64 data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Int64"> <summary> Explicitly convert Primitive to Int64 </summary> <param name="p">Primitive to convert</param> <returns>Int64 value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsSingle"> <summary> Explicitly convert Primitive to Single </summary> <returns>Single value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Single)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Single to Primitive </summary> <param name="data">Single data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Single"> <summary> Explicitly convert Primitive to Single </summary> <param name="p">Primitive to convert</param> <returns>Single value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsDouble"> <summary> Explicitly convert Primitive to Double </summary> <returns>Double value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Double)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Double to Primitive </summary> <param name="data">Double data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Double"> <summary> Explicitly convert Primitive to Double </summary> <param name="p">Primitive to convert</param> <returns>Double value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsDecimal"> <summary> Explicitly convert Primitive to Decimal </summary> <returns>Decimal value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Decimal)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Decimal to Primitive </summary> <param name="data">Decimal data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Decimal"> <summary> Explicitly convert Primitive to Decimal </summary> <param name="p">Primitive to convert</param> <returns>Decimal value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsChar"> <summary> Explicitly convert Primitive to Char </summary> <returns>Char value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Char)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Char to Primitive </summary> <param name="data">Char data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Char"> <summary> Explicitly convert Primitive to Char </summary> <param name="p">Primitive to convert</param> <returns>Char value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsString"> <summary> Explicitly convert Primitive to String </summary> <returns>String value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.String)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert String to Primitive </summary> <param name="data">String data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.String"> <summary> Explicitly convert Primitive to String </summary> <param name="p">Primitive to convert</param> <returns>String value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsDateTime"> <summary> Explicitly convert Primitive to DateTime </summary> <returns>DateTime value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.DateTime)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert DateTime to Primitive </summary> <param name="data">DateTime data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.DateTime"> <summary> Explicitly convert Primitive to DateTime </summary> <param name="p">Primitive to convert</param> <returns>DateTime value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsGuid"> <summary> Explicitly convert Primitive to Guid </summary> <returns>Guid value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Guid)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert Guid to Primitive </summary> <param name="data">Guid data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Guid"> <summary> Explicitly convert Primitive to Guid </summary> <param name="p">Primitive to convert</param> <returns>Guid value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsByteArray"> <summary> Explicitly convert Primitive to byte[] </summary> <returns>byte[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.Byte[])~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert byte[] to Primitive </summary> <param name="data">byte[] data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.Byte[]"> <summary> Explicitly convert Primitive to byte[] </summary> <param name="p">Primitive to convert</param> <returns>byte[] value of Primitive</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.AsMemoryStream"> <summary> Explicitly convert Primitive to MemoryStream </summary> <returns>MemoryStream value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Implicit(System.IO.MemoryStream)~Amazon.DynamoDBv2.DocumentModel.Primitive"> <summary> Implicitly convert MemoryStream to Primitive </summary> <param name="data">MemoryStream data to convert</param> <returns>Primitive representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Primitive.op_Explicit(Amazon.DynamoDBv2.DocumentModel.Primitive)~System.IO.MemoryStream"> <summary> Explicitly convert Primitive to MemoryStream </summary> <param name="p">Primitive to convert</param> <returns>MemoryStream value of Primitive</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Primitive.Value"> <summary> Value of the Primitive. If Type is String or Numeric, this property is a string. If Type is Binary, this property is a byte array. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Primitive.Type"> <summary> Type of this primitive object </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> A DynamoDBEntry that represents a primitive list DynamoDB type </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.#ctor"> <summary> Constructs an empty PrimitiveList. Values are configured to be saved as strings. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.#ctor(Amazon.DynamoDBv2.DocumentModel.DynamoDBEntryType)"> <summary> Constructs an empty PrimitiveList and specifies the type of its elements. </summary> <param name="type"></param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.Add(Amazon.DynamoDBv2.DocumentModel.Primitive)"> <summary> Adds a Primitive to the end of the list. </summary> <param name="value">Primitive to add.</param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsArrayOfPrimitive"> <summary> Explicitly convert DynamoDBEntry to Primitive[] </summary> <returns>Primitive[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(Amazon.DynamoDBv2.DocumentModel.Primitive[])~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert Primitive[] to DynamoDBEntry </summary> <param name="data">Primitive[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~Amazon.DynamoDBv2.DocumentModel.Primitive[]"> <summary> Explicitly convert DynamoDBEntry to Primitive[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>Primitive[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsListOfPrimitive"> <summary> Explicitly convert PrimitiveList to List<Primitive> </summary> <returns>List<Primitive> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Primitive})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert List<Primitive> to PrimitiveList </summary> <param name="data">List<Primitive> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.List{Amazon.DynamoDBv2.DocumentModel.Primitive}"> <summary> Explicitly convert PrimitiveList to List<Primitive> </summary> <param name="p">PrimitiveList to convert</param> <returns>List<Primitive> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsHashSetOfPrimitive"> <summary> Explicitly convert PrimitiveList to HashSet<Primitive> </summary> <returns>HashSet<Primitive> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.HashSet{Amazon.DynamoDBv2.DocumentModel.Primitive})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert HashSet<Primitive> to PrimitiveList </summary> <param name="data">HashSet<Primitive> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.HashSet{Amazon.DynamoDBv2.DocumentModel.Primitive}"> <summary> Explicitly convert PrimitiveList to HashSet<Primitive> </summary> <param name="p">PrimitiveList to convert</param> <returns>HashSet<Primitive> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsArrayOfString"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <returns>String[] value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.String[])~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert String[] to DynamoDBEntry </summary> <param name="data">String[] data to convert</param> <returns>DynamoDBEntry representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.String[]"> <summary> Explicitly convert DynamoDBEntry to String[] </summary> <param name="p">DynamoDBEntry to convert</param> <returns>String[] value of DynamoDBEntry</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsListOfString"> <summary> Explicitly convert PrimitiveList to List<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.List{System.String})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert List<String> to PrimitiveList </summary> <param name="data">List<String> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.List{System.String}"> <summary> Explicitly convert PrimitiveList to List<String> </summary> <param name="p">PrimitiveList to convert</param> <returns>List<String> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsHashSetOfString"> <summary> Explicitly convert DynamoDBEntry to HashSet<String> </summary> <returns>List<String> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.HashSet{System.String})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert HashSet<String> to PrimitiveList </summary> <param name="data">HashSet<String> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.HashSet{System.String}"> <summary> Explicitly convert PrimitiveList to HashSet<String> </summary> <param name="p">PrimitiveList to convert</param> <returns>HashSet<String> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsListOfByteArray"> <summary> Explicitly convert PrimitiveList to byte[] </summary> <returns>List<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.List{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert List<byte[]> to PrimitiveList </summary> <param name="data">List<byte[]> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.List{System.Byte[]}"> <summary> Explicitly convert PrimitiveList to List<byte[]> </summary> <param name="p">PrimitiveList to convert</param> <returns>List<byte[]> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsHashSetOfByteArray"> <summary> Explicitly convert PrimitiveList to HashSet<byte[]> </summary> <returns>HashSet<byte[]> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.HashSet{System.Byte[]})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert HashSet<byte[]> to PrimitiveList </summary> <param name="data">HashSet<byte[]> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.HashSet{System.Byte[]}"> <summary> Explicitly convert PrimitiveList to HashSet<byte[]> </summary> <param name="p">PrimitiveList to convert</param> <returns>HashSet<byte[]> value of PrimitiveList</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.AsListOfMemoryStream"> <summary> Explicitly convert PrimitiveList to List<MemoryStream> </summary> <returns>List<MemoryStream> value of this object</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Implicit(System.Collections.Generic.List{System.IO.MemoryStream})~Amazon.DynamoDBv2.DocumentModel.PrimitiveList"> <summary> Implicitly convert List<MemoryStream> to PrimitiveList </summary> <param name="data">List<MemoryStream> data to convert</param> <returns>PrimitiveList representing the data</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.op_Explicit(Amazon.DynamoDBv2.DocumentModel.PrimitiveList)~System.Collections.Generic.List{System.IO.MemoryStream}"> <summary> Explicitly convert PrimitiveList to List<MemoryStream> </summary> <param name="p">PrimitiveList to convert</param> <returns>List<MemoryStream> value of PrimitiveList</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.Entries"> <summary> Collection of Primitive entries </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.Type"> <summary> Type of Primitive items in the list </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PrimitiveList.Item(System.Int32)"> <summary> Gets or sets Primitive at a specific location in the list. </summary> <param name="i">Index of the Primitive in question.</param> <returns>Primitive in question.</returns> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.Search"> <summary> Search response object </summary> <summary> Search response object </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Search.Reset"> <summary> Resets the Search object to default state. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Search.GetNextSetAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetNextSet operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Search.GetNextSet"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Search.GetRemainingAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetRemaining operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Search.GetRemaining"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.TableName"> <summary> Name of the table being searched </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.CollectResults"> <summary> Whether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Limit"> <summary> Upper limit on the number of items returned. For Queries: upper limit on the number of items returned. For Scan: limit on the number of items scanned. Maps directly to Limit property on Query and Scan operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.KeyExpression"> <summary> The key expression that is evaluated for each item of a query. This applies only to Query operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.FilterExpression"> <summary> The filter expression that is evaluated for each item. This applies to Query and Scan operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Filter"> <summary> Filter for the search operation This applies to Query and Scan operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.ConditionalOperator"> <summary> Conditional operator for the search operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.AttributesToGet"> <summary> List of attribute names to retrieve </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.IsConsistentRead"> <summary> Flag that, if true, indicates that the search is operating in consistent-read mode </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.IsBackwardSearch"> <summary> Flag that, if true, indicates that the search is traversing backwards </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.IsDone"> <summary> Flag that, if true, indicates that the search is done </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.NextKey"> <summary> Key denoting the starting point of the next set of results </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Matches"> <summary> List of currently found items </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.TotalSegments"> <summary> For parallel <i>Scan</i> requests, <i>TotalSegments</i>represents the total number of segments for a table that is being scanned. Segments are a way to logically divide a table into equally sized portions, for the duration of the <i>Scan</i> request. The value of <i>TotalSegments</i> corresponds to the number of application "workers" (such as threads or processes) that will perform the parallel <i>Scan</i>. For example, if you want to scan a table using four application threads, you would specify a <i>TotalSegments</i> value of 4. The value for <i>TotalSegments</i> must be greater than or equal to 1, and less than or equal to 4096. If you specify a <i>TotalSegments</i> value of 1, the <i>Scan</i> will be sequential rather than parallel. If you specify <i>TotalSegments</i>, you must also specify <i>Segment</i>. <para> <b>Constraints:</b> <list type="definition"> <item> <term>Range</term> <description>1 - 4096</description> </item> </list> </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Segment"> <summary> For parallel <i>Scan</i> requests, <i>Segment</i> identifies an individual segment to be scanned by an application "worker" (such as a thread or a process). Each worker issues a <i>Scan</i> request with a distinct value for the segment it will scan. Segment IDs are zero-based, so the first segment is always 0. For example, if you want to scan a table using four application threads, the first thread would specify a <i>Segment</i> value of 0, the second thread would specify 1, and so on. LastEvaluatedKey returned from a parallel scan request must be used with same Segment id in a subsequent operation. The value for <i>Segment</i> must be less than or equal to 0, and less than the value provided for <i>TotalSegments</i>. If you specify <i>Segment</i>, you must also specify <i>TotalSegments</i>. <para> <b>Constraints:</b> <list type="definition"> <item> <term>Range</term> <description>0 - 4095</description> </item> </list> </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Count"> <summary> Gets the total number of items that match the search parameters. If IsDone is true and CollectResults is true, returns Matches.Count. Otherwise, makes a call to DynamoDB to find out the number of matching items, without retrieving the items. Count is then cached. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.IndexName"> <summary> Name of the index to query or scan against. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Search.Select"> <summary> Enum specifying what data to return from query. </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.ValidateConditional(Amazon.DynamoDBv2.DocumentModel.IConditionalOperationConfig)"> <summary> Validates that the conditional properties on the config object are correctly set. </summary> <exception cref="T:System.InvalidOperationException"/> <param name="config"></param> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.LoadTable(Amazon.DynamoDBv2.IAmazonDynamoDB,System.String)"> <summary> Creates a Table object with the specified name, using the passed-in client to load the table definition. The returned table will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema This method will throw an exception if the table does not exist. </summary> <param name="ddbClient">Client to use to access DynamoDB.</param> <param name="tableName">Name of the table.</param> <returns>Table object representing the specified table.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.LoadTable(Amazon.DynamoDBv2.IAmazonDynamoDB,System.String,Amazon.DynamoDBv2.DynamoDBEntryConversion)"> <summary> Creates a Table object with the specified name, using the passed-in client to load the table definition. This method will throw an exception if the table does not exist. </summary> <param name="ddbClient">Client to use to access DynamoDB.</param> <param name="tableName">Name of the table.</param> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <returns>Table object representing the specified table.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.TryLoadTable(Amazon.DynamoDBv2.IAmazonDynamoDB,System.String,Amazon.DynamoDBv2.DocumentModel.Table@)"> <summary> Creates a Table object with the specified name, using the passed-in client to load the table definition. The returned table will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema This method will return false if the table does not exist. </summary> <param name="ddbClient">Client to use to access DynamoDB.</param> <param name="tableName">Name of the table.</param> <param name="table">Loaded table.</param> <returns> True if table was successfully loaded; otherwise false. </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.TryLoadTable(Amazon.DynamoDBv2.IAmazonDynamoDB,System.String,Amazon.DynamoDBv2.DynamoDBEntryConversion,Amazon.DynamoDBv2.DocumentModel.Table@)"> <summary> Creates a Table object with the specified name, using the passed-in client to load the table definition. This method will return false if the table does not exist. </summary> <param name="ddbClient">Client to use to access DynamoDB.</param> <param name="tableName">Name of the table.</param> <param name="conversion">Conversion to use for converting .NET values to DynamoDB values.</param> <param name="table">Loaded table.</param> <returns> True if table was successfully loaded; otherwise false. </returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Scan(Amazon.DynamoDBv2.DocumentModel.ScanFilter)"> <summary> Initiates a Search object to Scan a DynamoDB table, with the specified filter. No calls are made until the Search object is used. </summary> <param name="filter">Filter to apply to the scan.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Scan(Amazon.DynamoDBv2.DocumentModel.Expression)"> <summary> Initiates a Search object to Scan a DynamoDB table, with the specified expression. No calls are made until the Search object is used. </summary> <param name="filterExpression">Expression to apply to the scan.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Scan(Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig)"> <summary> Initiates a Search object to Scan a DynamoDB table, with the specified config. No calls are made until the Search object is used. </summary> <param name="config">Configuration to use.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Query(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.QueryFilter)"> <summary> Initiates a Search object to Query a DynamoDB table, with the specified hash primary key and filter. No calls are made until the Search object is used. </summary> <param name="hashKey">Value of the hash key for the query operation.</param> <param name="filter">Filter to use.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Query(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Expression)"> <summary> Initiates a Search object to Query a DynamoDB table, with the specified hash primary key and expression. No calls are made until the Search object is used. </summary> <param name="hashKey">Value of the hash key for the query operation.</param> <param name="filterExpression">Expression to use.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Query(Amazon.DynamoDBv2.DocumentModel.QueryFilter)"> <summary> Initiates a Search object to Query a DynamoDB table, with the specified filter. No calls are made until the Search object is used. </summary> <param name="filter">Filter to use.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.Query(Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig)"> <summary> Initiates a Search object to Query a DynamoDB table, with the specified config. No calls are made until the Search object is used. </summary> <param name="config">Configuration to use.</param> <returns>Resultant Search container.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.CreateBatchGet"> <summary> Creates a DocumentBatchGet object for the current table, allowing a batch-get operation against DynamoDB. </summary> <returns>Empty DocumentBatchGet object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.CreateBatchWrite"> <summary> Creates a DocumentBatchWrite object for the current table, allowing a batch-put/delete operation against DynamoDB. </summary> <returns>Empty DocumentBatchWrite object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.PutItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.PutItem"/> </summary> <param name="doc">Document to save.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.PutItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the PutItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.PutItem"/> </summary> <param name="doc">Document to save.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="key">Ley of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.GetItemAsync(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the GetItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.GetItem"/> </summary> <param name="key">Ley of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="key">Key of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="key">Key of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="hashKey">Hash key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="hashKey">Hash key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the UpdateItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.UpdateItem"/> </summary> <param name="doc">Attributes to update.</param> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="document">Document to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="document">Document to delete.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.Primitive,Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="hashKey">Hash key element of the document.</param> <param name="rangeKey">Range key element of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="key">Key of the document.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItemAsync(System.Collections.Generic.IDictionary{System.String,Amazon.DynamoDBv2.DocumentModel.DynamoDBEntry},Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the DeleteItem operation. <seealso cref="!:Amazon.DynamoDBv2.DocumentModel.Table.DeleteItem"/> </summary> <param name="key">Key of the document.</param> <param name="config">Configuration to use.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.TableName"> <summary> Name of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.Keys"> <summary> Keys of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.GlobalSecondaryIndexes"> <summary> Global secondary indexes of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.LocalSecondaryIndexes"> <summary> Local secondary indexes of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.LocalSecondaryIndexNames"> <summary> Names of the local secondary indexes of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.GlobalSecondaryIndexNames"> <summary> Names of the global secondary indexes of the table. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.HashKeys"> <summary> List of keys on the table marked HASH </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.RangeKeys"> <summary> List of keys on the table marked RANGE </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.Table.Attributes"> <summary> List of key attributes on the table. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig"> <summary> Configuration for the Table.PutItem operation </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.IConditionalOperationConfig"> <summary> Interface for operations that support conditional behavior. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.IConditionalOperationConfig.ConditionalExpression"> <summary> An expression that is evaluated before the operation. If the expression evaluates to false then the operation will fail with a ConditionalCheckFailedException exception. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.IConditionalOperationConfig.ExpectedState"> <summary> The expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must match the conditions specified in the ExpectedState. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.IConditionalOperationConfig.Expected"> <summary> Document representing the expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must be equal to the attributes in Expected. If an attribute in Expected is set to null, that attribute must not be preset on the item in DynamoDB. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig.ConditionalExpression"> <summary> The expression that is evaluated before the put is performed. If the expression evaluates to false the put will fail and a ConditionalCheckFailedException exception will be thrown. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig.ExpectedState"> <summary> The expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must match the conditions specified in the ExpectedState. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig.Expected"> <summary> Document representing the expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must be equal to the attributes in Expected. If an attribute in Expected is set to null, that attribute must not be preset on the item in DynamoDB. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig.ReturnValues"> <summary> Flag specifying what values should be returned. PutItem only supports ReturnValues.AllOldAttributes and ReturnValues.None </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig"> <summary> Configuration for the Table.GetItem operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig.AttributesToGet"> <summary> List of attributes to retrieve </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.GetItemOperationConfig.ConsistentRead"> <summary> If set to true, this flag ensures that the most recently written data is returned. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig"> <summary> Configuration for the Table.UpdateItem operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig.ConditionalExpression"> <summary> The expression that is evaluated before the update is performed. If the expression evaluates to false the update will fail and a ConditionalCheckFailedException exception will be thrown. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig.ExpectedState"> <summary> The expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must match the conditions specified in the ExpectedState. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig.Expected"> <summary> Document representing the expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must be equal to the attributes in Expected. If an attribute in Expected is set to null, that attribute must not be preset on the item in DynamoDB. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig.ReturnValues"> <summary> Flag specifying what values should be returned. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig"> <summary> Configuration for the Table.DeleteItem operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig.ConditionalExpression"> <summary> The expression that is evaluated before the delete is performed. If the expression evaluates to false the delete will fail and a ConditionalCheckFailedException exception will be thrown. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig.ExpectedState"> <summary> The expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must match the conditions specified in the ExpectedState. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig.Expected"> <summary> Document representing the expected state of data in DynamoDB. For the operation to succeed, the data in DynamoDB must be equal to the attributes in Expected. If an attribute in Expected is set to null, that attribute must not be preset on the item in DynamoDB. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.DeleteItemOperationConfig.ReturnValues"> <summary> Flag specifying what values should be returned. DeleteItem only supports ReturnValues.AllOldAttributes and ReturnValues.None </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig"> <summary> Configuration for the Table.Scan operation </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.#ctor"> <summary> Initializes a default Table.Scan config object Filter is empty, Limit is Int32.MaxValue </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.AttributesToGet"> <summary> List of attributes to retrieve as part of the search </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.ConsistentRead"> <summary> If set to true, this flag ensures that the most recently written data is returned. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.Limit"> <summary> Upper limit on the number of items scanned per request for matching conditions. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.FilterExpression"> <summary> The expression that is evaluated for each item. Only items that pass the expression are returned. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.Filter"> <summary> Filter for the search operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.IndexName"> <summary> Name of the index to scan against. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.Select"> <summary> Enum specifying what data to return from query. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.TotalSegments"> <summary> For parallel <i>Scan</i> requests, <i>TotalSegments</i>represents the total number of segments for a table that is being scanned. Segments are a way to logically divide a table into equally sized portions, for the duration of the <i>Scan</i> request. The value of <i>TotalSegments</i> corresponds to the number of application "workers" (such as threads or processes) that will perform the parallel <i>Scan</i>. For example, if you want to scan a table using four application threads, you would specify a <i>TotalSegments</i> value of 4. The value for <i>TotalSegments</i> must be greater than or equal to 1, and less than or equal to 4096. If you specify a <i>TotalSegments</i> value of 1, the <i>Scan</i> will be sequential rather than parallel. If you specify <i>TotalSegments</i>, you must also specify <i>Segment</i>. <para> <b>Constraints:</b> <list type="definition"> <item> <term>Range</term> <description>1 - 4096</description> </item> </list> </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.Segment"> <summary> For parallel <i>Scan</i> requests, <i>Segment</i> identifies an individual segment to be scanned by an application "worker" (such as a thread or a process). Each worker issues a <i>Scan</i> request with a distinct value for the segment it will scan. Segment IDs are zero-based, so the first segment is always 0. For example, if you want to scan a table using four application threads, the first thread would specify a <i>Segment</i> value of 0, the second thread would specify 1, and so on. LastEvaluatedKey returned from a parallel scan request must be used with same Segment id in a subsequent operation. The value for <i>Segment</i> must be less than or equal to 0, and less than the value provided for <i>TotalSegments</i>. If you specify <i>Segment</i>, you must also specify <i>TotalSegments</i>. <para> <b>Constraints:</b> <list type="definition"> <item> <term>Range</term> <description>0 - 4095</description> </item> </list> </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.CollectResults"> <summary> Whether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig.ConditionalOperator"> <summary> A logical operator to apply to the conditions in the Filter property: AND - If all of the conditions evaluate to true, then the entire filter evaluates to true. OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true. Default value is AND. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig"> <summary> Configuration for the Table.Query operation </summary> </member> <member name="M:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.#ctor"> <summary> Initializes a default Table.Query config object Filter is empty, Limit is Int32.MaxValue </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.KeyExpression"> <summary> The key expression that is evaluated for each item. Only items that pass the expression are returned. <para> Both KeyExpression and FilterExpression contain ExpressionAttributeNames and ExpressionAttributeValues. Attribute names or values can be added to either expression and can be referenced in either expression statement. Conflicting attribute names or values will lead to an exception being thrown. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.FilterExpression"> <summary> The expression that is evaluated for each item. Only items that pass the expression are returned. <para> Both KeyExpression and FilterExpression contain ExpressionAttributeNames and ExpressionAttributeValues. Attribute names or values can be added to either expression and can be referenced in either expression statement. Conflicting attribute names or values will lead to an exception being thrown. </para> </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.Filter"> <summary> Filter for the search operation </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.ConsistentRead"> <summary> If set to true, this flag ensures that the most recently written data is returned. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.AttributesToGet"> <summary> List of attributes to retrieve as part of the search </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.Limit"> <summary> Upper limit on the number of items to return per request </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.BackwardSearch"> <summary> Flag that signals if the search is traversing backwards </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.IndexName"> <summary> Name of the index to query against. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.Select"> <summary> Enum specifying what data to return from query. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.CollectResults"> <summary> Whether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty. </summary> </member> <member name="P:Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig.ConditionalOperator"> <summary> A logical operator to apply to the conditions in the Filter property: AND - If all of the conditions evaluate to true, then the entire filter evaluates to true. OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true. Default value is AND. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ReturnValues"> <summary> An enumeration of all supported return value directives </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ScanOperator"> <summary> An enumeration of all supported scan operator directives </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.QueryOperator"> <summary> An enumeration of all supported query operator directives </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.SelectValues"> <summary> An enumeration of all supported Select values for Query and Scan. Value of Count will force service to return the number of items, not the items themselves. </summary> </member> <member name="T:Amazon.DynamoDBv2.DocumentModel.ConditionalOperatorValues"> <summary> An enumeration of all supported ConditionalOperator values. Value of And for an operation will require that all conditions match. Value of Or for an operation will require that at least one of the conditons match. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.AsyncSearch`1"> <summary> A strongly-typed object for retrieving search results (Query or Scan) from DynamoDB. </summary> <summary> A strongly-typed object for retrieving search results (Query or Scan) from DynamoDB. </summary> <typeparam name="T"></typeparam> </member> <member name="M:Amazon.DynamoDBv2.DataModel.AsyncSearch`1.GetNextSetAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution to get the next set of results from DynamoDB. </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns> A Task that can be used to poll or wait for results, or both. Results will include the next set of result items from DynamoDB. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.AsyncSearch`1.GetRemainingAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution to get all the remaining results from DynamoDB. </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns> A Task that can be used to poll or wait for results, or both. Results will include the remaining result items from DynamoDB. </returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.AsyncSearch`1.IsDone"> <summary> Flag that, if true, indicates that the search is done </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBAttribute"> <summary> Base DynamoDB attribute. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBTableAttribute"> <summary> DynamoDB attribute that marks a class. Specifies that this object can be stored in DynamoDB, the name of the target table, and if attribute names must be automatically converted to lowerCamelCase. Need not be declared on subclasses if present on base class. Can be defined on subclasses to specify different target table or specify different attribute casing. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBIgnoreAttribute"> <summary> DynamoDB attribute that directs the specified attribute not to be included when saving or loading objects. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBRenamableAttribute"> <summary> DynamoDB property attribute. Can be used to specify an alternative attribute name or configure a custom converter. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRenamableAttribute.#ctor"> <summary> Default constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRenamableAttribute.#ctor(System.String)"> <summary> Constructor that specifies an alternate attribute name </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBRenamableAttribute.AttributeName"> <summary> Name of attribute that is associated with this member. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBVersionAttribute"> <summary> DynamoDB property that marks up current member as item version. At most one member in a class may be marked with this attribute. Members that are marked as version must be of primitive, numeric, integer, nullable type (e.g. int?, long?, byte?) </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute"> <summary> DynamoDB property attribute. Can be used to specify an alternative attribute name or configure a custom converter. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute.#ctor"> <summary> Default constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute.#ctor(System.String)"> <summary> Constructor that specifies an alternate attribute name </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute.#ctor(System.Type)"> <summary> Constructor that specifies a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="converter">Custom converter type.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute.#ctor(System.String,System.Type)"> <summary> Constructor that specifies an alternate attribute name and a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> <param name="converter">Custom converter type.</param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBPropertyAttribute.Converter"> <summary> Type of the custom converter. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBHashKeyAttribute"> <summary> DynamoDB property that marks up current member as a hash key element. Exactly one member in a class must be marked with this attribute. Members that are marked as hash key must be convertible to a Primitive object. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBHashKeyAttribute.#ctor"> <summary> Default constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBHashKeyAttribute.#ctor(System.String)"> <summary> Constructor that specifies an alternate attribute name </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBHashKeyAttribute.#ctor(System.Type)"> <summary> Constructor that specifies a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="converter">Custom converter type.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBHashKeyAttribute.#ctor(System.String,System.Type)"> <summary> Constructor that specifies an alternate attribute name and a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> <param name="converter">Custom converter type.</param> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBRangeKeyAttribute"> <summary> DynamoDB property that marks up current member as range key element (for a hash-and-range primary key). At most one member in a class may be marked with this attribute. Members that are marked as a range key element must be convertible to a Primitive object. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRangeKeyAttribute.#ctor"> <summary> Default constructor </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRangeKeyAttribute.#ctor(System.String)"> <summary> Constructor that specifies an alternate attribute name </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRangeKeyAttribute.#ctor(System.Type)"> <summary> Constructor that specifies a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="converter">Custom converter type.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBRangeKeyAttribute.#ctor(System.String,System.Type)"> <summary> Constructor that specifies an alternate attribute name and a custom converter. Converter must be the type of a class that implements IPropertyConverter. </summary> <param name="attributeName"> Name of attribute to be associated with property or field. </param> <param name="converter">Custom converter type.</param> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexHashKeyAttribute"> DynamoDB property attribute that marks up current member as a hash key element for a Global Secondary Index on a table. Members that are marked as a Global Secondary Index hash key element must be convertible to a Primitive object. </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexHashKeyAttribute.#ctor(System.String)"> <summary> Constructor that accepts a single inde name. </summary> <param name="indexName">Name of the Local Secondary Index this range key belongs to.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexHashKeyAttribute.#ctor(System.String[])"> <summary> Constructor that accepts multiple index names. </summary> <param name="indexNames">Names of the Local Secondary Indexes this range key belongs to.</param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexHashKeyAttribute.IndexNames"> <summary> Index associated with this range key </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexRangeKeyAttribute"> DynamoDB property attribute that marks up current member as range key element for a Global Secondary Index on a table. Members that are marked as a Global Secondary Index range key element must be convertible to a Primitive object. </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexRangeKeyAttribute.#ctor(System.String)"> <summary> Constructor that accepts a single inde name. </summary> <param name="indexName">Name of the Local Secondary Index this range key belongs to.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexRangeKeyAttribute.#ctor(System.String[])"> <summary> Constructor that accepts multiple index names. </summary> <param name="indexNames">Names of the Local Secondary Indexes this range key belongs to.</param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBGlobalSecondaryIndexRangeKeyAttribute.IndexNames"> <summary> Index associated with this range key </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBLocalSecondaryIndexRangeKeyAttribute"> <summary> DynamoDB property that marks up current member as range key element for a Local Secondary Index on a table. Members that are marked as a Local Secondary Index range key element must be convertible to a Primitive object. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBLocalSecondaryIndexRangeKeyAttribute.#ctor(System.String)"> <summary> Constructor that accepts a single inde name. </summary> <param name="indexName">Name of the Local Secondary Index this range key belongs to.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBLocalSecondaryIndexRangeKeyAttribute.#ctor(System.String[])"> <summary> Constructor that accepts multiple index names. </summary> <param name="indexNames">Names of the Local Secondary Indexes this range key belongs to.</param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBLocalSecondaryIndexRangeKeyAttribute.IndexNames"> <summary> Index associated with this range key </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.BatchGet"> <summary> Represents a non-generic object for retrieving a batch of items from a single DynamoDB table </summary> <summary> Represents a non-generic object for retrieving a batch of items from a single DynamoDB table </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet.ExecuteHelper(System.Boolean)"> <summary> Executes a server call to batch-get the items requested. Populates Results with the retrieved items. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.BatchGet.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.BatchGet.Results"> <summary> List of results retrieved from DynamoDB. Populated after Execute is called. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.BatchGet.ConsistentRead"> <summary> If set to true, a consistent read is issued. Otherwise eventually-consistent is used. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.BatchGet`1"> <summary> Represents a strongly-typed object for retrieving a batch of items from a single DynamoDB table </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet`1.AddKey(System.Object)"> <summary> Add a single item to get, identified by its hash primary key. </summary> <param name="hashKey">Hash key of the item to get</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet`1.AddKey(System.Object,System.Object)"> <summary> Add a single item to get, identified by its hash-and-range primary key. </summary> <param name="hashKey">Hash key of the item to get</param> <param name="rangeKey">Range key of the item to get</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet`1.AddKey(`0)"> <summary> Add a single item to get. </summary> <param name="keyObject">Object key of the item to get</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchGet`1.Combine(Amazon.DynamoDBv2.DataModel.BatchGet[])"> <summary> Creates a MultiTableBatchGet object that is a combination of the current BatchGet and the specified BatchGets </summary> <param name="otherBatches">Other BatchGet objects</param> <returns> MultiTableBatchGet consisting of the multiple BatchGet objects: the current batch and the passed-in batches. </returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.BatchGet`1.Results"> <summary> List of results retrieved from DynamoDB. Populated after Execute is called. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet"> <summary> Class for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects </summary> <summary> Class for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet.#ctor(Amazon.DynamoDBv2.DataModel.BatchGet[])"> <summary> Constructs a MultiTableBatchGet object from a number of BatchGet objects </summary> <param name="batches">Collection of BatchGet objects</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet.AddBatch(Amazon.DynamoDBv2.DataModel.BatchGet)"> <summary> Add a BatchGet object to the multi-table batch request </summary> <param name="batch">BatchGet to add</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.MultiTableBatchGet.TotalKeys"> <summary> Gets the total number of primary keys to be loaded from DynamoDB, across all batches </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.BatchWrite"> <summary> Represents a non-generic object for writing/deleting a batch of items in a single DynamoDB table </summary> <summary> Represents a non-generic object for writing/deleting a batch of items in a single DynamoDB table </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite.ExecuteHelper(System.Boolean)"> <summary> Executes a server call to batch-write/delete the items requested. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.BatchWrite.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="T:Amazon.DynamoDBv2.DataModel.BatchWrite`1"> <summary> Represents a strongly-typed object for writing/deleting a batch of items in a single DynamoDB table </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.Combine(Amazon.DynamoDBv2.DataModel.BatchWrite[])"> <summary> Creates a MultiTableBatchWrite object that is a combination of the current BatchWrite and the specified BatchWrites </summary> <param name="otherBatches">Other BatchWrite objects</param> <returns> MultiTableBatchWrite consisting of the multiple BatchWrite objects: the current batch and the passed-in batches. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddPutItems(System.Collections.Generic.IEnumerable{`0})"> <summary> Add a number of items to be put in the current batch operation </summary> <param name="values">Items to put</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddPutItem(`0)"> <summary> Add a single item to be put in the current batch operation </summary> <param name="item"></param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddDeleteItems(System.Collections.Generic.IEnumerable{`0})"> <summary> Add a number of items to be deleted in the current batch operation </summary> <param name="values">Items to be deleted</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddDeleteItem(`0)"> <summary> Add a single item to be deleted in the current batch operation. </summary> <param name="item">Item to be deleted</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddDeleteKey(System.Object)"> <summary> Add a single item to be deleted in the current batch operation. Item is identified by its hash primary key. </summary> <param name="hashKey">Hash key of the item to delete</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.BatchWrite`1.AddDeleteKey(System.Object,System.Object)"> <summary> Add a single item to be deleted in the current batch operation. Item is identified by its hash-and-range primary key. </summary> <param name="hashKey">Hash key of the item to delete</param> <param name="rangeKey">Range key of the item to delete</param> </member> <member name="T:Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite"> <summary> Class for writing/deleting a batch of items in multiple DynamoDB tables, using multiple strongly-typed BatchWrite objects </summary> <summary> Class for writing/deleting a batch of items in multiple DynamoDB tables, using multiple strongly-typed BatchWrite objects </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite.#ctor(Amazon.DynamoDBv2.DataModel.BatchWrite[])"> <summary> Constructs a MultiTableBatchGet object from a number of BatchGet objects </summary> <param name="batches">Collection of BatchGet objects</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite.AddBatch(Amazon.DynamoDBv2.DataModel.BatchWrite)"> <summary> Add a BatchWrite object to the multi-table batch request </summary> <param name="batch">BatchGet to add</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite.ExecuteAsync(System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Execute operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.MultiTableBatchWrite.Execute"/> </summary> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig"> <summary> Configuration object for setting options on the DynamoDBContext. and individual operations. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig.ConsistentRead"> <summary> Property that directs DynamoDBContext to use consistent reads. If property is not set, behavior defaults to non-consistent reads. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig.SkipVersionCheck"> <summary> Property that directs DynamoDBContext to skip version checks when saving or deleting an object with a version attribute. If property is not set, version checks are performed. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig.TableNamePrefix"> <summary> Property that directs DynamoDBContext to prefix all table names with a specific string. If property is null or empty, no prefix is used and default table names are used. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig.IgnoreNullValues"> <summary> Property that directs DynamoDBContext to ignore null values on attributes during a Save operation. If the property is false (or not set), null values will be interpreted as directives to delete the specific attribute. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig.Conversion"> <summary> Conversion specification which controls how conversion between .NET and DynamoDB types happens. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig"> <summary> Configuration object for setting options for individual operations. This will override any settings specified by the DynamoDBContext's DynamoDBContextConfig object. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig.OverrideTableName"> <summary> Property that indicates the table to save an object to overriding the DynamoDBTable attribute declared for the type. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig.BackwardQuery"> <summary> Property that indicates a query should traverse the index backward. If the property is false (or not set), traversal shall be forward. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig.IndexName"> <summary> Property indicating the name of the index to query or scan against. This value is optional if the index name can be inferred from the call. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig.ConditionalOperator"> <summary> A logical operator to apply to the filter conditions: AND - If all of the conditions evaluate to true, then the entire filter evaluates to true. OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true. Default value is AND. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig.QueryFilter"> <summary> Query filter for the Query operation operation. Evaluates the query results and returns only the matching values. If you specify more than one condition, then by default all of the conditions must evaluate to true. To match only some conditions, set ConditionalOperator to Or. Note: Conditions must be against non-key properties. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.ScanCondition"> <summary> Class describing a single scan condition </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.ScanCondition.#ctor(System.String,Amazon.DynamoDBv2.DocumentModel.ScanOperator,System.Object[])"> <summary> Initializes a ScanCondition with the target property, the comparison operator and values being tested against. </summary> <param name="propertyName">Name of the property</param> <param name="op">Comparison operator</param> <param name="values"> Value(s) being tested against. The values should be of the same type as the property. In the cases where the property is a collection, the values should be of the same type as the items in the collection. </param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.ScanCondition.PropertyName"> <summary> Name of the property being tested </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.ScanCondition.Operator"> <summary> Comparison operator </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.ScanCondition.Values"> <summary> Values being tested against. The values should be of the same type as the property. In the cases where the property is a collection, the values should be of the same type as the items in the collection. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.QueryCondition"> <summary> Class describing a single query condition </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.QueryCondition.#ctor(System.String,Amazon.DynamoDBv2.DocumentModel.QueryOperator,System.Object[])"> <summary> Initializes a ScanCondition with the target property, the comparison operator and values being tested against. </summary> <param name="propertyName">Name of the property</param> <param name="op">Comparison operator</param> <param name="values"> Value(s) being tested against. The values should be of the same type as the property. In the cases where the property is a collection, the values should be of the same type as the items in the collection. </param> </member> <member name="P:Amazon.DynamoDBv2.DataModel.QueryCondition.PropertyName"> <summary> Name of the property being tested </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.QueryCondition.Operator"> <summary> Comparison operator </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.QueryCondition.Values"> <summary> Values being tested against. The values should be of the same type as the property. In the cases where the property is a collection, the values should be of the same type as the items in the collection. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.ConsistentRead"> <summary> Property that directs DynamoDBContext to use consistent reads. If property is not set, behavior defaults to non-consistent reads. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.SkipVersionCheck"> <summary> Property that directs DynamoDBContext to skip version checks when saving or deleting an object with a version attribute. If property is not set, version checks are performed. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.TableNamePrefix"> <summary> Property that directs DynamoDBContext to prefix all table names with a specific string. If property is null or empty, no prefix is used and default table names are used. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.IgnoreNullValues"> <summary> Property that directs DynamoDBContext to ignore null values on attributes during a Save operation. If the property is false (or not set), null values will be interpreted as directives to delete the specific attribute. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.OverrideTableName"> <summary> Property that indicates the table to save an object to overriding the DynamoDBTable attribute declared for the type. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.BackwardQuery"> <summary> Property that indicates a query should traverse the index backward. If the property is false (or not set), traversal shall be forward. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.IndexName"> <summary> Property indicating the name of the index to query or scan against. This value is optional if the index name can be inferred from the call. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.ConditionalOperator"> <summary> A logical operator to apply to the filter conditions: AND - If all of the conditions evaluate to true, then the entire filter evaluates to true. OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true. Default value is AND. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.QueryFilter"> <summary> Query filter for the Query operation operation. Evaluates the query results and returns only the matching values. If you specify more than one condition, then by default all of the conditions must evaluate to true. To match only some conditions, set ConditionalOperator to Or. Note: Conditions must be against non-key properties. </summary> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBFlatConfig.Conversion"> <summary> Conversion specification which controls how conversion between .NET and DynamoDB types happens. </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.DynamoDBContext"> <summary> Context object for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc. </summary> <summary> Context object for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc. </summary> <summary> Context object for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc. </summary> class Context </member> <member name="T:Amazon.DynamoDBv2.DataModel.IDynamoDBContext"> <summary> Context interface for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc. </summary> <summary> Context interface for using the DataModel mode of DynamoDB. Used to interact with the service, save/load objects, etc. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.ToDocument``1(``0)"> <summary> Serializes an object to a Document. </summary> <typeparam name="T">Type to serialize as.</typeparam> <param name="value">Object to serialize.</param> <returns>Document with attributes populated from object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.ToDocument``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Serializes an object to a Document. </summary> <typeparam name="T">Type to serialize as.</typeparam> <param name="value">Object to serialize.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>Document with attributes populated from object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromDocument``1(Amazon.DynamoDBv2.DocumentModel.Document)"> <summary> Deserializes a document to an instance of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="document">Document with properties to use.</param> <returns> Object of type T, populated with properties from the document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromDocument``1(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Deserializes a document to an instance of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="document">Document with properties to use.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns> Object of type T, populated with properties from the document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromDocuments``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DocumentModel.Document})"> <summary> Deserializes a collections of documents to a collection of instances of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="documents">Documents to deserialize.</param> <returns> Collection of items of type T, each populated with properties from a corresponding document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromDocuments``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DocumentModel.Document},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Deserializes a collections of documents to a collection of instances of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="documents">Documents to deserialize.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns> Collection of items of type T, each populated with properties from a corresponding document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.SaveAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Save operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Save"/> </summary> <typeparam name="T">Type to save as.</typeparam> <param name="value">Object to save.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.SaveAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Save operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Save"/> </summary> <typeparam name="T">Type to save as.</typeparam> <param name="value">Object to save.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(System.Object,System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="rangeKey">Range key element of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(System.Object,System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="rangeKey">Range key element of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="keyObject">Key of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.LoadAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="keyObject">Key of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="value">Object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="value">Object to delete.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="operationConfig">Config object which can be used to override that table used.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(System.Object,System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="rangeKey">Range key element of the object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.DeleteAsync``1(System.Object,System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="rangeKey">Range key element of the object to delete.</param> <param name="operationConfig">Config object which can be used to override that table used.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.ExecuteBatchGetAsync(Amazon.DynamoDBv2.DataModel.BatchGet[],System.Threading.CancellationToken)"> <summary> Issues a batch-get request with multiple batches. Results are stored in the individual batches. </summary> <param name="batches"> Configured BatchGet objects </param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.ExecuteBatchWriteAsync(Amazon.DynamoDBv2.DataModel.BatchWrite[],System.Threading.CancellationToken)"> <summary> Issues a batch-write request with multiple batches. </summary> <param name="batches"> Configured BatchWrite objects </param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.ScanAsync``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DataModel.ScanCondition},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Scan operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="conditions"> Conditions that the results should meet. </param> <param name="operationConfig">Config object which can be used to override that table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromScanAsync``1(Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Scan operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="scanConfig">Scan request object.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.QueryAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified hash primary key. </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKeyValue">Hash key of the items to query.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.QueryAsync``1(System.Object,Amazon.DynamoDBv2.DocumentModel.QueryOperator,System.Collections.Generic.IEnumerable{System.Object},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified range element condition for a hash-and-range primary key. </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKeyValue">Hash key of the items to query.</param> <param name="op">Operation of the condition.</param> <param name="values"> Value(s) of the condition. For all operations except QueryOperator.Between, values should be one value. For QueryOperator.Betwee, values should be two values. </param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.IDynamoDBContext.FromQueryAsync``1(Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="queryConfig">Query request object.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.#ctor(Amazon.DynamoDBv2.IAmazonDynamoDB)"> <summary> Constructs a DynamoDBContext object with the specified DynamoDB client. Uses default DynamoDBContextConfig object for configuration. </summary> <param name="client">Client to use for making calls</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.#ctor(Amazon.DynamoDBv2.IAmazonDynamoDB,Amazon.DynamoDBv2.DataModel.DynamoDBContextConfig)"> <summary> Constructs a DynamoDBContext object with the specified DynamoDB client and configuration. </summary> <param name="client">Client to use for making calls</param> <param name="config">Configuration to use</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Dispose(System.Boolean)"> <summary> Implements the Dispose pattern </summary> <param name="disposing">Whether this object is being disposed via a call to Dispose or garbage collected.</param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Dispose"> <summary> Disposes of all managed and unmanaged resources. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Finalize"> <summary> The destructor for the client class. </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateBatchGet``1"> <summary> Creates a strongly-typed BatchGet object, allowing a batch-get operation against DynamoDB. </summary> <typeparam name="T">Type of objects to get</typeparam> <returns>Empty strongly-typed BatchGet object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateBatchGet``1(Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Creates a strongly-typed BatchGet object, allowing a batch-get operation against DynamoDB. </summary> <typeparam name="T">Type of objects to get</typeparam> <param name="operationConfig">Config object which can be used to override that table used.</param> <returns>Empty strongly-typed BatchGet object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateMultiTableBatchGet(Amazon.DynamoDBv2.DataModel.BatchGet[])"> <summary> Creates a MultiTableBatchGet object, composed of multiple individual BatchGet objects. </summary> <param name="batches">Individual BatchGet objects</param> <returns>Composite MultiTableBatchGet object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateBatchWrite``1"> <summary> Creates a strongly-typed BatchWrite object, allowing a batch-write operation against DynamoDB. </summary> <typeparam name="T">Type of objects to write</typeparam> <returns>Empty strongly-typed BatchWrite object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateBatchWrite``1(Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Creates a strongly-typed BatchWrite object, allowing a batch-write operation against DynamoDB. </summary> <typeparam name="T">Type of objects to write</typeparam> <param name="operationConfig">Config object which can be used to override that table used.</param> <returns>Empty strongly-typed BatchWrite object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.CreateMultiTableBatchWrite(Amazon.DynamoDBv2.DataModel.BatchWrite[])"> <summary> Creates a MultiTableBatchWrite object, composed of multiple individual BatchWrite objects. </summary> <param name="batches">Individual BatchWrite objects</param> <returns>Composite MultiTableBatchWrite object</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ToDocument``1(``0)"> <summary> Serializes an object to a Document. </summary> <typeparam name="T">Type to serialize as.</typeparam> <param name="value">Object to serialize.</param> <returns>Document with attributes populated from object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ToDocument``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Serializes an object to a Document. </summary> <typeparam name="T">Type to serialize as.</typeparam> <param name="value">Object to serialize.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>Document with attributes populated from object.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromDocument``1(Amazon.DynamoDBv2.DocumentModel.Document)"> <summary> Deserializes a document to an instance of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="document">Document with properties to use.</param> <returns> Object of type T, populated with properties from the document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromDocument``1(Amazon.DynamoDBv2.DocumentModel.Document,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Deserializes a document to an instance of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="document">Document with properties to use.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns> Object of type T, populated with properties from the document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromDocuments``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DocumentModel.Document})"> <summary> Deserializes a collections of documents to a collection of instances of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="documents">Documents to deserialize.</param> <returns> Collection of items of type T, each populated with properties from a corresponding document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromDocuments``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DocumentModel.Document},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Deserializes a collections of documents to a collection of instances of type T. </summary> <typeparam name="T">Type to populate.</typeparam> <param name="documents">Documents to deserialize.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns> Collection of items of type T, each populated with properties from a corresponding document. </returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.SaveAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Save operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Save"/> </summary> <typeparam name="T">Type to save as.</typeparam> <param name="value">Object to save.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.SaveAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Save operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Save"/> </summary> <typeparam name="T">Type to save as.</typeparam> <param name="value">Object to save.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(System.Object,System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="rangeKey">Range key element of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(System.Object,System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="hashKey">Hash key element of the target item.</param> <param name="rangeKey">Range key element of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="keyObject">Key of the target item.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.LoadAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Load operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Load"/> </summary> <typeparam name="T">Type to populate.</typeparam> <param name="keyObject">Key of the target item.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(``0,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="value">Object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(``0,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="value">Object to delete.</param> <param name="operationConfig">Overriding configuration.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="operationConfig">Config object which can be used to override that table used.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(System.Object,System.Object,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="rangeKey">Range key element of the object to delete.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.DeleteAsync``1(System.Object,System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig,System.Threading.CancellationToken)"> <summary> Initiates the asynchronous execution of the Delete operation. <seealso cref="!:Amazon.DynamoDBv2.DataModel.DynamoDBContext.Delete"/> </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKey">Hash key element of the object to delete.</param> <param name="rangeKey">Range key element of the object to delete.</param> <param name="operationConfig">Config object which can be used to override that table used.</param> <param name="cancellationToken">Token which can be used to cancel the task.</param> <returns>A Task that can be used to poll or wait for results, or both.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ExecuteBatchGetAsync(Amazon.DynamoDBv2.DataModel.BatchGet[])"> <summary> Issues a batch-get request with multiple batches. Results are stored in the individual batches. </summary> <param name="batches"> Configured BatchGet objects </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ExecuteBatchGetAsync(Amazon.DynamoDBv2.DataModel.BatchGet[],System.Threading.CancellationToken)"> <summary> Issues a batch-get request with multiple batches. Results are stored in the individual batches. </summary> <param name="batches"> Configured BatchGet objects </param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ExecuteBatchWriteAsync(Amazon.DynamoDBv2.DataModel.BatchWrite[],System.Threading.CancellationToken)"> <summary> Issues a batch-write request with multiple batches. </summary> <param name="batches"> Configured BatchWrite objects </param> <param name="cancellationToken"> A cancellation token that can be used by other objects or threads to receive notice of cancellation. </param> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ScanAsync``1(System.Collections.Generic.IEnumerable{Amazon.DynamoDBv2.DataModel.ScanCondition},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Scan operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="conditions"> Conditions that the results should meet. </param> <param name="operationConfig">Config object which can be used to override that table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromScanAsync``1(Amazon.DynamoDBv2.DocumentModel.ScanOperationConfig,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Scan operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="scanConfig">Scan request object.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.QueryAsync``1(System.Object,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified hash primary key. </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKeyValue">Hash key of the items to query.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.QueryAsync``1(System.Object,Amazon.DynamoDBv2.DocumentModel.QueryOperator,System.Collections.Generic.IEnumerable{System.Object},Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified range element condition for a hash-and-range primary key. </summary> <typeparam name="T">Type of object.</typeparam> <param name="hashKeyValue">Hash key of the items to query.</param> <param name="op">Operation of the condition.</param> <param name="values"> Value(s) of the condition. For all operations except QueryOperator.Between, values should be one value. For QueryOperator.Betwee, values should be two values. </param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="M:Amazon.DynamoDBv2.DataModel.DynamoDBContext.FromQueryAsync``1(Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig,Amazon.DynamoDBv2.DataModel.DynamoDBOperationConfig)"> <summary> Configures an async Query operation against DynamoDB, finding items that match the specified conditions. </summary> <typeparam name="T">Type of object.</typeparam> <param name="queryConfig">Query request object.</param> <param name="operationConfig">Config object which can be used to override the table used.</param> <returns>AsyncSearch which can be used to retrieve DynamoDB data.</returns> </member> <member name="P:Amazon.DynamoDBv2.DataModel.DynamoDBContext.ConverterCache"> <summary> This cache is a way to store Converters for objects which provides a way to expand Context </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.SimplePropertyStorage"> <summary> Basic property storage information </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.PropertyStorage"> <summary> DynamoDB property storage information </summary> </member> <member name="M:Amazon.DynamoDBv2.DataModel.PropertyStorage.Validate(Amazon.DynamoDBv2.DataModel.DynamoDBContext)"> <summary> Validates configurations and sets required fields </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.ItemStorage"> <summary> Storage information for a single item </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.GSIConfig"> <summary> GSI info </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.StorageConfig"> <summary> Storage information for a specific class </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.ItemStorageConfig"> <summary> Storage information for a specific class that is associated with a table </summary> </member> <member name="T:Amazon.DynamoDBv2.DataModel.ItemStorageConfigCache"> <summary> Cache of ItemStorageConfig objects </summary> </member> <member name="T:Amazon.EC2.AmazonEC2Config"> <summary> Configuration for accessing Amazon EC2 service </summary> </member> <member name="M:Amazon.EC2.AmazonEC2Config.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.EC2.AmazonEC2Config.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.EC2.AmazonEC2Config.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.EC2.AccountAttributeName"> <summary> Constants used for properties of type AccountAttributeName. </summary> </member> <member name="F:Amazon.EC2.AccountAttributeName.DefaultVpc"> <summary> Constant DefaultVpc for AccountAttributeName </summary> </member> <member name="F:Amazon.EC2.AccountAttributeName.SupportedPlatforms"> <summary> Constant SupportedPlatforms for AccountAttributeName </summary> </member> <member name="M:Amazon.EC2.AccountAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.AccountAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.AllocationStrategy"> <summary> Constants used for properties of type AllocationStrategy. </summary> </member> <member name="F:Amazon.EC2.AllocationStrategy.Diversified"> <summary> Constant Diversified for AllocationStrategy </summary> </member> <member name="F:Amazon.EC2.AllocationStrategy.LowestPrice"> <summary> Constant LowestPrice for AllocationStrategy </summary> </member> <member name="M:Amazon.EC2.AllocationStrategy.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.AllocationStrategy.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ArchitectureValues"> <summary> Constants used for properties of type ArchitectureValues. </summary> </member> <member name="F:Amazon.EC2.ArchitectureValues.I386"> <summary> Constant I386 for ArchitectureValues </summary> </member> <member name="F:Amazon.EC2.ArchitectureValues.X86_64"> <summary> Constant X86_64 for ArchitectureValues </summary> </member> <member name="M:Amazon.EC2.ArchitectureValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ArchitectureValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.AttachmentStatus"> <summary> Constants used for properties of type AttachmentStatus. </summary> </member> <member name="F:Amazon.EC2.AttachmentStatus.Attached"> <summary> Constant Attached for AttachmentStatus </summary> </member> <member name="F:Amazon.EC2.AttachmentStatus.Attaching"> <summary> Constant Attaching for AttachmentStatus </summary> </member> <member name="F:Amazon.EC2.AttachmentStatus.Detached"> <summary> Constant Detached for AttachmentStatus </summary> </member> <member name="F:Amazon.EC2.AttachmentStatus.Detaching"> <summary> Constant Detaching for AttachmentStatus </summary> </member> <member name="M:Amazon.EC2.AttachmentStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.AttachmentStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.AvailabilityZoneState"> <summary> Constants used for properties of type AvailabilityZoneState. </summary> </member> <member name="F:Amazon.EC2.AvailabilityZoneState.Available"> <summary> Constant Available for AvailabilityZoneState </summary> </member> <member name="M:Amazon.EC2.AvailabilityZoneState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.AvailabilityZoneState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.BatchState"> <summary> Constants used for properties of type BatchState. </summary> </member> <member name="F:Amazon.EC2.BatchState.Active"> <summary> Constant Active for BatchState </summary> </member> <member name="F:Amazon.EC2.BatchState.Cancelled"> <summary> Constant Cancelled for BatchState </summary> </member> <member name="F:Amazon.EC2.BatchState.Cancelled_running"> <summary> Constant Cancelled_running for BatchState </summary> </member> <member name="F:Amazon.EC2.BatchState.Cancelled_terminating"> <summary> Constant Cancelled_terminating for BatchState </summary> </member> <member name="F:Amazon.EC2.BatchState.Failed"> <summary> Constant Failed for BatchState </summary> </member> <member name="F:Amazon.EC2.BatchState.Submitted"> <summary> Constant Submitted for BatchState </summary> </member> <member name="M:Amazon.EC2.BatchState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.BatchState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.BundleTaskState"> <summary> Constants used for properties of type BundleTaskState. </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Bundling"> <summary> Constant Bundling for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Cancelling"> <summary> Constant Cancelling for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Complete"> <summary> Constant Complete for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Failed"> <summary> Constant Failed for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Pending"> <summary> Constant Pending for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.Storing"> <summary> Constant Storing for BundleTaskState </summary> </member> <member name="F:Amazon.EC2.BundleTaskState.WaitingForShutdown"> <summary> Constant WaitingForShutdown for BundleTaskState </summary> </member> <member name="M:Amazon.EC2.BundleTaskState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.BundleTaskState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.CancelBatchErrorCode"> <summary> Constants used for properties of type CancelBatchErrorCode. </summary> </member> <member name="F:Amazon.EC2.CancelBatchErrorCode.FleetRequestIdDoesNotExist"> <summary> Constant FleetRequestIdDoesNotExist for CancelBatchErrorCode </summary> </member> <member name="F:Amazon.EC2.CancelBatchErrorCode.FleetRequestIdMalformed"> <summary> Constant FleetRequestIdMalformed for CancelBatchErrorCode </summary> </member> <member name="F:Amazon.EC2.CancelBatchErrorCode.FleetRequestNotInCancellableState"> <summary> Constant FleetRequestNotInCancellableState for CancelBatchErrorCode </summary> </member> <member name="F:Amazon.EC2.CancelBatchErrorCode.UnexpectedError"> <summary> Constant UnexpectedError for CancelBatchErrorCode </summary> </member> <member name="M:Amazon.EC2.CancelBatchErrorCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.CancelBatchErrorCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.CancelSpotInstanceRequestState"> <summary> Constants used for properties of type CancelSpotInstanceRequestState. </summary> </member> <member name="F:Amazon.EC2.CancelSpotInstanceRequestState.Active"> <summary> Constant Active for CancelSpotInstanceRequestState </summary> </member> <member name="F:Amazon.EC2.CancelSpotInstanceRequestState.Cancelled"> <summary> Constant Cancelled for CancelSpotInstanceRequestState </summary> </member> <member name="F:Amazon.EC2.CancelSpotInstanceRequestState.Closed"> <summary> Constant Closed for CancelSpotInstanceRequestState </summary> </member> <member name="F:Amazon.EC2.CancelSpotInstanceRequestState.Completed"> <summary> Constant Completed for CancelSpotInstanceRequestState </summary> </member> <member name="F:Amazon.EC2.CancelSpotInstanceRequestState.Open"> <summary> Constant Open for CancelSpotInstanceRequestState </summary> </member> <member name="M:Amazon.EC2.CancelSpotInstanceRequestState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.CancelSpotInstanceRequestState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ContainerFormat"> <summary> Constants used for properties of type ContainerFormat. </summary> </member> <member name="F:Amazon.EC2.ContainerFormat.Ova"> <summary> Constant Ova for ContainerFormat </summary> </member> <member name="M:Amazon.EC2.ContainerFormat.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ContainerFormat.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ConversionTaskState"> <summary> Constants used for properties of type ConversionTaskState. </summary> </member> <member name="F:Amazon.EC2.ConversionTaskState.Active"> <summary> Constant Active for ConversionTaskState </summary> </member> <member name="F:Amazon.EC2.ConversionTaskState.Cancelled"> <summary> Constant Cancelled for ConversionTaskState </summary> </member> <member name="F:Amazon.EC2.ConversionTaskState.Cancelling"> <summary> Constant Cancelling for ConversionTaskState </summary> </member> <member name="F:Amazon.EC2.ConversionTaskState.Completed"> <summary> Constant Completed for ConversionTaskState </summary> </member> <member name="M:Amazon.EC2.ConversionTaskState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ConversionTaskState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.CurrencyCodeValues"> <summary> Constants used for properties of type CurrencyCodeValues. </summary> </member> <member name="F:Amazon.EC2.CurrencyCodeValues.USD"> <summary> Constant USD for CurrencyCodeValues </summary> </member> <member name="M:Amazon.EC2.CurrencyCodeValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.CurrencyCodeValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.DatafeedSubscriptionState"> <summary> Constants used for properties of type DatafeedSubscriptionState. </summary> </member> <member name="F:Amazon.EC2.DatafeedSubscriptionState.Active"> <summary> Constant Active for DatafeedSubscriptionState </summary> </member> <member name="F:Amazon.EC2.DatafeedSubscriptionState.Inactive"> <summary> Constant Inactive for DatafeedSubscriptionState </summary> </member> <member name="M:Amazon.EC2.DatafeedSubscriptionState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.DatafeedSubscriptionState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.DeviceType"> <summary> Constants used for properties of type DeviceType. </summary> </member> <member name="F:Amazon.EC2.DeviceType.Ebs"> <summary> Constant Ebs for DeviceType </summary> </member> <member name="F:Amazon.EC2.DeviceType.InstanceStore"> <summary> Constant InstanceStore for DeviceType </summary> </member> <member name="M:Amazon.EC2.DeviceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.DeviceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.DiskImageFormat"> <summary> Constants used for properties of type DiskImageFormat. </summary> </member> <member name="F:Amazon.EC2.DiskImageFormat.RAW"> <summary> Constant RAW for DiskImageFormat </summary> </member> <member name="F:Amazon.EC2.DiskImageFormat.VHD"> <summary> Constant VHD for DiskImageFormat </summary> </member> <member name="F:Amazon.EC2.DiskImageFormat.VMDK"> <summary> Constant VMDK for DiskImageFormat </summary> </member> <member name="M:Amazon.EC2.DiskImageFormat.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.DiskImageFormat.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.DomainType"> <summary> Constants used for properties of type DomainType. </summary> </member> <member name="F:Amazon.EC2.DomainType.Standard"> <summary> Constant Standard for DomainType </summary> </member> <member name="F:Amazon.EC2.DomainType.Vpc"> <summary> Constant Vpc for DomainType </summary> </member> <member name="M:Amazon.EC2.DomainType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.DomainType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.EventCode"> <summary> Constants used for properties of type EventCode. </summary> </member> <member name="F:Amazon.EC2.EventCode.InstanceReboot"> <summary> Constant InstanceReboot for EventCode </summary> </member> <member name="F:Amazon.EC2.EventCode.InstanceRetirement"> <summary> Constant InstanceRetirement for EventCode </summary> </member> <member name="F:Amazon.EC2.EventCode.InstanceStop"> <summary> Constant InstanceStop for EventCode </summary> </member> <member name="F:Amazon.EC2.EventCode.SystemMaintenance"> <summary> Constant SystemMaintenance for EventCode </summary> </member> <member name="F:Amazon.EC2.EventCode.SystemReboot"> <summary> Constant SystemReboot for EventCode </summary> </member> <member name="M:Amazon.EC2.EventCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.EventCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.EventType"> <summary> Constants used for properties of type EventType. </summary> </member> <member name="F:Amazon.EC2.EventType.Error"> <summary> Constant Error for EventType </summary> </member> <member name="F:Amazon.EC2.EventType.FleetRequestChange"> <summary> Constant FleetRequestChange for EventType </summary> </member> <member name="F:Amazon.EC2.EventType.InstanceChange"> <summary> Constant InstanceChange for EventType </summary> </member> <member name="M:Amazon.EC2.EventType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.EventType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ExportEnvironment"> <summary> Constants used for properties of type ExportEnvironment. </summary> </member> <member name="F:Amazon.EC2.ExportEnvironment.Citrix"> <summary> Constant Citrix for ExportEnvironment </summary> </member> <member name="F:Amazon.EC2.ExportEnvironment.Microsoft"> <summary> Constant Microsoft for ExportEnvironment </summary> </member> <member name="F:Amazon.EC2.ExportEnvironment.Vmware"> <summary> Constant Vmware for ExportEnvironment </summary> </member> <member name="M:Amazon.EC2.ExportEnvironment.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ExportEnvironment.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ExportTaskState"> <summary> Constants used for properties of type ExportTaskState. </summary> </member> <member name="F:Amazon.EC2.ExportTaskState.Active"> <summary> Constant Active for ExportTaskState </summary> </member> <member name="F:Amazon.EC2.ExportTaskState.Cancelled"> <summary> Constant Cancelled for ExportTaskState </summary> </member> <member name="F:Amazon.EC2.ExportTaskState.Cancelling"> <summary> Constant Cancelling for ExportTaskState </summary> </member> <member name="F:Amazon.EC2.ExportTaskState.Completed"> <summary> Constant Completed for ExportTaskState </summary> </member> <member name="M:Amazon.EC2.ExportTaskState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ExportTaskState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.FlowLogsResourceType"> <summary> Constants used for properties of type FlowLogsResourceType. </summary> </member> <member name="F:Amazon.EC2.FlowLogsResourceType.NetworkInterface"> <summary> Constant NetworkInterface for FlowLogsResourceType </summary> </member> <member name="F:Amazon.EC2.FlowLogsResourceType.Subnet"> <summary> Constant Subnet for FlowLogsResourceType </summary> </member> <member name="F:Amazon.EC2.FlowLogsResourceType.VPC"> <summary> Constant VPC for FlowLogsResourceType </summary> </member> <member name="M:Amazon.EC2.FlowLogsResourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.FlowLogsResourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.GatewayType"> <summary> Constants used for properties of type GatewayType. </summary> </member> <member name="F:Amazon.EC2.GatewayType.Ipsec1"> <summary> Constant Ipsec1 for GatewayType </summary> </member> <member name="M:Amazon.EC2.GatewayType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.GatewayType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.HypervisorType"> <summary> Constants used for properties of type HypervisorType. </summary> </member> <member name="F:Amazon.EC2.HypervisorType.Ovm"> <summary> Constant Ovm for HypervisorType </summary> </member> <member name="F:Amazon.EC2.HypervisorType.Xen"> <summary> Constant Xen for HypervisorType </summary> </member> <member name="M:Amazon.EC2.HypervisorType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.HypervisorType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ImageAttributeName"> <summary> Constants used for properties of type ImageAttributeName. </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.BlockDeviceMapping"> <summary> Constant BlockDeviceMapping for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.Description"> <summary> Constant Description for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.Kernel"> <summary> Constant Kernel for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.LaunchPermission"> <summary> Constant LaunchPermission for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.ProductCodes"> <summary> Constant ProductCodes for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.Ramdisk"> <summary> Constant Ramdisk for ImageAttributeName </summary> </member> <member name="F:Amazon.EC2.ImageAttributeName.SriovNetSupport"> <summary> Constant SriovNetSupport for ImageAttributeName </summary> </member> <member name="M:Amazon.EC2.ImageAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ImageAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ImageState"> <summary> Constants used for properties of type ImageState. </summary> </member> <member name="F:Amazon.EC2.ImageState.Available"> <summary> Constant Available for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Deregistered"> <summary> Constant Deregistered for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Error"> <summary> Constant Error for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Failed"> <summary> Constant Failed for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Invalid"> <summary> Constant Invalid for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Pending"> <summary> Constant Pending for ImageState </summary> </member> <member name="F:Amazon.EC2.ImageState.Transient"> <summary> Constant Transient for ImageState </summary> </member> <member name="M:Amazon.EC2.ImageState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ImageState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ImageTypeValues"> <summary> Constants used for properties of type ImageTypeValues. </summary> </member> <member name="F:Amazon.EC2.ImageTypeValues.Kernel"> <summary> Constant Kernel for ImageTypeValues </summary> </member> <member name="F:Amazon.EC2.ImageTypeValues.Machine"> <summary> Constant Machine for ImageTypeValues </summary> </member> <member name="F:Amazon.EC2.ImageTypeValues.Ramdisk"> <summary> Constant Ramdisk for ImageTypeValues </summary> </member> <member name="M:Amazon.EC2.ImageTypeValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ImageTypeValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.InstanceAttributeName"> <summary> Constants used for properties of type InstanceAttributeName. </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.BlockDeviceMapping"> <summary> Constant BlockDeviceMapping for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.DisableApiTermination"> <summary> Constant DisableApiTermination for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.EbsOptimized"> <summary> Constant EbsOptimized for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.GroupSet"> <summary> Constant GroupSet for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.InstanceInitiatedShutdownBehavior"> <summary> Constant InstanceInitiatedShutdownBehavior for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.InstanceType"> <summary> Constant InstanceType for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.Kernel"> <summary> Constant Kernel for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.ProductCodes"> <summary> Constant ProductCodes for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.Ramdisk"> <summary> Constant Ramdisk for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.RootDeviceName"> <summary> Constant RootDeviceName for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.SourceDestCheck"> <summary> Constant SourceDestCheck for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.SriovNetSupport"> <summary> Constant SriovNetSupport for InstanceAttributeName </summary> </member> <member name="F:Amazon.EC2.InstanceAttributeName.UserData"> <summary> Constant UserData for InstanceAttributeName </summary> </member> <member name="M:Amazon.EC2.InstanceAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.InstanceAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.InstanceLifecycleType"> <summary> Constants used for properties of type InstanceLifecycleType. </summary> </member> <member name="F:Amazon.EC2.InstanceLifecycleType.Spot"> <summary> Constant Spot for InstanceLifecycleType </summary> </member> <member name="M:Amazon.EC2.InstanceLifecycleType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.InstanceLifecycleType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.InstanceStateName"> <summary> Constants used for properties of type InstanceStateName. </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.Pending"> <summary> Constant Pending for InstanceStateName </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.Running"> <summary> Constant Running for InstanceStateName </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.ShuttingDown"> <summary> Constant ShuttingDown for InstanceStateName </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.Stopped"> <summary> Constant Stopped for InstanceStateName </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.Stopping"> <summary> Constant Stopping for InstanceStateName </summary> </member> <member name="F:Amazon.EC2.InstanceStateName.Terminated"> <summary> Constant Terminated for InstanceStateName </summary> </member> <member name="M:Amazon.EC2.InstanceStateName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.InstanceStateName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.InstanceType"> <summary> Constants used for properties of type InstanceType. </summary> </member> <member name="F:Amazon.EC2.InstanceType.C1Medium"> <summary> Constant C1Medium for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C1Xlarge"> <summary> Constant C1Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C32xlarge"> <summary> Constant C32xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C34xlarge"> <summary> Constant C34xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C38xlarge"> <summary> Constant C38xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C3Large"> <summary> Constant C3Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C3Xlarge"> <summary> Constant C3Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C42xlarge"> <summary> Constant C42xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C44xlarge"> <summary> Constant C44xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C48xlarge"> <summary> Constant C48xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C4Large"> <summary> Constant C4Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.C4Xlarge"> <summary> Constant C4Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Cc14xlarge"> <summary> Constant Cc14xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Cc28xlarge"> <summary> Constant Cc28xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Cg14xlarge"> <summary> Constant Cg14xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Cr18xlarge"> <summary> Constant Cr18xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.D22xlarge"> <summary> Constant D22xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.D24xlarge"> <summary> Constant D24xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.D28xlarge"> <summary> Constant D28xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.D2Xlarge"> <summary> Constant D2Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.G22xlarge"> <summary> Constant G22xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Hi14xlarge"> <summary> Constant Hi14xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.Hs18xlarge"> <summary> Constant Hs18xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.I22xlarge"> <summary> Constant I22xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.I24xlarge"> <summary> Constant I24xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.I28xlarge"> <summary> Constant I28xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.I2Xlarge"> <summary> Constant I2Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M1Large"> <summary> Constant M1Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M1Medium"> <summary> Constant M1Medium for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M1Small"> <summary> Constant M1Small for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M1Xlarge"> <summary> Constant M1Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M22xlarge"> <summary> Constant M22xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M24xlarge"> <summary> Constant M24xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M2Xlarge"> <summary> Constant M2Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M32xlarge"> <summary> Constant M32xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M3Large"> <summary> Constant M3Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M3Medium"> <summary> Constant M3Medium for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M3Xlarge"> <summary> Constant M3Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M410xlarge"> <summary> Constant M410xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M42xlarge"> <summary> Constant M42xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M44xlarge"> <summary> Constant M44xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M4Large"> <summary> Constant M4Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.M4Xlarge"> <summary> Constant M4Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.R32xlarge"> <summary> Constant R32xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.R34xlarge"> <summary> Constant R34xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.R38xlarge"> <summary> Constant R38xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.R3Large"> <summary> Constant R3Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.R3Xlarge"> <summary> Constant R3Xlarge for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.T1Micro"> <summary> Constant T1Micro for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.T2Large"> <summary> Constant T2Large for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.T2Medium"> <summary> Constant T2Medium for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.T2Micro"> <summary> Constant T2Micro for InstanceType </summary> </member> <member name="F:Amazon.EC2.InstanceType.T2Small"> <summary> Constant T2Small for InstanceType </summary> </member> <member name="M:Amazon.EC2.InstanceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.InstanceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ListingState"> <summary> Constants used for properties of type ListingState. </summary> </member> <member name="F:Amazon.EC2.ListingState.Available"> <summary> Constant Available for ListingState </summary> </member> <member name="F:Amazon.EC2.ListingState.Cancelled"> <summary> Constant Cancelled for ListingState </summary> </member> <member name="F:Amazon.EC2.ListingState.Pending"> <summary> Constant Pending for ListingState </summary> </member> <member name="F:Amazon.EC2.ListingState.Sold"> <summary> Constant Sold for ListingState </summary> </member> <member name="M:Amazon.EC2.ListingState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ListingState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ListingStatus"> <summary> Constants used for properties of type ListingStatus. </summary> </member> <member name="F:Amazon.EC2.ListingStatus.Active"> <summary> Constant Active for ListingStatus </summary> </member> <member name="F:Amazon.EC2.ListingStatus.Cancelled"> <summary> Constant Cancelled for ListingStatus </summary> </member> <member name="F:Amazon.EC2.ListingStatus.Closed"> <summary> Constant Closed for ListingStatus </summary> </member> <member name="F:Amazon.EC2.ListingStatus.Pending"> <summary> Constant Pending for ListingStatus </summary> </member> <member name="M:Amazon.EC2.ListingStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ListingStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.MonitoringState"> <summary> Constants used for properties of type MonitoringState. </summary> </member> <member name="F:Amazon.EC2.MonitoringState.Disabled"> <summary> Constant Disabled for MonitoringState </summary> </member> <member name="F:Amazon.EC2.MonitoringState.Disabling"> <summary> Constant Disabling for MonitoringState </summary> </member> <member name="F:Amazon.EC2.MonitoringState.Enabled"> <summary> Constant Enabled for MonitoringState </summary> </member> <member name="F:Amazon.EC2.MonitoringState.Pending"> <summary> Constant Pending for MonitoringState </summary> </member> <member name="M:Amazon.EC2.MonitoringState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.MonitoringState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.MoveStatus"> <summary> Constants used for properties of type MoveStatus. </summary> </member> <member name="F:Amazon.EC2.MoveStatus.MovingToVpc"> <summary> Constant MovingToVpc for MoveStatus </summary> </member> <member name="F:Amazon.EC2.MoveStatus.RestoringToClassic"> <summary> Constant RestoringToClassic for MoveStatus </summary> </member> <member name="M:Amazon.EC2.MoveStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.MoveStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.NetworkInterfaceAttribute"> <summary> Constants used for properties of type NetworkInterfaceAttribute. </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceAttribute.Attachment"> <summary> Constant Attachment for NetworkInterfaceAttribute </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceAttribute.Description"> <summary> Constant Description for NetworkInterfaceAttribute </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceAttribute.GroupSet"> <summary> Constant GroupSet for NetworkInterfaceAttribute </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceAttribute.SourceDestCheck"> <summary> Constant SourceDestCheck for NetworkInterfaceAttribute </summary> </member> <member name="M:Amazon.EC2.NetworkInterfaceAttribute.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.NetworkInterfaceAttribute.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.NetworkInterfaceStatus"> <summary> Constants used for properties of type NetworkInterfaceStatus. </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceStatus.Attaching"> <summary> Constant Attaching for NetworkInterfaceStatus </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceStatus.Available"> <summary> Constant Available for NetworkInterfaceStatus </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceStatus.Detaching"> <summary> Constant Detaching for NetworkInterfaceStatus </summary> </member> <member name="F:Amazon.EC2.NetworkInterfaceStatus.InUse"> <summary> Constant InUse for NetworkInterfaceStatus </summary> </member> <member name="M:Amazon.EC2.NetworkInterfaceStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.NetworkInterfaceStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.OfferingTypeValues"> <summary> Constants used for properties of type OfferingTypeValues. </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.AllUpfront"> <summary> Constant AllUpfront for OfferingTypeValues </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.HeavyUtilization"> <summary> Constant HeavyUtilization for OfferingTypeValues </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.LightUtilization"> <summary> Constant LightUtilization for OfferingTypeValues </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.MediumUtilization"> <summary> Constant MediumUtilization for OfferingTypeValues </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.NoUpfront"> <summary> Constant NoUpfront for OfferingTypeValues </summary> </member> <member name="F:Amazon.EC2.OfferingTypeValues.PartialUpfront"> <summary> Constant PartialUpfront for OfferingTypeValues </summary> </member> <member name="M:Amazon.EC2.OfferingTypeValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.OfferingTypeValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.OperationType"> <summary> Constants used for properties of type OperationType. </summary> </member> <member name="F:Amazon.EC2.OperationType.Add"> <summary> Constant Add for OperationType </summary> </member> <member name="F:Amazon.EC2.OperationType.Remove"> <summary> Constant Remove for OperationType </summary> </member> <member name="M:Amazon.EC2.OperationType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.OperationType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.PermissionGroup"> <summary> Constants used for properties of type PermissionGroup. </summary> </member> <member name="F:Amazon.EC2.PermissionGroup.All"> <summary> Constant All for PermissionGroup </summary> </member> <member name="M:Amazon.EC2.PermissionGroup.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.PermissionGroup.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.PlacementGroupState"> <summary> Constants used for properties of type PlacementGroupState. </summary> </member> <member name="F:Amazon.EC2.PlacementGroupState.Available"> <summary> Constant Available for PlacementGroupState </summary> </member> <member name="F:Amazon.EC2.PlacementGroupState.Deleted"> <summary> Constant Deleted for PlacementGroupState </summary> </member> <member name="F:Amazon.EC2.PlacementGroupState.Deleting"> <summary> Constant Deleting for PlacementGroupState </summary> </member> <member name="F:Amazon.EC2.PlacementGroupState.Pending"> <summary> Constant Pending for PlacementGroupState </summary> </member> <member name="M:Amazon.EC2.PlacementGroupState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.PlacementGroupState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.PlacementStrategy"> <summary> Constants used for properties of type PlacementStrategy. </summary> </member> <member name="F:Amazon.EC2.PlacementStrategy.Cluster"> <summary> Constant Cluster for PlacementStrategy </summary> </member> <member name="M:Amazon.EC2.PlacementStrategy.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.PlacementStrategy.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.PlatformValues"> <summary> Constants used for properties of type PlatformValues. </summary> </member> <member name="F:Amazon.EC2.PlatformValues.Windows"> <summary> Constant Windows for PlatformValues </summary> </member> <member name="M:Amazon.EC2.PlatformValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.PlatformValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ProductCodeValues"> <summary> Constants used for properties of type ProductCodeValues. </summary> </member> <member name="F:Amazon.EC2.ProductCodeValues.Devpay"> <summary> Constant Devpay for ProductCodeValues </summary> </member> <member name="F:Amazon.EC2.ProductCodeValues.Marketplace"> <summary> Constant Marketplace for ProductCodeValues </summary> </member> <member name="M:Amazon.EC2.ProductCodeValues.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ProductCodeValues.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.RecurringChargeFrequency"> <summary> Constants used for properties of type RecurringChargeFrequency. </summary> </member> <member name="F:Amazon.EC2.RecurringChargeFrequency.Hourly"> <summary> Constant Hourly for RecurringChargeFrequency </summary> </member> <member name="M:Amazon.EC2.RecurringChargeFrequency.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.RecurringChargeFrequency.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ReportInstanceReasonCodes"> <summary> Constants used for properties of type ReportInstanceReasonCodes. </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.InstanceStuckInState"> <summary> Constant InstanceStuckInState for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.NotAcceptingCredentials"> <summary> Constant NotAcceptingCredentials for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.Other"> <summary> Constant Other for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.PasswordNotAvailable"> <summary> Constant PasswordNotAvailable for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.PerformanceEbsVolume"> <summary> Constant PerformanceEbsVolume for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.PerformanceInstanceStore"> <summary> Constant PerformanceInstanceStore for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.PerformanceNetwork"> <summary> Constant PerformanceNetwork for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.PerformanceOther"> <summary> Constant PerformanceOther for ReportInstanceReasonCodes </summary> </member> <member name="F:Amazon.EC2.ReportInstanceReasonCodes.Unresponsive"> <summary> Constant Unresponsive for ReportInstanceReasonCodes </summary> </member> <member name="M:Amazon.EC2.ReportInstanceReasonCodes.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ReportInstanceReasonCodes.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ReportStatusType"> <summary> Constants used for properties of type ReportStatusType. </summary> </member> <member name="F:Amazon.EC2.ReportStatusType.Impaired"> <summary> Constant Impaired for ReportStatusType </summary> </member> <member name="F:Amazon.EC2.ReportStatusType.Ok"> <summary> Constant Ok for ReportStatusType </summary> </member> <member name="M:Amazon.EC2.ReportStatusType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ReportStatusType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ReservedInstanceState"> <summary> Constants used for properties of type ReservedInstanceState. </summary> </member> <member name="F:Amazon.EC2.ReservedInstanceState.Active"> <summary> Constant Active for ReservedInstanceState </summary> </member> <member name="F:Amazon.EC2.ReservedInstanceState.PaymentFailed"> <summary> Constant PaymentFailed for ReservedInstanceState </summary> </member> <member name="F:Amazon.EC2.ReservedInstanceState.PaymentPending"> <summary> Constant PaymentPending for ReservedInstanceState </summary> </member> <member name="F:Amazon.EC2.ReservedInstanceState.Retired"> <summary> Constant Retired for ReservedInstanceState </summary> </member> <member name="M:Amazon.EC2.ReservedInstanceState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ReservedInstanceState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ResetImageAttributeName"> <summary> Constants used for properties of type ResetImageAttributeName. </summary> </member> <member name="F:Amazon.EC2.ResetImageAttributeName.LaunchPermission"> <summary> Constant LaunchPermission for ResetImageAttributeName </summary> </member> <member name="M:Amazon.EC2.ResetImageAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ResetImageAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ResourceType"> <summary> Constants used for properties of type ResourceType. </summary> </member> <member name="F:Amazon.EC2.ResourceType.CustomerGateway"> <summary> Constant CustomerGateway for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.DhcpOptions"> <summary> Constant DhcpOptions for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Image"> <summary> Constant Image for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Instance"> <summary> Constant Instance for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.InternetGateway"> <summary> Constant InternetGateway for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.NetworkAcl"> <summary> Constant NetworkAcl for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.NetworkInterface"> <summary> Constant NetworkInterface for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.ReservedInstances"> <summary> Constant ReservedInstances for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.RouteTable"> <summary> Constant RouteTable for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.SecurityGroup"> <summary> Constant SecurityGroup for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Snapshot"> <summary> Constant Snapshot for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.SpotInstancesRequest"> <summary> Constant SpotInstancesRequest for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Subnet"> <summary> Constant Subnet for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Volume"> <summary> Constant Volume for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.Vpc"> <summary> Constant Vpc for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.VpnConnection"> <summary> Constant VpnConnection for ResourceType </summary> </member> <member name="F:Amazon.EC2.ResourceType.VpnGateway"> <summary> Constant VpnGateway for ResourceType </summary> </member> <member name="M:Amazon.EC2.ResourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ResourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.RIProductDescription"> <summary> Constants used for properties of type RIProductDescription. </summary> </member> <member name="F:Amazon.EC2.RIProductDescription.LinuxUNIX"> <summary> Constant LinuxUNIX for RIProductDescription </summary> </member> <member name="F:Amazon.EC2.RIProductDescription.LinuxUNIXAmazonVPC"> <summary> Constant LinuxUNIXAmazonVPC for RIProductDescription </summary> </member> <member name="F:Amazon.EC2.RIProductDescription.Windows"> <summary> Constant Windows for RIProductDescription </summary> </member> <member name="F:Amazon.EC2.RIProductDescription.WindowsAmazonVPC"> <summary> Constant WindowsAmazonVPC for RIProductDescription </summary> </member> <member name="M:Amazon.EC2.RIProductDescription.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.RIProductDescription.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.RouteOrigin"> <summary> Constants used for properties of type RouteOrigin. </summary> </member> <member name="F:Amazon.EC2.RouteOrigin.CreateRoute"> <summary> Constant CreateRoute for RouteOrigin </summary> </member> <member name="F:Amazon.EC2.RouteOrigin.CreateRouteTable"> <summary> Constant CreateRouteTable for RouteOrigin </summary> </member> <member name="F:Amazon.EC2.RouteOrigin.EnableVgwRoutePropagation"> <summary> Constant EnableVgwRoutePropagation for RouteOrigin </summary> </member> <member name="M:Amazon.EC2.RouteOrigin.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.RouteOrigin.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.RouteState"> <summary> Constants used for properties of type RouteState. </summary> </member> <member name="F:Amazon.EC2.RouteState.Active"> <summary> Constant Active for RouteState </summary> </member> <member name="F:Amazon.EC2.RouteState.Blackhole"> <summary> Constant Blackhole for RouteState </summary> </member> <member name="M:Amazon.EC2.RouteState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.RouteState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.RuleAction"> <summary> Constants used for properties of type RuleAction. </summary> </member> <member name="F:Amazon.EC2.RuleAction.Allow"> <summary> Constant Allow for RuleAction </summary> </member> <member name="F:Amazon.EC2.RuleAction.Deny"> <summary> Constant Deny for RuleAction </summary> </member> <member name="M:Amazon.EC2.RuleAction.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.RuleAction.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.ShutdownBehavior"> <summary> Constants used for properties of type ShutdownBehavior. </summary> </member> <member name="F:Amazon.EC2.ShutdownBehavior.Stop"> <summary> Constant Stop for ShutdownBehavior </summary> </member> <member name="F:Amazon.EC2.ShutdownBehavior.Terminate"> <summary> Constant Terminate for ShutdownBehavior </summary> </member> <member name="M:Amazon.EC2.ShutdownBehavior.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.ShutdownBehavior.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SnapshotAttributeName"> <summary> Constants used for properties of type SnapshotAttributeName. </summary> </member> <member name="F:Amazon.EC2.SnapshotAttributeName.CreateVolumePermission"> <summary> Constant CreateVolumePermission for SnapshotAttributeName </summary> </member> <member name="F:Amazon.EC2.SnapshotAttributeName.ProductCodes"> <summary> Constant ProductCodes for SnapshotAttributeName </summary> </member> <member name="M:Amazon.EC2.SnapshotAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SnapshotAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SnapshotState"> <summary> Constants used for properties of type SnapshotState. </summary> </member> <member name="F:Amazon.EC2.SnapshotState.Completed"> <summary> Constant Completed for SnapshotState </summary> </member> <member name="F:Amazon.EC2.SnapshotState.Error"> <summary> Constant Error for SnapshotState </summary> </member> <member name="F:Amazon.EC2.SnapshotState.Pending"> <summary> Constant Pending for SnapshotState </summary> </member> <member name="M:Amazon.EC2.SnapshotState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SnapshotState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SpotInstanceState"> <summary> Constants used for properties of type SpotInstanceState. </summary> </member> <member name="F:Amazon.EC2.SpotInstanceState.Active"> <summary> Constant Active for SpotInstanceState </summary> </member> <member name="F:Amazon.EC2.SpotInstanceState.Cancelled"> <summary> Constant Cancelled for SpotInstanceState </summary> </member> <member name="F:Amazon.EC2.SpotInstanceState.Closed"> <summary> Constant Closed for SpotInstanceState </summary> </member> <member name="F:Amazon.EC2.SpotInstanceState.Failed"> <summary> Constant Failed for SpotInstanceState </summary> </member> <member name="F:Amazon.EC2.SpotInstanceState.Open"> <summary> Constant Open for SpotInstanceState </summary> </member> <member name="M:Amazon.EC2.SpotInstanceState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SpotInstanceState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SpotInstanceType"> <summary> Constants used for properties of type SpotInstanceType. </summary> </member> <member name="F:Amazon.EC2.SpotInstanceType.OneTime"> <summary> Constant OneTime for SpotInstanceType </summary> </member> <member name="F:Amazon.EC2.SpotInstanceType.Persistent"> <summary> Constant Persistent for SpotInstanceType </summary> </member> <member name="M:Amazon.EC2.SpotInstanceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SpotInstanceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.State"> <summary> Constants used for properties of type State. </summary> </member> <member name="F:Amazon.EC2.State.Available"> <summary> Constant Available for State </summary> </member> <member name="F:Amazon.EC2.State.Deleted"> <summary> Constant Deleted for State </summary> </member> <member name="F:Amazon.EC2.State.Deleting"> <summary> Constant Deleting for State </summary> </member> <member name="F:Amazon.EC2.State.Pending"> <summary> Constant Pending for State </summary> </member> <member name="M:Amazon.EC2.State.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.State.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.Status"> <summary> Constants used for properties of type Status. </summary> </member> <member name="F:Amazon.EC2.Status.InClassic"> <summary> Constant InClassic for Status </summary> </member> <member name="F:Amazon.EC2.Status.InVpc"> <summary> Constant InVpc for Status </summary> </member> <member name="F:Amazon.EC2.Status.MoveInProgress"> <summary> Constant MoveInProgress for Status </summary> </member> <member name="M:Amazon.EC2.Status.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.Status.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.StatusName"> <summary> Constants used for properties of type StatusName. </summary> </member> <member name="F:Amazon.EC2.StatusName.Reachability"> <summary> Constant Reachability for StatusName </summary> </member> <member name="M:Amazon.EC2.StatusName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.StatusName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.StatusType"> <summary> Constants used for properties of type StatusType. </summary> </member> <member name="F:Amazon.EC2.StatusType.Failed"> <summary> Constant Failed for StatusType </summary> </member> <member name="F:Amazon.EC2.StatusType.Initializing"> <summary> Constant Initializing for StatusType </summary> </member> <member name="F:Amazon.EC2.StatusType.InsufficientData"> <summary> Constant InsufficientData for StatusType </summary> </member> <member name="F:Amazon.EC2.StatusType.Passed"> <summary> Constant Passed for StatusType </summary> </member> <member name="M:Amazon.EC2.StatusType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.StatusType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SubnetState"> <summary> Constants used for properties of type SubnetState. </summary> </member> <member name="F:Amazon.EC2.SubnetState.Available"> <summary> Constant Available for SubnetState </summary> </member> <member name="F:Amazon.EC2.SubnetState.Pending"> <summary> Constant Pending for SubnetState </summary> </member> <member name="M:Amazon.EC2.SubnetState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SubnetState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.SummaryStatus"> <summary> Constants used for properties of type SummaryStatus. </summary> </member> <member name="F:Amazon.EC2.SummaryStatus.Impaired"> <summary> Constant Impaired for SummaryStatus </summary> </member> <member name="F:Amazon.EC2.SummaryStatus.Initializing"> <summary> Constant Initializing for SummaryStatus </summary> </member> <member name="F:Amazon.EC2.SummaryStatus.InsufficientData"> <summary> Constant InsufficientData for SummaryStatus </summary> </member> <member name="F:Amazon.EC2.SummaryStatus.NotApplicable"> <summary> Constant NotApplicable for SummaryStatus </summary> </member> <member name="F:Amazon.EC2.SummaryStatus.Ok"> <summary> Constant Ok for SummaryStatus </summary> </member> <member name="M:Amazon.EC2.SummaryStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.SummaryStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.TelemetryStatus"> <summary> Constants used for properties of type TelemetryStatus. </summary> </member> <member name="F:Amazon.EC2.TelemetryStatus.DOWN"> <summary> Constant DOWN for TelemetryStatus </summary> </member> <member name="F:Amazon.EC2.TelemetryStatus.UP"> <summary> Constant UP for TelemetryStatus </summary> </member> <member name="M:Amazon.EC2.TelemetryStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.TelemetryStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.Tenancy"> <summary> Constants used for properties of type Tenancy. </summary> </member> <member name="F:Amazon.EC2.Tenancy.Dedicated"> <summary> Constant Dedicated for Tenancy </summary> </member> <member name="F:Amazon.EC2.Tenancy.Default"> <summary> Constant Default for Tenancy </summary> </member> <member name="M:Amazon.EC2.Tenancy.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.Tenancy.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.TrafficType"> <summary> Constants used for properties of type TrafficType. </summary> </member> <member name="F:Amazon.EC2.TrafficType.ACCEPT"> <summary> Constant ACCEPT for TrafficType </summary> </member> <member name="F:Amazon.EC2.TrafficType.ALL"> <summary> Constant ALL for TrafficType </summary> </member> <member name="F:Amazon.EC2.TrafficType.REJECT"> <summary> Constant REJECT for TrafficType </summary> </member> <member name="M:Amazon.EC2.TrafficType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.TrafficType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VirtualizationType"> <summary> Constants used for properties of type VirtualizationType. </summary> </member> <member name="F:Amazon.EC2.VirtualizationType.Hvm"> <summary> Constant Hvm for VirtualizationType </summary> </member> <member name="F:Amazon.EC2.VirtualizationType.Paravirtual"> <summary> Constant Paravirtual for VirtualizationType </summary> </member> <member name="M:Amazon.EC2.VirtualizationType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VirtualizationType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeAttachmentState"> <summary> Constants used for properties of type VolumeAttachmentState. </summary> </member> <member name="F:Amazon.EC2.VolumeAttachmentState.Attached"> <summary> Constant Attached for VolumeAttachmentState </summary> </member> <member name="F:Amazon.EC2.VolumeAttachmentState.Attaching"> <summary> Constant Attaching for VolumeAttachmentState </summary> </member> <member name="F:Amazon.EC2.VolumeAttachmentState.Detached"> <summary> Constant Detached for VolumeAttachmentState </summary> </member> <member name="F:Amazon.EC2.VolumeAttachmentState.Detaching"> <summary> Constant Detaching for VolumeAttachmentState </summary> </member> <member name="M:Amazon.EC2.VolumeAttachmentState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeAttachmentState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeAttributeName"> <summary> Constants used for properties of type VolumeAttributeName. </summary> </member> <member name="F:Amazon.EC2.VolumeAttributeName.AutoEnableIO"> <summary> Constant AutoEnableIO for VolumeAttributeName </summary> </member> <member name="F:Amazon.EC2.VolumeAttributeName.ProductCodes"> <summary> Constant ProductCodes for VolumeAttributeName </summary> </member> <member name="M:Amazon.EC2.VolumeAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeState"> <summary> Constants used for properties of type VolumeState. </summary> </member> <member name="F:Amazon.EC2.VolumeState.Available"> <summary> Constant Available for VolumeState </summary> </member> <member name="F:Amazon.EC2.VolumeState.Creating"> <summary> Constant Creating for VolumeState </summary> </member> <member name="F:Amazon.EC2.VolumeState.Deleted"> <summary> Constant Deleted for VolumeState </summary> </member> <member name="F:Amazon.EC2.VolumeState.Deleting"> <summary> Constant Deleting for VolumeState </summary> </member> <member name="F:Amazon.EC2.VolumeState.Error"> <summary> Constant Error for VolumeState </summary> </member> <member name="F:Amazon.EC2.VolumeState.InUse"> <summary> Constant InUse for VolumeState </summary> </member> <member name="M:Amazon.EC2.VolumeState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeStatusInfoStatus"> <summary> Constants used for properties of type VolumeStatusInfoStatus. </summary> </member> <member name="F:Amazon.EC2.VolumeStatusInfoStatus.Impaired"> <summary> Constant Impaired for VolumeStatusInfoStatus </summary> </member> <member name="F:Amazon.EC2.VolumeStatusInfoStatus.InsufficientData"> <summary> Constant InsufficientData for VolumeStatusInfoStatus </summary> </member> <member name="F:Amazon.EC2.VolumeStatusInfoStatus.Ok"> <summary> Constant Ok for VolumeStatusInfoStatus </summary> </member> <member name="M:Amazon.EC2.VolumeStatusInfoStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeStatusInfoStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeStatusName"> <summary> Constants used for properties of type VolumeStatusName. </summary> </member> <member name="F:Amazon.EC2.VolumeStatusName.IoEnabled"> <summary> Constant IoEnabled for VolumeStatusName </summary> </member> <member name="F:Amazon.EC2.VolumeStatusName.IoPerformance"> <summary> Constant IoPerformance for VolumeStatusName </summary> </member> <member name="M:Amazon.EC2.VolumeStatusName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeStatusName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VolumeType"> <summary> Constants used for properties of type VolumeType. </summary> </member> <member name="F:Amazon.EC2.VolumeType.Gp2"> <summary> Constant Gp2 for VolumeType </summary> </member> <member name="F:Amazon.EC2.VolumeType.Io1"> <summary> Constant Io1 for VolumeType </summary> </member> <member name="F:Amazon.EC2.VolumeType.Standard"> <summary> Constant Standard for VolumeType </summary> </member> <member name="M:Amazon.EC2.VolumeType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VolumeType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VpcAttributeName"> <summary> Constants used for properties of type VpcAttributeName. </summary> </member> <member name="F:Amazon.EC2.VpcAttributeName.EnableDnsHostnames"> <summary> Constant EnableDnsHostnames for VpcAttributeName </summary> </member> <member name="F:Amazon.EC2.VpcAttributeName.EnableDnsSupport"> <summary> Constant EnableDnsSupport for VpcAttributeName </summary> </member> <member name="M:Amazon.EC2.VpcAttributeName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VpcAttributeName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VpcPeeringConnectionStateReasonCode"> <summary> Constants used for properties of type VpcPeeringConnectionStateReasonCode. </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Active"> <summary> Constant Active for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Deleted"> <summary> Constant Deleted for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Deleting"> <summary> Constant Deleting for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Expired"> <summary> Constant Expired for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Failed"> <summary> Constant Failed for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.InitiatingRequest"> <summary> Constant InitiatingRequest for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.PendingAcceptance"> <summary> Constant PendingAcceptance for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Provisioning"> <summary> Constant Provisioning for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="F:Amazon.EC2.VpcPeeringConnectionStateReasonCode.Rejected"> <summary> Constant Rejected for VpcPeeringConnectionStateReasonCode </summary> </member> <member name="M:Amazon.EC2.VpcPeeringConnectionStateReasonCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VpcPeeringConnectionStateReasonCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VpcState"> <summary> Constants used for properties of type VpcState. </summary> </member> <member name="F:Amazon.EC2.VpcState.Available"> <summary> Constant Available for VpcState </summary> </member> <member name="F:Amazon.EC2.VpcState.Pending"> <summary> Constant Pending for VpcState </summary> </member> <member name="M:Amazon.EC2.VpcState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VpcState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VpnState"> <summary> Constants used for properties of type VpnState. </summary> </member> <member name="F:Amazon.EC2.VpnState.Available"> <summary> Constant Available for VpnState </summary> </member> <member name="F:Amazon.EC2.VpnState.Deleted"> <summary> Constant Deleted for VpnState </summary> </member> <member name="F:Amazon.EC2.VpnState.Deleting"> <summary> Constant Deleting for VpnState </summary> </member> <member name="F:Amazon.EC2.VpnState.Pending"> <summary> Constant Pending for VpnState </summary> </member> <member name="M:Amazon.EC2.VpnState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VpnState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.VpnStaticRouteSource"> <summary> Constants used for properties of type VpnStaticRouteSource. </summary> </member> <member name="F:Amazon.EC2.VpnStaticRouteSource.Static"> <summary> Constant Static for VpnStaticRouteSource </summary> </member> <member name="M:Amazon.EC2.VpnStaticRouteSource.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.EC2.VpnStaticRouteSource.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.EC2.Model.AcceptVpcPeeringConnectionRequest"> <summary> Container for the parameters to the AcceptVpcPeeringConnection operation. Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <code>pending-acceptance</code> state, and you must be the owner of the peer VPC. Use the <code>DescribeVpcPeeringConnections</code> request to view your outstanding VPC peering connection requests. </summary> </member> <member name="T:Amazon.EC2.AmazonEC2Request"> <summary> Base class for EC2 operation requests. </summary> </member> <member name="P:Amazon.EC2.Model.AcceptVpcPeeringConnectionRequest.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of the VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AcceptVpcPeeringConnectionResponse"> <summary> Configuration for accessing Amazon AcceptVpcPeeringConnection service </summary> </member> <member name="T:Amazon.EC2.Model.AcceptVpcPeeringConnectionResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AcceptVpcPeeringConnectionResult.VpcPeeringConnection"> <summary> Gets and sets the property VpcPeeringConnection. <para> Information about the VPC peering connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AcceptVpcPeeringConnectionResponse.AcceptVpcPeeringConnectionResult"> <summary> Gets and sets the AcceptVpcPeeringConnectionResult property. Represents the output of a AcceptVpcPeeringConnection operation. </summary> </member> <member name="T:Amazon.EC2.Model.AccountAttribute"> <summary> Describes an account attribute. </summary> </member> <member name="P:Amazon.EC2.Model.AccountAttribute.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the account attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AccountAttribute.AttributeValues"> <summary> Gets and sets the property AttributeValues. <para> One or more values for the account attribute. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AccountAttributeValue"> <summary> Describes a value of an account attribute. </summary> </member> <member name="P:Amazon.EC2.Model.AccountAttributeValue.AttributeValue"> <summary> Gets and sets the property AttributeValue. <para> The value of the attribute. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ActiveInstance"> <summary> Describes a running instance in a Spot fleet. </summary> </member> <member name="P:Amazon.EC2.Model.ActiveInstance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ActiveInstance.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ActiveInstance.SpotInstanceRequestId"> <summary> Gets and sets the property SpotInstanceRequestId. <para> The ID of the Spot instance request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Address"> <summary> Describes an Elastic IP address. </summary> </member> <member name="P:Amazon.EC2.Model.Address.AllocationId"> <summary> Gets and sets the property AllocationId. <para> The ID representing the allocation of the address for use with EC2-VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The ID representing the association of the address with an instance in a VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.Domain"> <summary> Gets and sets the property Domain. <para> Indicates whether this Elastic IP address is for use with instances in EC2-Classic (<code>standard</code>) or instances in a VPC (<code>vpc</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance that the address is associated with (if any). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.NetworkInterfaceOwnerId"> <summary> Gets and sets the property NetworkInterfaceOwnerId. <para> The ID of the AWS account that owns the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address associated with the Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Address.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AllocateAddressRequest"> <summary> Container for the parameters to the AllocateAddress operation. Acquires an Elastic IP address. <para> An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AllocateAddressRequest.Domain"> <summary> Gets and sets the property Domain. <para> Set to <code>vpc</code> to allocate the address for use with instances in a VPC. </para> <para> Default: The address is for use with instances in EC2-Classic. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AllocateAddressResponse"> <summary> Configuration for accessing Amazon AllocateAddress service </summary> </member> <member name="T:Amazon.EC2.Model.AllocateAddressResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AllocateAddressResult.AllocationId"> <summary> Gets and sets the property AllocationId. <para> [EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AllocateAddressResult.Domain"> <summary> Gets and sets the property Domain. <para> Indicates whether this Elastic IP address is for use with instances in EC2-Classic (<code>standard</code>) or instances in a VPC (<code>vpc</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.AllocateAddressResult.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AllocateAddressResponse.AllocateAddressResult"> <summary> Gets and sets the AllocateAddressResult property. Represents the output of a AllocateAddress operation. </summary> </member> <member name="T:Amazon.EC2.Model.AssignPrivateIpAddressesRequest"> <summary> Container for the parameters to the AssignPrivateIpAddresses operation. Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about Elastic IP addresses, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <para> AssignPrivateIpAddresses is available only in EC2-VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssignPrivateIpAddressesRequest.AllowReassignment"> <summary> Gets and sets the property AllowReassignment. <para> Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssignPrivateIpAddressesRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssignPrivateIpAddressesRequest.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses. </para> <para> If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssignPrivateIpAddressesRequest.SecondaryPrivateIpAddressCount"> <summary> Gets and sets the property SecondaryPrivateIpAddressCount. <para> The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AssociateAddressRequest"> <summary> Container for the parameters to the AssociateAddress operation. Associates an Elastic IP address with an instance or a network interface. <para> An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> [EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. </para> <para> [VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. </para> <para> This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error. </para> </summary> </member> <member name="M:Amazon.EC2.Model.AssociateAddressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.AssociateAddressRequest.#ctor(System.String,System.String)"> <summary> Instantiates AssociateAddressRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached. </param> <param name="publicIp">The Elastic IP address. This is required for EC2-Classic.</param> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.AllocationId"> <summary> Gets and sets the property AllocationId. <para> [EC2-VPC] The allocation ID. This is required for EC2-VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.AllowReassociation"> <summary> Gets and sets the property AllowReassociation. <para> [EC2-VPC] Allows an Elastic IP address that is already associated with an instance or network interface to be re-associated with the specified instance or network interface. Otherwise, the operation fails. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> [EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> [EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. This is required for EC2-Classic. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AssociateAddressResponse"> <summary> Configuration for accessing Amazon AssociateAddress service </summary> </member> <member name="T:Amazon.EC2.Model.AssociateAddressResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressResult.AssociationId"> <summary> Gets and sets the property AssociationId. <para> [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateAddressResponse.AssociateAddressResult"> <summary> Gets and sets the AssociateAddressResult property. Represents the output of a AssociateAddress operation. </summary> </member> <member name="T:Amazon.EC2.Model.AssociateDhcpOptionsRequest"> <summary> Container for the parameters to the AssociateDhcpOptions operation. Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. <para> After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.AssociateDhcpOptionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.AssociateDhcpOptionsRequest.#ctor(System.String)"> <summary> Instantiates AssociateDhcpOptionsRequest with the parameterized properties </summary> <param name="vpcId">The ID of the VPC.</param> </member> <member name="P:Amazon.EC2.Model.AssociateDhcpOptionsRequest.DhcpOptionsId"> <summary> Gets and sets the property DhcpOptionsId. <para> The ID of the DHCP options set, or <code>default</code> to associate no DHCP options with the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateDhcpOptionsRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AssociateRouteTableRequest"> <summary> Container for the parameters to the AssociateRouteTable operation. Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets. <para> For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateRouteTableRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateRouteTableRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AssociateRouteTableResponse"> <summary> Configuration for accessing Amazon AssociateRouteTable service </summary> </member> <member name="T:Amazon.EC2.Model.AssociateRouteTableResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateRouteTableResult.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The route table association ID (needed to disassociate the route table). </para> </summary> </member> <member name="P:Amazon.EC2.Model.AssociateRouteTableResponse.AssociateRouteTableResult"> <summary> Gets and sets the AssociateRouteTableResult property. Represents the output of a AssociateRouteTable operation. </summary> </member> <member name="T:Amazon.EC2.Model.AttachClassicLinkVpcRequest"> <summary> Container for the parameters to the AttachClassicLinkVpc operation. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the <code>running</code> state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. <para> After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. </para> <para> Linking your instance to a VPC is sometimes referred to as <i>attaching</i> your instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachClassicLinkVpcRequest.Groups"> <summary> Gets and sets the property Groups. <para> The ID of one or more of the VPC's security groups. You cannot specify security groups from a different VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachClassicLinkVpcRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachClassicLinkVpcRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of a ClassicLink-enabled VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AttachClassicLinkVpcResponse"> <summary> Configuration for accessing Amazon AttachClassicLinkVpc service </summary> </member> <member name="T:Amazon.EC2.Model.AttachClassicLinkVpcResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AttachClassicLinkVpcResult.Return"> <summary> Gets and sets the property Return. <para> Returns <code>true</code> if the request succeeds; otherwise, it returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachClassicLinkVpcResponse.AttachClassicLinkVpcResult"> <summary> Gets and sets the AttachClassicLinkVpcResult property. Represents the output of a AttachClassicLinkVpc operation. </summary> </member> <member name="T:Amazon.EC2.Model.AttachInternetGatewayRequest"> <summary> Container for the parameters to the AttachInternetGateway operation. Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC. For more information about your VPC and Internet gateway, see the <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/">Amazon Virtual Private Cloud User Guide</a>. </summary> </member> <member name="P:Amazon.EC2.Model.AttachInternetGatewayRequest.InternetGatewayId"> <summary> Gets and sets the property InternetGatewayId. <para> The ID of the Internet gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachInternetGatewayRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AttachNetworkInterfaceRequest"> <summary> Container for the parameters to the AttachNetworkInterface operation. Attaches a network interface to an instance. </summary> </member> <member name="P:Amazon.EC2.Model.AttachNetworkInterfaceRequest.DeviceIndex"> <summary> Gets and sets the property DeviceIndex. <para> The index of the device for the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachNetworkInterfaceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachNetworkInterfaceRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AttachNetworkInterfaceResponse"> <summary> Configuration for accessing Amazon AttachNetworkInterface service </summary> </member> <member name="T:Amazon.EC2.Model.AttachNetworkInterfaceResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AttachNetworkInterfaceResult.AttachmentId"> <summary> Gets and sets the property AttachmentId. <para> The ID of the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachNetworkInterfaceResponse.AttachNetworkInterfaceResult"> <summary> Gets and sets the AttachNetworkInterfaceResult property. Represents the output of a AttachNetworkInterface operation. </summary> </member> <member name="T:Amazon.EC2.Model.AttachVolumeRequest"> <summary> Container for the parameters to the AttachVolume operation. Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. <para> Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> For a list of supported device names, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html">Attaching an EBS Volume to an Instance</a>. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon EC2 Instance Store</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> If a volume has an AWS Marketplace product code: </para> <ul> <li>The volume can be attached only to a stopped instance.</li> <li>AWS Marketplace product codes are copied from the volume to the instance.</li> <li>You must be subscribed to the product.</li> <li>The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.</li> </ul> <para> For an overview of the AWS Marketplace, see <a href="https://aws.amazon.com/marketplace/help/200900000">Introducing AWS Marketplace</a>. </para> <para> For more information about EBS volumes, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html">Attaching Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.AttachVolumeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.AttachVolumeRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates AttachVolumeRequest with the parameterized properties </summary> <param name="volumeId">The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</param> <param name="instanceId">The ID of the instance.</param> <param name="device">The device name to expose to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</param> </member> <member name="P:Amazon.EC2.Model.AttachVolumeRequest.Device"> <summary> Gets and sets the property Device. <para> The device name to expose to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachVolumeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the EBS volume. The volume and instance must be within the same Availability Zone. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AttachVolumeResponse"> <summary> Configuration for accessing Amazon AttachVolume service </summary> </member> <member name="T:Amazon.EC2.Model.AttachVolumeResult"> <summary> Contains the response data from the AttachVolume operation. </summary> </member> <member name="P:Amazon.EC2.Model.AttachVolumeResponse.AttachVolumeResult"> <summary> Gets and sets the AttachVolumeResult property. Represents the output of a AttachVolume operation. </summary> </member> <member name="T:Amazon.EC2.Model.AttachVpnGatewayRequest"> <summary> Container for the parameters to the AttachVpnGateway operation. Attaches a virtual private gateway to a VPC. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.AttachVpnGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.AttachVpnGatewayRequest.#ctor(System.String,System.String)"> <summary> Instantiates AttachVpnGatewayRequest with the parameterized properties </summary> <param name="vpnGatewayId">The ID of the virtual private gateway.</param> <param name="vpcId">The ID of the VPC.</param> </member> <member name="P:Amazon.EC2.Model.AttachVpnGatewayRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachVpnGatewayRequest.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AttachVpnGatewayResponse"> <summary> Configuration for accessing Amazon AttachVpnGateway service </summary> </member> <member name="T:Amazon.EC2.Model.AttachVpnGatewayResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.AttachVpnGatewayResult.VpcAttachment"> <summary> Gets and sets the property VpcAttachment. <para> Information about the attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AttachVpnGatewayResponse.AttachVpnGatewayResult"> <summary> Gets and sets the AttachVpnGatewayResult property. Represents the output of a AttachVpnGateway operation. </summary> </member> <member name="T:Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest"> <summary> Container for the parameters to the AuthorizeSecurityGroupEgress operation. Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination CIDR IP address ranges, or to one or more destination security groups for the same VPC. <important> <para> You can have up to 50 rules per security group (covering both ingress and egress rules). </para> </important> <para> A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. This action doesn't apply to security groups for use in EC2-Classic. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> <para> Each rule consists of the protocol (for example, TCP), plus either a CIDR range or a source group. For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes. </para> <para> Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest.IpPermissions"> <summary> Gets and sets the property IpPermissions. <para> A set of IP permissions. You can't specify a destination security group and a CIDR IP address range. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest"> <summary> Container for the parameters to the AuthorizeSecurityGroupIngress operation. Adds one or more ingress rules to a security group. <important> <para> EC2-Classic: You can have up to 100 rules per group. </para> <para> EC2-VPC: You can have up to 50 rules per group (covering both ingress and egress rules). </para> </important> <para> Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. </para> <para> [EC2-Classic] This action gives one or more CIDR IP address ranges permission to access a security group in your account, or gives one or more security groups (called the <i>source groups</i>) permission to access a security group for your account. A source group can be for your own AWS account, or another. </para> <para> [EC2-VPC] This action gives one or more CIDR IP address ranges permission to access a security group in your VPC, or gives one or more other security groups (called the <i>source groups</i>) permission to access a security group for your VPC. The security groups must all be for the same VPC. </para> </summary> </member> <member name="M:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.EC2.Model.IpPermission})"> <summary> Instantiates AuthorizeSecurityGroupIngressRequest with the parameterized properties </summary> <param name="groupName">[EC2-Classic, default VPC] The name of the security group.</param> <param name="ipPermissions">A set of IP permissions. Can be used to specify multiple rules in a single command. </param> </member> <member name="P:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. Required for a nondefault VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> [EC2-Classic, default VPC] The name of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest.IpPermissions"> <summary> Gets and sets the property IpPermissions. <para> A set of IP permissions. Can be used to specify multiple rules in a single command. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AvailabilityZone"> <summary> Describes an Availability Zone. </summary> </member> <member name="P:Amazon.EC2.Model.AvailabilityZone.Messages"> <summary> Gets and sets the property Messages. <para> Any messages about the Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AvailabilityZone.RegionName"> <summary> Gets and sets the property RegionName. <para> The name of the region. </para> </summary> </member> <member name="P:Amazon.EC2.Model.AvailabilityZone.State"> <summary> Gets and sets the property State. <para> The state of the Availability Zone (<code>available</code> | <code>impaired</code> | <code>unavailable</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.AvailabilityZone.ZoneName"> <summary> Gets and sets the property ZoneName. <para> The name of the Availability Zone. </para> </summary> </member> <member name="T:Amazon.EC2.Model.AvailabilityZoneMessage"> <summary> Describes a message about an Availability Zone. </summary> </member> <member name="P:Amazon.EC2.Model.AvailabilityZoneMessage.Message"> <summary> Gets and sets the property Message. <para> The message about the Availability Zone. </para> </summary> </member> <member name="T:Amazon.EC2.Model.BlockDeviceMapping"> <summary> Describes a block device mapping. </summary> </member> <member name="P:Amazon.EC2.Model.BlockDeviceMapping.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.BlockDeviceMapping.Ebs"> <summary> Gets and sets the property Ebs. <para> Parameters used to automatically set up EBS volumes when the instance is launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BlockDeviceMapping.NoDevice"> <summary> Gets and sets the property NoDevice. <para> Suppresses the specified device included in the block device mapping of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BlockDeviceMapping.VirtualName"> <summary> Gets and sets the property VirtualName. <para> The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for <code>ephemeral0</code> and <code>ephemeral1</code>.The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume. </para> <para> Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.BundleInstanceRequest"> <summary> Container for the parameters to the BundleInstance operation. Bundles an Amazon instance store-backed Windows instance. <para> During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved. </para> <note> <para> This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS. </para> </note> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Creating_InstanceStoreBacked_WinAMI.html">Creating an Instance Store-Backed Windows AMI</a>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.BundleInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.BundleInstanceRequest.#ctor(System.String,Amazon.EC2.Model.Storage)"> <summary> Instantiates BundleInstanceRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance to bundle. Type: String Default: None Required: Yes</param> <param name="storage">The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</param> </member> <member name="P:Amazon.EC2.Model.BundleInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance to bundle. </para> <para> Type: String </para> <para> Default: None </para> <para> Required: Yes </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleInstanceRequest.Storage"> <summary> Gets and sets the property Storage. <para> The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error. </para> </summary> </member> <member name="T:Amazon.EC2.Model.BundleInstanceResponse"> <summary> Configuration for accessing Amazon BundleInstance service </summary> </member> <member name="T:Amazon.EC2.Model.BundleInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.BundleInstanceResult.BundleTask"> <summary> Gets and sets the property BundleTask. <para> Information about the bundle task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleInstanceResponse.BundleInstanceResult"> <summary> Gets and sets the BundleInstanceResult property. Represents the output of a BundleInstance operation. </summary> </member> <member name="T:Amazon.EC2.Model.BundleTask"> <summary> Describes a bundle task. </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.BundleId"> <summary> Gets and sets the property BundleId. <para> The ID of the bundle task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.BundleTaskError"> <summary> Gets and sets the property BundleTaskError. <para> If the task fails, a description of the error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance associated with this bundle task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.Progress"> <summary> Gets and sets the property Progress. <para> The level of task completion, as a percent (for example, 20%). </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.StartTime"> <summary> Gets and sets the property StartTime. <para> The time this task started. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.State"> <summary> Gets and sets the property State. <para> The state of the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.Storage"> <summary> Gets and sets the property Storage. <para> The Amazon S3 storage locations. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTask.UpdateTime"> <summary> Gets and sets the property UpdateTime. <para> The time of the most recent update for the task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.BundleTaskError"> <summary> Describes an error for <a>BundleInstance</a>. </summary> </member> <member name="P:Amazon.EC2.Model.BundleTaskError.Code"> <summary> Gets and sets the property Code. <para> The error code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.BundleTaskError.Message"> <summary> Gets and sets the property Message. <para> The error message. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelBundleTaskRequest"> <summary> Container for the parameters to the CancelBundleTask operation. Cancels a bundling operation for an instance store-backed Windows instance. </summary> </member> <member name="M:Amazon.EC2.Model.CancelBundleTaskRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CancelBundleTaskRequest.#ctor(System.String)"> <summary> Instantiates CancelBundleTaskRequest with the parameterized properties </summary> <param name="bundleId">The ID of the bundle task.</param> </member> <member name="P:Amazon.EC2.Model.CancelBundleTaskRequest.BundleId"> <summary> Gets and sets the property BundleId. <para> The ID of the bundle task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelBundleTaskResponse"> <summary> Configuration for accessing Amazon CancelBundleTask service </summary> </member> <member name="T:Amazon.EC2.Model.CancelBundleTaskResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CancelBundleTaskResult.BundleTask"> <summary> Gets and sets the property BundleTask. <para> Information about the bundle task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelBundleTaskResponse.CancelBundleTaskResult"> <summary> Gets and sets the CancelBundleTaskResult property. Represents the output of a CancelBundleTask operation. </summary> </member> <member name="T:Amazon.EC2.Model.CancelConversionTaskRequest"> <summary> Container for the parameters to the CancelConversionTask operation. Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelConversionTaskRequest.ConversionTaskId"> <summary> Gets and sets the property ConversionTaskId. <para> The ID of the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelConversionTaskRequest.ReasonMessage"> <summary> Gets and sets the property ReasonMessage. <para> The reason for canceling the conversion task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelExportTaskRequest"> <summary> Container for the parameters to the CancelExportTask operation. Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error. </summary> </member> <member name="P:Amazon.EC2.Model.CancelExportTaskRequest.ExportTaskId"> <summary> Gets and sets the property ExportTaskId. <para> The ID of the export task. This is the ID returned by <code>CreateInstanceExportTask</code>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelImportTaskRequest"> <summary> Container for the parameters to the CancelImportTask operation. Cancels an in-process import virtual machine or import snapshot task. </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskRequest.CancelReason"> <summary> Gets and sets the property CancelReason. <para> The reason for canceling the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskRequest.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The ID of the import image or import snapshot task to be canceled. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelImportTaskResponse"> <summary> Configuration for accessing Amazon CancelImportTask service </summary> </member> <member name="T:Amazon.EC2.Model.CancelImportTaskResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskResult.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The ID of the task being canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskResult.PreviousState"> <summary> Gets and sets the property PreviousState. <para> The current state of the task being canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskResult.State"> <summary> Gets and sets the property State. <para> The current state of the task being canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelImportTaskResponse.CancelImportTaskResult"> <summary> Gets and sets the CancelImportTaskResult property. Represents the output of a CancelImportTask operation. </summary> </member> <member name="T:Amazon.EC2.Model.CancelledSpotInstanceRequest"> <summary> Describes a request to cancel a Spot instance. </summary> </member> <member name="P:Amazon.EC2.Model.CancelledSpotInstanceRequest.SpotInstanceRequestId"> <summary> Gets and sets the property SpotInstanceRequestId. <para> The ID of the Spot instance request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelledSpotInstanceRequest.State"> <summary> Gets and sets the property State. <para> The state of the Spot instance request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelReservedInstancesListingRequest"> <summary> Container for the parameters to the CancelReservedInstancesListing operation. Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelReservedInstancesListingRequest.ReservedInstancesListingId"> <summary> Gets and sets the property ReservedInstancesListingId. <para> The ID of the Reserved Instance listing. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelReservedInstancesListingResponse"> <summary> Configuration for accessing Amazon CancelReservedInstancesListing service </summary> </member> <member name="T:Amazon.EC2.Model.CancelReservedInstancesListingResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CancelReservedInstancesListingResult.ReservedInstancesListings"> <summary> Gets and sets the property ReservedInstancesListings. <para> The Reserved Instance listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelReservedInstancesListingResponse.CancelReservedInstancesListingResult"> <summary> Gets and sets the CancelReservedInstancesListingResult property. Represents the output of a CancelReservedInstancesListing operation. </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsError"> <summary> Describes a Spot fleet error. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsError.Code"> <summary> Gets and sets the property Code. <para> The error code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsError.Message"> <summary> Gets and sets the property Message. <para> The description for the error code. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsErrorItem"> <summary> Describes a Spot fleet request that was not successfully canceled. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsErrorItem.Error"> <summary> Gets and sets the property Error. <para> The error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsErrorItem.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsRequest"> <summary> Container for the parameters to the CancelSpotFleetRequests operation. Cancels the specified Spot fleet requests. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsRequest.SpotFleetRequestIds"> <summary> Gets and sets the property SpotFleetRequestIds. <para> The IDs of the Spot fleet requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsRequest.TerminateInstances"> <summary> Gets and sets the property TerminateInstances. <para> Indicates whether to terminate instances for a Spot fleet request if it is canceled successfully. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsResponse"> <summary> Configuration for accessing Amazon CancelSpotFleetRequests service </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsResult"> <summary> Contains the output of CancelSpotFleetRequests. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsResult.SuccessfulFleetRequests"> <summary> Gets and sets the property SuccessfulFleetRequests. <para> Information about the Spot fleet requests that are successfully canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsResult.UnsuccessfulFleetRequests"> <summary> Gets and sets the property UnsuccessfulFleetRequests. <para> Information about the Spot fleet requests that are not successfully canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsResponse.CancelSpotFleetRequestsResult"> <summary> Gets and sets the CancelSpotFleetRequestsResult property. Represents the output of a CancelSpotFleetRequests operation. </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotFleetRequestsSuccessItem"> <summary> Describes a Spot fleet request that was successfully canceled. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsSuccessItem.CurrentSpotFleetRequestState"> <summary> Gets and sets the property CurrentSpotFleetRequestState. <para> The current state of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsSuccessItem.PreviousSpotFleetRequestState"> <summary> Gets and sets the property PreviousSpotFleetRequestState. <para> The previous state of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotFleetRequestsSuccessItem.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotInstanceRequestsRequest"> <summary> Container for the parameters to the CancelSpotInstanceRequests operation. Cancels one or more Spot instance requests. Spot instances are instances that Amazon EC2 starts on your behalf when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Spot Instance Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <important> <para> Canceling a Spot instance request does not terminate running Spot instances associated with the request. </para> </important> </summary> </member> <member name="M:Amazon.EC2.Model.CancelSpotInstanceRequestsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CancelSpotInstanceRequestsRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates CancelSpotInstanceRequestsRequest with the parameterized properties </summary> <param name="spotInstanceRequestIds">One or more Spot instance request IDs.</param> </member> <member name="P:Amazon.EC2.Model.CancelSpotInstanceRequestsRequest.SpotInstanceRequestIds"> <summary> Gets and sets the property SpotInstanceRequestIds. <para> One or more Spot instance request IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotInstanceRequestsResponse"> <summary> Configuration for accessing Amazon CancelSpotInstanceRequests service </summary> </member> <member name="T:Amazon.EC2.Model.CancelSpotInstanceRequestsResult"> <summary> Contains the output of CancelSpotInstanceRequests. </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotInstanceRequestsResult.CancelledSpotInstanceRequests"> <summary> Gets and sets the property CancelledSpotInstanceRequests. <para> One or more Spot instance requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CancelSpotInstanceRequestsResponse.CancelSpotInstanceRequestsResult"> <summary> Gets and sets the CancelSpotInstanceRequestsResult property. Represents the output of a CancelSpotInstanceRequests operation. </summary> </member> <member name="T:Amazon.EC2.Model.ClassicLinkInstance"> <summary> Describes a linked EC2-Classic instance. </summary> </member> <member name="P:Amazon.EC2.Model.ClassicLinkInstance.Groups"> <summary> Gets and sets the property Groups. <para> A list of security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClassicLinkInstance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClassicLinkInstance.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClassicLinkInstance.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ClientData"> <summary> Describes the client-specific data. </summary> </member> <member name="P:Amazon.EC2.Model.ClientData.Comment"> <summary> Gets and sets the property Comment. <para> A user-defined comment about the disk upload. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClientData.UploadEnd"> <summary> Gets and sets the property UploadEnd. <para> The time that the disk upload ends. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClientData.UploadSize"> <summary> Gets and sets the property UploadSize. <para> The size of the uploaded disk image, in GiB. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ClientData.UploadStart"> <summary> Gets and sets the property UploadStart. <para> The time that the disk upload starts. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ConfirmProductInstanceRequest"> <summary> Container for the parameters to the ConfirmProductInstance operation. Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner needs to verify whether another user's instance is eligible for support. </summary> </member> <member name="M:Amazon.EC2.Model.ConfirmProductInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ConfirmProductInstanceRequest.#ctor(System.String,System.String)"> <summary> Instantiates ConfirmProductInstanceRequest with the parameterized properties </summary> <param name="productCode">The product code. This must be a product code that you own.</param> <param name="instanceId">The ID of the instance.</param> </member> <member name="P:Amazon.EC2.Model.ConfirmProductInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConfirmProductInstanceRequest.ProductCode"> <summary> Gets and sets the property ProductCode. <para> The product code. This must be a product code that you own. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ConfirmProductInstanceResponse"> <summary> Configuration for accessing Amazon ConfirmProductInstance service </summary> </member> <member name="T:Amazon.EC2.Model.ConfirmProductInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ConfirmProductInstanceResult.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the instance owner. This is only present if the product code is attached to the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConfirmProductInstanceResult.Return"> <summary> Gets and sets the property Return. <para> The return value of the request. Returns <code>true</code> if the specified product code is owned by the requester and associated with the specified instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConfirmProductInstanceResponse.ConfirmProductInstanceResult"> <summary> Gets and sets the ConfirmProductInstanceResult property. Represents the output of a ConfirmProductInstance operation. </summary> </member> <member name="T:Amazon.EC2.Model.ConversionTask"> <summary> Describes a conversion task. </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.ConversionTaskId"> <summary> Gets and sets the property ConversionTaskId. <para> The ID of the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.ExpirationTime"> <summary> Gets and sets the property ExpirationTime. <para> The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.ImportInstance"> <summary> Gets and sets the property ImportInstance. <para> If the task is for importing an instance, this contains information about the import instance task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.ImportVolume"> <summary> Gets and sets the property ImportVolume. <para> If the task is for importing a volume, this contains information about the import volume task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.State"> <summary> Gets and sets the property State. <para> The state of the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> The status message related to the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ConversionTask.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CopyImageRequest"> <summary> Container for the parameters to the CopyImage operation. Initiates the copy of an AMI from the specified source region to the current region. You specify the destination region by using its endpoint when making the request. AMIs that use encrypted EBS snapshots cannot be copied with this method. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html">Copying AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure Idempotency</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the new AMI in the destination region. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the new AMI in the destination region. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageRequest.SourceImageId"> <summary> Gets and sets the property SourceImageId. <para> The ID of the AMI to copy. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageRequest.SourceRegion"> <summary> Gets and sets the property SourceRegion. <para> The name of the region that contains the AMI to copy. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CopyImageResponse"> <summary> Configuration for accessing Amazon CopyImage service </summary> </member> <member name="T:Amazon.EC2.Model.CopyImageResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageResult.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the new AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopyImageResponse.CopyImageResult"> <summary> Gets and sets the CopyImageResult property. Represents the output of a CopyImage operation. </summary> </member> <member name="T:Amazon.EC2.Model.CopySnapshotRequest"> <summary> Container for the parameters to the CopySnapshot operation. Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to. <para> Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless the <code>Encrypted</code> flag is specified during the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a non-default CMK with the <code>KmsKeyId</code> parameter. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-copy-snapshot.html">Copying an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the EBS snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.DestinationRegion"> <summary> Gets and sets the property DestinationRegion. <para> The destination region to use in the <code>PresignedUrl</code> parameter of a snapshot copy operation. This parameter is only valid for specifying the destination region in a <code>PresignedUrl</code> parameter, where it is required. </para> <note> <para> <code>CopySnapshot</code> sends the snapshot copy to the regional endpoint that you send the HTTP request to, such as <code>ec2.us-east-1.amazonaws.com</code> (in the AWS CLI, this is specified with the <code>--region</code> parameter or the default region in your AWS configuration file). </para> </note> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Specifies whether the destination snapshot should be encrypted. There is no way to create an unencrypted snapshot copy from an encrypted snapshot; however, you can encrypt a copy of an unencrypted snapshot with this flag. The default CMK for EBS is used unless a non-default AWS Key Management Service (AWS KMS) CMK is specified with <code>KmsKeyId</code>. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when creating the snapshot copy. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the <code>key</code> namespace, and then the CMK ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>. The specified CMK must exist in the region that the snapshot is being copied to. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.PresignedUrl"> <summary> Gets and sets the property PresignedUrl. <para> The pre-signed URL that facilitates copying an encrypted snapshot. This parameter is only required when copying an encrypted snapshot with the Amazon EC2 Query API; it is available as an optional parameter in all other cases. The <code>PresignedUrl</code> should use the snapshot source endpoint, the <code>CopySnapshot</code> action, and include the <code>SourceRegion</code>, <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The <code>PresignedUrl</code> must be signed using AWS Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in <a href="http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">Authenticating Requests by Using Query Parameters (AWS Signature Version 4)</a> in the <i>Amazon Simple Storage Service API Reference</i>. An invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail asynchronously, and the snapshot will move to an <code>error</code> state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.SourceRegion"> <summary> Gets and sets the property SourceRegion. <para> The ID of the region that contains the snapshot to be copied. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotRequest.SourceSnapshotId"> <summary> Gets and sets the property SourceSnapshotId. <para> The ID of the EBS snapshot to copy. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CopySnapshotResponse"> <summary> Configuration for accessing Amazon CopySnapshot service </summary> </member> <member name="T:Amazon.EC2.Model.CopySnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotResult.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the new snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CopySnapshotResponse.CopySnapshotResult"> <summary> Gets and sets the CopySnapshotResult property. Represents the output of a CopySnapshot operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateCustomerGatewayRequest"> <summary> Container for the parameters to the CreateCustomerGateway operation. Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the Internet-routable IP address of the customer gateway's external interface. The IP address must be static and can't be behind a device performing network address translation (NAT). <para> For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range). </para> <note> <para> Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the <code>us-east-1</code> region, and 9059, which is reserved in the <code>eu-west-1</code> region. </para> </note> <para> For more information about VPN customer gateways, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> <important> <para> You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources. </para> </important> </summary> </member> <member name="M:Amazon.EC2.Model.CreateCustomerGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateCustomerGatewayRequest.#ctor(Amazon.EC2.GatewayType,System.String,System.Int32)"> <summary> Instantiates CreateCustomerGatewayRequest with the parameterized properties </summary> <param name="type">The type of VPN connection that this customer gateway supports (<code>ipsec.1</code>).</param> <param name="publicIp">The Internet-routable IP address for the customer gateway's outside interface. The address must be static.</param> <param name="bgpAsn">For devices that support BGP, the customer gateway's BGP ASN. Default: 65000</param> </member> <member name="P:Amazon.EC2.Model.CreateCustomerGatewayRequest.BgpAsn"> <summary> Gets and sets the property BgpAsn. <para> For devices that support BGP, the customer gateway's BGP ASN. </para> <para> Default: 65000 </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateCustomerGatewayRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Internet-routable IP address for the customer gateway's outside interface. The address must be static. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateCustomerGatewayRequest.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection that this customer gateway supports (<code>ipsec.1</code>). </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateCustomerGatewayResponse"> <summary> Configuration for accessing Amazon CreateCustomerGateway service </summary> </member> <member name="T:Amazon.EC2.Model.CreateCustomerGatewayResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateCustomerGatewayResult.CustomerGateway"> <summary> Gets and sets the property CustomerGateway. <para> Information about the customer gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateCustomerGatewayResponse.CreateCustomerGatewayResult"> <summary> Gets and sets the CreateCustomerGatewayResult property. Represents the output of a CreateCustomerGateway operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateDhcpOptionsRequest"> <summary> Container for the parameters to the CreateDhcpOptions operation. Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see <a href="http://www.ietf.org/rfc/rfc2132.txt">RFC 2132</a>. <ul> <li> <code>domain-name-servers</code> - The IP addresses of up to four domain name servers, or <code>AmazonProvidedDNS</code>. The default DHCP option set specifies <code>AmazonProvidedDNS</code>. If specifying more than one domain name server, specify the IP addresses in a single parameter, separated by commas.</li> <li> <code>domain-name</code> - If you're using AmazonProvidedDNS in <code>us-east-1</code>, specify <code>ec2.internal</code>. If you're using AmazonProvidedDNS in another region, specify <code>region.compute.internal</code> (for example, <code>ap-northeast-1.compute.internal</code>). Otherwise, specify a domain name (for example, <code>MyCompany.com</code>). <b>Important</b>: Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP options set is associated with a VPC that has instances with multiple operating systems, specify only one domain name.</li> <li> <code>ntp-servers</code> - The IP addresses of up to four Network Time Protocol (NTP) servers.</li> <li> <code>netbios-name-servers</code> - The IP addresses of up to four NetBIOS name servers.</li> <li> <code>netbios-node-type</code> - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2 (broadcast and multicast are not currently supported). For more information about these node types, see <a href="http://www.ietf.org/rfc/rfc2132.txt">RFC 2132</a>. </li> </ul> <para> Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an Internet gateway, make sure to set the <code>domain-name-servers</code> option either to <code>AmazonProvidedDNS</code> or to a domain name server of your choice. For more information about DHCP options, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateDhcpOptionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateDhcpOptionsRequest.#ctor(System.Collections.Generic.List{Amazon.EC2.Model.DhcpConfiguration})"> <summary> Instantiates CreateDhcpOptionsRequest with the parameterized properties </summary> <param name="dhcpConfigurations">A DHCP configuration option.</param> </member> <member name="P:Amazon.EC2.Model.CreateDhcpOptionsRequest.DhcpConfigurations"> <summary> Gets and sets the property DhcpConfigurations. <para> A DHCP configuration option. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateDhcpOptionsResponse"> <summary> Configuration for accessing Amazon CreateDhcpOptions service </summary> </member> <member name="T:Amazon.EC2.Model.CreateDhcpOptionsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateDhcpOptionsResult.DhcpOptions"> <summary> Gets and sets the property DhcpOptions. <para> A set of DHCP options. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateDhcpOptionsResponse.CreateDhcpOptionsResult"> <summary> Gets and sets the CreateDhcpOptionsResult property. Represents the output of a CreateDhcpOptions operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateFlowLogsRequest"> <summary> Container for the parameters to the CreateFlowLogs operation. Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC. Flow logs are delivered to a specified log group in Amazon CloudWatch Logs. If you specify a VPC or subnet in the request, a log stream is created in CloudWatch Logs for each network interface in the subnet or VPC. Log streams can include information about accepted and rejected traffic to a network interface. You can view the data in your log streams using Amazon CloudWatch Logs. <para> In your request, you must also specify an IAM role that has permission to publish logs to CloudWatch Logs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.DeliverLogsPermissionArn"> <summary> Gets and sets the property DeliverLogsPermissionArn. <para> The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.LogGroupName"> <summary> Gets and sets the property LogGroupName. <para> The name of the CloudWatch log group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.ResourceIds"> <summary> Gets and sets the property ResourceIds. <para> One or more subnet, network interface, or VPC IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.ResourceType"> <summary> Gets and sets the property ResourceType. <para> The type of resource on which to create the flow log. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsRequest.TrafficType"> <summary> Gets and sets the property TrafficType. <para> The type of traffic to log. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateFlowLogsResponse"> <summary> Configuration for accessing Amazon CreateFlowLogs service </summary> </member> <member name="T:Amazon.EC2.Model.CreateFlowLogsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsResult.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsResult.FlowLogIds"> <summary> Gets and sets the property FlowLogIds. <para> The IDs of the flow logs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsResult.Unsuccessful"> <summary> Gets and sets the property Unsuccessful. <para> Information about the flow logs that could not be created successfully. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateFlowLogsResponse.CreateFlowLogsResult"> <summary> Gets and sets the CreateFlowLogsResult property. Represents the output of a CreateFlowLogs operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateImageRequest"> <summary> Container for the parameters to the CreateImage operation. Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. <para> If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html">Creating Amazon EBS-Backed Linux AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateImageRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateImageRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateImageRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> <param name="name">A name for the new image. Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</param> </member> <member name="P:Amazon.EC2.Model.CreateImageRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> Information about one or more block device mappings. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the new image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageRequest.Name"> <summary> Gets and sets the property Name. <para> A name for the new image. </para> <para> Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_) </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageRequest.NoReboot"> <summary> Gets and sets the property NoReboot. <para> By default, this parameter is set to <code>false</code>, which means Amazon EC2 attempts to shut down the instance cleanly before image creation and then reboots the instance. When the parameter is set to <code>true</code>, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateImageResponse"> <summary> Configuration for accessing Amazon CreateImage service </summary> </member> <member name="T:Amazon.EC2.Model.CreateImageResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageResult.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the new AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateImageResponse.CreateImageResult"> <summary> Gets and sets the CreateImageResult property. Represents the output of a CreateImage operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateInstanceExportTaskRequest"> <summary> Container for the parameters to the CreateInstanceExportTask operation. Exports a running or stopped instance to an S3 bucket. <para> For information about the supported operating systems, image formats, and known limitations for the types of instances you can export, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ExportingEC2Instances.html">Exporting EC2 Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the conversion task or the resource being exported. The maximum length is 255 bytes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskRequest.ExportToS3Task"> <summary> Gets and sets the property ExportToS3Task. <para> The format and location for an instance export task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskRequest.TargetEnvironment"> <summary> Gets and sets the property TargetEnvironment. <para> The target virtualization environment. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateInstanceExportTaskResponse"> <summary> Configuration for accessing Amazon CreateInstanceExportTask service </summary> </member> <member name="T:Amazon.EC2.Model.CreateInstanceExportTaskResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskResult.ExportTask"> <summary> Gets and sets the property ExportTask. <para> Information about the instance export task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInstanceExportTaskResponse.CreateInstanceExportTaskResult"> <summary> Gets and sets the CreateInstanceExportTaskResult property. Represents the output of a CreateInstanceExportTask operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateInternetGatewayRequest"> <summary> Container for the parameters to the CreateInternetGateway operation. Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using <a>AttachInternetGateway</a>. <para> For more information about your VPC and Internet gateway, see the <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/">Amazon Virtual Private Cloud User Guide</a>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateInternetGatewayResponse"> <summary> Configuration for accessing Amazon CreateInternetGateway service </summary> </member> <member name="T:Amazon.EC2.Model.CreateInternetGatewayResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInternetGatewayResult.InternetGateway"> <summary> Gets and sets the property InternetGateway. <para> Information about the Internet gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateInternetGatewayResponse.CreateInternetGatewayResult"> <summary> Gets and sets the CreateInternetGatewayResult property. Represents the output of a CreateInternetGateway operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateKeyPairRequest"> <summary> Container for the parameters to the CreateKeyPair operation. Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#8 private key. If a key with the specified name already exists, Amazon EC2 returns an error. <para> You can have up to five thousand key pairs per region. </para> <para> The key pair returned to you is available only in the region in which you create it. To create a key pair that is available in all regions, use <a>ImportKeyPair</a>. </para> <para> For more information about key pairs, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateKeyPairRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateKeyPairRequest.#ctor(System.String)"> <summary> Instantiates CreateKeyPairRequest with the parameterized properties </summary> <param name="keyName">A unique name for the key pair. Constraints: Up to 255 ASCII characters</param> </member> <member name="P:Amazon.EC2.Model.CreateKeyPairRequest.KeyName"> <summary> Gets and sets the property KeyName. <para> A unique name for the key pair. </para> <para> Constraints: Up to 255 ASCII characters </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateKeyPairResponse"> <summary> Configuration for accessing Amazon CreateKeyPair service </summary> </member> <member name="T:Amazon.EC2.Model.CreateKeyPairResult"> <summary> Contains the response data from the CreateKeyPair operation. </summary> </member> <member name="P:Amazon.EC2.Model.CreateKeyPairResponse.CreateKeyPairResult"> <summary> Gets and sets the CreateKeyPairResult property. Represents the output of a CreateKeyPair operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkAclEntryRequest"> <summary> Container for the parameters to the CreateNetworkAclEntry operation. Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. <para> We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. </para> <para> After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. </para> <para> For more information about network ACLs, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The network range to allow or deny, in CIDR notation (for example <code>172.16.0.0/24</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.Egress"> <summary> Gets and sets the property Egress. <para> Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.IcmpTypeCode"> <summary> Gets and sets the property IcmpTypeCode. <para> ICMP protocol: The ICMP type and code. Required if specifying ICMP for the protocol. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.PortRange"> <summary> Gets and sets the property PortRange. <para> TCP or UDP protocols: The range of ports the rule applies to. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.Protocol"> <summary> Gets and sets the property Protocol. <para> The protocol. A value of -1 means all protocols. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.RuleAction"> <summary> Gets and sets the property RuleAction. <para> Indicates whether to allow or deny the traffic that matches the rule. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclEntryRequest.RuleNumber"> <summary> Gets and sets the property RuleNumber. <para> The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number. </para> <para> Constraints: Positive integer from 1 to 32766 </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkAclRequest"> <summary> Container for the parameters to the CreateNetworkAcl operation. Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. <para> For more information about network ACLs, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkAclResponse"> <summary> Configuration for accessing Amazon CreateNetworkAcl service </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkAclResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclResult.NetworkAcl"> <summary> Gets and sets the property NetworkAcl. <para> Information about the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkAclResponse.CreateNetworkAclResult"> <summary> Gets and sets the CreateNetworkAclResult property. Represents the output of a CreateNetworkAcl operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkInterfaceRequest"> <summary> Container for the parameters to the CreateNetworkInterface operation. Creates a network interface in the specified subnet. <para> For more information about network interfaces, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html">Elastic Network Interfaces</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.Groups"> <summary> Gets and sets the property Groups. <para> The IDs of one or more security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The primary private IP address of the network interface. If you don't specify an IP address, Amazon EC2 selects one for you from the subnet range. If you specify an IP address, you cannot indicate any IP addresses specified in <code>privateIpAddresses</code> as primary (only one IP address can be designated as primary). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> One or more private IP addresses. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.SecondaryPrivateIpAddressCount"> <summary> Gets and sets the property SecondaryPrivateIpAddressCount. <para> The number of secondary private IP addresses to assign to a network interface. When you specify a number of secondary IP addresses, Amazon EC2 selects these IP addresses within the subnet range. You can't specify this option and specify more than one private IP address using <code>privateIpAddresses</code>. </para> <para> The number of IP addresses you can assign to a network interface varies by instance type. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI">Private IP Addresses Per ENI Per Instance Type</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet to associate with the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkInterfaceResponse"> <summary> Configuration for accessing Amazon CreateNetworkInterface service </summary> </member> <member name="T:Amazon.EC2.Model.CreateNetworkInterfaceResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceResult.NetworkInterface"> <summary> Gets and sets the property NetworkInterface. <para> Information about the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateNetworkInterfaceResponse.CreateNetworkInterfaceResult"> <summary> Gets and sets the CreateNetworkInterfaceResult property. Represents the output of a CreateNetworkInterface operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreatePlacementGroupRequest"> <summary> Container for the parameters to the CreatePlacementGroup operation. Creates a placement group that you launch cluster instances into. You must give the group a name that's unique within the scope of your account. <para> For more information about placement groups and cluster instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html">Cluster Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreatePlacementGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreatePlacementGroupRequest.#ctor(System.String,Amazon.EC2.PlacementStrategy)"> <summary> Instantiates CreatePlacementGroupRequest with the parameterized properties </summary> <param name="groupName">A name for the placement group. Constraints: Up to 255 ASCII characters</param> <param name="strategy">The placement strategy.</param> </member> <member name="P:Amazon.EC2.Model.CreatePlacementGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> A name for the placement group. </para> <para> Constraints: Up to 255 ASCII characters </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreatePlacementGroupRequest.Strategy"> <summary> Gets and sets the property Strategy. <para> The placement strategy. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateReservedInstancesListingRequest"> <summary> Container for the parameters to the CreateReservedInstancesListing operation. Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Reserved Instance listing at a time. To get a list of your Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation. <para> The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. </para> <para> To sell your Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Reserved Instances, and specify the upfront price to receive for them. Your Reserved Instance listings then become available for purchase. To view the details of your Reserved Instance listing, you can use the <a>DescribeReservedInstancesListings</a> operation. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingRequest.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingRequest.PriceSchedules"> <summary> Gets and sets the property PriceSchedules. <para> A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingRequest.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> The ID of the active Reserved Instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateReservedInstancesListingResponse"> <summary> Configuration for accessing Amazon CreateReservedInstancesListing service </summary> </member> <member name="T:Amazon.EC2.Model.CreateReservedInstancesListingResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingResult.ReservedInstancesListings"> <summary> Gets and sets the property ReservedInstancesListings. <para> Information about the Reserved Instances listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateReservedInstancesListingResponse.CreateReservedInstancesListingResult"> <summary> Gets and sets the CreateReservedInstancesListingResult property. Represents the output of a CreateReservedInstancesListing operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteRequest"> <summary> Container for the parameters to the CreateRoute operation. Creates a route in a route table within a VPC. <para> You must specify one of the following targets: Internet gateway or virtual private gateway, NAT instance, VPC peering connection, or network interface. </para> <para> When determining how to route traffic, we use the route with the most specific match. For example, let's say the traffic is destined for <code>192.0.2.3</code>, and the route table includes the following two routes: </para> <ul> <li> <para> <code>192.0.2.0/24</code> (goes to some target A) </para> </li> <li> <para> <code>192.0.2.0/28</code> (goes to some target B) </para> </li> </ul> <para> Both routes apply to the traffic destined for <code>192.0.2.3</code>. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. </para> <para> For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR address block used for the destination match. Routing decisions are based on the most specific match. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of an Internet gateway or virtual private gateway attached to your VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of a network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table for the route. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteRequest.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of a VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteResponse"> <summary> Configuration for accessing Amazon CreateRoute service </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteResult.Return"> <summary> Gets and sets the property Return. <para> Returns <code>true</code> if the request succeeds; otherwise, it returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteResponse.CreateRouteResult"> <summary> Gets and sets the CreateRouteResult property. Represents the output of a CreateRoute operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteTableRequest"> <summary> Container for the parameters to the CreateRouteTable operation. Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. <para> For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteTableRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteTableResponse"> <summary> Configuration for accessing Amazon CreateRouteTable service </summary> </member> <member name="T:Amazon.EC2.Model.CreateRouteTableResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteTableResult.RouteTable"> <summary> Gets and sets the property RouteTable. <para> Information about the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateRouteTableResponse.CreateRouteTableResult"> <summary> Gets and sets the CreateRouteTableResult property. Represents the output of a CreateRouteTable operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateSecurityGroupRequest"> <summary> Container for the parameters to the CreateSecurityGroup operation. Creates a security group. <para> A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> and <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> <important> <para> EC2-Classic: You can have up to 500 security groups. </para> <para> EC2-VPC: You can create up to 100 security groups per VPC. </para> </important> <para> When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name. </para> <para> You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. </para> <para> You can add or remove rules from your security groups using <a>AuthorizeSecurityGroupIngress</a>, <a>AuthorizeSecurityGroupEgress</a>, <a>RevokeSecurityGroupIngress</a>, and <a>RevokeSecurityGroupEgress</a>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateSecurityGroupRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateSecurityGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the security group. Constraints: Up to 255 characters in length Constraints for EC2-Classic: ASCII characters Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</param> <param name="description">A description for the security group. This is informational only. Constraints: Up to 255 characters in length Constraints for EC2-Classic: ASCII characters Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</param> </member> <member name="P:Amazon.EC2.Model.CreateSecurityGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the security group. This is informational only. </para> <para> Constraints: Up to 255 characters in length </para> <para> Constraints for EC2-Classic: ASCII characters </para> <para> Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSecurityGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the security group. </para> <para> Constraints: Up to 255 characters in length </para> <para> Constraints for EC2-Classic: ASCII characters </para> <para> Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSecurityGroupRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> [EC2-VPC] The ID of the VPC. Required for EC2-VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateSecurityGroupResponse"> <summary> Configuration for accessing Amazon CreateSecurityGroup service </summary> </member> <member name="T:Amazon.EC2.Model.CreateSecurityGroupResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSecurityGroupResult.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSecurityGroupResponse.CreateSecurityGroupResult"> <summary> Gets and sets the CreateSecurityGroupResult property. Represents the output of a CreateSecurityGroup operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateSnapshotRequest"> <summary> Container for the parameters to the CreateSnapshot operation. Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance. <para> When a snapshot is created, any AWS Marketplace product codes that are associated with the source volume are propagated to the snapshot. </para> <para> You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your EBS volume at the time the snapshot command is issued; this may exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is <code>pending</code>. </para> <para> To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot. </para> <para> Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html">Amazon Elastic Block Store</a> and <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateSnapshotRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateSnapshotRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateSnapshotRequest with the parameterized properties </summary> <param name="volumeId">The ID of the EBS volume.</param> <param name="description">A description for the snapshot.</param> </member> <member name="P:Amazon.EC2.Model.CreateSnapshotRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSnapshotRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the EBS volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateSnapshotResponse"> <summary> Configuration for accessing Amazon CreateSnapshot service </summary> </member> <member name="T:Amazon.EC2.Model.CreateSnapshotResult"> <summary> Contains the response data from the CreateSnapshot operation. </summary> </member> <member name="P:Amazon.EC2.Model.CreateSnapshotResponse.CreateSnapshotResult"> <summary> Gets and sets the CreateSnapshotResult property. Represents the output of a CreateSnapshot operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest"> <summary> Container for the parameters to the CreateSpotDatafeedSubscription operation. Creates a data feed for Spot instances, enabling you to view Spot instance usage logs. You can create one data feed per AWS account. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html">Spot Instance Data Feed</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest.#ctor(System.String)"> <summary> Instantiates CreateSpotDatafeedSubscriptionRequest with the parameterized properties </summary> <param name="bucket">The Amazon S3 bucket in which to store the Spot instance data feed.</param> </member> <member name="P:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest.Bucket"> <summary> Gets and sets the property Bucket. <para> The Amazon S3 bucket in which to store the Spot instance data feed. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest.Prefix"> <summary> Gets and sets the property Prefix. <para> A prefix for the data feed file names. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResponse"> <summary> Configuration for accessing Amazon CreateSpotDatafeedSubscription service </summary> </member> <member name="T:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResult"> <summary> Contains the output of CreateSpotDatafeedSubscription. </summary> </member> <member name="P:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResult.SpotDatafeedSubscription"> <summary> Gets and sets the property SpotDatafeedSubscription. <para> The Spot instance data feed subscription. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResponse.CreateSpotDatafeedSubscriptionResult"> <summary> Gets and sets the CreateSpotDatafeedSubscriptionResult property. Represents the output of a CreateSpotDatafeedSubscription operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateSubnetRequest"> <summary> Container for the parameters to the CreateSubnet operation. Creates a subnet in an existing VPC. <para> When you create each subnet, you provide the VPC ID and the CIDR block you want for the subnet. After you create a subnet, you can't change its CIDR block. The subnet's CIDR block can be the same as the VPC's CIDR block (assuming you want only a single subnet in the VPC), or a subset of the VPC's CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest subnet (and VPC) you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses). </para> <important> <para> AWS reserves both the first four and the last IP address in each subnet's CIDR block. They're not available for use. </para> </important> <para> If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. </para> <para> If you launch an instance in a VPC using an Amazon EBS-backed AMI, the IP address doesn't change if you stop and restart the instance (unlike a similar instance launched outside a VPC, which gets a new IP address when restarted). It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. </para> <para> For more information about subnets, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateSubnetRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateSubnetRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateSubnetRequest with the parameterized properties </summary> <param name="vpcId">The ID of the VPC.</param> <param name="cidrBlock">The network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>.</param> </member> <member name="P:Amazon.EC2.Model.CreateSubnetRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the subnet. </para> <para> Default: Amazon EC2 selects one for you (recommended). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSubnetRequest.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSubnetRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateSubnetResponse"> <summary> Configuration for accessing Amazon CreateSubnet service </summary> </member> <member name="T:Amazon.EC2.Model.CreateSubnetResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSubnetResult.Subnet"> <summary> Gets and sets the property Subnet. <para> Information about the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateSubnetResponse.CreateSubnetResult"> <summary> Gets and sets the CreateSubnetResult property. Represents the output of a CreateSubnet operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateTagsRequest"> <summary> Container for the parameters to the CreateTags operation. Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. Each resource can have a maximum of 10 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. <para> For more information about tags, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateTagsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateTagsRequest.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{Amazon.EC2.Model.Tag})"> <summary> Instantiates CreateTagsRequest with the parameterized properties </summary> <param name="resources">The IDs of one or more resources to tag. For example, ami-1a2b3c4d.</param> <param name="tags">One or more tags. The <code>value</code> parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string. </param> </member> <member name="P:Amazon.EC2.Model.CreateTagsRequest.Resources"> <summary> Gets and sets the property Resources. <para> The IDs of one or more resources to tag. For example, ami-1a2b3c4d. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags. The <code>value</code> parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVolumePermission"> <summary> Describes the user or group to be added or removed from the permissions for a volume. </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumePermission.Group"> <summary> Gets and sets the property Group. <para> The specific group that is to be added or removed from a volume's list of create volume permissions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumePermission.UserId"> <summary> Gets and sets the property UserId. <para> The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVolumePermissionModifications"> <summary> Describes modifications to the permissions for a volume. </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumePermissionModifications.Add"> <summary> Gets and sets the property Add. <para> Adds a specific AWS account ID or group to a volume's list of create volume permissions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumePermissionModifications.Remove"> <summary> Gets and sets the property Remove. <para> Removes a specific AWS account ID or group from a volume's list of create volume permissions. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVolumeRequest"> <summary> Container for the parameters to the CreateVolume operation. Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. <para> You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume. </para> <para> You can create encrypted volumes with the <code>Encrypted</code> parameter. Encrypted volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-volume.html">Creating or Restoring an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateVolumeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateVolumeRequest.#ctor(System.String,System.Int32)"> <summary> Instantiates CreateVolumeRequest with the parameterized properties </summary> <param name="availabilityZone">The Availability Zone in which to create the volume. Use <a>DescribeAvailabilityZones</a> to list the Availability Zones that are currently available to you.</param> <param name="size">The size of the volume, in GiBs. Constraints: <code>1-1024</code> for <code>standard</code> volumes, <code>1-16384</code> for <code>gp2</code> volumes, and <code>4-16384</code> for <code>io1</code> volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size.</param> </member> <member name="M:Amazon.EC2.Model.CreateVolumeRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateVolumeRequest with the parameterized properties </summary> <param name="availabilityZone">The Availability Zone in which to create the volume. Use <a>DescribeAvailabilityZones</a> to list the Availability Zones that are currently available to you.</param> <param name="snapshotId">The snapshot from which to create the volume.</param> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone in which to create the volume. Use <a>DescribeAvailabilityZones</a> to list the Availability Zones that are currently available to you. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Specifies whether the volume should be encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are automatically encrypted. There is no way to create an encrypted volume from an unencrypted snapshot or vice versa. If your AMI uses encrypted volumes, you can only launch it on supported instance types. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.Iops"> <summary> Gets and sets the property Iops. <para> Only valid for Provisioned IOPS (SSD) volumes. The number of I/O operations per second (IOPS) to provision for the volume, with a maximum ratio of 30 IOPS/GiB. </para> <para> Constraint: Range is 100 to 20000 for Provisioned IOPS (SSD) volumes </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used. The ARN contains the <code>arn:aws:kms</code> namespace, followed by the region of the CMK, the AWS account ID of the CMK owner, the <code>key</code> namespace, and then the CMK ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>. If a <code>KmsKeyId</code> is specified, the <code>Encrypted</code> flag must also be set. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.Size"> <summary> Gets and sets the property Size. <para> The size of the volume, in GiBs. </para> <para> Constraints: <code>1-1024</code> for <code>standard</code> volumes, <code>1-16384</code> for <code>gp2</code> volumes, and <code>4-16384</code> for <code>io1</code> volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. </para> <para> Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The snapshot from which to create the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeRequest.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. This can be <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, or <code>standard</code> for Magnetic volumes. </para> <para> Default: <code>standard</code> </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVolumeResponse"> <summary> Configuration for accessing Amazon CreateVolume service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVolumeResult"> <summary> Contains the response data from the CreateVolume operation. </summary> </member> <member name="P:Amazon.EC2.Model.CreateVolumeResponse.CreateVolumeResult"> <summary> Gets and sets the CreateVolumeResult property. Represents the output of a CreateVolume operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcEndpointRequest"> <summary> Container for the parameters to the CreateVpcEndpoint operation. Creates a VPC endpoint for a specified AWS service. An endpoint enables you to create a private connection between your VPC and another AWS service in your account. You can specify an endpoint policy to attach to the endpoint that will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. <para> Currently, only endpoints to Amazon S3 are supported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to Ensure Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointRequest.RouteTableIds"> <summary> Gets and sets the property RouteTableIds. <para> One or more route table IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointRequest.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The AWS service name, in the form <code>com.amazonaws.<i>region</i>.<i>service</i></code>. To get a list of available services, use the <a>DescribeVpcEndpointServices</a> request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC in which the endpoint will be used. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcEndpointResponse"> <summary> Configuration for accessing Amazon CreateVpcEndpoint service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcEndpointResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointResult.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointResult.VpcEndpoint"> <summary> Gets and sets the property VpcEndpoint. <para> Information about the endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcEndpointResponse.CreateVpcEndpointResult"> <summary> Gets and sets the CreateVpcEndpointResult property. Represents the output of a CreateVpcEndpoint operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcPeeringConnectionRequest"> <summary> Container for the parameters to the CreateVpcPeeringConnection operation. Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. The peer VPC can belong to another AWS account. The requester VPC and peer VPC cannot have overlapping CIDR blocks. <para> The owner of the peer VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. </para> <para> A <code>CreateVpcPeeringConnection</code> request between VPCs with overlapping CIDR blocks results in the VPC peering connection having a status of <code>failed</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcPeeringConnectionRequest.PeerOwnerId"> <summary> Gets and sets the property PeerOwnerId. <para> The AWS account ID of the owner of the peer VPC. </para> <para> Default: Your AWS account ID </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcPeeringConnectionRequest.PeerVpcId"> <summary> Gets and sets the property PeerVpcId. <para> The ID of the VPC with which you are creating the VPC peering connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcPeeringConnectionRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the requester VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcPeeringConnectionResponse"> <summary> Configuration for accessing Amazon CreateVpcPeeringConnection service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcPeeringConnectionResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcPeeringConnectionResult.VpcPeeringConnection"> <summary> Gets and sets the property VpcPeeringConnection. <para> Information about the VPC peering connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcPeeringConnectionResponse.CreateVpcPeeringConnectionResult"> <summary> Gets and sets the CreateVpcPeeringConnectionResult property. Represents the output of a CreateVpcPeeringConnection operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcRequest"> <summary> Container for the parameters to the CreateVpc operation. Creates a VPC with the specified CIDR block. <para> The smallest VPC you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses). To help you decide how big to make your VPC, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> <para> By default, each instance you launch in the VPC has the default DHCP options, which includes only a default DNS server that we provide (AmazonProvidedDNS). For more information about DHCP options, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpcRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpcRequest.#ctor(System.String)"> <summary> Instantiates CreateVpcRequest with the parameterized properties </summary> <param name="cidrBlock">The network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>.</param> </member> <member name="P:Amazon.EC2.Model.CreateVpcRequest.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The network range for the VPC, in CIDR notation. For example, <code>10.0.0.0/16</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcRequest.InstanceTenancy"> <summary> Gets and sets the property InstanceTenancy. <para> The supported tenancy options for instances launched into the VPC. A value of <code>default</code> means that instances can be launched with any tenancy; a value of <code>dedicated</code> means all instances launched into the VPC are launched as dedicated tenancy instances regardless of the tenancy assigned to the instance at launch. Dedicated tenancy instances run on single-tenant hardware. </para> <para> Default: <code>default</code> </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcResponse"> <summary> Configuration for accessing Amazon CreateVpc service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpcResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcResult.Vpc"> <summary> Gets and sets the property Vpc. <para> Information about the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpcResponse.CreateVpcResult"> <summary> Gets and sets the CreateVpcResult property. Represents the output of a CreateVpc operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnConnectionRequest"> <summary> Container for the parameters to the CreateVpnConnection operation. Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The only supported connection type is <code>ipsec.1</code>. <para> The response includes information that you need to give to your network administrator to configure your customer gateway. </para> <important> <para> We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway. </para> </important> <para> If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call. </para> <para> For more information about VPN connections, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpnConnectionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpnConnectionRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates CreateVpnConnectionRequest with the parameterized properties </summary> <param name="type">The type of VPN connection (<code>ipsec.1</code>).</param> <param name="customerGatewayId">The ID of the customer gateway.</param> <param name="vpnGatewayId">The ID of the virtual private gateway.</param> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRequest.CustomerGatewayId"> <summary> Gets and sets the property CustomerGatewayId. <para> The ID of the customer gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRequest.Options"> <summary> Gets and sets the property Options. <para> Indicates whether the VPN connection requires static routes. If you are creating a VPN connection for a device that does not support BGP, you must specify <code>true</code>. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRequest.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection (<code>ipsec.1</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRequest.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnConnectionResponse"> <summary> Configuration for accessing Amazon CreateVpnConnection service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnConnectionResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionResult.VpnConnection"> <summary> Gets and sets the property VpnConnection. <para> Information about the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionResponse.CreateVpnConnectionResult"> <summary> Gets and sets the CreateVpnConnectionResult property. Represents the output of a CreateVpnConnection operation. </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnConnectionRouteRequest"> <summary> Container for the parameters to the CreateVpnConnectionRoute operation. Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. <para> For more information about VPN connections, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRouteRequest.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR block associated with the local subnet of the customer network. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnConnectionRouteRequest.VpnConnectionId"> <summary> Gets and sets the property VpnConnectionId. <para> The ID of the VPN connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnGatewayRequest"> <summary> Container for the parameters to the CreateVpnGateway operation. Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. <para> For more information about virtual private gateways, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpnGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.CreateVpnGatewayRequest.#ctor(Amazon.EC2.GatewayType)"> <summary> Instantiates CreateVpnGatewayRequest with the parameterized properties </summary> <param name="type">The type of VPN connection this virtual private gateway supports.</param> </member> <member name="P:Amazon.EC2.Model.CreateVpnGatewayRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnGatewayRequest.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection this virtual private gateway supports. </para> </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnGatewayResponse"> <summary> Configuration for accessing Amazon CreateVpnGateway service </summary> </member> <member name="T:Amazon.EC2.Model.CreateVpnGatewayResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnGatewayResult.VpnGateway"> <summary> Gets and sets the property VpnGateway. <para> Information about the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CreateVpnGatewayResponse.CreateVpnGatewayResult"> <summary> Gets and sets the CreateVpnGatewayResult property. Represents the output of a CreateVpnGateway operation. </summary> </member> <member name="T:Amazon.EC2.Model.CustomerGateway"> <summary> Describes a customer gateway. </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.BgpAsn"> <summary> Gets and sets the property BgpAsn. <para> The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.CustomerGatewayId"> <summary> Gets and sets the property CustomerGatewayId. <para> The ID of the customer gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.IpAddress"> <summary> Gets and sets the property IpAddress. <para> The Internet-routable IP address of the customer gateway's outside interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.State"> <summary> Gets and sets the property State. <para> The current state of the customer gateway (<code>pending | available | deleting | deleted</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the customer gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.CustomerGateway.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection the customer gateway supports (<code>ipsec.1</code>). </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteCustomerGatewayRequest"> <summary> Container for the parameters to the DeleteCustomerGateway operation. Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteCustomerGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteCustomerGatewayRequest.#ctor(System.String)"> <summary> Instantiates DeleteCustomerGatewayRequest with the parameterized properties </summary> <param name="customerGatewayId">The ID of the customer gateway.</param> </member> <member name="P:Amazon.EC2.Model.DeleteCustomerGatewayRequest.CustomerGatewayId"> <summary> Gets and sets the property CustomerGatewayId. <para> The ID of the customer gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteDhcpOptionsRequest"> <summary> Container for the parameters to the DeleteDhcpOptions operation. Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteDhcpOptionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteDhcpOptionsRequest.#ctor(System.String)"> <summary> Instantiates DeleteDhcpOptionsRequest with the parameterized properties </summary> <param name="dhcpOptionsId">The ID of the DHCP options set.</param> </member> <member name="P:Amazon.EC2.Model.DeleteDhcpOptionsRequest.DhcpOptionsId"> <summary> Gets and sets the property DhcpOptionsId. <para> The ID of the DHCP options set. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteFlowLogsRequest"> <summary> Container for the parameters to the DeleteFlowLogs operation. Deletes one or more flow logs. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteFlowLogsRequest.FlowLogIds"> <summary> Gets and sets the property FlowLogIds. <para> One or more flow log IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteFlowLogsResponse"> <summary> Configuration for accessing Amazon DeleteFlowLogs service </summary> </member> <member name="T:Amazon.EC2.Model.DeleteFlowLogsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteFlowLogsResult.Unsuccessful"> <summary> Gets and sets the property Unsuccessful. <para> Information about the flow logs that could not be deleted successfully. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteFlowLogsResponse.DeleteFlowLogsResult"> <summary> Gets and sets the DeleteFlowLogsResult property. Represents the output of a DeleteFlowLogs operation. </summary> </member> <member name="T:Amazon.EC2.Model.DeleteInternetGatewayRequest"> <summary> Container for the parameters to the DeleteInternetGateway operation. Deletes the specified Internet gateway. You must detach the Internet gateway from the VPC before you can delete it. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteInternetGatewayRequest.InternetGatewayId"> <summary> Gets and sets the property InternetGatewayId. <para> The ID of the Internet gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteKeyPairRequest"> <summary> Container for the parameters to the DeleteKeyPair operation. Deletes the specified key pair, by removing the public key from Amazon EC2. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteKeyPairRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteKeyPairRequest.#ctor(System.String)"> <summary> Instantiates DeleteKeyPairRequest with the parameterized properties </summary> <param name="keyName">The name of the key pair.</param> </member> <member name="P:Amazon.EC2.Model.DeleteKeyPairRequest.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteNetworkAclEntryRequest"> <summary> Container for the parameters to the DeleteNetworkAclEntry operation. Deletes the specified ingress or egress entry (rule) from the specified network ACL. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteNetworkAclEntryRequest.Egress"> <summary> Gets and sets the property Egress. <para> Indicates whether the rule is an egress rule. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteNetworkAclEntryRequest.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteNetworkAclEntryRequest.RuleNumber"> <summary> Gets and sets the property RuleNumber. <para> The rule number of the entry to delete. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteNetworkAclRequest"> <summary> Container for the parameters to the DeleteNetworkAcl operation. Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteNetworkAclRequest.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the network ACL. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteNetworkInterfaceRequest"> <summary> Container for the parameters to the DeleteNetworkInterface operation. Deletes the specified network interface. You must detach the network interface before you can delete it. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteNetworkInterfaceRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeletePlacementGroupRequest"> <summary> Container for the parameters to the DeletePlacementGroup operation. Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html">Cluster Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.DeletePlacementGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeletePlacementGroupRequest.#ctor(System.String)"> <summary> Instantiates DeletePlacementGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the placement group.</param> </member> <member name="P:Amazon.EC2.Model.DeletePlacementGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the placement group. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteRouteRequest"> <summary> Container for the parameters to the DeleteRoute operation. Deletes the specified route from the specified route table. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteRouteRequest.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR range for the route. The value you specify must match the CIDR for the route exactly. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteRouteRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteRouteTableRequest"> <summary> Container for the parameters to the DeleteRouteTable operation. Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteRouteTableRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteSecurityGroupRequest"> <summary> Container for the parameters to the DeleteSecurityGroup operation. Deletes a security group. <para> If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with <code>InvalidGroup.InUse</code> in EC2-Classic or <code>DependencyViolation</code> in EC2-VPC. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSecurityGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteSecurityGroupRequest with the parameterized properties </summary> <param name="groupName">[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.</param> </member> <member name="P:Amazon.EC2.Model.DeleteSecurityGroupRequest.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. Required for a nondefault VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteSecurityGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> [EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteSnapshotRequest"> <summary> Container for the parameters to the DeleteSnapshot operation. Deletes the specified snapshot. <para> When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume. </para> <para> You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html">Deleting an Amazon EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSnapshotRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSnapshotRequest.#ctor(System.String)"> <summary> Instantiates DeleteSnapshotRequest with the parameterized properties </summary> <param name="snapshotId">The ID of the EBS snapshot.</param> </member> <member name="P:Amazon.EC2.Model.DeleteSnapshotRequest.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the EBS snapshot. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteSpotDatafeedSubscriptionRequest"> <summary> Container for the parameters to the DeleteSpotDatafeedSubscription operation. Deletes the data feed for Spot instances. </summary> </member> <member name="T:Amazon.EC2.Model.DeleteSubnetRequest"> <summary> Container for the parameters to the DeleteSubnet operation. Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSubnetRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteSubnetRequest.#ctor(System.String)"> <summary> Instantiates DeleteSubnetRequest with the parameterized properties </summary> <param name="subnetId">The ID of the subnet.</param> </member> <member name="P:Amazon.EC2.Model.DeleteSubnetRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteTagsRequest"> <summary> Container for the parameters to the DeleteTags operation. Deletes the specified set of tags from the specified set of resources. This call is designed to follow a <code>DescribeTags</code> request. <para> For more information about tags, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeleteTagsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteTagsRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates DeleteTagsRequest with the parameterized properties </summary> <param name="resources">The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.</param> </member> <member name="P:Amazon.EC2.Model.DeleteTagsRequest.Resources"> <summary> Gets and sets the property Resources. <para> The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> One or more tags to delete. If you omit the <code>value</code> parameter, we delete the tag regardless of its value. If you specify this parameter with an empty string as the value, we delete the key only if its value is an empty string. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVolumeRequest"> <summary> Container for the parameters to the DeleteVolume operation. Deletes the specified EBS volume. The volume must be in the <code>available</code> state (not attached to an instance). <note> <para> The volume may remain in the <code>deleting</code> state for several minutes. </para> </note> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html">Deleting an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVolumeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVolumeRequest.#ctor(System.String)"> <summary> Instantiates DeleteVolumeRequest with the parameterized properties </summary> <param name="volumeId">The ID of the volume.</param> </member> <member name="P:Amazon.EC2.Model.DeleteVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcEndpointsRequest"> <summary> Container for the parameters to the DeleteVpcEndpoints operation. Deletes one or more specified VPC endpoints. Deleting the endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpcEndpointsRequest.VpcEndpointIds"> <summary> Gets and sets the property VpcEndpointIds. <para> One or more endpoint IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcEndpointsResponse"> <summary> Configuration for accessing Amazon DeleteVpcEndpoints service </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcEndpointsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpcEndpointsResult.Unsuccessful"> <summary> Gets and sets the property Unsuccessful. <para> Information about the endpoints that were not successfully deleted. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpcEndpointsResponse.DeleteVpcEndpointsResult"> <summary> Gets and sets the DeleteVpcEndpointsResult property. Represents the output of a DeleteVpcEndpoints operation. </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcPeeringConnectionRequest"> <summary> Container for the parameters to the DeleteVpcPeeringConnection operation. Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the peer VPC can delete the VPC peering connection if it's in the <code>active</code> state. The owner of the requester VPC can delete a VPC peering connection in the <code>pending-acceptance</code> state. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpcPeeringConnectionRequest.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of the VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcPeeringConnectionResponse"> <summary> Returns information about the DeleteVpcPeeringConnection response metadata. The DeleteVpcPeeringConnection operation has a void result type. </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpcRequest"> <summary> Container for the parameters to the DeleteVpc operation. Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpcRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpcRequest.#ctor(System.String)"> <summary> Instantiates DeleteVpcRequest with the parameterized properties </summary> <param name="vpcId">The ID of the VPC.</param> </member> <member name="P:Amazon.EC2.Model.DeleteVpcRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpnConnectionRequest"> <summary> Container for the parameters to the DeleteVpnConnection operation. Deletes the specified VPN connection. <para> If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway using the new configuration information returned with the new VPN connection ID. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpnConnectionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpnConnectionRequest.#ctor(System.String)"> <summary> Instantiates DeleteVpnConnectionRequest with the parameterized properties </summary> <param name="vpnConnectionId">The ID of the VPN connection.</param> </member> <member name="P:Amazon.EC2.Model.DeleteVpnConnectionRequest.VpnConnectionId"> <summary> Gets and sets the property VpnConnectionId. <para> The ID of the VPN connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpnConnectionRouteRequest"> <summary> Container for the parameters to the DeleteVpnConnectionRoute operation. Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpnConnectionRouteRequest.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR block associated with the local subnet of the customer network. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DeleteVpnConnectionRouteRequest.VpnConnectionId"> <summary> Gets and sets the property VpnConnectionId. <para> The ID of the VPN connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeleteVpnGatewayRequest"> <summary> Container for the parameters to the DeleteVpnGateway operation. Deletes the specified virtual private gateway. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network. </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpnGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeleteVpnGatewayRequest.#ctor(System.String)"> <summary> Instantiates DeleteVpnGatewayRequest with the parameterized properties </summary> <param name="vpnGatewayId">The ID of the virtual private gateway.</param> </member> <member name="P:Amazon.EC2.Model.DeleteVpnGatewayRequest.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DeregisterImageRequest"> <summary> Container for the parameters to the DeregisterImage operation. Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. <para> This command does not delete the AMI. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DeregisterImageRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DeregisterImageRequest.#ctor(System.String)"> <summary> Instantiates DeregisterImageRequest with the parameterized properties </summary> <param name="imageId">The ID of the AMI.</param> </member> <member name="P:Amazon.EC2.Model.DeregisterImageRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAccountAttributesRequest"> <summary> Container for the parameters to the DescribeAccountAttributes operation. Describes attributes of your AWS account. The following are the supported account attributes: <ul> <li> <para> <code>supported-platforms</code>: Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC. </para> </li> <li> <para> <code>default-vpc</code>: The ID of the default VPC for your account, or <code>none</code>. </para> </li> <li> <para> <code>max-instances</code>: The maximum number of On-Demand instances that you can run. </para> </li> <li> <para> <code>vpc-max-security-groups-per-interface</code>: The maximum number of security groups that you can assign to a network interface. </para> </li> <li> <para> <code>max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic. </para> </li> <li> <para> <code>vpc-max-elastic-ips</code>: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAccountAttributesRequest.AttributeNames"> <summary> Gets and sets the property AttributeNames. <para> One or more account attribute names. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAccountAttributesResponse"> <summary> Configuration for accessing Amazon DescribeAccountAttributes service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAccountAttributesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAccountAttributesResult.AccountAttributes"> <summary> Gets and sets the property AccountAttributes. <para> Information about one or more account attributes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAccountAttributesResponse.DescribeAccountAttributesResult"> <summary> Gets and sets the DescribeAccountAttributesResult property. Represents the output of a DescribeAccountAttributes operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAddressesRequest"> <summary> Container for the parameters to the DescribeAddresses operation. Describes one or more of your Elastic IP addresses. <para> An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAddressesRequest.AllocationIds"> <summary> Gets and sets the property AllocationIds. <para> [EC2-VPC] One or more allocation IDs. </para> <para> Default: Describes all your Elastic IP addresses. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAddressesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. Filter names and values are case-sensitive. </para> <ul> <li> <para> <code>allocation-id</code> - [EC2-VPC] The allocation ID for the address. </para> </li> <li> <para> <code>association-id</code> - [EC2-VPC] The association ID for the address. </para> </li> <li> <para> <code>domain</code> - Indicates whether the address is for use in EC2-Classic (<code>standard</code>) or in a VPC (<code>vpc</code>). </para> </li> <li> <para> <code>instance-id</code> - The ID of the instance the address is associated with, if any. </para> </li> <li> <para> <code>network-interface-id</code> - [EC2-VPC] The ID of the network interface that the address is associated with, if any. </para> </li> <li> <para> <code>network-interface-owner-id</code> - The AWS account ID of the owner. </para> </li> <li> <para> <code>private-ip-address</code> - [EC2-VPC] The private IP address associated with the Elastic IP address. </para> </li> <li> <para> <code>public-ip</code> - The Elastic IP address. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAddressesRequest.PublicIps"> <summary> Gets and sets the property PublicIps. <para> [EC2-Classic] One or more Elastic IP addresses. </para> <para> Default: Describes all your Elastic IP addresses. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAddressesResponse"> <summary> Configuration for accessing Amazon DescribeAddresses service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAddressesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAddressesResult.Addresses"> <summary> Gets and sets the property Addresses. <para> Information about one or more Elastic IP addresses. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAddressesResponse.DescribeAddressesResult"> <summary> Gets and sets the DescribeAddressesResult property. Represents the output of a DescribeAddresses operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAvailabilityZonesRequest"> <summary> Container for the parameters to the DescribeAvailabilityZones operation. Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Regions and Availability Zones</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAvailabilityZonesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>message</code> - Information about the Availability Zone. </para> </li> <li> <para> <code>region-name</code> - The name of the region for the Availability Zone (for example, <code>us-east-1</code>). </para> </li> <li> <para> <code>state</code> - The state of the Availability Zone (<code>available</code> | <code>impaired</code> | <code>unavailable</code>). </para> </li> <li> <para> <code>zone-name</code> - The name of the Availability Zone (for example, <code>us-east-1a</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAvailabilityZonesRequest.ZoneNames"> <summary> Gets and sets the property ZoneNames. <para> The names of one or more Availability Zones. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAvailabilityZonesResponse"> <summary> Configuration for accessing Amazon DescribeAvailabilityZones service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeAvailabilityZonesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAvailabilityZonesResult.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> Information about one or more Availability Zones. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeAvailabilityZonesResponse.DescribeAvailabilityZonesResult"> <summary> Gets and sets the DescribeAvailabilityZonesResult property. Represents the output of a DescribeAvailabilityZones operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeBundleTasksRequest"> <summary> Container for the parameters to the DescribeBundleTasks operation. Describes one or more of your bundling tasks. <note> <para> Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use <code>RegisterImage</code> with the Amazon S3 bucket name and image manifest name you provided to the bundle task. </para> </note> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeBundleTasksRequest.BundleIds"> <summary> Gets and sets the property BundleIds. <para> One or more bundle task IDs. </para> <para> Default: Describes all your bundle tasks. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeBundleTasksRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>bundle-id</code> - The ID of the bundle task. </para> </li> <li> <para> <code>error-code</code> - If the task failed, the error code returned. </para> </li> <li> <para> <code>error-message</code> - If the task failed, the error message returned. </para> </li> <li> <para> <code>instance-id</code> - The ID of the instance. </para> </li> <li> <para> <code>progress</code> - The level of task completion, as a percentage (for example, 20%). </para> </li> <li> <para> <code>s3-bucket</code> - The Amazon S3 bucket to store the AMI. </para> </li> <li> <para> <code>s3-prefix</code> - The beginning of the AMI name. </para> </li> <li> <para> <code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z). </para> </li> <li> <para> <code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>). </para> </li> <li> <para> <code>update-time</code> - The time of the most recent update for the task. </para> </li> </ul> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeBundleTasksResponse"> <summary> Configuration for accessing Amazon DescribeBundleTasks service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeBundleTasksResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeBundleTasksResult.BundleTasks"> <summary> Gets and sets the property BundleTasks. <para> Information about one or more bundle tasks. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeBundleTasksResponse.DescribeBundleTasksResult"> <summary> Gets and sets the DescribeBundleTasksResult property. Represents the output of a DescribeBundleTasks operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeClassicLinkInstancesRequest"> <summary> Container for the parameters to the DescribeClassicLinkInstances operation. Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink; you cannot use this request to return information about other instances. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>group-id</code> - The ID of a VPC security group that's associated with the instance. </para> </li> <li> <para> <code>instance-id</code> - The ID of the instance. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC that the instance is linked to. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. Must be instances linked to a VPC through ClassicLink. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request. </para> <para> Constraint: If the value is greater than 1000, we return only 1000 items. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeClassicLinkInstancesResponse"> <summary> Configuration for accessing Amazon DescribeClassicLinkInstances service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeClassicLinkInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesResult.Instances"> <summary> Gets and sets the property Instances. <para> Information about one or more linked EC2-Classic instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeClassicLinkInstancesResponse.DescribeClassicLinkInstancesResult"> <summary> Gets and sets the DescribeClassicLinkInstancesResult property. Represents the output of a DescribeClassicLinkInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeConversionTasksRequest"> <summary> Container for the parameters to the DescribeConversionTasks operation. Describes one or more of your conversion tasks. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeConversionTasksRequest.ConversionTaskIds"> <summary> Gets and sets the property ConversionTaskIds. <para> One or more conversion task IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeConversionTasksRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeConversionTasksResponse"> <summary> Configuration for accessing Amazon DescribeConversionTasks service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeConversionTasksResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeConversionTasksResult.ConversionTasks"> <summary> Gets and sets the property ConversionTasks. <para> Information about the conversion tasks. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeConversionTasksResponse.DescribeConversionTasksResult"> <summary> Gets and sets the DescribeConversionTasksResult property. Represents the output of a DescribeConversionTasks operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeCustomerGatewaysRequest"> <summary> Container for the parameters to the DescribeCustomerGateways operation. Describes one or more of your VPN customer gateways. <para> For more information about VPN customer gateways, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeCustomerGatewaysRequest.CustomerGatewayIds"> <summary> Gets and sets the property CustomerGatewayIds. <para> One or more customer gateway IDs. </para> <para> Default: Describes all your customer gateways. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeCustomerGatewaysRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>bgp-asn</code> - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). </para> </li> <li> <para> <code>customer-gateway-id</code> - The ID of the customer gateway. </para> </li> <li> <para> <code>ip-address</code> - The IP address of the customer gateway's Internet-routable external interface. </para> </li> <li> <para> <code>state</code> - The state of the customer gateway (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>). </para> </li> <li> <para> <code>type</code> - The type of customer gateway. Currently, the only supported type is <code>ipsec.1</code>. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> </ul> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeCustomerGatewaysResponse"> <summary> Configuration for accessing Amazon DescribeCustomerGateways service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeCustomerGatewaysResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeCustomerGatewaysResult.CustomerGateways"> <summary> Gets and sets the property CustomerGateways. <para> Information about one or more customer gateways. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeCustomerGatewaysResponse.DescribeCustomerGatewaysResult"> <summary> Gets and sets the DescribeCustomerGatewaysResult property. Represents the output of a DescribeCustomerGateways operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeDhcpOptionsRequest"> <summary> Container for the parameters to the DescribeDhcpOptions operation. Describes one or more of your DHCP options sets. <para> For more information about DHCP options sets, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html">DHCP Options Sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeDhcpOptionsRequest.DhcpOptionsIds"> <summary> Gets and sets the property DhcpOptionsIds. <para> The IDs of one or more DHCP options sets. </para> <para> Default: Describes all your DHCP options sets. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeDhcpOptionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>dhcp-options-id</code> - The ID of a set of DHCP options. </para> </li> <li> <para> <code>key</code> - The key for one of the options (for example, <code>domain-name</code>). </para> </li> <li> <para> <code>value</code> - The value for one of the options. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> </ul> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeDhcpOptionsResponse"> <summary> Configuration for accessing Amazon DescribeDhcpOptions service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeDhcpOptionsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeDhcpOptionsResult.DhcpOptions"> <summary> Gets and sets the property DhcpOptions. <para> Information about one or more DHCP options sets. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeDhcpOptionsResponse.DescribeDhcpOptionsResult"> <summary> Gets and sets the DescribeDhcpOptionsResult property. Represents the output of a DescribeDhcpOptions operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeExportTasksRequest"> <summary> Container for the parameters to the DescribeExportTasks operation. Describes one or more of your export tasks. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeExportTasksRequest.ExportTaskIds"> <summary> Gets and sets the property ExportTaskIds. <para> One or more export task IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeExportTasksResponse"> <summary> Configuration for accessing Amazon DescribeExportTasks service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeExportTasksResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeExportTasksResult.ExportTasks"> <summary> Gets and sets the property ExportTasks. <para> Information about the export tasks. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeExportTasksResponse.DescribeExportTasksResult"> <summary> Gets and sets the DescribeExportTasksResult property. Represents the output of a DescribeExportTasks operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeFlowLogsRequest"> <summary> Container for the parameters to the DescribeFlowLogs operation. Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsRequest.Filter"> <summary> Gets and sets the property Filter. <para> One or more filters. </para> <ul> <li> <para> <code>deliver-log-status</code> - The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>). </para> </li> <li> <para> <code>flow-log-id</code> - The ID of the flow log. </para> </li> <li> <para> <code>log-group-name</code> - The name of the log group. </para> </li> <li> <para> <code>resource-id</code> - The ID of the VPC, subnet, or network interface. </para> </li> <li> <para> <code>traffic-type</code> - The type of traffic (<code>ACCEPT</code> | <code>REJECT</code> | <code>ALL</code>) </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsRequest.FlowLogIds"> <summary> Gets and sets the property FlowLogIds. <para> One or more flow log IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the flow log IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeFlowLogsResponse"> <summary> Configuration for accessing Amazon DescribeFlowLogs service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeFlowLogsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsResult.FlowLogs"> <summary> Gets and sets the property FlowLogs. <para> Information about the flow logs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeFlowLogsResponse.DescribeFlowLogsResult"> <summary> Gets and sets the DescribeFlowLogsResult property. Represents the output of a DescribeFlowLogs operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImageAttributeRequest"> <summary> Container for the parameters to the DescribeImageAttribute operation. Describes the specified attribute of the specified AMI. You can specify only one attribute at a time. </summary> </member> <member name="M:Amazon.EC2.Model.DescribeImageAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DescribeImageAttributeRequest.#ctor(System.String,Amazon.EC2.ImageAttributeName)"> <summary> Instantiates DescribeImageAttributeRequest with the parameterized properties </summary> <param name="imageId">The ID of the AMI.</param> <param name="attribute">The AMI attribute. <b>Note</b>: Depending on your account privileges, the <code>blockDeviceMapping</code> attribute may return a <code>Client.AuthFailure</code> error. If this happens, use <a>DescribeImages</a> to get information about the block device mapping for the AMI.</param> </member> <member name="P:Amazon.EC2.Model.DescribeImageAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The AMI attribute. </para> <para> <b>Note</b>: Depending on your account privileges, the <code>blockDeviceMapping</code> attribute may return a <code>Client.AuthFailure</code> error. If this happens, use <a>DescribeImages</a> to get information about the block device mapping for the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImageAttributeRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImageAttributeResponse"> <summary> Configuration for accessing Amazon DescribeImageAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImageAttributeResult"> <summary> Contains the response data from the DescribeImageAttribute operation. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImageAttributeResponse.DescribeImageAttributeResult"> <summary> Gets and sets the DescribeImageAttributeResult property. Represents the output of a DescribeImageAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImagesRequest"> <summary> Container for the parameters to the DescribeImages operation. Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions. <note> <para> Deregistered images are included in the returned results for an unspecified interval after deregistration. </para> </note> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesRequest.ExecutableUsers"> <summary> Gets and sets the property ExecutableUsers. <para> Scopes the images by users with explicit launch permissions. Specify an AWS account ID, <code>self</code> (the sender of the request), or <code>all</code> (public AMIs). </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>architecture</code> - The image architecture (<code>i386</code> | <code>x86_64</code>). </para> </li> <li> <para> <code>block-device-mapping.delete-on-termination</code> - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination. </para> </li> <li> <para> <code>block-device-mapping.device-name</code> - The device name for the EBS volume (for example, <code>/dev/sdh</code>). </para> </li> <li> <para> <code>block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the EBS volume. </para> </li> <li> <para> <code>block-device-mapping.volume-size</code> - The volume size of the EBS volume, in GiB. </para> </li> <li> <para> <code>block-device-mapping.volume-type</code> - The volume type of the EBS volume (<code>gp2</code> | <code>standard</code> | <code>io1</code>). </para> </li> <li> <para> <code>description</code> - The description of the image (provided during image creation). </para> </li> <li> <para> <code>hypervisor</code> - The hypervisor type (<code>ovm</code> | <code>xen</code>). </para> </li> <li> <para> <code>image-id</code> - The ID of the image. </para> </li> <li> <para> <code>image-type</code> - The image type (<code>machine</code> | <code>kernel</code> | <code>ramdisk</code>). </para> </li> <li> <para> <code>is-public</code> - A Boolean that indicates whether the image is public. </para> </li> <li> <para> <code>kernel-id</code> - The kernel ID. </para> </li> <li> <para> <code>manifest-location</code> - The location of the image manifest. </para> </li> <li> <para> <code>name</code> - The name of the AMI (provided during image creation). </para> </li> <li> <para> <code>owner-alias</code> - The AWS account alias (for example, <code>amazon</code>). </para> </li> <li> <para> <code>owner-id</code> - The AWS account ID of the image owner. </para> </li> <li> <para> <code>platform</code> - The platform. To only list Windows-based AMIs, use <code>windows</code>. </para> </li> <li> <para> <code>product-code</code> - The product code. </para> </li> <li> <para> <code>product-code.type</code> - The type of the product code (<code>devpay</code> | <code>marketplace</code>). </para> </li> <li> <para> <code>ramdisk-id</code> - The RAM disk ID. </para> </li> <li> <para> <code>root-device-name</code> - The name of the root device volume (for example, <code>/dev/sda1</code>). </para> </li> <li> <para> <code>root-device-type</code> - The type of the root device volume (<code>ebs</code> | <code>instance-store</code>). </para> </li> <li> <para> <code>state</code> - The state of the image (<code>available</code> | <code>pending</code> | <code>failed</code>). </para> </li> <li> <para> <code>state-reason-code</code> - The reason code for the state change. </para> </li> <li> <para> <code>state-reason-message</code> - The message for the state change. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the tag-value filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>virtualization-type</code> - The virtualization type (<code>paravirtual</code> | <code>hvm</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesRequest.ImageIds"> <summary> Gets and sets the property ImageIds. <para> One or more image IDs. </para> <para> Default: Describes all images available to you. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesRequest.Owners"> <summary> Gets and sets the property Owners. <para> Filters the images by the owner. Specify an AWS account ID, <code>amazon</code> (owner is Amazon), <code>aws-marketplace</code> (owner is AWS Marketplace), <code>self</code> (owner is the sender of the request). Omitting this option returns all images for which you have launch permissions, regardless of ownership. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImagesResponse"> <summary> Configuration for accessing Amazon DescribeImages service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImagesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesResult.Images"> <summary> Gets and sets the property Images. <para> Information about one or more images. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImagesResponse.DescribeImagesResult"> <summary> Gets and sets the DescribeImagesResult property. Represents the output of a DescribeImages operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportImageTasksRequest"> <summary> Container for the parameters to the DescribeImportImageTasks operation. Displays details about an import virtual machine or import snapshot tasks that are already created. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksRequest.ImportTaskIds"> <summary> Gets and sets the property ImportTaskIds. <para> A list of import image task IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A token that indicates the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportImageTasksResponse"> <summary> Configuration for accessing Amazon DescribeImportImageTasks service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportImageTasksResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksResult.ImportImageTasks"> <summary> Gets and sets the property ImportImageTasks. <para> A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportImageTasksResponse.DescribeImportImageTasksResult"> <summary> Gets and sets the DescribeImportImageTasksResult property. Represents the output of a DescribeImportImageTasks operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportSnapshotTasksRequest"> <summary> Container for the parameters to the DescribeImportSnapshotTasks operation. Describes your import snapshot tasks. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksRequest.ImportTaskIds"> <summary> Gets and sets the property ImportTaskIds. <para> A list of import snapshot task IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> A token that indicates the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportSnapshotTasksResponse"> <summary> Configuration for accessing Amazon DescribeImportSnapshotTasks service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeImportSnapshotTasksResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksResult.ImportSnapshotTasks"> <summary> Gets and sets the property ImportSnapshotTasks. <para> A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to get the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeImportSnapshotTasksResponse.DescribeImportSnapshotTasksResult"> <summary> Gets and sets the DescribeImportSnapshotTasksResult property. Represents the output of a DescribeImportSnapshotTasks operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceAttributeRequest"> <summary> Container for the parameters to the DescribeInstanceAttribute operation. Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: <code>instanceType</code> | <code>kernel</code> | <code>ramdisk</code> | <code>userData</code> | <code>disableApiTermination</code> | <code>instanceInitiatedShutdownBehavior</code> | <code>rootDeviceName</code> | <code>blockDeviceMapping</code> | <code>productCodes</code> | <code>sourceDestCheck</code> | <code>groupSet</code> | <code>ebsOptimized</code> | <code>sriovNetSupport</code> </summary> </member> <member name="M:Amazon.EC2.Model.DescribeInstanceAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DescribeInstanceAttributeRequest.#ctor(System.String,Amazon.EC2.InstanceAttributeName)"> <summary> Instantiates DescribeInstanceAttributeRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> <param name="attribute">The instance attribute.</param> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The instance attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceAttributeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceAttributeResponse"> <summary> Configuration for accessing Amazon DescribeInstanceAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceAttributeResult"> <summary> Contains the response data from the DescribeInstanceAttribute operation. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceAttributeResponse.DescribeInstanceAttributeResult"> <summary> Gets and sets the DescribeInstanceAttributeResult property. Represents the output of a DescribeInstanceAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstancesRequest"> <summary> Container for the parameters to the DescribeInstances operation. Describes one or more of your instances. <para> If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the returned results. </para> <para> Recently terminated instances might appear in the returned results. This interval is usually less than one hour. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>architecture</code> - The instance architecture (<code>i386</code> | <code>x86_64</code>). </para> </li> <li> <para> <code>availability-zone</code> - The Availability Zone of the instance. </para> </li> <li> <para> <code>block-device-mapping.attach-time</code> - The attach time for an EBS volume mapped to the instance, for example, <code>2010-09-15T17:15:20.000Z</code>. </para> </li> <li> <para> <code>block-device-mapping.delete-on-termination</code> - A Boolean that indicates whether the EBS volume is deleted on instance termination. </para> </li> <li> <para> <code>block-device-mapping.device-name</code> - The device name for the EBS volume (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </li> <li> <para> <code>block-device-mapping.status</code> - The status for the EBS volume (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>). </para> </li> <li> <para> <code>block-device-mapping.volume-id</code> - The volume ID of the EBS volume. </para> </li> <li> <para> <code>client-token</code> - The idempotency token you provided when you launched the instance. </para> </li> <li> <para> <code>dns-name</code> - The public DNS name of the instance. </para> </li> <li> <para> <code>group-id</code> - The ID of the security group for the instance. EC2-Classic only. </para> </li> <li> <para> <code>group-name</code> - The name of the security group for the instance. EC2-Classic only. </para> </li> <li> <para> <code>hypervisor</code> - The hypervisor type of the instance (<code>ovm</code> | <code>xen</code>). </para> </li> <li> <para> <code>iam-instance-profile.arn</code> - The instance profile associated with the instance. Specified as an ARN. </para> </li> <li> <para> <code>image-id</code> - The ID of the image used to launch the instance. </para> </li> <li> <para> <code>instance-id</code> - The ID of the instance. </para> </li> <li> <para> <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance (<code>spot</code>). </para> </li> <li> <para> <code>instance-state-code</code> - The state of the instance, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). </para> </li> <li> <para> <code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>). </para> </li> <li> <para> <code>instance-type</code> - The type of instance (for example, <code>t2.micro</code>). </para> </li> <li> <para> <code>instance.group-id</code> - The ID of the security group for the instance. </para> </li> <li> <para> <code>instance.group-name</code> - The name of the security group for the instance. </para> </li> <li> <para> <code>ip-address</code> - The public IP address of the instance. </para> </li> <li> <para> <code>kernel-id</code> - The kernel ID. </para> </li> <li> <para> <code>key-name</code> - The name of the key pair used when the instance was launched. </para> </li> <li> <para> <code>launch-index</code> - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). </para> </li> <li> <para> <code>launch-time</code> - The time when the instance was launched. </para> </li> <li> <para> <code>monitoring-state</code> - Indicates whether monitoring is enabled for the instance (<code>disabled</code> | <code>enabled</code>). </para> </li> <li> <para> <code>owner-id</code> - The AWS account ID of the instance owner. </para> </li> <li> <para> <code>placement-group-name</code> - The name of the placement group for the instance. </para> </li> <li> <para> <code>platform</code> - The platform. Use <code>windows</code> if you have Windows instances; otherwise, leave blank. </para> </li> <li> <para> <code>private-dns-name</code> - The private DNS name of the instance. </para> </li> <li> <para> <code>private-ip-address</code> - The private IP address of the instance. </para> </li> <li> <para> <code>product-code</code> - The product code associated with the AMI used to launch the instance. </para> </li> <li> <para> <code>product-code.type</code> - The type of product code (<code>devpay</code> | <code>marketplace</code>). </para> </li> <li> <para> <code>ramdisk-id</code> - The RAM disk ID. </para> </li> <li> <para> <code>reason</code> - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter. </para> </li> <li> <para> <code>requester-id</code> - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on). </para> </li> <li> <para> <code>reservation-id</code> - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you'll get one reservation ID. If you launch ten instances using the same launch request, you'll also get one reservation ID. </para> </li> <li> <para> <code>root-device-name</code> - The name of the root device for the instance (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>). </para> </li> <li> <para> <code>root-device-type</code> - The type of root device that the instance uses (<code>ebs</code> | <code>instance-store</code>). </para> </li> <li> <para> <code>source-dest-check</code> - Indicates whether the instance performs source/destination checking. A value of <code>true</code> means that checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the instance to perform network address translation (NAT) in your VPC. </para> </li> <li> <para> <code>spot-instance-request-id</code> - The ID of the Spot Instance request. </para> </li> <li> <para> <code>state-reason-code</code> - The reason code for the state change. </para> </li> <li> <para> <code>state-reason-message</code> - A message that describes the state change. </para> </li> <li> <para> <code>subnet-id</code> - The ID of the subnet for the instance. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource, where <code>tag</code>:<i>key</i> is the tag's key. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> | <code>default</code>). </para> </li> <li> <para> <code>virtualization-type</code> - The virtualization type of the instance (<code>paravirtual</code> | <code>hvm</code>). </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC that the instance is running in. </para> </li> <li> <para> <code>network-interface.description</code> - The description of the network interface. </para> </li> <li> <para> <code>network-interface.subnet-id</code> - The ID of the subnet for the network interface. </para> </li> <li> <para> <code>network-interface.vpc-id</code> - The ID of the VPC for the network interface. </para> </li> <li> <para> <code>network-interface.network-interface.id</code> - The ID of the network interface. </para> </li> <li> <para> <code>network-interface.owner-id</code> - The ID of the owner of the network interface. </para> </li> <li> <para> <code>network-interface.availability-zone</code> - The Availability Zone for the network interface. </para> </li> <li> <para> <code>network-interface.requester-id</code> - The requester ID for the network interface. </para> </li> <li> <para> <code>network-interface.requester-managed</code> - Indicates whether the network interface is being managed by AWS. </para> </li> <li> <para> <code>network-interface.status</code> - The status of the network interface (<code>available</code>) | <code>in-use</code>). </para> </li> <li> <para> <code>network-interface.mac-address</code> - The MAC address of the network interface. </para> </li> <li> <para> <code>network-interface-private-dns-name</code> - The private DNS name of the network interface. </para> </li> <li> <para> <code>network-interface.source-dest-check</code> - Whether the network interface performs source/destination checking. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the network interface to perform network address translation (NAT) in your VPC. </para> </li> <li> <para> <code>network-interface.group-id</code> - The ID of a security group associated with the network interface. </para> </li> <li> <para> <code>network-interface.group-name</code> - The name of a security group associated with the network interface. </para> </li> <li> <para> <code>network-interface.attachment.attachment-id</code> - The ID of the interface attachment. </para> </li> <li> <para> <code>network-interface.attachment.instance-id</code> - The ID of the instance to which the network interface is attached. </para> </li> <li> <para> <code>network-interface.attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached. </para> </li> <li> <para> <code>network-interface.addresses.private-ip-address</code> - The private IP address associated with the network interface. </para> </li> <li> <para> <code>network-interface.attachment.device-index</code> - The device index to which the network interface is attached. </para> </li> <li> <para> <code>network-interface.attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>). </para> </li> <li> <para> <code>network-interface.attachment.attach-time</code> - The time that the network interface was attached to an instance. </para> </li> <li> <para> <code>network-interface.attachment.delete-on-termination</code> - Specifies whether the attachment is deleted when an instance is terminated. </para> </li> <li> <para> <code>network-interface.addresses.primary</code> - Specifies whether the IP address of the network interface is the primary private IP address. </para> </li> <li> <para> <code>network-interface.addresses.association.public-ip</code> - The ID of the association of an Elastic IP address with a network interface. </para> </li> <li> <para> <code>network-interface.addresses.association.ip-owner-id</code> - The owner ID of the private IP address associated with the network interface. </para> </li> <li> <para> <code>association.public-ip</code> - The address of the Elastic IP address bound to the network interface. </para> </li> <li> <para> <code>association.ip-owner-id</code> - The owner of the Elastic IP address associated with the network interface. </para> </li> <li> <para> <code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address for your network interface. </para> </li> <li> <para> <code>association.association-id</code> - The association ID returned when the network interface was associated with an IP address. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> <para> Default: Describes all your instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to request the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstancesResponse"> <summary> Configuration for accessing Amazon DescribeInstances service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesResult.Reservations"> <summary> Gets and sets the property Reservations. <para> One or more reservations. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstancesResponse.DescribeInstancesResult"> <summary> Gets and sets the DescribeInstancesResult property. Represents the output of a DescribeInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceStatusRequest"> <summary> Container for the parameters to the DescribeInstanceStatus operation. Describes the status of one or more instances. <para> Instance status includes the following components: </para> <ul> <li> <para> <b>Status checks</b> - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html">Status Checks for Your Instances</a> and <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html">Troubleshooting Instances with Failed Status Checks</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </li> <li> <para> <b>Scheduled events</b> - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html">Scheduled Events for Your Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </li> <li> <para> <b>Instance state</b> - You can manage your instances from the moment you launch them through their termination. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availability-zone</code> - The Availability Zone of the instance. </para> </li> <li> <para> <code>event.code</code> - The code for the scheduled event (<code>instance-reboot</code> | <code>system-reboot</code> | <code>system-maintenance</code> | <code>instance-retirement</code> | <code>instance-stop</code>). </para> </li> <li> <para> <code>event.description</code> - A description of the event. </para> </li> <li> <para> <code>event.not-after</code> - The latest end time for the scheduled event (for example, <code>2014-09-15T17:15:20.000Z</code>). </para> </li> <li> <para> <code>event.not-before</code> - The earliest start time for the scheduled event (for example, <code>2014-09-15T17:15:20.000Z</code>). </para> </li> <li> <para> <code>instance-state-code</code> - The code for the instance state, as a 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). </para> </li> <li> <para> <code>instance-state-name</code> - The state of the instance (<code>pending</code> | <code>running</code> | <code>shutting-down</code> | <code>terminated</code> | <code>stopping</code> | <code>stopped</code>). </para> </li> <li> <para> <code>instance-status.reachability</code> - Filters on instance status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>). </para> </li> <li> <para> <code>instance-status.status</code> - The status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>). </para> </li> <li> <para> <code>system-status.reachability</code> - Filters on system status where the name is <code>reachability</code> (<code>passed</code> | <code>failed</code> | <code>initializing</code> | <code>insufficient-data</code>). </para> </li> <li> <para> <code>system-status.status</code> - The system status of the instance (<code>ok</code> | <code>impaired</code> | <code>initializing</code> | <code>insufficient-data</code> | <code>not-applicable</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusRequest.IncludeAllInstances"> <summary> Gets and sets the property IncludeAllInstances. <para> When <code>true</code>, includes the health status for all instances. When <code>false</code>, includes the health status for running instances only. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> <para> Default: Describes all your instances. </para> <para> Constraints: Maximum 100 explicitly specified instance IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the instance IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceStatusResponse"> <summary> Configuration for accessing Amazon DescribeInstanceStatus service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInstanceStatusResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusResult.InstanceStatuses"> <summary> Gets and sets the property InstanceStatuses. <para> One or more instance status descriptions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInstanceStatusResponse.DescribeInstanceStatusResult"> <summary> Gets and sets the DescribeInstanceStatusResult property. Represents the output of a DescribeInstanceStatus operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInternetGatewaysRequest"> <summary> Container for the parameters to the DescribeInternetGateways operation. Describes one or more of your Internet gateways. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInternetGatewaysRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>attachment.state</code> - The current state of the attachment between the gateway and the VPC (<code>available</code>). Present only if a VPC is attached. </para> </li> <li> <para> <code>attachment.vpc-id</code> - The ID of an attached VPC. </para> </li> <li> <para> <code>internet-gateway-id</code> - The ID of the Internet gateway. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInternetGatewaysRequest.InternetGatewayIds"> <summary> Gets and sets the property InternetGatewayIds. <para> One or more Internet gateway IDs. </para> <para> Default: Describes all your Internet gateways. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInternetGatewaysResponse"> <summary> Configuration for accessing Amazon DescribeInternetGateways service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeInternetGatewaysResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInternetGatewaysResult.InternetGateways"> <summary> Gets and sets the property InternetGateways. <para> Information about one or more Internet gateways. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeInternetGatewaysResponse.DescribeInternetGatewaysResult"> <summary> Gets and sets the DescribeInternetGatewaysResult property. Represents the output of a DescribeInternetGateways operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeKeyPairsRequest"> <summary> Container for the parameters to the DescribeKeyPairs operation. Describes one or more of your key pairs. <para> For more information about key pairs, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeKeyPairsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>fingerprint</code> - The fingerprint of the key pair. </para> </li> <li> <para> <code>key-name</code> - The name of the key pair. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeKeyPairsRequest.KeyNames"> <summary> Gets and sets the property KeyNames. <para> One or more key pair names. </para> <para> Default: Describes all your key pairs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeKeyPairsResponse"> <summary> Configuration for accessing Amazon DescribeKeyPairs service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeKeyPairsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeKeyPairsResult.KeyPairs"> <summary> Gets and sets the property KeyPairs. <para> Information about one or more key pairs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeKeyPairsResponse.DescribeKeyPairsResult"> <summary> Gets and sets the DescribeKeyPairsResult property. Represents the output of a DescribeKeyPairs operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeMovingAddressesRequest"> <summary> Container for the parameters to the DescribeMovingAddresses operation. Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>moving-status</code> - The status of the Elastic IP address (<code>MovingToVpc</code> | <code>RestoringToClassic</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value outside of this range, an error is returned. </para> <para> Default: If no value is provided, the default is 1000. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesRequest.PublicIps"> <summary> Gets and sets the property PublicIps. <para> One or more Elastic IP addresses. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeMovingAddressesResponse"> <summary> Configuration for accessing Amazon DescribeMovingAddresses service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeMovingAddressesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesResult.MovingAddressStatuses"> <summary> Gets and sets the property MovingAddressStatuses. <para> The status for each Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeMovingAddressesResponse.DescribeMovingAddressesResult"> <summary> Gets and sets the DescribeMovingAddressesResult property. Represents the output of a DescribeMovingAddresses operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkAclsRequest"> <summary> Container for the parameters to the DescribeNetworkAcls operation. Describes one or more of your network ACLs. <para> For more information about network ACLs, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkAclsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>association.association-id</code> - The ID of an association ID for the ACL. </para> </li> <li> <para> <code>association.network-acl-id</code> - The ID of the network ACL involved in the association. </para> </li> <li> <para> <code>association.subnet-id</code> - The ID of the subnet involved in the association. </para> </li> <li> <para> <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC. </para> </li> <li> <para> <code>entry.cidr</code> - The CIDR range specified in the entry. </para> </li> <li> <para> <code>entry.egress</code> - Indicates whether the entry applies to egress traffic. </para> </li> <li> <para> <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any. </para> </li> <li> <para> <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any. </para> </li> <li> <para> <code>entry.port-range.from</code> - The start of the port range specified in the entry. </para> </li> <li> <para> <code>entry.port-range.to</code> - The end of the port range specified in the entry. </para> </li> <li> <para> <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number). </para> </li> <li> <para> <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>). </para> </li> <li> <para> <code>entry.rule-number</code> - The number of an entry (in other words, rule) in the ACL's set of entries. </para> </li> <li> <para> <code>network-acl-id</code> - The ID of the network ACL. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC for the network ACL. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkAclsRequest.NetworkAclIds"> <summary> Gets and sets the property NetworkAclIds. <para> One or more network ACL IDs. </para> <para> Default: Describes all your network ACLs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkAclsResponse"> <summary> Configuration for accessing Amazon DescribeNetworkAcls service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkAclsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkAclsResult.NetworkAcls"> <summary> Gets and sets the property NetworkAcls. <para> Information about one or more network ACLs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkAclsResponse.DescribeNetworkAclsResult"> <summary> Gets and sets the DescribeNetworkAclsResult property. Represents the output of a DescribeNetworkAcls operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest"> <summary> Container for the parameters to the DescribeNetworkInterfaceAttribute operation. Describes a network interface attribute. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The attribute of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResponse"> <summary> Configuration for accessing Amazon DescribeNetworkInterfaceAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult.Attachment"> <summary> Gets and sets the property Attachment. <para> The attachment (if any) of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult.Description"> <summary> Gets and sets the property Description. <para> The description of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult.Groups"> <summary> Gets and sets the property Groups. <para> The security groups associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResult.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Indicates whether source/destination checking is enabled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResponse.DescribeNetworkInterfaceAttributeResult"> <summary> Gets and sets the DescribeNetworkInterfaceAttributeResult property. Represents the output of a DescribeNetworkInterfaceAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfacesRequest"> <summary> Container for the parameters to the DescribeNetworkInterfaces operation. Describes one or more of your network interfaces. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfacesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>addresses.private-ip-address</code> - The private IP addresses associated with the network interface. </para> </li> <li> <para> <code>addresses.primary</code> - Whether the private IP address is the primary IP address associated with the network interface. </para> </li> <li> <para> <code>addresses.association.public-ip</code> - The association ID returned when the network interface was associated with the Elastic IP address. </para> </li> <li> <para> <code>addresses.association.owner-id</code> - The owner ID of the addresses associated with the network interface. </para> </li> <li> <para> <code>association.association-id</code> - The association ID returned when the network interface was associated with an IP address. </para> </li> <li> <para> <code>association.allocation-id</code> - The allocation ID returned when you allocated the Elastic IP address for your network interface. </para> </li> <li> <para> <code>association.ip-owner-id</code> - The owner of the Elastic IP address associated with the network interface. </para> </li> <li> <para> <code>association.public-ip</code> - The address of the Elastic IP address bound to the network interface. </para> </li> <li> <para> <code>association.public-dns-name</code> - The public DNS name for the network interface. </para> </li> <li> <para> <code>attachment.attachment-id</code> - The ID of the interface attachment. </para> </li> <li> <para> <code>attachment.instance-id</code> - The ID of the instance to which the network interface is attached. </para> </li> <li> <para> <code>attachment.instance-owner-id</code> - The owner ID of the instance to which the network interface is attached. </para> </li> <li> <para> <code>attachment.device-index</code> - The device index to which the network interface is attached. </para> </li> <li> <para> <code>attachment.status</code> - The status of the attachment (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>). </para> </li> <li> <para> <code>attachment.attach.time</code> - The time that the network interface was attached to an instance. </para> </li> <li> <para> <code>attachment.delete-on-termination</code> - Indicates whether the attachment is deleted when an instance is terminated. </para> </li> <li> <para> <code>availability-zone</code> - The Availability Zone of the network interface. </para> </li> <li> <para> <code>description</code> - The description of the network interface. </para> </li> <li> <para> <code>group-id</code> - The ID of a security group associated with the network interface. </para> </li> <li> <para> <code>group-name</code> - The name of a security group associated with the network interface. </para> </li> <li> <para> <code>mac-address</code> - The MAC address of the network interface. </para> </li> <li> <para> <code>network-interface-id</code> - The ID of the network interface. </para> </li> <li> <para> <code>owner-id</code> - The AWS account ID of the network interface owner. </para> </li> <li> <para> <code>private-ip-address</code> - The private IP address or addresses of the network interface. </para> </li> <li> <para> <code>private-dns-name</code> - The private DNS name of the network interface. </para> </li> <li> <para> <code>requester-id</code> - The ID of the entity that launched the instance on your behalf (for example, AWS Management Console, Auto Scaling, and so on). </para> </li> <li> <para> <code>requester-managed</code> - Indicates whether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on). </para> </li> <li> <para> <code>source-desk-check</code> - Indicates whether the network interface performs source/destination checking. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the network interface to perform Network Address Translation (NAT) in your VPC. </para> </li> <li> <para> <code>status</code> - The status of the network interface. If the network interface is not attached to an instance, the status is <code>available</code>; if a network interface is attached to an instance the status is <code>in-use</code>. </para> </li> <li> <para> <code>subnet-id</code> - The ID of the subnet for the network interface. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC for the network interface. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfacesRequest.NetworkInterfaceIds"> <summary> Gets and sets the property NetworkInterfaceIds. <para> One or more network interface IDs. </para> <para> Default: Describes all your network interfaces. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfacesResponse"> <summary> Configuration for accessing Amazon DescribeNetworkInterfaces service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeNetworkInterfacesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfacesResult.NetworkInterfaces"> <summary> Gets and sets the property NetworkInterfaces. <para> Information about one or more network interfaces. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeNetworkInterfacesResponse.DescribeNetworkInterfacesResult"> <summary> Gets and sets the DescribeNetworkInterfacesResult property. Represents the output of a DescribeNetworkInterfaces operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribePlacementGroupsRequest"> <summary> Container for the parameters to the DescribePlacementGroups operation. Describes one or more of your placement groups. For more information about placement groups and cluster instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html">Cluster Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.DescribePlacementGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>group-name</code> - The name of the placement group. </para> </li> <li> <para> <code>state</code> - The state of the placement group (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>). </para> </li> <li> <para> <code>strategy</code> - The strategy of the placement group (<code>cluster</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePlacementGroupsRequest.GroupNames"> <summary> Gets and sets the property GroupNames. <para> One or more placement group names. </para> <para> Default: Describes all your placement groups, or only those otherwise specified. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribePlacementGroupsResponse"> <summary> Configuration for accessing Amazon DescribePlacementGroups service </summary> </member> <member name="T:Amazon.EC2.Model.DescribePlacementGroupsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePlacementGroupsResult.PlacementGroups"> <summary> Gets and sets the property PlacementGroups. <para> One or more placement groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePlacementGroupsResponse.DescribePlacementGroupsResult"> <summary> Gets and sets the DescribePlacementGroupsResult property. Represents the output of a DescribePlacementGroups operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribePrefixListsRequest"> <summary> Container for the parameters to the DescribePrefixLists operation. Describes available AWS services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a VPC endpoint. </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>prefix-list-id</code>: The ID of a prefix list. </para> </li> <li> <para> <code>prefix-list-name</code>: The name of a prefix list. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. </para> <para> Constraint: If the value specified is greater than 1000, we return only 1000 items. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a prior call.) </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsRequest.PrefixListIds"> <summary> Gets and sets the property PrefixListIds. <para> One or more prefix list IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribePrefixListsResponse"> <summary> Configuration for accessing Amazon DescribePrefixLists service </summary> </member> <member name="T:Amazon.EC2.Model.DescribePrefixListsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsResult.PrefixLists"> <summary> Gets and sets the property PrefixLists. <para> All available prefix lists. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribePrefixListsResponse.DescribePrefixListsResult"> <summary> Gets and sets the DescribePrefixListsResult property. Represents the output of a DescribePrefixLists operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRegionsRequest"> <summary> Container for the parameters to the DescribeRegions operation. Describes one or more regions that are currently available to you. <para> For a list of the regions supported by Amazon EC2, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRegionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>endpoint</code> - The endpoint of the region (for example, <code>ec2.us-east-1.amazonaws.com</code>). </para> </li> <li> <para> <code>region-name</code> - The name of the region (for example, <code>us-east-1</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRegionsRequest.RegionNames"> <summary> Gets and sets the property RegionNames. <para> The names of one or more regions. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRegionsResponse"> <summary> Configuration for accessing Amazon DescribeRegions service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRegionsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRegionsResult.Regions"> <summary> Gets and sets the property Regions. <para> Information about one or more regions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRegionsResponse.DescribeRegionsResult"> <summary> Gets and sets the DescribeRegionsResult property. Represents the output of a DescribeRegions operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesListingsRequest"> <summary> Container for the parameters to the DescribeReservedInstancesListings operation. Describes your account's Reserved Instance listings in the Reserved Instance Marketplace. <para> The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. </para> <para> As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase. </para> <para> As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesListingsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>reserved-instances-id</code> - The ID of the Reserved Instances. </para> </li> <li> <para> <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances listing. </para> </li> <li> <para> <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> | <code>active</code> | <code>cancelled</code> | <code>closed</code>). </para> </li> <li> <para> <code>status-message</code> - The reason for the status. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesListingsRequest.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> One or more Reserved Instance IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesListingsRequest.ReservedInstancesListingId"> <summary> Gets and sets the property ReservedInstancesListingId. <para> One or more Reserved Instance Listing IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesListingsResponse"> <summary> Configuration for accessing Amazon DescribeReservedInstancesListings service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesListingsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesListingsResult.ReservedInstancesListings"> <summary> Gets and sets the property ReservedInstancesListings. <para> Information about the Reserved Instance listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesListingsResponse.DescribeReservedInstancesListingsResult"> <summary> Gets and sets the DescribeReservedInstancesListingsResult property. Represents the output of a DescribeReservedInstancesListings operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest"> <summary> Container for the parameters to the DescribeReservedInstancesModifications operation. Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved Instances</a> in the Amazon Elastic Compute Cloud User Guide. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>client-token</code> - The idempotency token for the modification request. </para> </li> <li> <para> <code>create-date</code> - The time when the modification request was created. </para> </li> <li> <para> <code>effective-date</code> - The time when the modification becomes effective. </para> </li> <li> <para> <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <code>fulfilled</code>. </para> </li> <li> <para> <code>modification-result.target-configuration.availability-zone</code> - The Availability Zone for the new Reserved Instances. </para> </li> <li> <para> <code>modification-result.target-configuration.instance-count </code> - The number of new Reserved Instances. </para> </li> <li> <para> <code>modification-result.target-configuration.instance-type</code> - The instance type of the new Reserved Instances. </para> </li> <li> <para> <code>modification-result.target-configuration.platform</code> - The network platform of the new Reserved Instances (<code>EC2-Classic</code> | <code>EC2-VPC</code>). </para> </li> <li> <para> <code>reserved-instances-id</code> - The ID of the Reserved Instances modified. </para> </li> <li> <para> <code>reserved-instances-modification-id</code> - The ID of the modification request. </para> </li> <li> <para> <code>status</code> - The status of the Reserved Instances modification request (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>). </para> </li> <li> <para> <code>status-message</code> - The reason for the status. </para> </li> <li> <para> <code>update-date</code> - The time when the modification request was last updated. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest.ReservedInstancesModificationIds"> <summary> Gets and sets the property ReservedInstancesModificationIds. <para> IDs for the submitted modification request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesModificationsResponse"> <summary> Configuration for accessing Amazon DescribeReservedInstancesModifications service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesModificationsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsResult.ReservedInstancesModifications"> <summary> Gets and sets the property ReservedInstancesModifications. <para> The Reserved Instance modification information. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesModificationsResponse.DescribeReservedInstancesModificationsResult"> <summary> Gets and sets the DescribeReservedInstancesModificationsResult property. Represents the output of a DescribeReservedInstancesModifications operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest"> <summary> Container for the parameters to the DescribeReservedInstancesOfferings operation. Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone in which the Reserved Instance can be used. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used. </para> </li> <li> <para> <code>duration</code> - The duration of the Reserved Instance (for example, one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>). </para> </li> <li> <para> <code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0). </para> </li> <li> <para> <code>instance-type</code> - The instance type on which the Reserved Instance can be used. </para> </li> <li> <para> <code>marketplace</code> - Set to <code>true</code> to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from AWS and Reserved Instance Marketplace are listed. </para> </li> <li> <para> <code>product-description</code> - The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code> | <code>Windows with SQL Server Standard</code> | <code>Windows with SQL Server Standard (Amazon VPC)</code> | <code>Windows with SQL Server Web</code> | <code> Windows with SQL Server Web (Amazon VPC)</code> | <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL Server Enterprise (Amazon VPC)</code>) </para> </li> <li> <para> <code>reserved-instances-offering-id</code> - The Reserved Instances offering ID. </para> </li> <li> <para> <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.IncludeMarketplace"> <summary> Gets and sets the property IncludeMarketplace. <para> Include Marketplace offerings in the response. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.InstanceTenancy"> <summary> Gets and sets the property InstanceTenancy. <para> The tenancy of the Reserved Instance offering. A Reserved Instance with <code>dedicated</code> tenancy runs on single-tenant hardware and can only be launched within a VPC. </para> <para> Default: <code>default</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type on which the Reserved Instance can be used. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.MaxDuration"> <summary> Gets and sets the property MaxDuration. <para> The maximum duration (in seconds) to filter when searching for offerings. </para> <para> Default: 94608000 (3 years) </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.MaxInstanceCount"> <summary> Gets and sets the property MaxInstanceCount. <para> The maximum number of instances to filter when searching for offerings. </para> <para> Default: 20 </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. The maximum is 100. </para> <para> Default: 100 </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.MinDuration"> <summary> Gets and sets the property MinDuration. <para> The minimum duration (in seconds) to filter when searching for offerings. </para> <para> Default: 2592000 (1 month) </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <code>Medium Utilization</code> Reserved Instance offering type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the description are for use with Amazon VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest.ReservedInstancesOfferingIds"> <summary> Gets and sets the property ReservedInstancesOfferingIds. <para> One or more Reserved Instances offering IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse"> <summary> Configuration for accessing Amazon DescribeReservedInstancesOfferings service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesOfferingsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsResult.ReservedInstancesOfferings"> <summary> Gets and sets the property ReservedInstancesOfferings. <para> A list of Reserved Instances offerings. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse.DescribeReservedInstancesOfferingsResult"> <summary> Gets and sets the DescribeReservedInstancesOfferingsResult property. Represents the output of a DescribeReservedInstancesOfferings operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesRequest"> <summary> Container for the parameters to the DescribeReservedInstances operation. Describes one or more of the Reserved Instances that you purchased. <para> For more information about Reserved Instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availability-zone</code> - The Availability Zone where the Reserved Instance can be used. </para> </li> <li> <para> <code>duration</code> - The duration of the Reserved Instance (one year or three years), in seconds (<code>31536000</code> | <code>94608000</code>). </para> </li> <li> <para> <code>end</code> - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z). </para> </li> <li> <para> <code>fixed-price</code> - The purchase price of the Reserved Instance (for example, 9800.0). </para> </li> <li> <para> <code>instance-type</code> - The instance type on which the Reserved Instance can be used. </para> </li> <li> <para> <code>product-description</code> - The Reserved Instance product platform description. Instances that include <code>(Amazon VPC)</code> in the product platform description will only be displayed to EC2-Classic account holders and are for use with Amazon VPC. (<code>Linux/UNIX</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Red Hat Enterprise Linux</code> | <code>Red Hat Enterprise Linux (Amazon VPC)</code> | <code>Windows</code> | <code>Windows (Amazon VPC)</code> | <code>Windows with SQL Server Standard</code> | <code>Windows with SQL Server Standard (Amazon VPC)</code> | <code>Windows with SQL Server Web</code> | <code>Windows with SQL Server Web (Amazon VPC)</code> | <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL Server Enterprise (Amazon VPC)</code>). </para> </li> <li> <para> <code>reserved-instances-id</code> - The ID of the Reserved Instance. </para> </li> <li> <para> <code>start</code> - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z). </para> </li> <li> <para> <code>state</code> - The state of the Reserved Instance (<code>payment-pending</code> | <code>active</code> | <code>payment-failed</code> | <code>retired</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>usage-price</code> - The usage price of the Reserved Instance, per hour (for example, 0.84). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <code>Medium Utilization</code> Reserved Instance offering type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesRequest.ReservedInstancesIds"> <summary> Gets and sets the property ReservedInstancesIds. <para> One or more Reserved Instance IDs. </para> <para> Default: Describes all your Reserved Instances, or only those otherwise specified. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesResponse"> <summary> Configuration for accessing Amazon DescribeReservedInstances service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeReservedInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesResult.ReservedInstances"> <summary> Gets and sets the property ReservedInstances. <para> A list of Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeReservedInstancesResponse.DescribeReservedInstancesResult"> <summary> Gets and sets the DescribeReservedInstancesResult property. Represents the output of a DescribeReservedInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRouteTablesRequest"> <summary> Container for the parameters to the DescribeRouteTables operation. Describes one or more of your route tables. <para> Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations. </para> <para> For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRouteTablesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>association.route-table-association-id</code> - The ID of an association ID for the route table. </para> </li> <li> <para> <code>association.route-table-id</code> - The ID of the route table involved in the association. </para> </li> <li> <para> <code>association.subnet-id</code> - The ID of the subnet involved in the association. </para> </li> <li> <para> <code>association.main</code> - Indicates whether the route table is the main route table for the VPC. </para> </li> <li> <para> <code>route-table-id</code> - The ID of the route table. </para> </li> <li> <para> <code>route.destination-cidr-block</code> - The CIDR range specified in a route in the table. </para> </li> <li> <para> <code>route.destination-prefix-list-id</code> - The ID (prefix) of the AWS service specified in a route in the table. </para> </li> <li> <para> <code>route.gateway-id</code> - The ID of a gateway specified in a route in the table. </para> </li> <li> <para> <code>route.instance-id</code> - The ID of an instance specified in a route in the table. </para> </li> <li> <para> <code>route.origin</code> - Describes how the route was created. <code>CreateRouteTable</code> indicates that the route was automatically created when the route table was created; <code>CreateRoute</code> indicates that the route was manually added to the route table; <code>EnableVgwRoutePropagation</code> indicates that the route was propagated by route propagation. </para> </li> <li> <para> <code>route.state</code> - The state of a route in the route table (<code>active</code> | <code>blackhole</code>). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on). </para> </li> <li> <para> <code>route.vpc-peering-connection-id</code> - The ID of a VPC peering connection specified in a route in the table. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC for the route table. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRouteTablesRequest.RouteTableIds"> <summary> Gets and sets the property RouteTableIds. <para> One or more route table IDs. </para> <para> Default: Describes all your route tables. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRouteTablesResponse"> <summary> Configuration for accessing Amazon DescribeRouteTables service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeRouteTablesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRouteTablesResult.RouteTables"> <summary> Gets and sets the property RouteTables. <para> Information about one or more route tables. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeRouteTablesResponse.DescribeRouteTablesResult"> <summary> Gets and sets the DescribeRouteTablesResult property. Represents the output of a DescribeRouteTables operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSecurityGroupsRequest"> <summary> Container for the parameters to the DescribeSecurityGroups operation. Describes one or more of your security groups. <para> A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> and <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security Groups for Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSecurityGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters. </para> <ul> <li> <para> <code>description</code> - The description of the security group. </para> </li> <li> <para> <code>egress.ip-permission.prefix-list-id</code> - The ID (prefix) of the AWS service to which the security group allows access. </para> </li> <li> <para> <code>group-id</code> - The ID of the security group. </para> </li> <li> <para> <code>group-name</code> - The name of the security group. </para> </li> <li> <para> <code>ip-permission.cidr</code> - A CIDR range that has been granted permission. </para> </li> <li> <para> <code>ip-permission.from-port</code> - The start of port range for the TCP and UDP protocols, or an ICMP type number. </para> </li> <li> <para> <code>ip-permission.group-id</code> - The ID of a security group that has been granted permission. </para> </li> <li> <para> <code>ip-permission.group-name</code> - The name of a security group that has been granted permission. </para> </li> <li> <para> <code>ip-permission.protocol</code> - The IP protocol for the permission (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number). </para> </li> <li> <para> <code>ip-permission.to-port</code> - The end of port range for the TCP and UDP protocols, or an ICMP code. </para> </li> <li> <para> <code>ip-permission.user-id</code> - The ID of an AWS account that has been granted permission. </para> </li> <li> <para> <code>owner-id</code> - The AWS account ID of the owner of the security group. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the security group. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the security group. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC specified when the security group was created. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSecurityGroupsRequest.GroupIds"> <summary> Gets and sets the property GroupIds. <para> One or more security group IDs. Required for security groups in a nondefault VPC. </para> <para> Default: Describes all your security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSecurityGroupsRequest.GroupNames"> <summary> Gets and sets the property GroupNames. <para> [EC2-Classic and default VPC only] One or more security group names. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, use the <code>group-name</code> filter to describe security groups by name. </para> <para> Default: Describes all your security groups. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSecurityGroupsResponse"> <summary> Configuration for accessing Amazon DescribeSecurityGroups service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSecurityGroupsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSecurityGroupsResult.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> Information about one or more security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSecurityGroupsResponse.DescribeSecurityGroupsResult"> <summary> Gets and sets the DescribeSecurityGroupsResult property. Represents the output of a DescribeSecurityGroups operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotAttributeRequest"> <summary> Container for the parameters to the DescribeSnapshotAttribute operation. Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time. <para> For more information about EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DescribeSnapshotAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DescribeSnapshotAttributeRequest.#ctor(System.String,Amazon.EC2.SnapshotAttributeName)"> <summary> Instantiates DescribeSnapshotAttributeRequest with the parameterized properties </summary> <param name="snapshotId">The ID of the EBS snapshot.</param> <param name="attribute">The snapshot attribute you would like to view.</param> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The snapshot attribute you would like to view. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeRequest.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the EBS snapshot. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotAttributeResponse"> <summary> Configuration for accessing Amazon DescribeSnapshotAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotAttributeResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeResult.CreateVolumePermissions"> <summary> Gets and sets the property CreateVolumePermissions. <para> A list of permissions for creating volumes from the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeResult.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> A list of product codes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeResult.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the EBS snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotAttributeResponse.DescribeSnapshotAttributeResult"> <summary> Gets and sets the DescribeSnapshotAttributeResult property. Represents the output of a DescribeSnapshotAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotsRequest"> <summary> Container for the parameters to the DescribeSnapshots operation. Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given explicit create volume permissions. <para> The create volume permissions fall into the following categories: </para> <ul> <li> <i>public</i>: The owner of the snapshot granted create volume permissions for the snapshot to the <code>all</code> group. All AWS accounts have create volume permissions for these snapshots.</li> <li> <i>explicit</i>: The owner of the snapshot granted create volume permissions to a specific AWS account.</li> <li> <i>implicit</i>: An AWS account has implicit create volume permissions for all snapshots it owns.</li> </ul> <para> The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions. </para> <para> If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results. </para> <para> If you specify one or more snapshot owners, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, <code>amazon</code> for snapshots owned by Amazon, or <code>self</code> for snapshots that you own. </para> <para> If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), <code>self</code> for snapshots for which you own or have explicit permissions, or <code>all</code> for public snapshots. </para> <para> If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeSnapshots</code> request to retrieve the remaining results. </para> <para> For more information about EBS snapshots, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html'>Amazon EBS Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>description</code> - A description of the snapshot. </para> </li> <li> <para> <code>owner-alias</code> - The AWS account alias (for example, <code>amazon</code>) that owns the snapshot. </para> </li> <li> <para> <code>owner-id</code> - The ID of the AWS account that owns the snapshot. </para> </li> <li> <para> <code>progress</code> - The progress of the snapshot, as a percentage (for example, 80%). </para> </li> <li> <para> <code>snapshot-id</code> - The snapshot ID. </para> </li> <li> <para> <code>start-time</code> - The time stamp when the snapshot was initiated. </para> </li> <li> <para> <code>status</code> - The status of the snapshot (<code>pending</code> | <code>completed</code> | <code>error</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>volume-id</code> - The ID of the volume the snapshot is for. </para> </li> <li> <para> <code>volume-size</code> - The size of the volume, in GiB. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of snapshot results returned by <code>DescribeSnapshots</code> in paginated output. When this parameter is used, <code>DescribeSnapshots</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeSnapshots</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeSnapshots</code> returns all results. You cannot specify this parameter and the snapshot IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>NextToken</code> value returned from a previous paginated <code>DescribeSnapshots</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.OwnerIds"> <summary> Gets and sets the property OwnerIds. <para> Returns the snapshots owned by the specified owner. Multiple owners can be specified. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.RestorableByUserIds"> <summary> Gets and sets the property RestorableByUserIds. <para> One or more AWS accounts IDs that can create volumes from the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsRequest.SnapshotIds"> <summary> Gets and sets the property SnapshotIds. <para> One or more snapshot IDs. </para> <para> Default: Describes snapshots for which you have launch permissions. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotsResponse"> <summary> Configuration for accessing Amazon DescribeSnapshots service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSnapshotsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>NextToken</code> value to include in a future <code>DescribeSnapshots</code> request. When the results of a <code>DescribeSnapshots</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsResult.Snapshots"> <summary> Gets and sets the property Snapshots. <para> Information about the snapshots. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSnapshotsResponse.DescribeSnapshotsResult"> <summary> Gets and sets the DescribeSnapshotsResult property. Represents the output of a DescribeSnapshots operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionRequest"> <summary> Container for the parameters to the DescribeSpotDatafeedSubscription operation. Describes the data feed for Spot instances. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html">Spot Instance Data Feed</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResponse"> <summary> Configuration for accessing Amazon DescribeSpotDatafeedSubscription service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResult"> <summary> Contains the output of DescribeSpotDatafeedSubscription. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResult.SpotDatafeedSubscription"> <summary> Gets and sets the property SpotDatafeedSubscription. <para> The Spot instance data feed subscription. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResponse.DescribeSpotDatafeedSubscriptionResult"> <summary> Gets and sets the DescribeSpotDatafeedSubscriptionResult property. Represents the output of a DescribeSpotDatafeedSubscription operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetInstancesRequest"> <summary> Container for the parameters to the DescribeSpotFleetInstances operation. Describes the running instances for the specified Spot fleet. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesRequest.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetInstancesResponse"> <summary> Configuration for accessing Amazon DescribeSpotFleetInstances service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetInstancesResult"> <summary> Contains the output of DescribeSpotFleetInstances. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesResult.ActiveInstances"> <summary> Gets and sets the property ActiveInstances. <para> The running instances. Note that this list is refreshed periodically and might be out of date. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesResult.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetInstancesResponse.DescribeSpotFleetInstancesResult"> <summary> Gets and sets the DescribeSpotFleetInstancesResult property. Represents the output of a DescribeSpotFleetInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest"> <summary> Container for the parameters to the DescribeSpotFleetRequestHistory operation. Describes the events for the specified Spot fleet request during the specified time. <para> Spot fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest.EventType"> <summary> Gets and sets the property EventType. <para> The type of events to describe. By default, all events are described. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResponse"> <summary> Configuration for accessing Amazon DescribeSpotFleetRequestHistory service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult"> <summary> Contains the output of DescribeSpotFleetRequestHistory. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult.HistoryRecords"> <summary> Gets and sets the property HistoryRecords. <para> Information about the events in the history of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult.LastEvaluatedTime"> <summary> Gets and sets the property LastEvaluatedTime. <para> The last date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). All records up to this time were retrieved. </para> <para> If <code>nextToken</code> indicates that there are more results, this value is not present. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResult.StartTime"> <summary> Gets and sets the property StartTime. <para> The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResponse.DescribeSpotFleetRequestHistoryResult"> <summary> Gets and sets the DescribeSpotFleetRequestHistoryResult property. Represents the output of a DescribeSpotFleetRequestHistory operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestsRequest"> <summary> Container for the parameters to the DescribeSpotFleetRequests operation. Describes your Spot fleet requests. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsRequest.SpotFleetRequestIds"> <summary> Gets and sets the property SpotFleetRequestIds. <para> The IDs of the Spot fleet requests. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestsResponse"> <summary> Configuration for accessing Amazon DescribeSpotFleetRequests service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotFleetRequestsResult"> <summary> Contains the output of DescribeSpotFleetRequests. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsResult.SpotFleetRequestConfigs"> <summary> Gets and sets the property SpotFleetRequestConfigs. <para> Information about the configuration of your Spot fleet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotFleetRequestsResponse.DescribeSpotFleetRequestsResult"> <summary> Gets and sets the DescribeSpotFleetRequestsResult property. Represents the output of a DescribeSpotFleetRequests operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest"> <summary> Container for the parameters to the DescribeSpotInstanceRequests operation. Describes the Spot instance requests that belong to your account. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Spot Instance Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <para> You can use <code>DescribeSpotInstanceRequests</code> to find a running Spot instance by examining the response. If the status of the Spot instance is <code>fulfilled</code>, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use <a>DescribeInstances</a> with a filter to look for instances where the instance lifecycle is <code>spot</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availability-zone-group</code> - The Availability Zone group. </para> </li> <li> <para> <code>create-time</code> - The time stamp when the Spot instance request was created. </para> </li> <li> <para> <code>fault-code</code> - The fault code related to the request. </para> </li> <li> <para> <code>fault-message</code> - The fault message related to the request. </para> </li> <li> <para> <code>instance-id</code> - The ID of the instance that fulfilled the request. </para> </li> <li> <para> <code>launch-group</code> - The Spot instance launch group. </para> </li> <li> <para> <code>launch.block-device-mapping.delete-on-termination</code> - Indicates whether the Amazon EBS volume is deleted on instance termination. </para> </li> <li> <para> <code>launch.block-device-mapping.device-name</code> - The device name for the Amazon EBS volume (for example, <code>/dev/sdh</code>). </para> </li> <li> <para> <code>launch.block-device-mapping.snapshot-id</code> - The ID of the snapshot used for the Amazon EBS volume. </para> </li> <li> <para> <code>launch.block-device-mapping.volume-size</code> - The size of the Amazon EBS volume, in GiB. </para> </li> <li> <para> <code>launch.block-device-mapping.volume-type</code> - The type of the Amazon EBS volume (<code>gp2</code> | <code>standard</code> | <code>io1</code>). </para> </li> <li> <para> <code>launch.group-id</code> - The security group for the instance. </para> </li> <li> <para> <code>launch.image-id</code> - The ID of the AMI. </para> </li> <li> <para> <code>launch.instance-type</code> - The type of instance (for example, <code>m1.small</code>). </para> </li> <li> <para> <code>launch.kernel-id</code> - The kernel ID. </para> </li> <li> <para> <code>launch.key-name</code> - The name of the key pair the instance launched with. </para> </li> <li> <para> <code>launch.monitoring-enabled</code> - Whether monitoring is enabled for the Spot instance. </para> </li> <li> <para> <code>launch.ramdisk-id</code> - The RAM disk ID. </para> </li> <li> <para> <code>network-interface.network-interface-id</code> - The ID of the network interface. </para> </li> <li> <para> <code>network-interface.device-index</code> - The index of the device for the network interface attachment on the instance. </para> </li> <li> <para> <code>network-interface.subnet-id</code> - The ID of the subnet for the instance. </para> </li> <li> <para> <code>network-interface.description</code> - A description of the network interface. </para> </li> <li> <para> <code>network-interface.private-ip-address</code> - The primary private IP address of the network interface. </para> </li> <li> <para> <code>network-interface.delete-on-termination</code> - Indicates whether the network interface is deleted when the instance is terminated. </para> </li> <li> <para> <code>network-interface.group-id</code> - The ID of the security group associated with the network interface. </para> </li> <li> <para> <code>network-interface.group-name</code> - The name of the security group associated with the network interface. </para> </li> <li> <para> <code>network-interface.addresses.primary</code> - Indicates whether the IP address is the primary private IP address. </para> </li> <li> <para> <code>product-description</code> - The product description associated with the instance (<code>Linux/UNIX</code> | <code>Windows</code>). </para> </li> <li> <para> <code>spot-instance-request-id</code> - The Spot instance request ID. </para> </li> <li> <para> <code>spot-price</code> - The maximum hourly price for any Spot instance launched to fulfill the request. </para> </li> <li> <para> <code>state</code> - The state of the Spot instance request (<code>open</code> | <code>active</code> | <code>closed</code> | <code>cancelled</code> | <code>failed</code>). Spot bid status information can help you track your Amazon EC2 Spot instance requests. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html">Spot Bid Status</a> in the Amazon Elastic Compute Cloud User Guide. </para> </li> <li> <para> <code>status-code</code> - The short code describing the most recent evaluation of your Spot instance request. </para> </li> <li> <para> <code>status-message</code> - The message explaining the status of the Spot instance request. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>type</code> - The type of Spot instance request (<code>one-time</code> | <code>persistent</code>). </para> </li> <li> <para> <code>launched-availability-zone</code> - The Availability Zone in which the bid is launched. </para> </li> <li> <para> <code>valid-from</code> - The start date of the request. </para> </li> <li> <para> <code>valid-until</code> - The end date of the request. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest.SpotInstanceRequestIds"> <summary> Gets and sets the property SpotInstanceRequestIds. <para> One or more Spot instance request IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotInstanceRequestsResponse"> <summary> Configuration for accessing Amazon DescribeSpotInstanceRequests service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotInstanceRequestsResult"> <summary> Contains the output of DescribeSpotInstanceRequests. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotInstanceRequestsResult.SpotInstanceRequests"> <summary> Gets and sets the property SpotInstanceRequests. <para> One or more Spot instance requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotInstanceRequestsResponse.DescribeSpotInstanceRequestsResult"> <summary> Gets and sets the DescribeSpotInstanceRequestsResult property. Represents the output of a DescribeSpotInstanceRequests operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest"> <summary> Container for the parameters to the DescribeSpotPriceHistory operation. Describes the Spot price history. The prices returned are listed in chronological order, from the oldest to the most recent, for up to the past 90 days. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html">Spot Instance Pricing History</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <para> When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> Filters the results by the specified Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availability-zone</code> - The Availability Zone for which prices should be returned. </para> </li> <li> <para> <code>instance-type</code> - The type of instance (for example, <code>m1.small</code>). </para> </li> <li> <para> <code>product-description</code> - The product description for the Spot price (<code>Linux/UNIX</code> | <code>SUSE Linux</code> | <code>Windows</code> | <code>Linux/UNIX (Amazon VPC)</code> | <code>SUSE Linux (Amazon VPC)</code> | <code>Windows (Amazon VPC)</code>). </para> </li> <li> <para> <code>spot-price</code> - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported). </para> </li> <li> <para> <code>timestamp</code> - The timestamp of the Spot price history, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). You can use wildcards (* and ?). Greater than or less than comparison is not supported. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.InstanceTypes"> <summary> Gets and sets the property InstanceTypes. <para> Filters the results by the specified instance types. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of results. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.ProductDescriptions"> <summary> Gets and sets the property ProductDescriptions. <para> Filters the results by the specified basic product descriptions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotPriceHistoryResponse"> <summary> Configuration for accessing Amazon DescribeSpotPriceHistory service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSpotPriceHistoryResult"> <summary> Contains the output of DescribeSpotPriceHistory. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token required to retrieve the next set of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryResult.SpotPriceHistory"> <summary> Gets and sets the property SpotPriceHistory. <para> The historical Spot prices. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSpotPriceHistoryResponse.DescribeSpotPriceHistoryResult"> <summary> Gets and sets the DescribeSpotPriceHistoryResult property. Represents the output of a DescribeSpotPriceHistory operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSubnetsRequest"> <summary> Container for the parameters to the DescribeSubnets operation. Describes one or more of your subnets. <para> For more information about subnets, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html">Your VPC and Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSubnetsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>availabilityZone</code> - The Availability Zone for the subnet. You can also use <code>availability-zone</code> as the filter name. </para> </li> <li> <para> <code>available-ip-address-count</code> - The number of IP addresses in the subnet that are available. </para> </li> <li> <para> <code>cidrBlock</code> - The CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use <code>cidr</code> or <code>cidr-block</code> as the filter names. </para> </li> <li> <para> <code>defaultForAz</code> - Indicates whether this is the default subnet for the Availability Zone. You can also use <code>default-for-az</code> as the filter name. </para> </li> <li> <para> <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>). </para> </li> <li> <para> <code>subnet-id</code> - The ID of the subnet. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC for the subnet. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSubnetsRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> One or more subnet IDs. </para> <para> Default: Describes all your subnets. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSubnetsResponse"> <summary> Configuration for accessing Amazon DescribeSubnets service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeSubnetsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSubnetsResult.Subnets"> <summary> Gets and sets the property Subnets. <para> Information about one or more subnets. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeSubnetsResponse.DescribeSubnetsResult"> <summary> Gets and sets the DescribeSubnetsResult property. Represents the output of a DescribeSubnets operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeTagsRequest"> <summary> Container for the parameters to the DescribeTags operation. Describes one or more of the tags for your EC2 resources. <para> For more information about tags, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DescribeTagsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DescribeTagsRequest.#ctor(System.Collections.Generic.List{Amazon.EC2.Model.Filter})"> <summary> Instantiates DescribeTagsRequest with the parameterized properties </summary> <param name="filters">One or more filters. <ul> <li> <code>key</code> - The tag key. </li> <li> <code>resource-id</code> - The resource ID. </li> <li> <code>resource-type</code> - The resource type (<code>customer-gateway</code> | <code>dhcp-options</code> | <code>image</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-interface</code> | <code>reserved-instances</code> | <code>route-table</code> | <code>security-group</code> | <code>snapshot</code> | <code>spot-instances-request</code> | <code>subnet</code> | <code>volume</code> | <code>vpc</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>). </li> <li> <code>value</code> - The tag value. </li> </ul></param> </member> <member name="P:Amazon.EC2.Model.DescribeTagsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>key</code> - The tag key. </para> </li> <li> <para> <code>resource-id</code> - The resource ID. </para> </li> <li> <para> <code>resource-type</code> - The resource type (<code>customer-gateway</code> | <code>dhcp-options</code> | <code>image</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-interface</code> | <code>reserved-instances</code> | <code>route-table</code> | <code>security-group</code> | <code>snapshot</code> | <code>spot-instances-request</code> | <code>subnet</code> | <code>volume</code> | <code>vpc</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>). </para> </li> <li> <para> <code>value</code> - The tag value. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeTagsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeTagsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to retrieve the next page of results. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeTagsResponse"> <summary> Configuration for accessing Amazon DescribeTags service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeTagsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeTagsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeTagsResult.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeTagsResponse.DescribeTagsResult"> <summary> Gets and sets the DescribeTagsResult property. Represents the output of a DescribeTags operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeAttributeRequest"> <summary> Container for the parameters to the DescribeVolumeAttribute operation. Describes the specified attribute of the specified volume. You can specify only one attribute at a time. <para> For more information about EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The instance attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeAttributeResponse"> <summary> Configuration for accessing Amazon DescribeVolumeAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeAttributeResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeResult.AutoEnableIO"> <summary> Gets and sets the property AutoEnableIO. <para> The state of <code>autoEnableIO</code> attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeResult.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> A list of product codes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeResult.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeAttributeResponse.DescribeVolumeAttributeResult"> <summary> Gets and sets the DescribeVolumeAttributeResult property. Represents the output of a DescribeVolumeAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumesRequest"> <summary> Container for the parameters to the DescribeVolumes operation. Describes the specified EBS volumes. <para> If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The <code>MaxResults</code> parameter sets the maximum number of results returned in a single page. If the list of results exceeds your <code>MaxResults</code> value, then that number of results is returned along with a <code>NextToken</code> value that can be passed to a subsequent <code>DescribeVolumes</code> request to retrieve the remaining results. </para> <para> For more information about EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DescribeVolumesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DescribeVolumesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates DescribeVolumesRequest with the parameterized properties </summary> <param name="volumeIds">One or more volume IDs.</param> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>attachment.attach-time</code> - The time stamp when the attachment initiated. </para> </li> <li> <para> <code>attachment.delete-on-termination</code> - Whether the volume is deleted on instance termination. </para> </li> <li> <para> <code>attachment.device</code> - The device name that is exposed to the instance (for example, <code>/dev/sda1</code>). </para> </li> <li> <para> <code>attachment.instance-id</code> - The ID of the instance the volume is attached to. </para> </li> <li> <para> <code>attachment.status</code> - The attachment state (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>). </para> </li> <li> <para> <code>availability-zone</code> - The Availability Zone in which the volume was created. </para> </li> <li> <para> <code>create-time</code> - The time stamp when the volume was created. </para> </li> <li> <para> <code>encrypted</code> - The encryption status of the volume. </para> </li> <li> <para> <code>size</code> - The size of the volume, in GiB. </para> </li> <li> <para> <code>snapshot-id</code> - The snapshot from which the volume was created. </para> </li> <li> <para> <code>status</code> - The status of the volume (<code>creating</code> | <code>available</code> | <code>in-use</code> | <code>deleting</code> | <code>deleted</code> | <code>error</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>volume-id</code> - The volume ID. </para> </li> <li> <para> <code>volume-type</code> - The Amazon EBS volume type. This can be <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, or <code>standard</code> for Magnetic volumes. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of volume results returned by <code>DescribeVolumes</code> in paginated output. When this parameter is used, <code>DescribeVolumes</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeVolumes</code> request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeVolumes</code> returns all results. You cannot specify this parameter and the volume IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>NextToken</code> value returned from a previous paginated <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesRequest.VolumeIds"> <summary> Gets and sets the property VolumeIds. <para> One or more volume IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumesResponse"> <summary> Configuration for accessing Amazon DescribeVolumes service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesResult.Volumes"> <summary> Gets and sets the property Volumes. <para> Information about the volumes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumesResponse.DescribeVolumesResult"> <summary> Gets and sets the DescribeVolumesResult property. Represents the output of a DescribeVolumes operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeStatusRequest"> <summary> Container for the parameters to the DescribeVolumeStatus operation. Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event. <para> The <code>DescribeVolumeStatus</code> operation provides the following information about the specified volumes: </para> <para> <i>Status</i>: Reflects the current status of the volume. The possible values are <code>ok</code>, <code>impaired</code> , <code>warning</code>, or <code>insufficient-data</code>. If all checks pass, the overall status of the volume is <code>ok</code>. If the check fails, the overall status is <code>impaired</code>. If the status is <code>insufficient-data</code>, then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information on volume status, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html">Monitoring the Status of Your Volumes</a>. </para> <para> <i>Events</i>: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an <code>impaired</code> status, then the volume event might be <code>potential-data-inconsistency</code>. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and may have inconsistent data. </para> <para> <i>Actions</i>: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is <code>impaired</code> and the volume event shows <code>potential-data-inconsistency</code>, then the action shows <code>enable-volume-io</code>. This means that you may want to enable the I/O operations for the volume by calling the <a>EnableVolumeIO</a> action and then check the volume for data consistency. </para> <note> <para> Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the <code>error</code> state (for example, when a volume is incapable of accepting I/O.) </para> </note> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>action.code</code> - The action code for the event (for example, <code>enable-volume-io</code>). </para> </li> <li> <para> <code>action.description</code> - A description of the action. </para> </li> <li> <para> <code>action.event-id</code> - The event ID associated with the action. </para> </li> <li> <para> <code>availability-zone</code> - The Availability Zone of the instance. </para> </li> <li> <para> <code>event.description</code> - A description of the event. </para> </li> <li> <para> <code>event.event-id</code> - The event ID. </para> </li> <li> <para> <code>event.event-type</code> - The event type (for <code>io-enabled</code>: <code>passed</code> | <code>failed</code>; for <code>io-performance</code>: <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> | <code>io-performance:stalled</code>). </para> </li> <li> <para> <code>event.not-after</code> - The latest end time for the event. </para> </li> <li> <para> <code>event.not-before</code> - The earliest start time for the event. </para> </li> <li> <para> <code>volume-status.details-name</code> - The cause for <code>volume-status.status</code> (<code>io-enabled</code> | <code>io-performance</code>). </para> </li> <li> <para> <code>volume-status.details-status</code> - The status of <code>volume-status.details-name</code> (for <code>io-enabled</code>: <code>passed</code> | <code>failed</code>; for <code>io-performance</code>: <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> | <code>stalled</code>). </para> </li> <li> <para> <code>volume-status.status</code> - The status of the volume (<code>ok</code> | <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>). </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of volume results returned by <code>DescribeVolumeStatus</code> in paginated output. When this parameter is used, the request only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another request with the returned <code>NextToken</code> value. This value can be between 5 and 1000; if <code>MaxResults</code> is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then <code>DescribeVolumeStatus</code> returns all results. You cannot specify this parameter and the volume IDs parameter in the same request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>NextToken</code> value to include in a future <code>DescribeVolumeStatus</code> request. When the results of the request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusRequest.VolumeIds"> <summary> Gets and sets the property VolumeIds. <para> One or more volume IDs. </para> <para> Default: Describes all your volumes. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeStatusResponse"> <summary> Configuration for accessing Amazon DescribeVolumeStatus service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVolumeStatusResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusResult.VolumeStatuses"> <summary> Gets and sets the property VolumeStatuses. <para> A list of volumes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVolumeStatusResponse.DescribeVolumeStatusResult"> <summary> Gets and sets the DescribeVolumeStatusResult property. Represents the output of a DescribeVolumeStatus operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcAttributeRequest"> <summary> Container for the parameters to the DescribeVpcAttribute operation. Describes the specified attribute of the specified VPC. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The VPC attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcAttributeResponse"> <summary> Configuration for accessing Amazon DescribeVpcAttribute service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcAttributeResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeResult.EnableDnsHostnames"> <summary> Gets and sets the property EnableDnsHostnames. <para> Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is <code>true</code>, instances in the VPC get DNS hostnames; otherwise, they do not. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeResult.EnableDnsSupport"> <summary> Gets and sets the property EnableDnsSupport. <para> Indicates whether DNS resolution is enabled for the VPC. If this attribute is <code>true</code>, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeResult.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcAttributeResponse.DescribeVpcAttributeResult"> <summary> Gets and sets the DescribeVpcAttributeResult property. Represents the output of a DescribeVpcAttribute operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcClassicLinkRequest"> <summary> Container for the parameters to the DescribeVpcClassicLink operation. Describes the ClassicLink status of one or more VPCs. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcClassicLinkRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>is-classic-link-enabled</code> - Whether the VPC is enabled for ClassicLink (<code>true</code> | <code>false</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcClassicLinkRequest.VpcIds"> <summary> Gets and sets the property VpcIds. <para> One or more VPCs for which you want to describe the ClassicLink status. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcClassicLinkResponse"> <summary> Configuration for accessing Amazon DescribeVpcClassicLink service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcClassicLinkResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcClassicLinkResult.Vpcs"> <summary> Gets and sets the property Vpcs. <para> The ClassicLink status of one or more VPCs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcClassicLinkResponse.DescribeVpcClassicLinkResult"> <summary> Gets and sets the DescribeVpcClassicLinkResult property. Represents the output of a DescribeVpcClassicLink operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointServicesRequest"> <summary> Container for the parameters to the DescribeVpcEndpointServices operation. Describes all supported AWS services that can be specified when creating a VPC endpoint. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointServicesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. </para> <para> Constraint: If the value is greater than 1000, we return only 1000 items. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointServicesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a prior call.) </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointServicesResponse"> <summary> Configuration for accessing Amazon DescribeVpcEndpointServices service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointServicesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointServicesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointServicesResult.ServiceNames"> <summary> Gets and sets the property ServiceNames. <para> A list of supported AWS services. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointServicesResponse.DescribeVpcEndpointServicesResult"> <summary> Gets and sets the DescribeVpcEndpointServicesResult property. Represents the output of a DescribeVpcEndpointServices operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointsRequest"> <summary> Container for the parameters to the DescribeVpcEndpoints operation. Describes one or more of your VPC endpoints. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>service-name</code>: The name of the AWS service. </para> </li> <li> <para> <code>vpc-id</code>: The ID of the VPC in which the endpoint resides. </para> </li> <li> <para> <code>vpc-endpoint-id</code>: The ID of the endpoint. </para> </li> <li> <para> <code>vpc-endpoint-state</code>: The state of the endpoint. (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>) </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. </para> <para> Constraint: If the value is greater than 1000, we return only 1000 items. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The token for the next set of items to return. (You received this token from a prior call.) </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsRequest.VpcEndpointIds"> <summary> Gets and sets the property VpcEndpointIds. <para> One or more endpoint IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointsResponse"> <summary> Configuration for accessing Amazon DescribeVpcEndpoints service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcEndpointsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsResult.VpcEndpoints"> <summary> Gets and sets the property VpcEndpoints. <para> Information about the endpoints. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcEndpointsResponse.DescribeVpcEndpointsResult"> <summary> Gets and sets the DescribeVpcEndpointsResult property. Represents the output of a DescribeVpcEndpoints operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest"> <summary> Container for the parameters to the DescribeVpcPeeringConnections operation. Describes one or more of your VPC peering connections. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>accepter-vpc-info.cidr-block</code> - The CIDR block of the peer VPC. </para> </li> <li> <para> <code>accepter-vpc-info.owner-id</code> - The AWS account ID of the owner of the peer VPC. </para> </li> <li> <para> <code>accepter-vpc-info.vpc-id</code> - The ID of the peer VPC. </para> </li> <li> <para> <code>expiration-time</code> - The expiration date and time for the VPC peering connection. </para> </li> <li> <para> <code>requester-vpc-info.cidr-block</code> - The CIDR block of the requester's VPC. </para> </li> <li> <para> <code>requester-vpc-info.owner-id</code> - The AWS account ID of the owner of the requester VPC. </para> </li> <li> <para> <code>requester-vpc-info.vpc-id</code> - The ID of the requester VPC. </para> </li> <li> <para> <code>status-code</code> - The status of the VPC peering connection (<code>pending-acceptance</code> | <code>failed</code> | <code>expired</code> | <code>provisioning</code> | <code>active</code> | <code>deleted</code> | <code>rejected</code>). </para> </li> <li> <para> <code>status-message</code> - A message that provides more information about the status of the VPC peering connection, if applicable. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-peering-connection-id</code> - The ID of the VPC peering connection. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest.VpcPeeringConnectionIds"> <summary> Gets and sets the property VpcPeeringConnectionIds. <para> One or more VPC peering connection IDs. </para> <para> Default: Describes all your VPC peering connections. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcPeeringConnectionsResponse"> <summary> Configuration for accessing Amazon DescribeVpcPeeringConnections service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcPeeringConnectionsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcPeeringConnectionsResult.VpcPeeringConnections"> <summary> Gets and sets the property VpcPeeringConnections. <para> Information about the VPC peering connections. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcPeeringConnectionsResponse.DescribeVpcPeeringConnectionsResult"> <summary> Gets and sets the DescribeVpcPeeringConnectionsResult property. Represents the output of a DescribeVpcPeeringConnections operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcsRequest"> <summary> Container for the parameters to the DescribeVpcs operation. Describes one or more of your VPCs. </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>cidr</code> - The CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, <code>/28</code>). </para> </li> <li> <para> <code>dhcp-options-id</code> - The ID of a set of DHCP options. </para> </li> <li> <para> <code>isDefault</code> - Indicates whether the VPC is the default VPC. </para> </li> <li> <para> <code>state</code> - The state of the VPC (<code>pending</code> | <code>available</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>vpc-id</code> - The ID of the VPC. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcsRequest.VpcIds"> <summary> Gets and sets the property VpcIds. <para> One or more VPC IDs. </para> <para> Default: Describes all your VPCs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcsResponse"> <summary> Configuration for accessing Amazon DescribeVpcs service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpcsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcsResult.Vpcs"> <summary> Gets and sets the property Vpcs. <para> Information about one or more VPCs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpcsResponse.DescribeVpcsResult"> <summary> Gets and sets the DescribeVpcsResult property. Represents the output of a DescribeVpcs operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnConnectionsRequest"> <summary> Container for the parameters to the DescribeVpnConnections operation. Describes one or more of your VPN connections. <para> For more information about VPN connections, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding a Hardware Virtual Private Gateway to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnConnectionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>customer-gateway-configuration</code> - The configuration information for the customer gateway. </para> </li> <li> <para> <code>customer-gateway-id</code> - The ID of a customer gateway associated with the VPN connection. </para> </li> <li> <para> <code>state</code> - The state of the VPN connection (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>). </para> </li> <li> <para> <code>option.static-routes-only</code> - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP). </para> </li> <li> <para> <code>route.destination-cidr-block</code> - The destination CIDR block. This corresponds to the subnet used in a customer data center. </para> </li> <li> <para> <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with a BGP device. </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>type</code> - The type of VPN connection. Currently the only supported type is <code>ipsec.1</code>. </para> </li> <li> <para> <code>vpn-connection-id</code> - The ID of the VPN connection. </para> </li> <li> <para> <code>vpn-gateway-id</code> - The ID of a virtual private gateway associated with the VPN connection. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnConnectionsRequest.VpnConnectionIds"> <summary> Gets and sets the property VpnConnectionIds. <para> One or more VPN connection IDs. </para> <para> Default: Describes your VPN connections. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnConnectionsResponse"> <summary> Configuration for accessing Amazon DescribeVpnConnections service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnConnectionsResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnConnectionsResult.VpnConnections"> <summary> Gets and sets the property VpnConnections. <para> Information about one or more VPN connections. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnConnectionsResponse.DescribeVpnConnectionsResult"> <summary> Gets and sets the DescribeVpnConnectionsResult property. Represents the output of a DescribeVpnConnections operation. </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnGatewaysRequest"> <summary> Container for the parameters to the DescribeVpnGateways operation. Describes one or more of your virtual private gateways. <para> For more information about virtual private gateways, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_VPN.html">Adding an IPsec Hardware VPN to Your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnGatewaysRequest.Filters"> <summary> Gets and sets the property Filters. <para> One or more filters. </para> <ul> <li> <para> <code>attachment.state</code> - The current state of the attachment between the gateway and the VPC (<code>attaching</code> | <code>attached</code> | <code>detaching</code> | <code>detached</code>). </para> </li> <li> <para> <code>attachment.vpc-id</code> - The ID of an attached VPC. </para> </li> <li> <para> <code>availability-zone</code> - The Availability Zone for the virtual private gateway. </para> </li> <li> <para> <code>state</code> - The state of the virtual private gateway (<code>pending</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>). </para> </li> <li> <para> <code>tag</code>:<i>key</i>=<i>value</i> - The key/value combination of a tag assigned to the resource. </para> </li> <li> <para> <code>tag-key</code> - The key of a tag assigned to the resource. This filter is independent of the <code>tag-value</code> filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the <code>tag</code>:<i>key</i>=<i>value</i> filter. </para> </li> <li> <para> <code>tag-value</code> - The value of a tag assigned to the resource. This filter is independent of the <code>tag-key</code> filter. </para> </li> <li> <para> <code>type</code> - The type of virtual private gateway. Currently the only supported type is <code>ipsec.1</code>. </para> </li> <li> <para> <code>vpn-gateway-id</code> - The ID of the virtual private gateway. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnGatewaysRequest.VpnGatewayIds"> <summary> Gets and sets the property VpnGatewayIds. <para> One or more virtual private gateway IDs. </para> <para> Default: Describes all your virtual private gateways. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnGatewaysResponse"> <summary> Configuration for accessing Amazon DescribeVpnGateways service </summary> </member> <member name="T:Amazon.EC2.Model.DescribeVpnGatewaysResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnGatewaysResult.VpnGateways"> <summary> Gets and sets the property VpnGateways. <para> Information about one or more virtual private gateways. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DescribeVpnGatewaysResponse.DescribeVpnGatewaysResult"> <summary> Gets and sets the DescribeVpnGatewaysResult property. Represents the output of a DescribeVpnGateways operation. </summary> </member> <member name="T:Amazon.EC2.Model.DetachClassicLinkVpcRequest"> <summary> Container for the parameters to the DetachClassicLinkVpc operation. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped. </summary> </member> <member name="P:Amazon.EC2.Model.DetachClassicLinkVpcRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance to unlink from the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachClassicLinkVpcRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC to which the instance is linked. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DetachClassicLinkVpcResponse"> <summary> Configuration for accessing Amazon DetachClassicLinkVpc service </summary> </member> <member name="T:Amazon.EC2.Model.DetachClassicLinkVpcResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DetachClassicLinkVpcResult.Return"> <summary> Gets and sets the property Return. <para> Returns <code>true</code> if the request succeeds; otherwise, it returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachClassicLinkVpcResponse.DetachClassicLinkVpcResult"> <summary> Gets and sets the DetachClassicLinkVpcResult property. Represents the output of a DetachClassicLinkVpc operation. </summary> </member> <member name="T:Amazon.EC2.Model.DetachInternetGatewayRequest"> <summary> Container for the parameters to the DetachInternetGateway operation. Detaches an Internet gateway from a VPC, disabling connectivity between the Internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses. </summary> </member> <member name="P:Amazon.EC2.Model.DetachInternetGatewayRequest.InternetGatewayId"> <summary> Gets and sets the property InternetGatewayId. <para> The ID of the Internet gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachInternetGatewayRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DetachNetworkInterfaceRequest"> <summary> Container for the parameters to the DetachNetworkInterface operation. Detaches a network interface from an instance. </summary> </member> <member name="P:Amazon.EC2.Model.DetachNetworkInterfaceRequest.AttachmentId"> <summary> Gets and sets the property AttachmentId. <para> The ID of the attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachNetworkInterfaceRequest.Force"> <summary> Gets and sets the property Force. <para> Specifies whether to force a detachment. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DetachVolumeRequest"> <summary> Container for the parameters to the DetachVolume operation. Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so results in the volume being stuck in a busy state while detaching. <para> If an Amazon EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first. </para> <para> When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html">Detaching an Amazon EBS Volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DetachVolumeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DetachVolumeRequest.#ctor(System.String)"> <summary> Instantiates DetachVolumeRequest with the parameterized properties </summary> <param name="volumeId">The ID of the volume.</param> </member> <member name="P:Amazon.EC2.Model.DetachVolumeRequest.Device"> <summary> Gets and sets the property Device. <para> The device name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachVolumeRequest.Force"> <summary> Gets and sets the property Force. <para> Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachVolumeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DetachVolumeResponse"> <summary> Configuration for accessing Amazon DetachVolume service </summary> </member> <member name="T:Amazon.EC2.Model.DetachVolumeResult"> <summary> Contains the response data from the DetachVolume operation. </summary> </member> <member name="P:Amazon.EC2.Model.DetachVolumeResponse.DetachVolumeResult"> <summary> Gets and sets the DetachVolumeResult property. Represents the output of a DetachVolume operation. </summary> </member> <member name="T:Amazon.EC2.Model.DetachVpnGatewayRequest"> <summary> Container for the parameters to the DetachVpnGateway operation. Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described). <para> You must wait for the attachment's state to switch to <code>detached</code> before you can delete the VPC or attach a different VPC to the virtual private gateway. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DetachVpnGatewayRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DetachVpnGatewayRequest.#ctor(System.String,System.String)"> <summary> Instantiates DetachVpnGatewayRequest with the parameterized properties </summary> <param name="vpnGatewayId">The ID of the virtual private gateway.</param> <param name="vpcId">The ID of the VPC.</param> </member> <member name="P:Amazon.EC2.Model.DetachVpnGatewayRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DetachVpnGatewayRequest.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DhcpConfiguration"> <summary> Describes a DHCP configuration option. </summary> </member> <member name="P:Amazon.EC2.Model.DhcpConfiguration.Key"> <summary> Gets and sets the property Key. <para> The name of a DHCP option. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DhcpConfiguration.Values"> <summary> Gets and sets the property Values. <para> One or more values for the DHCP option. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DhcpOptions"> <summary> Describes a set of DHCP options. </summary> </member> <member name="P:Amazon.EC2.Model.DhcpOptions.DhcpConfigurations"> <summary> Gets and sets the property DhcpConfigurations. <para> One or more DHCP options in the set. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DhcpOptions.DhcpOptionsId"> <summary> Gets and sets the property DhcpOptionsId. <para> The ID of the set of DHCP options. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DhcpOptions.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the DHCP options set. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DisableVgwRoutePropagationRequest"> <summary> Container for the parameters to the DisableVgwRoutePropagation operation. Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC. </summary> </member> <member name="P:Amazon.EC2.Model.DisableVgwRoutePropagationRequest.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DisableVgwRoutePropagationRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DisableVpcClassicLinkRequest"> <summary> Container for the parameters to the DisableVpcClassicLink operation. Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. </summary> </member> <member name="P:Amazon.EC2.Model.DisableVpcClassicLinkRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DisableVpcClassicLinkResponse"> <summary> Configuration for accessing Amazon DisableVpcClassicLink service </summary> </member> <member name="T:Amazon.EC2.Model.DisableVpcClassicLinkResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.DisableVpcClassicLinkResult.Return"> <summary> Gets and sets the property Return. <para> Returns <code>true</code> if the request succeeds; otherwise, it returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DisableVpcClassicLinkResponse.DisableVpcClassicLinkResult"> <summary> Gets and sets the DisableVpcClassicLinkResult property. Represents the output of a DisableVpcClassicLink operation. </summary> </member> <member name="T:Amazon.EC2.Model.DisassociateAddressRequest"> <summary> Container for the parameters to the DisassociateAddress operation. Disassociates an Elastic IP address from the instance or network interface it's associated with. <para> An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error. </para> </summary> </member> <member name="M:Amazon.EC2.Model.DisassociateAddressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.DisassociateAddressRequest.#ctor(System.String)"> <summary> Instantiates DisassociateAddressRequest with the parameterized properties </summary> <param name="publicIp">[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</param> </member> <member name="P:Amazon.EC2.Model.DisassociateAddressRequest.AssociationId"> <summary> Gets and sets the property AssociationId. <para> [EC2-VPC] The association ID. Required for EC2-VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DisassociateAddressRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> [EC2-Classic] The Elastic IP address. Required for EC2-Classic. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DisassociateRouteTableRequest"> <summary> Container for the parameters to the DisassociateRouteTable operation. Disassociates a subnet from a route table. <para> After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DisassociateRouteTableRequest.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The association ID representing the current association between the route table and subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DiskImage"> <summary> Describes a disk image. </summary> </member> <member name="P:Amazon.EC2.Model.DiskImage.Description"> <summary> Gets and sets the property Description. <para> A description of the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImage.Image"> <summary> Gets and sets the property Image. <para> Information about the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImage.Volume"> <summary> Gets and sets the property Volume. <para> Information about the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DiskImageDescription"> <summary> Describes a disk image. </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDescription.Checksum"> <summary> Gets and sets the property Checksum. <para> The checksum computed for the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDescription.Format"> <summary> Gets and sets the property Format. <para> The disk image format. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDescription.ImportManifestUrl"> <summary> Gets and sets the property ImportManifestUrl. <para> A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDescription.Size"> <summary> Gets and sets the property Size. <para> The size of the disk image, in GiB. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DiskImageDetail"> <summary> Describes a disk image. </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDetail.Bytes"> <summary> Gets and sets the property Bytes. <para> The size of the disk image, in GiB. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDetail.Format"> <summary> Gets and sets the property Format. <para> The disk image format. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageDetail.ImportManifestUrl"> <summary> Gets and sets the property ImportManifestUrl. <para> A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DiskImageVolumeDescription"> <summary> Describes a disk image volume. </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageVolumeDescription.Id"> <summary> Gets and sets the property Id. <para> The volume identifier. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DiskImageVolumeDescription.Size"> <summary> Gets and sets the property Size. <para> The size of the volume, in GiB. </para> </summary> </member> <member name="T:Amazon.EC2.Model.DryRunResponse"> <summary> Returns information about the DryRun response and response metadata. </summary> </member> <member name="T:Amazon.EC2.Model.DryRunResult"> <summary> <para> The result of the DryRun operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.DryRunResult.IsSuccessful"> <summary> Flag that signals if you have the required permissions to execute the request. </summary> </member> <member name="P:Amazon.EC2.Model.DryRunResult.Message"> <summary> Message associated with the response. </summary> </member> <member name="P:Amazon.EC2.Model.DryRunResult.Error"> <summary> Exception associated with the response, if there was one. </summary> </member> <member name="P:Amazon.EC2.Model.DryRunResponse.DryRunResult"> <summary> Gets and sets the DryRunResult property. The result of the DryRun operation. </summary> </member> <member name="T:Amazon.EC2.Model.EbsBlockDevice"> <summary> Describes a block device for an EBS volume. </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the EBS volume is deleted on instance termination. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Indicates whether the EBS volume is encrypted. Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.Iops"> <summary> Gets and sets the property Iops. <para> The number of I/O operations per second (IOPS) that the volume supports. For Provisioned IOPS (SSD) volumes, this represents the number of IOPS that are provisioned for the volume. For General Purpose (SSD) volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information on General Purpose (SSD) baseline performance, I/O credits, and bursting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS Volume Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> Constraint: Range is 100 to 20000 for Provisioned IOPS (SSD) volumes and 3 to 10000 for General Purpose (SSD) volumes. </para> <para> Condition: This parameter is required for requests to create <code>io1</code> volumes; it is not used in requests to create <code>standard</code> or <code>gp2</code> volumes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.VolumeSize"> <summary> Gets and sets the property VolumeSize. <para> The size of the volume, in GiB. </para> <para> Constraints: <code>1-1024</code> for <code>standard</code> volumes, <code>1-16384</code> for <code>gp2</code> volumes, and <code>4-16384</code> for <code>io1</code> volumes. If you specify a snapshot, the volume size must be equal to or larger than the snapshot size. </para> <para> Default: If you're creating the volume from a snapshot and don't specify a volume size, the default is the snapshot size. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsBlockDevice.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, and <code>standard</code> for Magnetic volumes. </para> <para> Default: <code>standard</code> </para> </summary> </member> <member name="T:Amazon.EC2.Model.EbsInstanceBlockDevice"> <summary> Describes a parameter used to set up an EBS volume in a block device mapping. </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDevice.AttachTime"> <summary> Gets and sets the property AttachTime. <para> The time stamp when the attachment initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDevice.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the volume is deleted on instance termination. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDevice.Status"> <summary> Gets and sets the property Status. <para> The attachment state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDevice.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the EBS volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.EbsInstanceBlockDeviceSpecification"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDeviceSpecification.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the volume is deleted on instance termination. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EbsInstanceBlockDeviceSpecification.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the EBS volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.EnableVgwRoutePropagationRequest"> <summary> Container for the parameters to the EnableVgwRoutePropagation operation. Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. </summary> </member> <member name="P:Amazon.EC2.Model.EnableVgwRoutePropagationRequest.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EnableVgwRoutePropagationRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="T:Amazon.EC2.Model.EnableVolumeIORequest"> <summary> Container for the parameters to the EnableVolumeIO operation. Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent. </summary> </member> <member name="P:Amazon.EC2.Model.EnableVolumeIORequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.EnableVpcClassicLinkRequest"> <summary> Container for the parameters to the EnableVpcClassicLink operation. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC's route tables have existing routes for address ranges within the <code>10.0.0.0/8</code> IP address range, excluding local routes for VPCs in the <code>10.0.0.0/16</code> and <code>10.1.0.0/16</code> IP address ranges. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html">ClassicLink</a> in the Amazon Elastic Compute Cloud User Guide. </summary> </member> <member name="P:Amazon.EC2.Model.EnableVpcClassicLinkRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.EnableVpcClassicLinkResponse"> <summary> Configuration for accessing Amazon EnableVpcClassicLink service </summary> </member> <member name="T:Amazon.EC2.Model.EnableVpcClassicLinkResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.EnableVpcClassicLinkResult.Return"> <summary> Gets and sets the property Return. <para> Returns <code>true</code> if the request succeeds; otherwise, it returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EnableVpcClassicLinkResponse.EnableVpcClassicLinkResult"> <summary> Gets and sets the EnableVpcClassicLinkResult property. Represents the output of a EnableVpcClassicLink operation. </summary> </member> <member name="T:Amazon.EC2.Model.EventInformation"> <summary> Describes a Spot fleet event. </summary> </member> <member name="P:Amazon.EC2.Model.EventInformation.EventDescription"> <summary> Gets and sets the property EventDescription. <para> The description of the event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.EventInformation.EventSubType"> <summary> Gets and sets the property EventSubType. <para> The event. </para> <para> The following are the <code>error</code> events. </para> <ul> <li> <para> <code>iamFleetRoleInvalid</code> - Spot fleet did not have the required permissions either to launch or terminate an instance. </para> </li> <li> <para> <code>spotFleetRequestConfigurationInvalid</code> - The configuration is not valid. For more information, see the description. </para> </li> <li> <para> <code>spotInstanceCountLimitExceeded</code> - You've reached the limit on the number of Spot instances that you can launch. </para> </li> </ul> <para> The following are the <code>fleetRequestChange</code> events. </para> <ul> <li> <para> <code>active</code> - The Spot fleet has been validated and Amazon EC2 is attempting to maintain the target number of running Spot instances. </para> </li> <li> <para> <code>cancelled</code> - The Spot fleet is canceled and has no running Spot instances. The Spot fleet will be deleted two days after its instances were terminated. </para> </li> <li> <para> <code>cancelled_running</code> - The Spot fleet is canceled and will not launch additional Spot instances, but its existing Spot instances continue to run until they are interrupted or terminated. </para> </li> <li> <para> <code>cancelled_terminating</code> - The Spot fleet is canceled and its Spot instances are terminating. </para> </li> <li> <para> <code>expired</code> - The Spot fleet request has expired. A subsequent event indicates that the instances were terminated, if the request was created with <code>TerminateInstancesWithExpiration</code> set. </para> </li> <li> <para> <code>price_update</code> - The bid price for a launch configuration was adjusted because it was too high. This change is permanent. </para> </li> <li> <para> <code>submitted</code> - The Spot fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of Spot instances. </para> </li> </ul> <para> The following are the <code>instanceChange</code> events. </para> <ul> <li> <para> <code>launched</code> - A bid was fulfilled and a new instance was launched. </para> </li> <li> <para> <code>terminated</code> - An instance was terminated by the user. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.EventInformation.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. This information is available only for <code>instanceChange</code> events. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ExportTask"> <summary> Describes an instance export task. </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.Description"> <summary> Gets and sets the property Description. <para> A description of the resource being exported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.ExportTaskId"> <summary> Gets and sets the property ExportTaskId. <para> The ID of the export task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.ExportToS3Task"> <summary> Gets and sets the property ExportToS3Task. <para> Information about the export task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.InstanceExportDetails"> <summary> Gets and sets the property InstanceExportDetails. <para> Information about the instance to export. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.State"> <summary> Gets and sets the property State. <para> The state of the export task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportTask.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> The status message related to the export task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ExportToS3Task"> <summary> Describes the format and location for an instance export task. </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3Task.ContainerFormat"> <summary> Gets and sets the property ContainerFormat. <para> The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3Task.DiskImageFormat"> <summary> Gets and sets the property DiskImageFormat. <para> The format for the exported image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3Task.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3Task.S3Key"> <summary> Gets and sets the property S3Key. <para> The encryption key for your S3 bucket. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ExportToS3TaskSpecification"> <summary> Describes an instance export task. </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3TaskSpecification.ContainerFormat"> <summary> Gets and sets the property ContainerFormat. <para> The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3TaskSpecification.DiskImageFormat"> <summary> Gets and sets the property DiskImageFormat. <para> The format for the exported image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3TaskSpecification.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account <code>vm-import-export@amazon.com</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ExportToS3TaskSpecification.S3Prefix"> <summary> Gets and sets the property S3Prefix. <para> The image is written to a single object in the S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Filter"> <summary> A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria, such as tags, attributes, or IDs. </summary> </member> <member name="M:Amazon.EC2.Model.Filter.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.Filter.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates Filter with the parameterized properties </summary> <param name="name">The name of the filter. Filter names are case-sensitive.</param> <param name="values">One or more filter values. Filter values are case-sensitive.</param> </member> <member name="M:Amazon.EC2.Model.Filter.#ctor(System.String)"> <summary> Instantiates Filter with the parameterized properties </summary> <param name="name">The name of the filter. Filter names are case-sensitive.</param> </member> <member name="P:Amazon.EC2.Model.Filter.Name"> <summary> Gets and sets the property Name. <para> The name of the filter. Filter names are case-sensitive. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Filter.Values"> <summary> Gets and sets the property Values. <para> One or more filter values. Filter values are case-sensitive. </para> </summary> </member> <member name="T:Amazon.EC2.Model.FlowLog"> <summary> Describes a flow log. </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.CreationTime"> <summary> Gets and sets the property CreationTime. <para> The date and time the flow log was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.DeliverLogsErrorMessage"> <summary> Gets and sets the property DeliverLogsErrorMessage. <para> Information about the error that occurred. <code>Rate limited</code> indicates that CloudWatch logs throttling has been applied for one or more network interfaces. <code>Access error</code> indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. <code>Unknown error</code> indicates an internal error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.DeliverLogsPermissionArn"> <summary> Gets and sets the property DeliverLogsPermissionArn. <para> The ARN of the IAM role that posts logs to CloudWatch Logs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.DeliverLogsStatus"> <summary> Gets and sets the property DeliverLogsStatus. <para> The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.FlowLogId"> <summary> Gets and sets the property FlowLogId. <para> The flow log ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.FlowLogStatus"> <summary> Gets and sets the property FlowLogStatus. <para> The status of the flow log (<code>ACTIVE</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.LogGroupName"> <summary> Gets and sets the property LogGroupName. <para> The name of the flow log group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The ID of the resource on which the flow log was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.FlowLog.TrafficType"> <summary> Gets and sets the property TrafficType. <para> The type of traffic captured for the flow log. </para> </summary> </member> <member name="T:Amazon.EC2.Model.GetConsoleOutputRequest"> <summary> Container for the parameters to the GetConsoleOutput operation. Gets the console output for the specified instance. <para> Instances do not have a physical monitor through which you can view their console output. They also lack physical controls that allow you to power up, reboot, or shut them down. To allow these actions, we provide them through the Amazon EC2 API and command line interface. </para> <para> Instance console output is buffered and posted shortly after instance boot, reboot, and termination. Amazon EC2 preserves the most recent 64 KB output which is available for at least one hour after the most recent post. </para> <para> For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. This output is buffered because the instance produces it and then posts it to a store where the instance's owner can retrieve it. </para> <para> For Windows instances, the instance console output includes output from the EC2Config service. </para> </summary> </member> <member name="M:Amazon.EC2.Model.GetConsoleOutputRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.GetConsoleOutputRequest.#ctor(System.String)"> <summary> Instantiates GetConsoleOutputRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> </member> <member name="P:Amazon.EC2.Model.GetConsoleOutputRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.GetConsoleOutputResponse"> <summary> Configuration for accessing Amazon GetConsoleOutput service </summary> </member> <member name="T:Amazon.EC2.Model.GetConsoleOutputResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.GetConsoleOutputResult.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetConsoleOutputResult.Output"> <summary> Gets and sets the property Output. <para> The console output, Base64 encoded. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetConsoleOutputResult.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The time the output was last updated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetConsoleOutputResponse.GetConsoleOutputResult"> <summary> Gets and sets the GetConsoleOutputResult property. Represents the output of a GetConsoleOutput operation. </summary> </member> <member name="T:Amazon.EC2.Model.GetPasswordDataRequest"> <summary> Container for the parameters to the GetPasswordData operation. Retrieves the encrypted administrator password for an instance running Windows. <para> The Windows password is generated at boot if the <code>EC2Config</code> service plugin, <code>Ec2SetPassword</code>, is enabled. This usually only happens the first time an AMI is launched, and then <code>Ec2SetPassword</code> is automatically disabled. The password is not generated for rebundled AMIs unless <code>Ec2SetPassword</code> is enabled before bundling. </para> <para> The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file. </para> <para> Password generation and encryption takes a few moments. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password. </para> </summary> </member> <member name="M:Amazon.EC2.Model.GetPasswordDataRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.GetPasswordDataRequest.#ctor(System.String)"> <summary> Instantiates GetPasswordDataRequest with the parameterized properties </summary> <param name="instanceId">The ID of the Windows instance.</param> </member> <member name="P:Amazon.EC2.Model.GetPasswordDataRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the Windows instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.GetPasswordDataResponse"> <summary> Configuration for accessing Amazon GetPasswordData service </summary> </member> <member name="T:Amazon.EC2.Model.GetPasswordDataResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.GetPasswordDataResult.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the Windows instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetPasswordDataResult.PasswordData"> <summary> Gets and sets the property PasswordData. <para> The password of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetPasswordDataResult.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The time the data was last updated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GetPasswordDataResponse.GetPasswordDataResult"> <summary> Gets and sets the GetPasswordDataResult property. Represents the output of a GetPasswordData operation. </summary> </member> <member name="T:Amazon.EC2.Model.GroupIdentifier"> <summary> Describes a security group. </summary> </member> <member name="P:Amazon.EC2.Model.GroupIdentifier.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.GroupIdentifier.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the security group. </para> </summary> </member> <member name="T:Amazon.EC2.Model.HistoryRecord"> <summary> Describes an event in the history of the Spot fleet request. </summary> </member> <member name="P:Amazon.EC2.Model.HistoryRecord.EventInformation"> <summary> Gets and sets the property EventInformation. <para> Information about the event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.HistoryRecord.EventType"> <summary> Gets and sets the property EventType. <para> The event type. </para> <ul> <li> <para> <code>error</code> - Indicates an error with the Spot fleet request. </para> </li> <li> <para> <code>fleetRequestChange</code> - Indicates a change in the status or configuration of the Spot fleet request. </para> </li> <li> <para> <code>instanceChange</code> - Indicates that an instance was launched or terminated. </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.HistoryRecord.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The date and time of the event, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="T:Amazon.EC2.Model.IamInstanceProfile"> <summary> Describes an IAM instance profile. </summary> </member> <member name="P:Amazon.EC2.Model.IamInstanceProfile.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) of the instance profile. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IamInstanceProfile.Id"> <summary> Gets and sets the property Id. <para> The ID of the instance profile. </para> </summary> </member> <member name="T:Amazon.EC2.Model.IamInstanceProfileSpecification"> <summary> Describes an IAM instance profile. </summary> </member> <member name="P:Amazon.EC2.Model.IamInstanceProfileSpecification.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) of the instance profile. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IamInstanceProfileSpecification.Name"> <summary> Gets and sets the property Name. <para> The name of the instance profile. </para> </summary> </member> <member name="T:Amazon.EC2.Model.IcmpTypeCode"> <summary> Describes the ICMP type and code. </summary> </member> <member name="P:Amazon.EC2.Model.IcmpTypeCode.Code"> <summary> Gets and sets the property Code. <para> The ICMP type. A value of -1 means all types. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IcmpTypeCode.Type"> <summary> Gets and sets the property Type. <para> The ICMP code. A value of -1 means all codes for the specified ICMP type. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Image"> <summary> Describes an image. </summary> </member> <member name="P:Amazon.EC2.Model.Image.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> Any block device mapping entries. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The date and time the image was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Description"> <summary> Gets and sets the property Description. <para> The description of the AMI that was provided during image creation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Hypervisor"> <summary> Gets and sets the property Hypervisor. <para> The hypervisor type of the image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.ImageLocation"> <summary> Gets and sets the property ImageLocation. <para> The location of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.ImageOwnerAlias"> <summary> Gets and sets the property ImageOwnerAlias. <para> The AWS account alias (for example, <code>amazon</code>, <code>self</code>) or the AWS account ID of the AMI owner. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.ImageType"> <summary> Gets and sets the property ImageType. <para> The type of image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.KernelId"> <summary> Gets and sets the property KernelId. <para> The kernel associated with the image, if any. Only applicable for machine images. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Name"> <summary> Gets and sets the property Name. <para> The name of the AMI that was provided during image creation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the image owner. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Platform"> <summary> Gets and sets the property Platform. <para> The value is <code>Windows</code> for Windows AMIs; otherwise blank. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> Any product codes associated with the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Public"> <summary> Gets and sets the property Public. <para> Indicates whether the image has public launch permissions. The value is <code>true</code> if this image has public launch permissions or <code>false</code> if it has only implicit and explicit launch permissions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The RAM disk associated with the image, if any. Only applicable for machine images. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.RootDeviceName"> <summary> Gets and sets the property RootDeviceName. <para> The device name of the root device (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.RootDeviceType"> <summary> Gets and sets the property RootDeviceType. <para> The type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. <para> Specifies whether enhanced networking is enabled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.State"> <summary> Gets and sets the property State. <para> The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.StateReason"> <summary> Gets and sets the property StateReason. <para> The reason for the state change. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Image.VirtualizationType"> <summary> Gets and sets the property VirtualizationType. <para> The type of virtualization of the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImageAttribute"> <summary> Describes an image attribute. </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> One or more block device mapping entries. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.Description"> <summary> Gets and sets the property Description. <para> A description for the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.KernelId"> <summary> Gets and sets the property KernelId. <para> The kernel ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.LaunchPermissions"> <summary> Gets and sets the property LaunchPermissions. <para> One or more launch permissions. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> One or more product codes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The RAM disk ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageAttribute.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. </summary> </member> <member name="T:Amazon.EC2.Model.ImageDiskContainer"> <summary> Describes the disk container object for an import image task. </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.Description"> <summary> Gets and sets the property Description. <para> The description of the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The block device mapping for the disk. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.Format"> <summary> Gets and sets the property Format. <para> The format of the disk image being imported. </para> <para> Valid values: <code>RAW</code> | <code>VHD</code> | <code>VMDK</code> | <code>OVA</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the EBS snapshot to be used for importing the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.Url"> <summary> Gets and sets the property Url. <para> The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..) </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImageDiskContainer.UserBucket"> <summary> Gets and sets the property UserBucket. <para> The S3 bucket for the disk image. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportImageRequest"> <summary> Container for the parameters to the ImportImage operation. Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the virtual machine. </para> <para> Valid values: <code>i386</code> | <code>x86_64</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.ClientData"> <summary> Gets and sets the property ClientData. <para> The client-specific data. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> The token to enable idempotency for VM import requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.Description"> <summary> Gets and sets the property Description. <para> A description string for the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.DiskContainers"> <summary> Gets and sets the property DiskContainers. <para> Information about the disk containers. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.Hypervisor"> <summary> Gets and sets the property Hypervisor. <para> The target hypervisor platform. </para> <para> Valid values: <code>xen</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.LicenseType"> <summary> Gets and sets the property LicenseType. <para> The license type to be used for the Amazon Machine Image (AMI) after importing. </para> <para> <b>Note:</b> You may only use BYOL if you have existing licenses with rights to use these licenses in a third party cloud like AWS. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html">VM Import/Export Prerequisites</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> Valid values: <code>AWS</code> | <code>BYOL</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.Platform"> <summary> Gets and sets the property Platform. <para> The operating system of the virtual machine. </para> <para> Valid values: <code>Windows</code> | <code>Linux</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to use when not using the default role, 'vmimport'. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportImageResponse"> <summary> Configuration for accessing Amazon ImportImage service </summary> </member> <member name="T:Amazon.EC2.Model.ImportImageResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the virtual machine. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Description"> <summary> Gets and sets the property Description. <para> A description of the import task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Hypervisor"> <summary> Gets and sets the property Hypervisor. <para> The target hypervisor of the import task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the Amazon Machine Image (AMI) created by the import task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The task ID of the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.LicenseType"> <summary> Gets and sets the property LicenseType. <para> The license type of the virtual machine. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Platform"> <summary> Gets and sets the property Platform. <para> The operating system of the virtual machine. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Progress"> <summary> Gets and sets the property Progress. <para> The progress of the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.SnapshotDetails"> <summary> Gets and sets the property SnapshotDetails. <para> Information about the snapshots. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.Status"> <summary> Gets and sets the property Status. <para> A brief status of the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResult.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A detailed status message of the import task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageResponse.ImportImageResult"> <summary> Gets and sets the ImportImageResult property. Represents the output of a ImportImage operation. </summary> </member> <member name="T:Amazon.EC2.Model.ImportImageTask"> <summary> Describes an import image task. </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the virtual machine. </para> <para> Valid values: <code>i386</code> | <code>x86_64</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Description"> <summary> Gets and sets the property Description. <para> A description of the import task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Hypervisor"> <summary> Gets and sets the property Hypervisor. <para> The target hypervisor for the import task. </para> <para> Valid values: <code>xen</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the Amazon Machine Image (AMI) of the imported virtual machine. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The ID of the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.LicenseType"> <summary> Gets and sets the property LicenseType. <para> The license type of the virtual machine. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Platform"> <summary> Gets and sets the property Platform. <para> The description string for the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Progress"> <summary> Gets and sets the property Progress. <para> The percentage of progress of the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.SnapshotDetails"> <summary> Gets and sets the property SnapshotDetails. <para> Information about the snapshots. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.Status"> <summary> Gets and sets the property Status. <para> A brief status for the import image task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportImageTask.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A descriptive status message for the import image task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceLaunchSpecification"> <summary> Describes the launch specification for VM import. </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.AdditionalInfo"> <summary> Gets and sets the property AdditionalInfo. <para> Reserved. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.GroupIds"> <summary> Gets and sets the property GroupIds. <para> One or more security group IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.GroupNames"> <summary> Gets and sets the property GroupNames. <para> One or more security group names. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.InstanceInitiatedShutdownBehavior"> <summary> Gets and sets the property InstanceInitiatedShutdownBehavior. <para> Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. For more information about the instance types that you can import, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html">Before You Get Started</a> in the Amazon Elastic Compute Cloud User Guide. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.Monitoring"> <summary> Gets and sets the property Monitoring. <para> Indicates whether monitoring is enabled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.Placement"> <summary> Gets and sets the property Placement. <para> The placement information for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> [EC2-VPC] An available IP address from the IP address range of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.SubnetId"> <summary> Gets and sets the property SubnetId. <para> [EC2-VPC] The ID of the subnet in which to launch the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceLaunchSpecification.UserData"> <summary> Gets and sets the property UserData. <para> The Base64-encoded MIME user data to be made available to the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceRequest"> <summary> Container for the parameters to the ImportInstance operation. Creates an import instance task using metadata from the specified disk image. <code>ImportInstance</code> only supports single-volume VMs. To import multi-volume VMs, use <a>ImportImage</a>. After importing the image, you then upload it using the <code>ec2-import-volume</code> command in the EC2 command line tools. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the instance being imported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceRequest.DiskImages"> <summary> Gets and sets the property DiskImages. <para> The disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceRequest.LaunchSpecification"> <summary> Gets and sets the property LaunchSpecification. <para> The launch specification. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceRequest.Platform"> <summary> Gets and sets the property Platform. <para> The instance operating system. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceResponse"> <summary> Configuration for accessing Amazon ImportInstance service </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceResult.ConversionTask"> <summary> Gets and sets the property ConversionTask. <para> Information about the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceResponse.ImportInstanceResult"> <summary> Gets and sets the ImportInstanceResult property. Represents the output of a ImportInstance operation. </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceTaskDetails"> <summary> Describes an import instance task. </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceTaskDetails.Description"> <summary> Gets and sets the property Description. <para> A description of the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceTaskDetails.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceTaskDetails.Platform"> <summary> Gets and sets the property Platform. <para> The instance operating system. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceTaskDetails.Volumes"> <summary> Gets and sets the property Volumes. <para> One or more volumes. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportInstanceVolumeDetailItem"> <summary> Describes an import volume task. </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone where the resulting instance will reside. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.BytesConverted"> <summary> Gets and sets the property BytesConverted. <para> The number of bytes converted so far. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.Description"> <summary> Gets and sets the property Description. <para> A description of the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.Image"> <summary> Gets and sets the property Image. <para> The image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.Status"> <summary> Gets and sets the property Status. <para> The status of the import of this particular disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> The status information or errors related to the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportInstanceVolumeDetailItem.Volume"> <summary> Gets and sets the property Volume. <para> The volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportKeyPairRequest"> <summary> Container for the parameters to the ImportKeyPair operation. Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with <a>CreateKeyPair</a>, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS. <para> For more information about key pairs, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.ImportKeyPairRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ImportKeyPairRequest.#ctor(System.String,System.String)"> <summary> Instantiates ImportKeyPairRequest with the parameterized properties </summary> <param name="keyName">A unique name for the key pair.</param> <param name="publicKeyMaterial">The public key. You must base64 encode the public key material before sending it to AWS.</param> </member> <member name="P:Amazon.EC2.Model.ImportKeyPairRequest.KeyName"> <summary> Gets and sets the property KeyName. <para> A unique name for the key pair. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportKeyPairRequest.PublicKeyMaterial"> <summary> Gets and sets the property PublicKeyMaterial. <para> The public key. You must base64 encode the public key material before sending it to AWS. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportKeyPairResponse"> <summary> Configuration for accessing Amazon ImportKeyPair service </summary> </member> <member name="T:Amazon.EC2.Model.ImportKeyPairResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ImportKeyPairResult.KeyFingerprint"> <summary> Gets and sets the property KeyFingerprint. <para> The MD5 public key fingerprint as specified in section 4 of RFC 4716. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportKeyPairResult.KeyName"> <summary> Gets and sets the property KeyName. <para> The key pair name you provided. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportKeyPairResponse.ImportKeyPairResult"> <summary> Gets and sets the ImportKeyPairResult property. Represents the output of a ImportKeyPair operation. </summary> </member> <member name="T:Amazon.EC2.Model.ImportSnapshotRequest"> <summary> Container for the parameters to the ImportSnapshot operation. Imports a disk into an EBS snapshot. </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotRequest.ClientData"> <summary> Gets and sets the property ClientData. <para> The client-specific data. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Token to enable idempotency for VM import requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotRequest.Description"> <summary> Gets and sets the property Description. <para> The description string for the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotRequest.DiskContainer"> <summary> Gets and sets the property DiskContainer. <para> Information about the disk container. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to use when not using the default role, 'vmimport'. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportSnapshotResponse"> <summary> Configuration for accessing Amazon ImportSnapshot service </summary> </member> <member name="T:Amazon.EC2.Model.ImportSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotResult.Description"> <summary> Gets and sets the property Description. <para> A description of the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotResult.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The ID of the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotResult.SnapshotTaskDetail"> <summary> Gets and sets the property SnapshotTaskDetail. <para> Information about the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotResponse.ImportSnapshotResult"> <summary> Gets and sets the ImportSnapshotResult property. Represents the output of a ImportSnapshot operation. </summary> </member> <member name="T:Amazon.EC2.Model.ImportSnapshotTask"> <summary> Describes an import snapshot task. </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotTask.Description"> <summary> Gets and sets the property Description. <para> A description of the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotTask.ImportTaskId"> <summary> Gets and sets the property ImportTaskId. <para> The ID of the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportSnapshotTask.SnapshotTaskDetail"> <summary> Gets and sets the property SnapshotTaskDetail. <para> Describes an import snapshot task. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportVolumeRequest"> <summary> Container for the parameters to the ImportVolume operation. Creates an import volume task using metadata from the specified disk image. After importing the image, you then upload it using the <code>ec2-import-volume</code> command in the Amazon EC2 command-line interface (CLI) tools. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UploadingYourInstancesandVolumes.html">Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the resulting EBS volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeRequest.Description"> <summary> Gets and sets the property Description. <para> A description of the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeRequest.Image"> <summary> Gets and sets the property Image. <para> The disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeRequest.Volume"> <summary> Gets and sets the property Volume. <para> The volume size. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ImportVolumeResponse"> <summary> Configuration for accessing Amazon ImportVolume service </summary> </member> <member name="T:Amazon.EC2.Model.ImportVolumeResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeResult.ConversionTask"> <summary> Gets and sets the property ConversionTask. <para> Information about the conversion task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeResponse.ImportVolumeResult"> <summary> Gets and sets the ImportVolumeResult property. Represents the output of a ImportVolume operation. </summary> </member> <member name="T:Amazon.EC2.Model.ImportVolumeTaskDetails"> <summary> Describes an import volume task. </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeTaskDetails.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone where the resulting volume will reside. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeTaskDetails.BytesConverted"> <summary> Gets and sets the property BytesConverted. <para> The number of bytes converted so far. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeTaskDetails.Description"> <summary> Gets and sets the property Description. <para> The description you provided when starting the import volume task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeTaskDetails.Image"> <summary> Gets and sets the property Image. <para> The image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ImportVolumeTaskDetails.Volume"> <summary> Gets and sets the property Volume. <para> The volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Instance"> <summary> Describes an instance. </summary> </member> <member name="P:Amazon.EC2.Model.Instance.AmiLaunchIndex"> <summary> Gets and sets the property AmiLaunchIndex. <para> The AMI launch index, which can be used to find this instance in the launch group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> Any block device mapping entries for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.ClientToken"> <summary> Gets and sets the property ClientToken. <para> The idempotency token you provided when you launched the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Hypervisor"> <summary> Gets and sets the property Hypervisor. <para> The hypervisor type of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The IAM instance profile associated with the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI used to launch the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.InstanceLifecycle"> <summary> Gets and sets the property InstanceLifecycle. <para> Indicates whether this is a Spot Instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.KernelId"> <summary> Gets and sets the property KernelId. <para> The kernel associated with this instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair, if this instance was launched with an associated key pair. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.LaunchTime"> <summary> Gets and sets the property LaunchTime. <para> The time the instance was launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Monitoring"> <summary> Gets and sets the property Monitoring. <para> The monitoring information for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.NetworkInterfaces"> <summary> Gets and sets the property NetworkInterfaces. <para> [EC2-VPC] One or more network interfaces for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Placement"> <summary> Gets and sets the property Placement. <para> The location where the instance launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Platform"> <summary> Gets and sets the property Platform. <para> The value is <code>Windows</code> for Windows instances; otherwise blank. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name assigned to the instance. This DNS name can only be used inside the Amazon EC2 network. This name is not available until the instance enters the <code>running</code> state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address assigned to the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> The product codes attached to this instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.PublicDnsName"> <summary> Gets and sets the property PublicDnsName. <para> The public DNS name assigned to the instance. This name is not available until the instance enters the <code>running</code> state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.PublicIpAddress"> <summary> Gets and sets the property PublicIpAddress. <para> The public IP address assigned to the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The RAM disk associated with this instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.RootDeviceName"> <summary> Gets and sets the property RootDeviceName. <para> The root device name (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.RootDeviceType"> <summary> Gets and sets the property RootDeviceType. <para> The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> One or more security groups for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Specifies whether to enable an instance launched in a VPC to perform NAT. This controls whether source/destination checking is enabled on the instance. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. The value must be <code>false</code> for the instance to perform NAT. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.SpotInstanceRequestId"> <summary> Gets and sets the property SpotInstanceRequestId. <para> The ID of the Spot Instance request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. <para> Specifies whether enhanced networking is enabled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.State"> <summary> Gets and sets the property State. <para> The current state of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.StateReason"> <summary> Gets and sets the property StateReason. <para> The reason for the most recent state transition. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason for the most recent state transition. This might be an empty string. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet in which the instance is running. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.VirtualizationType"> <summary> Gets and sets the property VirtualizationType. <para> The virtualization type of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Instance.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC in which the instance is running. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceAttribute"> <summary> Describes an instance attribute. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> The block device mapping of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.DisableApiTermination"> <summary> Gets and sets the property DisableApiTermination. <para> If the value is <code>true</code>, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instance is optimized for EBS I/O. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.Groups"> <summary> Gets and sets the property Groups. <para> The security groups associated with the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.InstanceInitiatedShutdownBehavior"> <summary> Gets and sets the property InstanceInitiatedShutdownBehavior. <para> Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.KernelId"> <summary> Gets and sets the property KernelId. <para> The kernel ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> A list of product codes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The RAM disk ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.RootDeviceName"> <summary> Gets and sets the property RootDeviceName. <para> The name of the root device (for example, <code>/dev/sda1</code> or <code>/dev/xvda</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Indicates whether source/destination checking is enabled. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceAttribute.UserData"> <summary> Gets and sets the property UserData. <para> The Base64-encoded MIME user data. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceBlockDeviceMapping"> <summary> Describes a block device mapping. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMapping.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMapping.Ebs"> <summary> Gets and sets the property Ebs. <para> Parameters used to automatically set up EBS volumes when the instance is launched. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceBlockDeviceMappingSpecification"> <summary> Describes a block device mapping entry. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMappingSpecification.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The device name exposed to the instance (for example, <code>/dev/sdh</code> or <code>xvdh</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMappingSpecification.Ebs"> <summary> Gets and sets the property Ebs. <para> Parameters used to automatically set up EBS volumes when the instance is launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMappingSpecification.NoDevice"> <summary> Gets and sets the property NoDevice. <para> suppress the specified device included in the block device mapping. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceBlockDeviceMappingSpecification.VirtualName"> <summary> Gets and sets the property VirtualName. <para> The virtual device name. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceCount"> <summary> Describes a Reserved Instance listing state. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceCount.Count"> <summary> Gets and sets the property Count. <para> The number of listed Reserved Instances in the state specified by the <code>state</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceCount.State"> <summary> Gets and sets the property State. <para> The states of the listed Reserved Instances. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceExportDetails"> <summary> Describes an instance to export. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceExportDetails.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the resource being exported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceExportDetails.TargetEnvironment"> <summary> Gets and sets the property TargetEnvironment. <para> The target virtualization environment. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceLicenseSpecification"> <summary>Instance License Specification </summary> </member> <member name="T:Amazon.EC2.Model.InstanceMonitoring"> <summary> Describes the monitoring information of the instance. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceMonitoring.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceMonitoring.Monitoring"> <summary> Gets and sets the property Monitoring. <para> The monitoring information. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceNetworkInterface"> <summary> Describes a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.Association"> <summary> Gets and sets the property Association. <para> The association information for an Elastic IP associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.Attachment"> <summary> Gets and sets the property Attachment. <para> The network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.Description"> <summary> Gets and sets the property Description. <para> The description. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.Groups"> <summary> Gets and sets the property Groups. <para> One or more security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.MacAddress"> <summary> Gets and sets the property MacAddress. <para> The MAC address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The ID of the AWS account that created the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The IP address of the network interface within the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> The private IP addresses associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Indicates whether to validate network traffic to or from this network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.Status"> <summary> Gets and sets the property Status. <para> The status of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterface.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceNetworkInterfaceAssociation"> <summary> Describes association information for an Elastic IP address. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAssociation.IpOwnerId"> <summary> Gets and sets the property IpOwnerId. <para> The ID of the owner of the Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAssociation.PublicDnsName"> <summary> Gets and sets the property PublicDnsName. <para> The public DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAssociation.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The public IP address or Elastic IP address bound to the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment"> <summary> Describes a network interface attachment. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment.AttachmentId"> <summary> Gets and sets the property AttachmentId. <para> The ID of the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment.AttachTime"> <summary> Gets and sets the property AttachTime. <para> The time stamp when the attachment initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the network interface is deleted when the instance is terminated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment.DeviceIndex"> <summary> Gets and sets the property DeviceIndex. <para> The index of the device on the instance for the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceAttachment.Status"> <summary> Gets and sets the property Status. <para> The attachment state. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification"> <summary> Describes a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.AssociatePublicIpAddress"> <summary> Gets and sets the property AssociatePublicIpAddress. <para> Indicates whether to assign a public IP address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is <code>true</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> If set to <code>true</code>, the interface is deleted when the instance is terminated. You can specify <code>true</code> only if creating a new network interface when launching an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.Description"> <summary> Gets and sets the property Description. <para> The description of the network interface. Applies only if creating a network interface when launching an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.DeviceIndex"> <summary> Gets and sets the property DeviceIndex. <para> The index of the device on the instance for the network interface attachment. If you are specifying a network interface in a <a>RunInstances</a> request, you must provide the device index. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.Groups"> <summary> Gets and sets the property Groups. <para> The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address of the network interface. Applies only if creating a network interface when launching an instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> One or more private IP addresses to assign to the network interface. Only one private IP address can be designated as primary. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.SecondaryPrivateIpAddressCount"> <summary> Gets and sets the property SecondaryPrivateIpAddressCount. <para> The number of secondary private IP addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceNetworkInterfaceSpecification.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet associated with the network string. Applies only if creating a network interface when launching an instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstancePrivateIpAddress"> <summary> Describes a private IP address. </summary> </member> <member name="P:Amazon.EC2.Model.InstancePrivateIpAddress.Association"> <summary> Gets and sets the property Association. <para> The association information for an Elastic IP address for the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstancePrivateIpAddress.Primary"> <summary> Gets and sets the property Primary. <para> Indicates whether this IP address is the primary private IP address of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstancePrivateIpAddress.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstancePrivateIpAddress.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address of the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceState"> <summary> Describes the current state of the instance. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceState.Code"> <summary> Gets and sets the property Code. <para> The low byte represents the state. The high byte is an opaque internal value and should be ignored. </para> <ul> <li> <para> <code>0</code> : <code>pending</code> </para> </li> <li> <para> <code>16</code> : <code>running</code> </para> </li> <li> <para> <code>32</code> : <code>shutting-down</code> </para> </li> <li> <para> <code>48</code> : <code>terminated</code> </para> </li> <li> <para> <code>64</code> : <code>stopping</code> </para> </li> <li> <para> <code>80</code> : <code>stopped</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceState.Name"> <summary> Gets and sets the property Name. <para> The current state of the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceStateChange"> <summary> Describes an instance state change. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStateChange.CurrentState"> <summary> Gets and sets the property CurrentState. <para> The current state of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStateChange.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStateChange.PreviousState"> <summary> Gets and sets the property PreviousState. <para> The previous state of the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceStatus"> <summary> Describes the status of an instance. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.Events"> <summary> Gets and sets the property Events. <para> Any scheduled events associated with the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.InstanceState"> <summary> Gets and sets the property InstanceState. <para> The intended state of the instance. <a>DescribeInstanceStatus</a> requires that an instance be in the <code>running</code> state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.Status"> <summary> Gets and sets the property Status. <para> Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatus.SystemStatus"> <summary> Gets and sets the property SystemStatus. <para> Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceStatusDetails"> <summary> Describes the instance status. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusDetails.ImpairedSince"> <summary> Gets and sets the property ImpairedSince. <para> The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusDetails.Name"> <summary> Gets and sets the property Name. <para> The type of instance status. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusDetails.Status"> <summary> Gets and sets the property Status. <para> The status. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceStatusEvent"> <summary> Describes a scheduled event for an instance. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusEvent.Code"> <summary> Gets and sets the property Code. <para> The event code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusEvent.Description"> <summary> Gets and sets the property Description. <para> A description of the event. </para> <para> After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed]. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusEvent.NotAfter"> <summary> Gets and sets the property NotAfter. <para> The latest scheduled end time for the event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusEvent.NotBefore"> <summary> Gets and sets the property NotBefore. <para> The earliest scheduled start time for the event. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InstanceStatusSummary"> <summary> Describes the status of an instance. </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusSummary.Details"> <summary> Gets and sets the property Details. <para> The system instance health or application instance health. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InstanceStatusSummary.Status"> <summary> Gets and sets the property Status. <para> The status. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InternetGateway"> <summary> Describes an Internet gateway. </summary> </member> <member name="P:Amazon.EC2.Model.InternetGateway.Attachments"> <summary> Gets and sets the property Attachments. <para> Any VPCs attached to the Internet gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InternetGateway.InternetGatewayId"> <summary> Gets and sets the property InternetGatewayId. <para> The ID of the Internet gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InternetGateway.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the Internet gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.InternetGatewayAttachment"> <summary> Describes the attachment of a VPC to an Internet gateway. </summary> </member> <member name="P:Amazon.EC2.Model.InternetGatewayAttachment.State"> <summary> Gets and sets the property State. <para> The current state of the attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.InternetGatewayAttachment.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.IpPermission"> <summary> Describes a security group rule. </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.FromPort"> <summary> Gets and sets the property FromPort. <para> The start of port range for the TCP and UDP protocols, or an ICMP type number. A value of <code>-1</code> indicates all ICMP types. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.IpProtocol"> <summary> Gets and sets the property IpProtocol. <para> The protocol. </para> <para> When you call <a>DescribeSecurityGroups</a>, the protocol value returned is the number. Exception: For TCP, UDP, and ICMP, the value returned is the name (for example, <code>tcp</code>, <code>udp</code>, or <code>icmp</code>). For a list of protocol numbers, see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>. (VPC only) When you call <a>AuthorizeSecurityGroupIngress</a>, you can use <code>-1</code> to specify all. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.IpRanges"> <summary> Gets and sets the property IpRanges. <para> One or more IP ranges. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.PrefixListIds"> <summary> Gets and sets the property PrefixListIds. <para> (Valid for <a>AuthorizeSecurityGroupEgress</a>, <a>RevokeSecurityGroupEgress</a> and <a>DescribeSecurityGroups</a> only) One or more prefix list IDs for an AWS service. In an <a>AuthorizeSecurityGroupEgress</a> request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.ToPort"> <summary> Gets and sets the property ToPort. <para> The end of port range for the TCP and UDP protocols, or an ICMP code. A value of <code>-1</code> indicates all ICMP codes for the specified ICMP type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.IpPermission.UserIdGroupPairs"> <summary> Gets and sets the property UserIdGroupPairs. <para> One or more security group and AWS account ID pairs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.KeyPair"> <summary> Describes a key pair. </summary> </member> <member name="P:Amazon.EC2.Model.KeyPair.KeyFingerprint"> <summary> Gets and sets the property KeyFingerprint. <para> The SHA-1 digest of the DER encoded private key. </para> </summary> </member> <member name="P:Amazon.EC2.Model.KeyPair.KeyMaterial"> <summary> Gets and sets the property KeyMaterial. <para> An unencrypted PEM encoded RSA private key. </para> </summary> </member> <member name="P:Amazon.EC2.Model.KeyPair.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="T:Amazon.EC2.Model.KeyPairInfo"> <summary> Describes a key pair. </summary> </member> <member name="P:Amazon.EC2.Model.KeyPairInfo.KeyFingerprint"> <summary> Gets and sets the property KeyFingerprint. <para> If you used <a>CreateKeyPair</a> to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used <a>ImportKeyPair</a> to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716. </para> </summary> </member> <member name="P:Amazon.EC2.Model.KeyPairInfo.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="T:Amazon.EC2.Model.LaunchPermission"> <summary> Describes a launch permission. </summary> </member> <member name="P:Amazon.EC2.Model.LaunchPermission.Group"> <summary> Gets and sets the property Group. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchPermission.UserId"> <summary> Gets and sets the property UserId. <para> The AWS account ID. </para> </summary> </member> <member name="T:Amazon.EC2.Model.LaunchPermissionModifications"> <summary> Describes a launch permission modification. </summary> </member> <member name="P:Amazon.EC2.Model.LaunchPermissionModifications.Add"> <summary> Gets and sets the property Add. <para> The AWS account ID to add to the list of launch permissions for the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchPermissionModifications.Remove"> <summary> Gets and sets the property Remove. <para> The AWS account ID to remove from the list of launch permissions for the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.LaunchSpecification"> <summary> Describes the launch specification for an instance. </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.AddressingType"> <summary> Gets and sets the property AddressingType. <para> Deprecated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.AllSecurityGroups"> <summary> Gets and sets the property AllSecurityGroups. <para> One or more security groups. To request an instance in a nondefault VPC, you must specify the ID of the security group. To request an instance in EC2-Classic or a default VPC, you can specify the name or the ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> One or more block device mapping entries. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The IAM instance profile. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.MonitoringEnabled"> <summary> Gets and sets the property MonitoringEnabled. </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.NetworkInterfaces"> <summary> Gets and sets the property NetworkInterfaces. <para> One or more network interfaces. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.Placement"> <summary> Gets and sets the property Placement. <para> The placement information for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> One or more security group names. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet in which to launch the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.LaunchSpecification.UserData"> <summary> Gets and sets the property UserData. <para> The Base64-encoded MIME user data to make available to the instances. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyImageAttributeRequest"> <summary> Container for the parameters to the ModifyImageAttribute operation. Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. <note> <para> AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public. </para> </note> </summary> </member> <member name="M:Amazon.EC2.Model.ModifyImageAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ModifyImageAttributeRequest.#ctor(System.String,System.String)"> <summary> Instantiates ModifyImageAttributeRequest with the parameterized properties </summary> <param name="imageId">The ID of the AMI.</param> <param name="attribute">The name of the attribute to modify.</param> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The name of the attribute to modify. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.LaunchPermission"> <summary> Gets and sets the property LaunchPermission. <para> A launch permission modification. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.OperationType"> <summary> Gets and sets the property OperationType. <para> The operation type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.ProductCodes"> <summary> Gets and sets the property ProductCodes. <para> One or more product codes. After you add a product code to an AMI, it can't be removed. This is only valid when modifying the <code>productCodes</code> attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.UserGroups"> <summary> Gets and sets the property UserGroups. <para> One or more user groups. This is only valid when modifying the <code>launchPermission</code> attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.UserIds"> <summary> Gets and sets the property UserIds. <para> One or more AWS account IDs. This is only valid when modifying the <code>launchPermission</code> attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyImageAttributeRequest.Value"> <summary> Gets and sets the property Value. <para> The value of the attribute being modified. This is only valid when modifying the <code>description</code> attribute. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyInstanceAttributeRequest"> <summary> Container for the parameters to the ModifyInstanceAttribute operation. Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. <para> To modify some attributes, the instance must be stopped. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html">Modifying Attributes of a Stopped Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.ModifyInstanceAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ModifyInstanceAttributeRequest.#ctor(System.String,Amazon.EC2.InstanceAttributeName)"> <summary> Instantiates ModifyInstanceAttributeRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> <param name="attribute">The name of the attribute.</param> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The name of the attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> Modifies the <code>DeleteOnTermination</code> attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for <code>DeleteOnTermination</code>, the default is <code>true</code> and the volume is deleted when the instance is terminated. </para> <para> To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating the Block Device Mapping when Launching an Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.DisableApiTermination"> <summary> Gets and sets the property DisableApiTermination. <para> If the value is <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this paramater for Spot Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Specifies whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.Groups"> <summary> Gets and sets the property Groups. <para> [EC2-VPC] Changes the security groups of the instance. You must specify at least one security group, even if it's just the default security group for the VPC. You must specify the security group ID, not the security group name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.InstanceInitiatedShutdownBehavior"> <summary> Gets and sets the property InstanceInitiatedShutdownBehavior. <para> Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> Changes the instance type to the specified value. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Types</a>. If the instance type is not valid, the error returned is <code>InvalidInstanceAttributeValue</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.Kernel"> <summary> Gets and sets the property Kernel. <para> Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.Ramdisk"> <summary> Gets and sets the property Ramdisk. <para> Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Specifies whether source/destination checking is enabled. A value of <code>true</code> means that checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. <para> Set to <code>simple</code> to enable enhanced networking for the instance. </para> <para> There is no way to disable enhanced networking at this time. </para> <para> This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.UserData"> <summary> Gets and sets the property UserData. <para> Changes the instance's user data to the specified value. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyInstanceAttributeRequest.Value"> <summary> Gets and sets the property Value. <para> A new value for the attribute. Use only with the <code>kernel</code>, <code>ramdisk</code>, <code>userData</code>, <code>disableApiTermination</code>, or <code>instanceInitiatedShutdownBehavior</code> attribute. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest"> <summary> Container for the parameters to the ModifyNetworkInterfaceAttribute operation. Modifies the specified network interface attribute. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest.Attachment"> <summary> Gets and sets the property Attachment. <para> Information about the interface attachment. If modifying the 'delete on termination' attribute, you must specify the ID of the interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest.Groups"> <summary> Gets and sets the property Groups. <para> Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyNetworkInterfaceAttributeRequest.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Indicates whether source/destination checking is enabled. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyReservedInstancesRequest"> <summary> Container for the parameters to the ModifyReservedInstances operation. Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved Instances</a> in the Amazon Elastic Compute Cloud User Guide. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyReservedInstancesRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyReservedInstancesRequest.ReservedInstancesIds"> <summary> Gets and sets the property ReservedInstancesIds. <para> The IDs of the Reserved Instances to modify. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyReservedInstancesRequest.TargetConfigurations"> <summary> Gets and sets the property TargetConfigurations. <para> The configuration settings for the Reserved Instances to modify. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyReservedInstancesResponse"> <summary> Configuration for accessing Amazon ModifyReservedInstances service </summary> </member> <member name="T:Amazon.EC2.Model.ModifyReservedInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyReservedInstancesResult.ReservedInstancesModificationId"> <summary> Gets and sets the property ReservedInstancesModificationId. <para> The ID for the modification. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyReservedInstancesResponse.ModifyReservedInstancesResult"> <summary> Gets and sets the ModifyReservedInstancesResult property. Represents the output of a ModifyReservedInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.ModifySnapshotAttributeRequest"> <summary> Container for the parameters to the ModifySnapshotAttribute operation. Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls. <para> For more information on modifying snapshot permissions, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html">Sharing Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <note> <para> Snapshots with AWS Marketplace product codes cannot be made public. </para> </note> </summary> </member> <member name="M:Amazon.EC2.Model.ModifySnapshotAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ModifySnapshotAttributeRequest.#ctor(System.String,Amazon.EC2.SnapshotAttributeName,Amazon.EC2.OperationType)"> <summary> Instantiates ModifySnapshotAttributeRequest with the parameterized properties </summary> <param name="snapshotId">The ID of the snapshot.</param> <param name="attribute">The snapshot attribute to modify. <note> Only volume creation permissions may be modified at the customer level. </note></param> <param name="operationType">The type of operation to perform to the attribute.</param> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The snapshot attribute to modify. </para> <note> <para> Only volume creation permissions may be modified at the customer level. </para> </note> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.CreateVolumePermission"> <summary> Gets and sets the property CreateVolumePermission. <para> A JSON representation of the snapshot attribute modification. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.GroupNames"> <summary> Gets and sets the property GroupNames. <para> The group to modify for the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.OperationType"> <summary> Gets and sets the property OperationType. <para> The type of operation to perform to the attribute. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySnapshotAttributeRequest.UserIds"> <summary> Gets and sets the property UserIds. <para> The account ID to modify for the snapshot. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifySubnetAttributeRequest"> <summary> Container for the parameters to the ModifySubnetAttribute operation. Modifies a subnet attribute. </summary> </member> <member name="P:Amazon.EC2.Model.ModifySubnetAttributeRequest.MapPublicIpOnLaunch"> <summary> Gets and sets the property MapPublicIpOnLaunch. <para> Specify <code>true</code> to indicate that instances launched into the specified subnet should be assigned public IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifySubnetAttributeRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyVolumeAttributeRequest"> <summary> Container for the parameters to the ModifyVolumeAttribute operation. Modifies a volume attribute. <para> By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume. </para> <para> You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVolumeAttributeRequest.AutoEnableIO"> <summary> Gets and sets the property AutoEnableIO. <para> Indicates whether the volume should be auto-enabled for I/O operations. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVolumeAttributeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyVpcAttributeRequest"> <summary> Container for the parameters to the ModifyVpcAttribute operation. Modifies the specified attribute of the specified VPC. </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcAttributeRequest.EnableDnsHostnames"> <summary> Gets and sets the property EnableDnsHostnames. <para> Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not. </para> <para> You can only enable DNS hostnames if you also enable DNS support. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcAttributeRequest.EnableDnsSupport"> <summary> Gets and sets the property EnableDnsSupport. <para> Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" will succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcAttributeRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyVpcEndpointRequest"> <summary> Container for the parameters to the ModifyVpcEndpoint operation. Modifies attributes of a specified VPC endpoint. You can modify the policy associated with the endpoint, and you can add and remove route tables associated with the endpoint. </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointRequest.AddRouteTableIds"> <summary> Gets and sets the property AddRouteTableIds. <para> One or more route tables IDs to associate with the endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> A policy document to attach to the endpoint. The policy must be in valid JSON format. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointRequest.RemoveRouteTableIds"> <summary> Gets and sets the property RemoveRouteTableIds. <para> One or more route table IDs to disassociate from the endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointRequest.ResetPolicy"> <summary> Gets and sets the property ResetPolicy. <para> Specify <code>true</code> to reset the policy document to the default policy. The default policy allows access to the service. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointRequest.VpcEndpointId"> <summary> Gets and sets the property VpcEndpointId. <para> The ID of the endpoint. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ModifyVpcEndpointResponse"> <summary> Configuration for accessing Amazon ModifyVpcEndpoint service </summary> </member> <member name="T:Amazon.EC2.Model.ModifyVpcEndpointResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ModifyVpcEndpointResponse.ModifyVpcEndpointResult"> <summary> Gets and sets the ModifyVpcEndpointResult property. Represents the output of a ModifyVpcEndpoint operation. </summary> </member> <member name="T:Amazon.EC2.Model.Monitoring"> <summary> Describes the monitoring for the instance. </summary> </member> <member name="P:Amazon.EC2.Model.Monitoring.State"> <summary> Gets and sets the property State. <para> Indicates whether monitoring is enabled for the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.MonitorInstancesRequest"> <summary> Container for the parameters to the MonitorInstances operation. Enables monitoring for a running instance. For more information about monitoring instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html">Monitoring Your Instances and Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.MonitorInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.MonitorInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates MonitorInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.MonitorInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.MonitorInstancesResponse"> <summary> Configuration for accessing Amazon MonitorInstances service </summary> </member> <member name="T:Amazon.EC2.Model.MonitorInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.MonitorInstancesResult.InstanceMonitorings"> <summary> Gets and sets the property InstanceMonitorings. <para> Monitoring information for one or more instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.MonitorInstancesResponse.MonitorInstancesResult"> <summary> Gets and sets the MonitorInstancesResult property. Represents the output of a MonitorInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.MoveAddressToVpcRequest"> <summary> Container for the parameters to the MoveAddressToVpc operation. Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the <a>RestoreAddressToClassic</a> request. You cannot move an Elastic IP address that's allocated for use in the EC2-VPC platform to the EC2-Classic platform. </summary> </member> <member name="P:Amazon.EC2.Model.MoveAddressToVpcRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.MoveAddressToVpcResponse"> <summary> Configuration for accessing Amazon MoveAddressToVpc service </summary> </member> <member name="T:Amazon.EC2.Model.MoveAddressToVpcResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.MoveAddressToVpcResult.AllocationId"> <summary> Gets and sets the property AllocationId. <para> The allocation ID for the Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.MoveAddressToVpcResult.Status"> <summary> Gets and sets the property Status. <para> The status of the move of the IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.MoveAddressToVpcResponse.MoveAddressToVpcResult"> <summary> Gets and sets the MoveAddressToVpcResult property. Represents the output of a MoveAddressToVpc operation. </summary> </member> <member name="T:Amazon.EC2.Model.MovingAddressStatus"> <summary> Describes the status of a moving Elastic IP address. </summary> </member> <member name="P:Amazon.EC2.Model.MovingAddressStatus.MoveStatus"> <summary> Gets and sets the property MoveStatus. <para> The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform. </para> </summary> </member> <member name="P:Amazon.EC2.Model.MovingAddressStatus.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkAcl"> <summary> Describes a network ACL. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.Associations"> <summary> Gets and sets the property Associations. <para> Any associations between the network ACL and one or more subnets </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.Entries"> <summary> Gets and sets the property Entries. <para> One or more entries (rules) in the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.IsDefault"> <summary> Gets and sets the property IsDefault. <para> Indicates whether this is the default network ACL for the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAcl.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC for the network ACL. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkAclAssociation"> <summary> Describes an association between a network ACL and a subnet. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclAssociation.NetworkAclAssociationId"> <summary> Gets and sets the property NetworkAclAssociationId. <para> The ID of the association between a network ACL and a subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclAssociation.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the network ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclAssociation.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkAclEntry"> <summary> Describes an entry in a network ACL. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The network range to allow or deny, in CIDR notation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.Egress"> <summary> Gets and sets the property Egress. <para> Indicates whether the rule is an egress rule (applied to traffic leaving the subnet). </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.IcmpTypeCode"> <summary> Gets and sets the property IcmpTypeCode. <para> ICMP protocol: The ICMP type and code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.PortRange"> <summary> Gets and sets the property PortRange. <para> TCP or UDP protocols: The range of ports the rule applies to. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.Protocol"> <summary> Gets and sets the property Protocol. <para> The protocol. A value of <code>-1</code> means all protocols. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.RuleAction"> <summary> Gets and sets the property RuleAction. <para> Indicates whether to allow or deny the traffic that matches the rule. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkAclEntry.RuleNumber"> <summary> Gets and sets the property RuleNumber. <para> The rule number for the entry. ACL entries are processed in ascending order by rule number. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkInterface"> <summary> Describes a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.Association"> <summary> Gets and sets the property Association. <para> The association information for an Elastic IP associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.Attachment"> <summary> Gets and sets the property Attachment. <para> The network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.Description"> <summary> Gets and sets the property Description. <para> A description. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.Groups"> <summary> Gets and sets the property Groups. <para> Any security groups for the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.MacAddress"> <summary> Gets and sets the property MacAddress. <para> The MAC address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the owner of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The IP address of the network interface within the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> The private IP addresses associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.RequesterId"> <summary> Gets and sets the property RequesterId. <para> The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling). </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.RequesterManaged"> <summary> Gets and sets the property RequesterManaged. <para> Indicates whether the network interface is being managed by AWS. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> Indicates whether traffic to or from the instance is validated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.Status"> <summary> Gets and sets the property Status. <para> The status of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.TagSet"> <summary> Gets and sets the property TagSet. <para> Any tags assigned to the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterface.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkInterfaceAssociation"> <summary> Describes association information for an Elastic IP address. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAssociation.AllocationId"> <summary> Gets and sets the property AllocationId. <para> The allocation ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAssociation.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The association ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAssociation.IpOwnerId"> <summary> Gets and sets the property IpOwnerId. <para> The ID of the Elastic IP address owner. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAssociation.PublicDnsName"> <summary> Gets and sets the property PublicDnsName. <para> The public DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAssociation.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The address of the Elastic IP address bound to the network interface. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkInterfaceAttachment"> <summary> Describes a network interface attachment. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.AttachmentId"> <summary> Gets and sets the property AttachmentId. <para> The ID of the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.AttachTime"> <summary> Gets and sets the property AttachTime. <para> The timestamp indicating when the attachment initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the network interface is deleted when the instance is terminated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.DeviceIndex"> <summary> Gets and sets the property DeviceIndex. <para> The device index of the network interface attachment on the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.InstanceOwnerId"> <summary> Gets and sets the property InstanceOwnerId. <para> The AWS account ID of the owner of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachment.Status"> <summary> Gets and sets the property Status. <para> The attachment state. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkInterfaceAttachmentChanges"> <summary> Describes an attachment change. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachmentChanges.AttachmentId"> <summary> Gets and sets the property AttachmentId. <para> The ID of the network interface attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfaceAttachmentChanges.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the network interface is deleted when the instance is terminated. </para> </summary> </member> <member name="T:Amazon.EC2.Model.NetworkInterfacePrivateIpAddress"> <summary> Describes the private IP address of a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfacePrivateIpAddress.Association"> <summary> Gets and sets the property Association. <para> The association information for an Elastic IP address associated with the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfacePrivateIpAddress.Primary"> <summary> Gets and sets the property Primary. <para> Indicates whether this IP address is the primary private IP address of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfacePrivateIpAddress.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.NetworkInterfacePrivateIpAddress.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Placement"> <summary> Describes the placement for the instance. </summary> </member> <member name="M:Amazon.EC2.Model.Placement.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.Placement.#ctor(System.String)"> <summary> Instantiates Placement with the parameterized properties </summary> <param name="availabilityZone">The Availability Zone of the instance.</param> </member> <member name="P:Amazon.EC2.Model.Placement.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Placement.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the placement group the instance is in (for cluster compute instances). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Placement.Tenancy"> <summary> Gets and sets the property Tenancy. <para> The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of <code>dedicated</code> runs on single-tenant hardware. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PlacementGroup"> <summary> Describes a placement group. </summary> </member> <member name="M:Amazon.EC2.Model.PlacementGroup.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.PlacementGroup.#ctor(System.String)"> <summary> Instantiates PlacementGroup with the parameterized properties </summary> <param name="groupName">The name of the placement group.</param> </member> <member name="P:Amazon.EC2.Model.PlacementGroup.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the placement group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PlacementGroup.State"> <summary> Gets and sets the property State. <para> The state of the placement group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PlacementGroup.Strategy"> <summary> Gets and sets the property Strategy. <para> The placement strategy. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PortRange"> <summary> Describes a range of ports. </summary> </member> <member name="P:Amazon.EC2.Model.PortRange.From"> <summary> Gets and sets the property From. <para> The first port in the range. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PortRange.To"> <summary> Gets and sets the property To. <para> The last port in the range. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PrefixList"> <summary> Describes prefixes for AWS services. </summary> </member> <member name="P:Amazon.EC2.Model.PrefixList.Cidrs"> <summary> Gets and sets the property Cidrs. <para> The IP address range of the AWS service. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PrefixList.PrefixListId"> <summary> Gets and sets the property PrefixListId. <para> The ID of the prefix. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PrefixList.PrefixListName"> <summary> Gets and sets the property PrefixListName. <para> The name of the prefix. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PrefixListId"> <summary> The ID of the prefix. </summary> </member> <member name="P:Amazon.EC2.Model.PrefixListId.Id"> <summary> Gets and sets the property Id. <para> The ID of the prefix. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PriceSchedule"> <summary> Describes the price for a Reserved Instance. </summary> </member> <member name="P:Amazon.EC2.Model.PriceSchedule.Active"> <summary> Gets and sets the property Active. <para> The current price schedule, as determined by the term remaining for the Reserved Instance in the listing. </para> <para> A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PriceSchedule.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PriceSchedule.Price"> <summary> Gets and sets the property Price. <para> The fixed price for the term. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PriceSchedule.Term"> <summary> Gets and sets the property Term. <para> The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PriceScheduleSpecification"> <summary> Describes the price for a Reserved Instance. </summary> </member> <member name="P:Amazon.EC2.Model.PriceScheduleSpecification.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency for transacting the Reserved Instance resale. At this time, the only supported currency is <code>USD</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PriceScheduleSpecification.Price"> <summary> Gets and sets the property Price. <para> The fixed price for the term. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PriceScheduleSpecification.Term"> <summary> Gets and sets the property Term. <para> The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PricingDetail"> <summary> Describes a Reserved Instance offering. </summary> </member> <member name="P:Amazon.EC2.Model.PricingDetail.Count"> <summary> Gets and sets the property Count. <para> The number of instances available for the price. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PricingDetail.Price"> <summary> Gets and sets the property Price. <para> The price per instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PrivateIpAddressSpecification"> <summary> Describes a secondary private IP address for a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.PrivateIpAddressSpecification.Primary"> <summary> Gets and sets the property Primary. <para> Indicates whether the private IP address is the primary private IP address. Only one IP address can be designated as primary. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PrivateIpAddressSpecification.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP addresses. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ProductCode"> <summary> Describes a product code. </summary> </member> <member name="P:Amazon.EC2.Model.ProductCode.ProductCodeId"> <summary> Gets and sets the property ProductCodeId. <para> The product code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ProductCode.ProductCodeType"> <summary> Gets and sets the property ProductCodeType. <para> The type of product code. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PropagatingVgw"> <summary> Describes a virtual private gateway propagating route. </summary> </member> <member name="P:Amazon.EC2.Model.PropagatingVgw.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of the virtual private gateway (VGW). </para> </summary> </member> <member name="T:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest"> <summary> Container for the parameters to the PurchaseReservedInstancesOffering operation. Purchases a Reserved Instance for use with your account. With Amazon EC2 Reserved Instances, you obtain a capacity reservation for a certain instance configuration over a specified period of time and pay a lower hourly rate compared to on-Demand Instance pricing. <para> Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with <a>DescribeReservedInstances</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved Instances</a> and <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest.#ctor(System.String,System.Int32)"> <summary> Instantiates PurchaseReservedInstancesOfferingRequest with the parameterized properties </summary> <param name="reservedInstancesOfferingId">The ID of the Reserved Instance offering to purchase.</param> <param name="instanceCount">The number of Reserved Instances to purchase.</param> </member> <member name="P:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of Reserved Instances to purchase. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest.LimitPrice"> <summary> Gets and sets the property LimitPrice. <para> Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PurchaseReservedInstancesOfferingRequest.ReservedInstancesOfferingId"> <summary> Gets and sets the property ReservedInstancesOfferingId. <para> The ID of the Reserved Instance offering to purchase. </para> </summary> </member> <member name="T:Amazon.EC2.Model.PurchaseReservedInstancesOfferingResponse"> <summary> Configuration for accessing Amazon PurchaseReservedInstancesOffering service </summary> </member> <member name="T:Amazon.EC2.Model.PurchaseReservedInstancesOfferingResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.PurchaseReservedInstancesOfferingResult.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> The IDs of the purchased Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.PurchaseReservedInstancesOfferingResponse.PurchaseReservedInstancesOfferingResult"> <summary> Gets and sets the PurchaseReservedInstancesOfferingResult property. Represents the output of a PurchaseReservedInstancesOffering operation. </summary> </member> <member name="T:Amazon.EC2.Model.RebootInstancesRequest"> <summary> Container for the parameters to the RebootInstances operation. Requests a reboot of one or more instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. <para> If a Linux/Unix instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot. </para> <para> For more information about troubleshooting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html">Getting Console Output and Rebooting Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.RebootInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.RebootInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates RebootInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.RebootInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RecurringCharge"> <summary> Describes a recurring charge. </summary> </member> <member name="P:Amazon.EC2.Model.RecurringCharge.Amount"> <summary> Gets and sets the property Amount. <para> The amount of the recurring charge. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RecurringCharge.Frequency"> <summary> Gets and sets the property Frequency. <para> The frequency of the recurring charge. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Region"> <summary> Describes a region. </summary> </member> <member name="P:Amazon.EC2.Model.Region.Endpoint"> <summary> Gets and sets the property Endpoint. <para> The region service endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Region.RegionName"> <summary> Gets and sets the property RegionName. <para> The name of the region. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RegisterImageRequest"> <summary> Container for the parameters to the RegisterImage operation. Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html">Creating Your Own AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <note> <para> For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers the AMI in a single request, so you don't have to register the AMI yourself. </para> </note> <para> You can also use <code>RegisterImage</code> to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_LaunchingInstanceFromSnapshot.html">Launching an Instance from a Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <important> <para> Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 <code>billingProduct</code> code associated with an AMI to verify subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and subsequent instances launched from such an AMI will not be able to connect to package update infrastructure. </para> <para> Similarly, although you can create a Windows AMI from a snapshot, you can't successfully launch an instance from the AMI. </para> <para> To create Windows AMIs or to create AMIs for Linux operating systems that must retain AMI billing codes to work properly, see <a>CreateImage</a>. </para> </important> <para> If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. </para> <note> <para> You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes. </para> </note> </summary> </member> <member name="M:Amazon.EC2.Model.RegisterImageRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.RegisterImageRequest.#ctor(System.String)"> <summary> Instantiates RegisterImageRequest with the parameterized properties </summary> <param name="imageLocation">The full path to your AMI manifest in Amazon S3 storage.</param> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.Architecture"> <summary> Gets and sets the property Architecture. <para> The architecture of the AMI. </para> <para> Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the architecture specified in the manifest file. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> One or more block device mapping entries. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.Description"> <summary> Gets and sets the property Description. <para> A description for your AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.ImageLocation"> <summary> Gets and sets the property ImageLocation. <para> The full path to your AMI manifest in Amazon S3 storage. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.Name"> <summary> Gets and sets the property Name. <para> A name for your AMI. </para> <para> Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_) </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.RootDeviceName"> <summary> Gets and sets the property RootDeviceName. <para> The name of the root device (for example, <code>/dev/sda1</code>, or <code>/dev/xvda</code>). </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.SriovNetSupport"> <summary> Gets and sets the property SriovNetSupport. <para> Set to <code>simple</code> to enable enhanced networking for the AMI and any instances that you launch from the AMI. </para> <para> There is no way to disable enhanced networking at this time. </para> <para> This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageRequest.VirtualizationType"> <summary> Gets and sets the property VirtualizationType. <para> The type of virtualization. </para> <para> Default: <code>paravirtual</code> </para> </summary> </member> <member name="T:Amazon.EC2.Model.RegisterImageResponse"> <summary> Configuration for accessing Amazon RegisterImage service </summary> </member> <member name="T:Amazon.EC2.Model.RegisterImageResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageResult.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the newly registered AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RegisterImageResponse.RegisterImageResult"> <summary> Gets and sets the RegisterImageResult property. Represents the output of a RegisterImage operation. </summary> </member> <member name="T:Amazon.EC2.Model.RejectVpcPeeringConnectionRequest"> <summary> Container for the parameters to the RejectVpcPeeringConnection operation. Rejects a VPC peering connection request. The VPC peering connection must be in the <code>pending-acceptance</code> state. Use the <a>DescribeVpcPeeringConnections</a> request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use <a>DeleteVpcPeeringConnection</a>. </summary> </member> <member name="P:Amazon.EC2.Model.RejectVpcPeeringConnectionRequest.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of the VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RejectVpcPeeringConnectionResponse"> <summary> Returns information about the RejectVpcPeeringConnection response metadata. The RejectVpcPeeringConnection operation has a void result type. </summary> </member> <member name="T:Amazon.EC2.Model.ReleaseAddressRequest"> <summary> Container for the parameters to the ReleaseAddress operation. Releases the specified Elastic IP address. <para> After releasing an Elastic IP address, it is released to the IP address pool and might be unavailable to you. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an <code>AuthFailure</code> error if the address is already allocated to another AWS account. </para> <para> [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use <a>DisassociateAddress</a>. </para> <para> [Nondefault VPC] You must use <a>DisassociateAddress</a> to disassociate the Elastic IP address before you try to release it. Otherwise, Amazon EC2 returns an error (<code>InvalidIPAddress.InUse</code>). </para> </summary> </member> <member name="M:Amazon.EC2.Model.ReleaseAddressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ReleaseAddressRequest.#ctor(System.String)"> <summary> Instantiates ReleaseAddressRequest with the parameterized properties </summary> <param name="publicIp">[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</param> </member> <member name="P:Amazon.EC2.Model.ReleaseAddressRequest.AllocationId"> <summary> Gets and sets the property AllocationId. <para> [EC2-VPC] The allocation ID. Required for EC2-VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReleaseAddressRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> [EC2-Classic] The Elastic IP address. Required for EC2-Classic. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceNetworkAclAssociationRequest"> <summary> Container for the parameters to the ReplaceNetworkAclAssociation operation. Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information about network ACLs, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclAssociationRequest.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The ID of the current association between the original network ACL and the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclAssociationRequest.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the new network ACL to associate with the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceNetworkAclAssociationResponse"> <summary> Configuration for accessing Amazon ReplaceNetworkAclAssociation service </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceNetworkAclAssociationResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclAssociationResult.NewAssociationId"> <summary> Gets and sets the property NewAssociationId. <para> The ID of the new association. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclAssociationResponse.ReplaceNetworkAclAssociationResult"> <summary> Gets and sets the ReplaceNetworkAclAssociationResult property. Represents the output of a ReplaceNetworkAclAssociation operation. </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest"> <summary> Container for the parameters to the ReplaceNetworkAclEntry operation. Replaces an entry (rule) in a network ACL. For more information about network ACLs, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The network range to allow or deny, in CIDR notation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.Egress"> <summary> Gets and sets the property Egress. <para> Indicates whether to replace the egress rule. </para> <para> Default: If no value is specified, we replace the ingress rule. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.IcmpTypeCode"> <summary> Gets and sets the property IcmpTypeCode. <para> ICMP protocol: The ICMP type and code. Required if specifying 1 (ICMP) for the protocol. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.NetworkAclId"> <summary> Gets and sets the property NetworkAclId. <para> The ID of the ACL. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.PortRange"> <summary> Gets and sets the property PortRange. <para> TCP or UDP protocols: The range of ports the rule applies to. Required if specifying 6 (TCP) or 17 (UDP) for the protocol. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.Protocol"> <summary> Gets and sets the property Protocol. <para> The IP protocol. You can specify <code>all</code> or <code>-1</code> to mean all protocols. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.RuleAction"> <summary> Gets and sets the property RuleAction. <para> Indicates whether to allow or deny the traffic that matches the rule. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceNetworkAclEntryRequest.RuleNumber"> <summary> Gets and sets the property RuleNumber. <para> The rule number of the entry to replace. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceRouteRequest"> <summary> Container for the parameters to the ReplaceRoute operation. Replaces an existing route within a route table in a VPC. You must provide only one of the following: Internet gateway or virtual private gateway, NAT instance, VPC peering connection, or network interface. <para> For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR address block used for the destination match. The value you provide must match the CIDR of an existing route in the table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of an Internet gateway or virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of a NAT instance in your VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of a network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteRequest.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of a VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceRouteTableAssociationRequest"> <summary> Container for the parameters to the ReplaceRouteTableAssociation operation. Changes the route table associated with a given subnet in a VPC. After the operation completes, the subnet uses the routes in the new route table it's associated with. For more information about route tables, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html">Route Tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. <para> You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table to be the new main route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteTableAssociationRequest.AssociationId"> <summary> Gets and sets the property AssociationId. <para> The association ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteTableAssociationRequest.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the new route table to associate with the subnet. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceRouteTableAssociationResponse"> <summary> Configuration for accessing Amazon ReplaceRouteTableAssociation service </summary> </member> <member name="T:Amazon.EC2.Model.ReplaceRouteTableAssociationResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteTableAssociationResult.NewAssociationId"> <summary> Gets and sets the property NewAssociationId. <para> The ID of the new association. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReplaceRouteTableAssociationResponse.ReplaceRouteTableAssociationResult"> <summary> Gets and sets the ReplaceRouteTableAssociationResult property. Represents the output of a ReplaceRouteTableAssociation operation. </summary> </member> <member name="T:Amazon.EC2.Model.ReportInstanceStatusRequest"> <summary> Container for the parameters to the ReportInstanceStatus operation. Submits feedback about the status of an instance. The instance must be in the <code>running</code> state. If your experience with the instance differs from the instance status returned by <a>DescribeInstanceStatus</a>, use <a>ReportInstanceStatus</a> to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks. <para> Use of this action does not change the value returned by <a>DescribeInstanceStatus</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.Description"> <summary> Gets and sets the property Description. <para> Descriptive text about the health state of your instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The time at which the reported instance health state ended. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.Instances"> <summary> Gets and sets the property Instances. <para> One or more instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.ReasonCodes"> <summary> Gets and sets the property ReasonCodes. <para> One or more reason codes that describes the health state of your instance. </para> <ul> <li> <para> <code>instance-stuck-in-state</code>: My instance is stuck in a state. </para> </li> <li> <para> <code>unresponsive</code>: My instance is unresponsive. </para> </li> <li> <para> <code>not-accepting-credentials</code>: My instance is not accepting my credentials. </para> </li> <li> <para> <code>password-not-available</code>: A password is not available for my instance. </para> </li> <li> <para> <code>performance-network</code>: My instance is experiencing performance problems which I believe are network related. </para> </li> <li> <para> <code>performance-instance-store</code>: My instance is experiencing performance problems which I believe are related to the instance stores. </para> </li> <li> <para> <code>performance-ebs-volume</code>: My instance is experiencing performance problems which I believe are related to an EBS volume. </para> </li> <li> <para> <code>performance-other</code>: My instance is experiencing performance problems. </para> </li> <li> <para> <code>other</code>: [explain using the description parameter] </para> </li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The time at which the reported instance health state began. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReportInstanceStatusRequest.Status"> <summary> Gets and sets the property Status. <para> The status of all instances listed. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotFleetRequest"> <summary> Container for the parameters to the RequestSpotFleet operation. Creates a Spot fleet request. <para> You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. </para> <para> By default, the Spot fleet requests Spot instances in the Spot pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. </para> <para> Alternatively, you can specify that the Spot fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot instances in your Spot fleet are in different Spot pools, you can improve the availability of your fleet. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html">Spot Fleet Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotFleetRequest.SpotFleetRequestConfig"> <summary> Gets and sets the property SpotFleetRequestConfig. <para> The configuration for the Spot fleet request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotFleetResponse"> <summary> Configuration for accessing Amazon RequestSpotFleet service </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotFleetResult"> <summary> Contains the output of RequestSpotFleet. </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotFleetResult.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotFleetResponse.RequestSpotFleetResult"> <summary> Gets and sets the RequestSpotFleetResult property. Represents the output of a RequestSpotFleet operation. </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotInstancesRequest"> <summary> Container for the parameters to the RequestSpotInstances operation. Creates a Spot instance request. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot Instance capacity and current Spot instance requests. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Spot Instance Requests</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.RequestSpotInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.RequestSpotInstancesRequest.#ctor(System.String)"> <summary> Instantiates RequestSpotInstancesRequest with the parameterized properties </summary> <param name="spotPrice">The maximum hourly price (bid) for any Spot instance launched to fulfill the request.</param> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.AvailabilityZoneGroup"> <summary> Gets and sets the property AvailabilityZoneGroup. <para> The user-specified name for a logical grouping of bids. </para> <para> When you specify an Availability Zone group in a Spot Instance request, all Spot instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to bids for Spot Instances of the same instance type. Any additional Spot instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active. </para> <para> If there is no active instance running in the Availability Zone group that you specify for a new Spot instance request (all instances are terminated, the bid is expired, or the bid falls below current market), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group. </para> <para> Default: Instances are launched in any available Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure Idempotency</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The maximum number of Spot instances to launch. </para> <para> Default: 1 </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.LaunchGroup"> <summary> Gets and sets the property LaunchGroup. <para> The instance launch group. Launch groups are Spot instances that launch together and terminate together. </para> <para> Default: Instances are launched and terminated individually </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.LaunchSpecification"> <summary> Gets and sets the property LaunchSpecification. </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The maximum hourly price (bid) for any Spot instance launched to fulfill the request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.Type"> <summary> Gets and sets the property Type. <para> The Spot instance request type. </para> <para> Default: <code>one-time</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.ValidFrom"> <summary> Gets and sets the property ValidFrom. <para> The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled. </para> <para> Default: The request is effective indefinitely. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesRequest.ValidUntil"> <summary> Gets and sets the property ValidUntil. <para> The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. </para> <para> Default: The request is effective indefinitely. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotInstancesResponse"> <summary> Configuration for accessing Amazon RequestSpotInstances service </summary> </member> <member name="T:Amazon.EC2.Model.RequestSpotInstancesResult"> <summary> Contains the output of RequestSpotInstances. </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesResult.SpotInstanceRequests"> <summary> Gets and sets the property SpotInstanceRequests. <para> One or more Spot instance requests. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RequestSpotInstancesResponse.RequestSpotInstancesResult"> <summary> Gets and sets the RequestSpotInstancesResult property. Represents the output of a RequestSpotInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.Reservation"> <summary> Describes a reservation. </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.GroupNames"> <summary> Gets and sets the property GroupNames. <para> One or more security group names. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.Groups"> <summary> Gets and sets the property Groups. <para> One or more security groups. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.Instances"> <summary> Gets and sets the property Instances. <para> One or more instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The ID of the AWS account that owns the reservation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.RequesterId"> <summary> Gets and sets the property RequesterId. <para> The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Reservation.ReservationId"> <summary> Gets and sets the property ReservationId. <para> The ID of the reservation. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstanceLimitPrice"> <summary> Describes the limit price of a Reserved Instance offering. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstanceLimitPrice.Amount"> <summary> Gets and sets the property Amount. <para> Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price). </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstanceLimitPrice.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency in which the <code>limitPrice</code> amount is specified. At this time, the only supported currency is <code>USD</code>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstances"> <summary> Describes a Reserved Instance. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone in which the Reserved Instance can be used. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is <code>USD</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the Reserved Instance, in seconds. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.End"> <summary> Gets and sets the property End. <para> The time when the Reserved Instance expires. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The purchase price of the Reserved Instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of Reserved Instances purchased. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.InstanceTenancy"> <summary> Gets and sets the property InstanceTenancy. <para> The tenancy of the reserved instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type on which the Reserved Instance can be used. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The Reserved Instance offering type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The Reserved Instance product platform description. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring charge tag assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> The ID of the Reserved Instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.Start"> <summary> Gets and sets the property Start. <para> The date and time the Reserved Instance started. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.State"> <summary> Gets and sets the property State. <para> The state of the Reserved Instance purchase. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstances.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The usage price of the Reserved Instance, per hour. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesConfiguration"> <summary> Describes the configuration settings for the modified Reserved Instances. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesConfiguration.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the modified Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesConfiguration.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of modified Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesConfiguration.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type for the modified Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesConfiguration.Platform"> <summary> Gets and sets the property Platform. <para> The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesId"> <summary> Describes the ID of a Reserved Instance. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesId.Id"> <summary> Gets and sets the property Id. <para> The ID of the Reserved Instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesListing"> <summary> Describes a Reserved Instance listing. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.ClientToken"> <summary> Gets and sets the property ClientToken. <para> A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The time the listing was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.InstanceCounts"> <summary> Gets and sets the property InstanceCounts. <para> The number of instances in this state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.PriceSchedules"> <summary> Gets and sets the property PriceSchedules. <para> The price of the Reserved Instance listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> The ID of the Reserved Instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.ReservedInstancesListingId"> <summary> Gets and sets the property ReservedInstancesListingId. <para> The ID of the Reserved Instance listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.Status"> <summary> Gets and sets the property Status. <para> The status of the Reserved Instance listing. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> The reason for the current status of the Reserved Instance listing. The response can be blank. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesListing.UpdateDate"> <summary> Gets and sets the property UpdateDate. <para> The last modified timestamp of the listing. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesModification"> <summary> Describes a Reserved Instance modification. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.ClientToken"> <summary> Gets and sets the property ClientToken. <para> A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The time when the modification request was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.EffectiveDate"> <summary> Gets and sets the property EffectiveDate. <para> The time for the modification to become effective. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.ModificationResults"> <summary> Gets and sets the property ModificationResults. <para> Contains target configurations along with their corresponding new Reserved Instance IDs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.ReservedInstancesIds"> <summary> Gets and sets the property ReservedInstancesIds. <para> The IDs of one or more Reserved Instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.ReservedInstancesModificationId"> <summary> Gets and sets the property ReservedInstancesModificationId. <para> A unique ID for the Reserved Instance modification. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.Status"> <summary> Gets and sets the property Status. <para> The status of the Reserved Instances modification request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> The reason for the status. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModification.UpdateDate"> <summary> Gets and sets the property UpdateDate. <para> The time when the modification request was last updated. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesModificationResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModificationResult.ReservedInstancesId"> <summary> Gets and sets the property ReservedInstancesId. <para> The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesModificationResult.TargetConfiguration"> <summary> Gets and sets the property TargetConfiguration. <para> The target Reserved Instances configurations supplied as part of the modification request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ReservedInstancesOffering"> <summary> Describes a Reserved Instance offering. </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone in which the Reserved Instance can be used. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is <code>USD</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the Reserved Instance, in seconds. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The purchase price of the Reserved Instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.InstanceTenancy"> <summary> Gets and sets the property InstanceTenancy. <para> The tenancy of the reserved instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type on which the Reserved Instance can be used. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.Marketplace"> <summary> Gets and sets the property Marketplace. <para> Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a Reserved Instance Marketplace offering, this is <code>true</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The Reserved Instance offering type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.PricingDetails"> <summary> Gets and sets the property PricingDetails. <para> The pricing details of the Reserved Instance offering. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The Reserved Instance product platform description. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring charge tag assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.ReservedInstancesOfferingId"> <summary> Gets and sets the property ReservedInstancesOfferingId. <para> The ID of the Reserved Instance offering. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ReservedInstancesOffering.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The usage price of the Reserved Instance, per hour. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ResetImageAttributeRequest"> <summary> Container for the parameters to the ResetImageAttribute operation. Resets an attribute of an AMI to its default value. <note> <para> The productCodes attribute can't be reset. </para> </note> </summary> </member> <member name="M:Amazon.EC2.Model.ResetImageAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ResetImageAttributeRequest.#ctor(System.String,Amazon.EC2.ResetImageAttributeName)"> <summary> Instantiates ResetImageAttributeRequest with the parameterized properties </summary> <param name="imageId">The ID of the AMI.</param> <param name="attribute">The attribute to reset (currently you can only reset the launch permission attribute).</param> </member> <member name="P:Amazon.EC2.Model.ResetImageAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The attribute to reset (currently you can only reset the launch permission attribute). </para> </summary> </member> <member name="P:Amazon.EC2.Model.ResetImageAttributeRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ResetInstanceAttributeRequest"> <summary> Container for the parameters to the ResetInstanceAttribute operation. Resets an attribute of an instance to its default value. To reset the <code>kernel</code> or <code>ramdisk</code>, the instance must be in a stopped state. To reset the <code>SourceDestCheck</code>, the instance can be either running or stopped. <para> The <code>SourceDestCheck</code> attribute controls whether source/destination checking is enabled. The default value is <code>true</code>, which means checking is enabled. This value must be <code>false</code> for a NAT instance to perform NAT. For more information, see <a href="http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.ResetInstanceAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ResetInstanceAttributeRequest.#ctor(System.String,Amazon.EC2.InstanceAttributeName)"> <summary> Instantiates ResetInstanceAttributeRequest with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> <param name="attribute">The attribute to reset.</param> </member> <member name="P:Amazon.EC2.Model.ResetInstanceAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The attribute to reset. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ResetInstanceAttributeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ResetNetworkInterfaceAttributeRequest"> <summary> Container for the parameters to the ResetNetworkInterfaceAttribute operation. Resets a network interface attribute. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.EC2.Model.ResetNetworkInterfaceAttributeRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ResetNetworkInterfaceAttributeRequest.SourceDestCheck"> <summary> Gets and sets the property SourceDestCheck. <para> The source/destination checking attribute. Resets the value to <code>true</code>. </para> </summary> </member> <member name="T:Amazon.EC2.Model.ResetSnapshotAttributeRequest"> <summary> Container for the parameters to the ResetSnapshotAttribute operation. Resets permission settings for the specified snapshot. <para> For more information on modifying snapshot permissions, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html">Sharing Snapshots</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.ResetSnapshotAttributeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.ResetSnapshotAttributeRequest.#ctor(System.String,Amazon.EC2.SnapshotAttributeName)"> <summary> Instantiates ResetSnapshotAttributeRequest with the parameterized properties </summary> <param name="snapshotId">The ID of the snapshot.</param> <param name="attribute">The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.</param> </member> <member name="P:Amazon.EC2.Model.ResetSnapshotAttributeRequest.Attribute"> <summary> Gets and sets the property Attribute. <para> The attribute to reset. Currently, only the attribute for permission to create volumes can be reset. </para> </summary> </member> <member name="P:Amazon.EC2.Model.ResetSnapshotAttributeRequest.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the snapshot. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RestoreAddressToClassicRequest"> <summary> Container for the parameters to the RestoreAddressToClassic operation. Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface. </summary> </member> <member name="P:Amazon.EC2.Model.RestoreAddressToClassicRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RestoreAddressToClassicResponse"> <summary> Configuration for accessing Amazon RestoreAddressToClassic service </summary> </member> <member name="T:Amazon.EC2.Model.RestoreAddressToClassicResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.RestoreAddressToClassicResult.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The Elastic IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RestoreAddressToClassicResult.Status"> <summary> Gets and sets the property Status. <para> The move status for the IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RestoreAddressToClassicResponse.RestoreAddressToClassicResult"> <summary> Gets and sets the RestoreAddressToClassicResult property. Represents the output of a RestoreAddressToClassic operation. </summary> </member> <member name="T:Amazon.EC2.Model.RevokeSecurityGroupEgressRequest"> <summary> Container for the parameters to the RevokeSecurityGroupEgress operation. Removes one or more egress rules from a security group for EC2-VPC. The values that you specify in the revoke request (for example, ports) must match the existing rule's values for the rule to be revoked. <para> Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. </para> <para> Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RevokeSecurityGroupEgressRequest.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RevokeSecurityGroupEgressRequest.IpPermissions"> <summary> Gets and sets the property IpPermissions. <para> A set of IP permissions. You can't specify a destination security group and a CIDR IP address range. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest"> <summary> Container for the parameters to the RevokeSecurityGroupIngress operation. Removes one or more ingress rules from a security group. The values that you specify in the revoke request (for example, ports) must match the existing rule's values for the rule to be removed. <para> Each rule consists of the protocol and the CIDR range or source security group. For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. </para> <para> Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. </para> </summary> </member> <member name="M:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.EC2.Model.IpPermission})"> <summary> Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties </summary> <param name="groupName">[EC2-Classic, default VPC] The name of the security group.</param> <param name="ipPermissions">A set of IP permissions. You can't specify a source security group and a CIDR IP address range.</param> </member> <member name="P:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. Required for a security group in a nondefault VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> [EC2-Classic, default VPC] The name of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RevokeSecurityGroupIngressRequest.IpPermissions"> <summary> Gets and sets the property IpPermissions. <para> A set of IP permissions. You can't specify a source security group and a CIDR IP address range. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Route"> <summary> Describes a route in a route table. </summary> </member> <member name="P:Amazon.EC2.Model.Route.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR block used for the destination match. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.DestinationPrefixListId"> <summary> Gets and sets the property DestinationPrefixListId. <para> The prefix of the AWS service. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.GatewayId"> <summary> Gets and sets the property GatewayId. <para> The ID of a gateway attached to your VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of a NAT instance in your VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.InstanceOwnerId"> <summary> Gets and sets the property InstanceOwnerId. <para> The AWS account ID of the owner of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.Origin"> <summary> Gets and sets the property Origin. <para> Describes how the route was created. </para> <ul> <li> <code>CreateRouteTable</code> indicates that route was automatically created when the route table was created.</li> <li> <code>CreateRoute</code> indicates that the route was manually added to the route table.</li> <li> <code>EnableVgwRoutePropagation</code> indicates that the route was propagated by route propagation.</li> </ul> </summary> </member> <member name="P:Amazon.EC2.Model.Route.State"> <summary> Gets and sets the property State. <para> The state of the route. The <code>blackhole</code> state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, or the specified NAT instance has been terminated). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Route.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of the VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RouteTable"> <summary> Describes a route table. </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.Associations"> <summary> Gets and sets the property Associations. <para> The associations between the route table and one or more subnets. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.PropagatingVgws"> <summary> Gets and sets the property PropagatingVgws. <para> Any virtual private gateway (VGW) propagating routes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.Routes"> <summary> Gets and sets the property Routes. <para> The routes in the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTable.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RouteTableAssociation"> <summary> Describes an association between a route table and a subnet. </summary> </member> <member name="P:Amazon.EC2.Model.RouteTableAssociation.Main"> <summary> Gets and sets the property Main. <para> Indicates whether this is the main route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTableAssociation.RouteTableAssociationId"> <summary> Gets and sets the property RouteTableAssociationId. <para> The ID of the association between a route table and a subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTableAssociation.RouteTableId"> <summary> Gets and sets the property RouteTableId. <para> The ID of the route table. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RouteTableAssociation.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. A subnet ID is not returned for an implicit association. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RunInstancesRequest"> <summary> Container for the parameters to the RunInstances operation. Launches the specified number of instances using an AMI for which you have permissions. <para> When you launch an instance, it enters the <code>pending</code> state. After the instance is ready for you, it enters the <code>running</code> state. To check the state of your instance, call <a>DescribeInstances</a>. </para> <para> If you don't specify a security group when launching an instance, Amazon EC2 uses the default security group. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Security Groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> [EC2-VPC only accounts] If you don't specify a subnet in the request, we choose a default subnet from your default VPC for you. </para> <para> [EC2-Classic accounts] If you're launching into EC2-Classic and you don't specify an Availability Zone, we choose one for you. </para> <para> Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Key Pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> You can provide optional user data when launching an instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> If any of the AMIs have a product code attached for which the user has not subscribed, <code>RunInstances</code> fails. </para> <para> T2 instance types can only be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID in the request, <code>RunInstances</code> fails. </para> <para> For more information about troubleshooting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html">What To Do If An Instance Immediately Terminates</a>, and <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html">Troubleshooting Connecting to Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.RunInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.RunInstancesRequest.#ctor(System.String,System.Int32,System.Int32)"> <summary> Instantiates RunInstancesRequest with the parameterized properties </summary> <param name="imageId">The ID of the AMI, which you can get by calling <a>DescribeImages</a>.</param> <param name="minCount">The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances. Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I run in Amazon EC2</a> in the Amazon EC2 General FAQ.</param> <param name="maxCount">The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above <code>MinCount</code>. Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I run in Amazon EC2</a> in the Amazon EC2 General FAQ.</param> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.AdditionalInfo"> <summary> Gets and sets the property AdditionalInfo. <para> Reserved. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> The block device mapping. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> <para> Constraints: Maximum 64 ASCII characters </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.DisableApiTermination"> <summary> Gets and sets the property DisableApiTermination. <para> If you set this parameter to <code>true</code>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. If you set this parameter to <code>true</code> and then later want to be able to terminate the instance, you must first change the value of the <code>disableApiTermination</code> attribute to <code>false</code> using <a>ModifyInstanceAttribute</a>. Alternatively, if you set <code>InstanceInitiatedShutdownBehavior</code> to <code>terminate</code>, you can terminate the instance by running the shutdown command from the instance. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The IAM instance profile. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI, which you can get by calling <a>DescribeImages</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.InstanceInitiatedShutdownBehavior"> <summary> Gets and sets the property InstanceInitiatedShutdownBehavior. <para> Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). </para> <para> Default: <code>stop</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> Default: <code>m1.small</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel. </para> <important> <para> We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html"> PV-GRUB</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </important> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. You can create a key pair using <a>CreateKeyPair</a> or <a>ImportKeyPair</a>. </para> <important> <para> If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in. </para> </important> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.MaxCount"> <summary> Gets and sets the property MaxCount. <para> The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above <code>MinCount</code>. </para> <para> Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I run in Amazon EC2</a> in the Amazon EC2 General FAQ. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.MinCount"> <summary> Gets and sets the property MinCount. <para> The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances. </para> <para> Constraints: Between 1 and the maximum number you're allowed for the specified instance type. For more information about the default limits, and how to request an increase, see <a href="http://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_run_in_Amazon_EC2">How many instances can I run in Amazon EC2</a> in the Amazon EC2 General FAQ. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.Monitoring"> <summary> Gets and sets the property Monitoring. <para> The monitoring for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.NetworkInterfaces"> <summary> Gets and sets the property NetworkInterfaces. <para> One or more network interfaces. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.Placement"> <summary> Gets and sets the property Placement. <para> The placement for the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> [EC2-VPC] The primary IP address. You must specify a value from the IP address range of the subnet. </para> <para> Only one private IP address can be designated as primary. Therefore, you can't specify this parameter if <code>PrivateIpAddresses.n.Primary</code> is set to <code>true</code> and <code>PrivateIpAddresses.n.PrivateIpAddress</code> is set to an IP address. </para> <para> Default: We select an IP address from the IP address range of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk. </para> <important> <para> We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html"> PV-GRUB</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </important> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> One or more security group IDs. You can create a security group using <a>CreateSecurityGroup</a>. </para> <para> Default: Amazon EC2 uses the default security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> [EC2-Classic, default VPC] One or more security group names. For a nondefault VPC, you must use security group IDs instead. </para> <para> Default: Amazon EC2 uses the default security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> [EC2-VPC] The ID of the subnet to launch the instance into. </para> </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesRequest.UserData"> <summary> Gets and sets the property UserData. <para> The Base64-encoded MIME user data for the instances. </para> </summary> </member> <member name="T:Amazon.EC2.Model.RunInstancesResponse"> <summary> Configuration for accessing Amazon RunInstances service </summary> </member> <member name="T:Amazon.EC2.Model.RunInstancesResult"> <summary> Contains the response data from the RunInstances operation. </summary> </member> <member name="P:Amazon.EC2.Model.RunInstancesResponse.RunInstancesResult"> <summary> Gets and sets the RunInstancesResult property. Represents the output of a RunInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.S3Storage"> <summary> Describes the storage parameters for S3 and S3 buckets for an instance store-backed AMI. </summary> </member> <member name="P:Amazon.EC2.Model.S3Storage.AWSAccessKeyId"> <summary> Gets and sets the property AWSAccessKeyId. <para> The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in <a href="http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html">Best Practices for Managing AWS Access Keys</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.S3Storage.Bucket"> <summary> Gets and sets the property Bucket. <para> The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.S3Storage.Prefix"> <summary> Gets and sets the property Prefix. <para> The beginning of the file name of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.S3Storage.UploadPolicy"> <summary> Gets and sets the property UploadPolicy. <para> A Base64-encoded Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf. </para> </summary> </member> <member name="P:Amazon.EC2.Model.S3Storage.UploadPolicySignature"> <summary> Gets and sets the property UploadPolicySignature. <para> The signature of the Base64 encoded JSON document. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SecurityGroup"> <summary> Describes a security group </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.Description"> <summary> Gets and sets the property Description. <para> A description of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.IpPermissions"> <summary> Gets and sets the property IpPermissions. <para> One or more inbound rules associated with the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.IpPermissionsEgress"> <summary> Gets and sets the property IpPermissionsEgress. <para> [EC2-VPC] One or more outbound rules associated with the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the owner of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SecurityGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> [EC2-VPC] The ID of the VPC for the security group. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Snapshot"> <summary> Describes a snapshot. </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.DataEncryptionKeyId"> <summary> Gets and sets the property DataEncryptionKeyId. <para> The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by the <a>DescribeSnapshots</a> API operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.Description"> <summary> Gets and sets the property Description. <para> The description for the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Indicates whether the snapshot is encrypted. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.OwnerAlias"> <summary> Gets and sets the property OwnerAlias. <para> The AWS account alias (for example, <code>amazon</code>, <code>self</code>) or AWS account ID that owns the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the EBS snapshot owner. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.Progress"> <summary> Gets and sets the property Progress. <para> The progress of the snapshot, as a percentage. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The ID of the snapshot. Each snapshot receives a unique identifier when it is created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.StartTime"> <summary> Gets and sets the property StartTime. <para> The time stamp when the snapshot was initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.State"> <summary> Gets and sets the property State. <para> The snapshot state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.StateMessage"> <summary> Gets and sets the property StateMessage. <para> Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by the <a>DescribeSnapshots</a> API operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume that was used to create the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Snapshot.VolumeSize"> <summary> Gets and sets the property VolumeSize. <para> The size of the volume, in GiB. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SnapshotDetail"> <summary> Describes the snapshot created from the imported disk. </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.Description"> <summary> Gets and sets the property Description. <para> A description for the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The block device mapping for the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.DiskImageSize"> <summary> Gets and sets the property DiskImageSize. <para> The size of the disk in the snapshot, in GiB. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.Format"> <summary> Gets and sets the property Format. <para> The format of the disk image from which the snapshot is created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.Progress"> <summary> Gets and sets the property Progress. <para> The percentage of progress for the task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The snapshot ID of the disk being imported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.Status"> <summary> Gets and sets the property Status. <para> A brief status of the snapshot creation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A detailed status message for the snapshot creation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.Url"> <summary> Gets and sets the property Url. <para> The URL used to access the disk image. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDetail.UserBucket"> <summary> Gets and sets the property UserBucket. </summary> </member> <member name="T:Amazon.EC2.Model.SnapshotDiskContainer"> <summary> The disk container object for the import snapshot request. </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDiskContainer.Description"> <summary> Gets and sets the property Description. <para> The description of the disk image being imported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDiskContainer.Format"> <summary> Gets and sets the property Format. <para> The format of the disk image being imported. </para> <para> Valid values: <code>RAW</code> | <code>VHD</code> | <code>VMDK</code> | <code>OVA</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDiskContainer.Url"> <summary> Gets and sets the property Url. <para> The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotDiskContainer.UserBucket"> <summary> Gets and sets the property UserBucket. </summary> </member> <member name="T:Amazon.EC2.Model.SnapshotTaskDetail"> <summary> Details about the import snapshot task. </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.Description"> <summary> Gets and sets the property Description. <para> The description of the snapshot. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.DiskImageSize"> <summary> Gets and sets the property DiskImageSize. <para> The size of the disk in the snapshot, in GiB. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.Format"> <summary> Gets and sets the property Format. <para> The format of the disk image from which the snapshot is created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.Progress"> <summary> Gets and sets the property Progress. <para> The percentage of completion for the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The snapshot ID of the disk being imported. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.Status"> <summary> Gets and sets the property Status. <para> A brief status for the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A detailed status message for the import snapshot task. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.Url"> <summary> Gets and sets the property Url. <para> The URL of the disk image from which the snapshot is created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SnapshotTaskDetail.UserBucket"> <summary> Gets and sets the property UserBucket. <para> The S3 bucket for the disk image. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotDatafeedSubscription"> <summary> Describes the data feed for a Spot instance. </summary> </member> <member name="P:Amazon.EC2.Model.SpotDatafeedSubscription.Bucket"> <summary> Gets and sets the property Bucket. <para> The Amazon S3 bucket where the Spot instance data feed is located. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotDatafeedSubscription.Fault"> <summary> Gets and sets the property Fault. <para> The fault codes for the Spot instance request, if any. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotDatafeedSubscription.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the account. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotDatafeedSubscription.Prefix"> <summary> Gets and sets the property Prefix. <para> The prefix that is prepended to data feed files. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotDatafeedSubscription.State"> <summary> Gets and sets the property State. <para> The state of the Spot instance data feed subscription. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotFleetLaunchSpecification"> <summary> Describes the launch specification for one or more Spot instances. </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.AddressingType"> <summary> Gets and sets the property AddressingType. <para> Deprecated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> One or more block device mapping entries. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The IAM instance profile. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.ImageId"> <summary> Gets and sets the property ImageId. <para> The ID of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.KernelId"> <summary> Gets and sets the property KernelId. <para> The ID of the kernel. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.KeyName"> <summary> Gets and sets the property KeyName. <para> The name of the key pair. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.Monitoring"> <summary> Gets and sets the property Monitoring. <para> Enable or disable monitoring for the instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.NetworkInterfaces"> <summary> Gets and sets the property NetworkInterfaces. <para> One or more network interfaces. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.Placement"> <summary> Gets and sets the property Placement. <para> The placement information. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.RamdiskId"> <summary> Gets and sets the property RamdiskId. <para> The ID of the RAM disk. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> One or more security groups. To request an instance in a nondefault VPC, you must specify the ID of the security group. To request an instance in EC2-Classic or a default VPC, you can specify the name or the ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The bid price per unit hour for the specified instance type. If this value is not specified, the default is the Spot bid price specified for the fleet. To determine the bid price per unit hour, divide the Spot bid price by the value of <code>WeightedCapacity</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet in which to launch the instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.UserData"> <summary> Gets and sets the property UserData. <para> The Base64-encoded MIME user data to make available to the instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetLaunchSpecification.WeightedCapacity"> <summary> Gets and sets the property WeightedCapacity. <para> The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms (instances or a performance characteristic such as vCPUs, memory, or I/O). </para> <para> If the target capacity divided by this value is not a whole number, we round the number of instances to the next whole number. If this value is not specified, the default is 1. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotFleetMonitoring"> <summary> Describes whether monitoring is enabled. </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetMonitoring.Enabled"> <summary> Gets and sets the property Enabled. <para> Enables monitoring for the instance. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotFleetRequestConfig"> <summary> Describes a Spot fleet request. </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfig.ConfigData"> <summary> Gets and sets the property ConfigData. <para> Information about the configuration of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfig.SpotFleetRequestId"> <summary> Gets and sets the property SpotFleetRequestId. <para> The ID of the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfig.SpotFleetRequestState"> <summary> Gets and sets the property SpotFleetRequestState. <para> The state of the Spot fleet request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotFleetRequestConfigData"> <summary> Describes the configuration of a Spot fleet request. </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.AllocationStrategy"> <summary> Gets and sets the property AllocationStrategy. <para> Determines how to allocate the target capacity across the Spot pools specified by the Spot fleet request. The default is <code>lowestPrice</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.ClientToken"> <summary> Gets and sets the property ClientToken. <para> A unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.IamFleetRole"> <summary> Gets and sets the property IamFleetRole. <para> Grants the Spot fleet permission to terminate Spot instances on your behalf when you cancel its Spot fleet request using <a>CancelSpotFleetRequests</a> or when the Spot fleet request expires, if you set <code>terminateInstancesWithExpiration</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.LaunchSpecifications"> <summary> Gets and sets the property LaunchSpecifications. <para> Information about the launch specifications for the Spot fleet request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The bid price per unit hour. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.TargetCapacity"> <summary> Gets and sets the property TargetCapacity. <para> The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.TerminateInstancesWithExpiration"> <summary> Gets and sets the property TerminateInstancesWithExpiration. <para> Indicates whether running Spot instances should be terminated when the Spot fleet request expires. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.ValidFrom"> <summary> Gets and sets the property ValidFrom. <para> The start date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). The default is to start fulfilling the request immediately. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotFleetRequestConfigData.ValidUntil"> <summary> Gets and sets the property ValidUntil. <para> The end date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). At this point, no new Spot instance requests are placed or enabled to fulfill the request. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotInstanceRequest"> <summary> Describe a Spot instance request. </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.AvailabilityZoneGroup"> <summary> Gets and sets the property AvailabilityZoneGroup. <para> The Availability Zone group. If you specify the same Availability Zone group for all Spot instance requests, all Spot instances are launched in the same Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.CreateTime"> <summary> Gets and sets the property CreateTime. <para> The date and time when the Spot instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.Fault"> <summary> Gets and sets the property Fault. <para> The fault codes for the Spot instance request, if any. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID, if an instance has been launched to fulfill the Spot instance request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.LaunchedAvailabilityZone"> <summary> Gets and sets the property LaunchedAvailabilityZone. <para> The Availability Zone in which the bid is launched. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.LaunchGroup"> <summary> Gets and sets the property LaunchGroup. <para> The instance launch group. Launch groups are Spot instances that launch together and terminate together. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.LaunchSpecification"> <summary> Gets and sets the property LaunchSpecification. <para> Additional information for launching instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The product description associated with the Spot instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.SpotInstanceRequestId"> <summary> Gets and sets the property SpotInstanceRequestId. <para> The ID of the Spot instance request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.SpotPrice"> <summary> Gets and sets the property SpotPrice. <para> The maximum hourly price (bid) for any Spot instance launched to fulfill the request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.State"> <summary> Gets and sets the property State. <para> The state of the Spot instance request. Spot bid status information can help you track your Spot instance requests. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html">Spot Bid Status</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.Status"> <summary> Gets and sets the property Status. <para> The status code and status message describing the Spot instance request. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.Type"> <summary> Gets and sets the property Type. <para> The Spot instance request type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.ValidFrom"> <summary> Gets and sets the property ValidFrom. <para> The start date of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceRequest.ValidUntil"> <summary> Gets and sets the property ValidUntil. <para> The end date of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotInstanceStateFault"> <summary> Describes a Spot instance state change. </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceStateFault.Code"> <summary> Gets and sets the property Code. <para> The reason code for the Spot instance state change. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceStateFault.Message"> <summary> Gets and sets the property Message. <para> The message for the Spot instance state change. </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotInstanceStatus"> <summary> Describes the status of a Spot instance request. </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceStatus.Code"> <summary> Gets and sets the property Code. <para> The status code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceStatus.Message"> <summary> Gets and sets the property Message. <para> The description for the status code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotInstanceStatus.UpdateTime"> <summary> Gets and sets the property UpdateTime. <para> The date and time of the most recent status update, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotPlacement"> <summary> Describes Spot instance placement. </summary> </member> <member name="M:Amazon.EC2.Model.SpotPlacement.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.SpotPlacement.#ctor(System.String)"> <summary> Instantiates SpotPlacement with the parameterized properties </summary> <param name="availabilityZone">The Availability Zone.</param> </member> <member name="P:Amazon.EC2.Model.SpotPlacement.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotPlacement.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the placement group (for cluster instances). </para> </summary> </member> <member name="T:Amazon.EC2.Model.SpotPrice"> <summary> Describes the maximum hourly price (bid) for any Spot instance launched to fulfill the request. </summary> </member> <member name="P:Amazon.EC2.Model.SpotPrice.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotPrice.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotPrice.Price"> <summary> Gets and sets the property Price. <para> The maximum price (bid) that you are willing to pay for a Spot instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotPrice.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> A general description of the AMI. </para> </summary> </member> <member name="P:Amazon.EC2.Model.SpotPrice.Timestamp"> <summary> Gets and sets the property Timestamp. <para> The date and time the request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). </para> </summary> </member> <member name="T:Amazon.EC2.Model.StartInstancesRequest"> <summary> Container for the parameters to the StartInstances operation. Starts an Amazon EBS-backed AMI that you've previously stopped. <para> Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for hourly instance usage. However, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour. </para> <para> Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. </para> <para> Performing this operation on an instance that uses an instance store as its root device returns an error. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stopping Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.StartInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.StartInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates StartInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.StartInstancesRequest.AdditionalInfo"> <summary> Gets and sets the property AdditionalInfo. <para> Reserved. </para> </summary> </member> <member name="P:Amazon.EC2.Model.StartInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.StartInstancesResponse"> <summary> Configuration for accessing Amazon StartInstances service </summary> </member> <member name="T:Amazon.EC2.Model.StartInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.StartInstancesResult.StartingInstances"> <summary> Gets and sets the property StartingInstances. <para> Information about one or more started instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.StartInstancesResponse.StartInstancesResult"> <summary> Gets and sets the StartInstancesResult property. Represents the output of a StartInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.StateReason"> <summary> Describes a state change. </summary> </member> <member name="P:Amazon.EC2.Model.StateReason.Code"> <summary> Gets and sets the property Code. <para> The reason code for the state change. </para> </summary> </member> <member name="P:Amazon.EC2.Model.StateReason.Message"> <summary> Gets and sets the property Message. <para> The message for the state change. </para> <ul> <li> <para> <code>Server.SpotInstanceTermination</code>: A Spot Instance was terminated due to an increase in the market price. </para> </li> <li> <para> <code>Server.InternalError</code>: An internal error occurred during instance launch, resulting in termination. </para> </li> <li> <para> <code>Server.InsufficientInstanceCapacity</code>: There was insufficient instance capacity to satisfy the launch request. </para> </li> <li> <para> <code>Client.InternalError</code>: A client error caused the instance to terminate on launch. </para> </li> <li> <para> <code>Client.InstanceInitiatedShutdown</code>: The instance was shut down using the <code>shutdown -h</code> command from the instance. </para> </li> <li> <para> <code>Client.UserInitiatedShutdown</code>: The instance was shut down using the Amazon EC2 API. </para> </li> <li> <para> <code>Client.VolumeLimitExceeded</code>: The volume limit was exceeded. </para> </li> <li> <para> <code>Client.InvalidSnapshot.NotFound</code>: The specified snapshot was not found. </para> </li> </ul> </summary> </member> <member name="T:Amazon.EC2.Model.StopInstancesRequest"> <summary> Container for the parameters to the StopInstances operation. Stops an Amazon EBS-backed instance. Each time you transition an instance from stopped to started, Amazon EC2 charges a full instance hour, even if transitions happen multiple times within a single hour. <para> You can't start or stop Spot Instances. </para> <para> Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for hourly instance usage. However, your root partition Amazon EBS volume remains, continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. </para> <para> Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. </para> <para> Performing this operation on an instance that uses an instance store as its root device returns an error. </para> <para> You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between stopping and terminating instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> For more information about troubleshooting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshooting Stopping Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.StopInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.StopInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates StopInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.StopInstancesRequest.Force"> <summary> Gets and sets the property Force. <para> Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.StopInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.StopInstancesResponse"> <summary> Configuration for accessing Amazon StopInstances service </summary> </member> <member name="T:Amazon.EC2.Model.StopInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.StopInstancesResult.StoppingInstances"> <summary> Gets and sets the property StoppingInstances. <para> Information about one or more stopped instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.StopInstancesResponse.StopInstancesResult"> <summary> Gets and sets the StopInstancesResult property. Represents the output of a StopInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.Storage"> <summary> Describes the storage location for an instance store-backed AMI. </summary> </member> <member name="P:Amazon.EC2.Model.Storage.S3"> <summary> Gets and sets the property S3. <para> An Amazon S3 storage location. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Subnet"> <summary> Describes a subnet. </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.AvailableIpAddressCount"> <summary> Gets and sets the property AvailableIpAddressCount. <para> The number of unused IP addresses in the subnet. Note that the IP addresses for any stopped instances are considered unavailable. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The CIDR block assigned to the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.DefaultForAz"> <summary> Gets and sets the property DefaultForAz. <para> Indicates whether this is the default subnet for the Availability Zone. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.MapPublicIpOnLaunch"> <summary> Gets and sets the property MapPublicIpOnLaunch. <para> Indicates whether instances launched in this subnet receive a public IP address. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.State"> <summary> Gets and sets the property State. <para> The current state of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the subnet. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Subnet.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC the subnet is in. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Tag"> <summary> Describes a tag. </summary> </member> <member name="M:Amazon.EC2.Model.Tag.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.Tag.#ctor(System.String,System.String)"> <summary> Instantiates Tag with the parameterized properties </summary> <param name="key">The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with <code>aws:</code></param> <param name="value">The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.</param> </member> <member name="M:Amazon.EC2.Model.Tag.#ctor(System.String)"> <summary> Instantiates Tag with the parameterized properties </summary> <param name="key">The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with <code>aws:</code></param> </member> <member name="P:Amazon.EC2.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key of the tag. </para> <para> Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with <code>aws:</code> </para> </summary> </member> <member name="P:Amazon.EC2.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The value of the tag. </para> <para> Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters. </para> </summary> </member> <member name="T:Amazon.EC2.Model.TagDescription"> <summary> Describes a tag. </summary> </member> <member name="P:Amazon.EC2.Model.TagDescription.Key"> <summary> Gets and sets the property Key. <para> The tag key. </para> </summary> </member> <member name="P:Amazon.EC2.Model.TagDescription.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The ID of the resource. For example, <code>ami-1a2b3c4d</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.TagDescription.ResourceType"> <summary> Gets and sets the property ResourceType. <para> The resource type. </para> </summary> </member> <member name="P:Amazon.EC2.Model.TagDescription.Value"> <summary> Gets and sets the property Value. <para> The tag value. </para> </summary> </member> <member name="T:Amazon.EC2.Model.TerminateInstancesRequest"> <summary> Container for the parameters to the TerminateInstances operation. Shuts down one or more instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds. <para> Terminated instances remain visible after termination (for approximately one hour). </para> <para> By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running. </para> <para> You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the <code>DeleteOnTermination</code> block device mapping parameter set to <code>true</code> are automatically deleted. For more information about the differences between stopping and terminating instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance Lifecycle</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> For more information about troubleshooting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting Terminating Your Instance</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="M:Amazon.EC2.Model.TerminateInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.TerminateInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates TerminateInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.TerminateInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.TerminateInstancesResponse"> <summary> Configuration for accessing Amazon TerminateInstances service </summary> </member> <member name="T:Amazon.EC2.Model.TerminateInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.TerminateInstancesResult.TerminatingInstances"> <summary> Gets and sets the property TerminatingInstances. <para> Information about one or more terminated instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.TerminateInstancesResponse.TerminateInstancesResult"> <summary> Gets and sets the TerminateInstancesResult property. Represents the output of a TerminateInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.UnassignPrivateIpAddressesRequest"> <summary> Container for the parameters to the UnassignPrivateIpAddresses operation. Unassigns one or more secondary private IP addresses from a network interface. </summary> </member> <member name="P:Amazon.EC2.Model.UnassignPrivateIpAddressesRequest.NetworkInterfaceId"> <summary> Gets and sets the property NetworkInterfaceId. <para> The ID of the network interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UnassignPrivateIpAddressesRequest.PrivateIpAddresses"> <summary> Gets and sets the property PrivateIpAddresses. <para> The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UnmonitorInstancesRequest"> <summary> Container for the parameters to the UnmonitorInstances operation. Disables monitoring for a running instance. For more information about monitoring instances, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html">Monitoring Your Instances and Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </summary> </member> <member name="M:Amazon.EC2.Model.UnmonitorInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.EC2.Model.UnmonitorInstancesRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates UnmonitorInstancesRequest with the parameterized properties </summary> <param name="instanceIds">One or more instance IDs.</param> </member> <member name="P:Amazon.EC2.Model.UnmonitorInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> One or more instance IDs. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UnmonitorInstancesResponse"> <summary> Configuration for accessing Amazon UnmonitorInstances service </summary> </member> <member name="T:Amazon.EC2.Model.UnmonitorInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.EC2.Model.UnmonitorInstancesResult.InstanceMonitorings"> <summary> Gets and sets the property InstanceMonitorings. <para> Monitoring information for one or more instances. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UnmonitorInstancesResponse.UnmonitorInstancesResult"> <summary> Gets and sets the UnmonitorInstancesResult property. Represents the output of a UnmonitorInstances operation. </summary> </member> <member name="T:Amazon.EC2.Model.UnsuccessfulItem"> <summary> Information about items that were not successfully processed in a batch call. </summary> </member> <member name="P:Amazon.EC2.Model.UnsuccessfulItem.Error"> <summary> Gets and sets the property Error. <para> Information about the error. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UnsuccessfulItem.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The ID of the resource. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UnsuccessfulItemError"> <summary> Information about the error that occurred. For more information about errors, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error Codes</a>. </summary> </member> <member name="P:Amazon.EC2.Model.UnsuccessfulItemError.Code"> <summary> Gets and sets the property Code. <para> The error code. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UnsuccessfulItemError.Message"> <summary> Gets and sets the property Message. <para> The error message accompanying the error code. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UserBucket"> <summary> Describes the S3 bucket for the disk image. </summary> </member> <member name="P:Amazon.EC2.Model.UserBucket.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The name of the S3 bucket where the disk image is located. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UserBucket.S3Key"> <summary> Gets and sets the property S3Key. <para> The key for the disk image. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UserBucketDetails"> <summary> Describes the S3 bucket for the disk image. </summary> </member> <member name="P:Amazon.EC2.Model.UserBucketDetails.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The S3 bucket from which the disk image was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UserBucketDetails.S3Key"> <summary> Gets and sets the property S3Key. <para> The key from which the disk image was created. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UserData"> <summary> Describes the user data to be made available to an instance. </summary> </member> <member name="P:Amazon.EC2.Model.UserData.Data"> <summary> Gets and sets the property Data. <para> The Base64-encoded MIME user data for the instance. </para> </summary> </member> <member name="T:Amazon.EC2.Model.UserIdGroupPair"> <summary> Describes a security group and AWS account ID pair. </summary> </member> <member name="P:Amazon.EC2.Model.UserIdGroupPair.GroupId"> <summary> Gets and sets the property GroupId. <para> The ID of the security group. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UserIdGroupPair.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use <code>GroupId</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.UserIdGroupPair.UserId"> <summary> Gets and sets the property UserId. <para> The ID of an AWS account. EC2-Classic only. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VgwTelemetry"> <summary> Describes telemetry for a VPN tunnel. </summary> </member> <member name="P:Amazon.EC2.Model.VgwTelemetry.AcceptedRouteCount"> <summary> Gets and sets the property AcceptedRouteCount. <para> The number of accepted routes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VgwTelemetry.LastStatusChange"> <summary> Gets and sets the property LastStatusChange. <para> The date and time of the last change in status. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VgwTelemetry.OutsideIpAddress"> <summary> Gets and sets the property OutsideIpAddress. <para> The Internet-routable IP address of the virtual private gateway's outside interface. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VgwTelemetry.Status"> <summary> Gets and sets the property Status. <para> The status of the VPN tunnel. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VgwTelemetry.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> If an error occurs, a description of the error. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Volume"> <summary> Describes a volume. </summary> </member> <member name="P:Amazon.EC2.Model.Volume.Attachments"> <summary> Gets and sets the property Attachments. <para> Information about the volume attachments. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone for the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.CreateTime"> <summary> Gets and sets the property CreateTime. <para> The time stamp when volume creation was initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Indicates whether the volume will be encrypted. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.Iops"> <summary> Gets and sets the property Iops. <para> The number of I/O operations per second (IOPS) that the volume supports. For Provisioned IOPS (SSD) volumes, this represents the number of IOPS that are provisioned for the volume. For General Purpose (SSD) volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. For more information on General Purpose (SSD) baseline performance, I/O credits, and bursting, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS Volume Types</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> <para> Constraint: Range is 100 to 20000 for Provisioned IOPS (SSD) volumes and 3 to 10000 for General Purpose (SSD) volumes. </para> <para> Condition: This parameter is required for requests to create <code>io1</code> volumes; it is not used in requests to create <code>standard</code> or <code>gp2</code> volumes. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.Size"> <summary> Gets and sets the property Size. <para> The size of the volume, in GiBs. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The snapshot from which the volume was created, if applicable. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.State"> <summary> Gets and sets the property State. <para> The volume state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Volume.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. This can be <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, or <code>standard</code> for Magnetic volumes. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeAttachment"> <summary> Describes volume attachment details. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.AttachTime"> <summary> Gets and sets the property AttachTime. <para> The time stamp when the attachment initiated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Indicates whether the EBS volume is deleted on instance termination. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.Device"> <summary> Gets and sets the property Device. <para> The device name. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.State"> <summary> Gets and sets the property State. <para> The attachment state of the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeAttachment.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The ID of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeDetail"> <summary> Describes an EBS volume. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeDetail.Size"> <summary> Gets and sets the property Size. <para> The size of the volume, in GiB. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeStatusAction"> <summary> Describes a volume status operation code. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusAction.Code"> <summary> Gets and sets the property Code. <para> The code identifying the operation, for example, <code>enable-volume-io</code>. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusAction.Description"> <summary> Gets and sets the property Description. <para> A description of the operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusAction.EventId"> <summary> Gets and sets the property EventId. <para> The ID of the event associated with this operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusAction.EventType"> <summary> Gets and sets the property EventType. <para> The event type associated with this operation. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeStatusDetails"> <summary> Describes a volume status. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusDetails.Name"> <summary> Gets and sets the property Name. <para> The name of the volume status. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusDetails.Status"> <summary> Gets and sets the property Status. <para> The intended status of the volume status. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeStatusEvent"> <summary> Describes a volume status event. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusEvent.Description"> <summary> Gets and sets the property Description. <para> A description of the event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusEvent.EventId"> <summary> Gets and sets the property EventId. <para> The ID of this event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusEvent.EventType"> <summary> Gets and sets the property EventType. <para> The type of this event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusEvent.NotAfter"> <summary> Gets and sets the property NotAfter. <para> The latest end time of the event. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusEvent.NotBefore"> <summary> Gets and sets the property NotBefore. <para> The earliest start time of the event. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeStatusInfo"> <summary> Describes the status of a volume. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusInfo.Details"> <summary> Gets and sets the property Details. <para> The details of the volume status. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusInfo.Status"> <summary> Gets and sets the property Status. <para> The status of the volume. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VolumeStatusItem"> <summary> Describes the volume status. </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusItem.Actions"> <summary> Gets and sets the property Actions. <para> The details of the operation. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusItem.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone of the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusItem.Events"> <summary> Gets and sets the property Events. <para> A list of events associated with the volume. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusItem.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VolumeStatusItem.VolumeStatus"> <summary> Gets and sets the property VolumeStatus. <para> The volume status. </para> </summary> </member> <member name="T:Amazon.EC2.Model.Vpc"> <summary> Describes a VPC. </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The CIDR block for the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.DhcpOptionsId"> <summary> Gets and sets the property DhcpOptionsId. <para> The ID of the set of DHCP options you've associated with the VPC (or <code>default</code> if the default options are associated with the VPC). </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.InstanceTenancy"> <summary> Gets and sets the property InstanceTenancy. <para> The allowed tenancy of instances launched into the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.IsDefault"> <summary> Gets and sets the property IsDefault. <para> Indicates whether the VPC is the default VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.State"> <summary> Gets and sets the property State. <para> The current state of the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.Vpc.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcAttachment"> <summary> Describes an attachment between a virtual private gateway and a VPC. </summary> </member> <member name="P:Amazon.EC2.Model.VpcAttachment.State"> <summary> Gets and sets the property State. <para> The current state of the attachment. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcAttachment.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcClassicLink"> <summary> Describes whether a VPC is enabled for ClassicLink. </summary> </member> <member name="P:Amazon.EC2.Model.VpcClassicLink.ClassicLinkEnabled"> <summary> Gets and sets the property ClassicLinkEnabled. <para> Indicates whether the VPC is enabled for ClassicLink. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcClassicLink.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcClassicLink.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcEndpoint"> <summary> Describes a VPC endpoint. </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.CreationTimestamp"> <summary> Gets and sets the property CreationTimestamp. <para> The date and time the VPC endpoint was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document associated with the endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.RouteTableIds"> <summary> Gets and sets the property RouteTableIds. <para> One or more route tables associated with the endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The name of the AWS service to which the endpoint is associated. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.State"> <summary> Gets and sets the property State. <para> The state of the VPC endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.VpcEndpointId"> <summary> Gets and sets the property VpcEndpointId. <para> The ID of the VPC endpoint. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcEndpoint.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC to which the endpoint is associated. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcPeeringConnection"> <summary> Describes a VPC peering connection. </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.AccepterVpcInfo"> <summary> Gets and sets the property AccepterVpcInfo. <para> The information of the peer VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.ExpirationTime"> <summary> Gets and sets the property ExpirationTime. <para> The time that an unaccepted VPC peering connection will expire. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.RequesterVpcInfo"> <summary> Gets and sets the property RequesterVpcInfo. <para> The information of the requester VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.Status"> <summary> Gets and sets the property Status. <para> The status of the VPC peering connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the resource. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnection.VpcPeeringConnectionId"> <summary> Gets and sets the property VpcPeeringConnectionId. <para> The ID of the VPC peering connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcPeeringConnectionStateReason"> <summary> Describes the status of a VPC peering connection. </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnectionStateReason.Code"> <summary> Gets and sets the property Code. <para> The status of the VPC peering connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnectionStateReason.Message"> <summary> Gets and sets the property Message. <para> A message that provides more information about the status, if applicable. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpcPeeringConnectionVpcInfo"> <summary> Describes a VPC in a VPC peering connection. </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnectionVpcInfo.CidrBlock"> <summary> Gets and sets the property CidrBlock. <para> The CIDR block for the VPC. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnectionVpcInfo.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the VPC owner. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpcPeeringConnectionVpcInfo.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpnConnection"> <summary> Describes a VPN connection. </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.CustomerGatewayConfiguration"> <summary> Gets and sets the property CustomerGatewayConfiguration. <para> The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the <a>CreateVpnConnection</a> response; however, it's present in the <a>DescribeVpnConnections</a> response only if the VPN connection is in the <code>pending</code> or <code>available</code> state. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.CustomerGatewayId"> <summary> Gets and sets the property CustomerGatewayId. <para> The ID of the customer gateway at your end of the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.Options"> <summary> Gets and sets the property Options. <para> The VPN connection options. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.Routes"> <summary> Gets and sets the property Routes. <para> The static routes associated with the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.State"> <summary> Gets and sets the property State. <para> The current state of the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.VgwTelemetry"> <summary> Gets and sets the property VgwTelemetry. <para> Information about the VPN tunnel. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.VpnConnectionId"> <summary> Gets and sets the property VpnConnectionId. <para> The ID of the VPN connection. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnection.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway at the AWS side of the VPN connection. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpnConnectionOptions"> <summary> Describes VPN connection options. </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnectionOptions.StaticRoutesOnly"> <summary> Gets and sets the property StaticRoutesOnly. <para> Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpnConnectionOptionsSpecification"> <summary> Describes VPN connection options. </summary> </member> <member name="P:Amazon.EC2.Model.VpnConnectionOptionsSpecification.StaticRoutesOnly"> <summary> Gets and sets the property StaticRoutesOnly. <para> Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpnGateway"> <summary> Describes a virtual private gateway. </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Availability Zone where the virtual private gateway was created. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.State"> <summary> Gets and sets the property State. <para> The current state of the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.Tags"> <summary> Gets and sets the property Tags. <para> Any tags assigned to the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.Type"> <summary> Gets and sets the property Type. <para> The type of VPN connection the virtual private gateway supports. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.VpcAttachments"> <summary> Gets and sets the property VpcAttachments. <para> Any VPCs attached to the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnGateway.VpnGatewayId"> <summary> Gets and sets the property VpnGatewayId. <para> The ID of the virtual private gateway. </para> </summary> </member> <member name="T:Amazon.EC2.Model.VpnStaticRoute"> <summary> Describes a static route for a VPN connection. </summary> </member> <member name="P:Amazon.EC2.Model.VpnStaticRoute.DestinationCidrBlock"> <summary> Gets and sets the property DestinationCidrBlock. <para> The CIDR block associated with the local subnet of the customer data center. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnStaticRoute.Source"> <summary> Gets and sets the property Source. <para> Indicates how the routes were provided. </para> </summary> </member> <member name="P:Amazon.EC2.Model.VpnStaticRoute.State"> <summary> Gets and sets the property State. <para> The current state of the static route. </para> </summary> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2PostMarshallHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2PostMarshallHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2PreMarshallHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2PreMarshallHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2ResponseHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls the post invoke logic after calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.EC2.Internal.AmazonEC2ResponseHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls the and post invoke logic after calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.EC2.Internal.CustomMarshallTransformations"> <summary> Custom type serializers for EC2 </summary> </member> <member name="M:Amazon.EC2.Internal.CustomMarshallTransformations.ConvertDateTimeISOWithoutMilliseconds(System.DateTime)"> <summary> Custom DateTime serializer for EC2. </summary> <param name="dateTime">The DateTime to serialize</param> <returns>ISO formatted string with no miliseconds</returns> </member> <member name="T:Amazon.EC2.Util.S3UploadPolicy"> <summary> This class represents S3 upload policy. Policy string representaion and signature to be used within EC2 bundling API. </summary> </member> <member name="M:Amazon.EC2.Util.S3UploadPolicy.#ctor(System.String,System.String,System.String,System.Int32)"> <summary> S3 Upload policy to be used by EC2 API. </summary> <param name="awsSecretAccessKey">Secret Key of the signer of the policy</param> <param name="bucketName">Bucket name to upload</param> <param name="prefix">Prefix for the object keys</param> <param name="expireInMinutes">Expire, minutes from now</param> </member> <member name="P:Amazon.EC2.Util.S3UploadPolicy.PolicyString"> <summary> Base64 representation of the serialized policy. Use policy generated by this method for passing to EC2 bunding calls. </summary> <returns>Base64 policy</returns> </member> <member name="P:Amazon.EC2.Util.S3UploadPolicy.PolicySignature"> <summary> Policy signature in base64 format Use signature generated by this method for passing to EC2 bunding calls along with policy. </summary> <returns>Base64 signature</returns> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AcceptVpcPeeringConnectionRequestMarshaller"> <summary> AcceptVpcPeeringConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AcceptVpcPeeringConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for AcceptVpcPeeringConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AccountAttributeUnmarshaller"> <summary> Response Unmarshaller for AccountAttribute Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AccountAttributeValueUnmarshaller"> <summary> Response Unmarshaller for AccountAttributeValue Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ActiveInstanceUnmarshaller"> <summary> Response Unmarshaller for ActiveInstance Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AddressUnmarshaller"> <summary> Response Unmarshaller for Address Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AllocateAddressRequestMarshaller"> <summary> AllocateAddress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AllocateAddressResponseUnmarshaller"> <summary> Response Unmarshaller for AllocateAddress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssignPrivateIpAddressesRequestMarshaller"> <summary> AssignPrivateIpAddresses Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssignPrivateIpAddressesResponseUnmarshaller"> <summary> Response Unmarshaller for AssignPrivateIpAddresses operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateAddressRequestMarshaller"> <summary> AssociateAddress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateAddressResponseUnmarshaller"> <summary> Response Unmarshaller for AssociateAddress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateDhcpOptionsRequestMarshaller"> <summary> AssociateDhcpOptions Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateDhcpOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for AssociateDhcpOptions operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateRouteTableRequestMarshaller"> <summary> AssociateRouteTable Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AssociateRouteTableResponseUnmarshaller"> <summary> Response Unmarshaller for AssociateRouteTable operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachClassicLinkVpcRequestMarshaller"> <summary> AttachClassicLinkVpc Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachClassicLinkVpcResponseUnmarshaller"> <summary> Response Unmarshaller for AttachClassicLinkVpc operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachInternetGatewayRequestMarshaller"> <summary> AttachInternetGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachInternetGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for AttachInternetGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachNetworkInterfaceRequestMarshaller"> <summary> AttachNetworkInterface Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachNetworkInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for AttachNetworkInterface operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachVolumeRequestMarshaller"> <summary> AttachVolume Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for AttachVolume operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachVpnGatewayRequestMarshaller"> <summary> AttachVpnGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AttachVpnGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for AttachVpnGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AuthorizeSecurityGroupEgressRequestMarshaller"> <summary> AuthorizeSecurityGroupEgress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AuthorizeSecurityGroupEgressResponseUnmarshaller"> <summary> Response Unmarshaller for AuthorizeSecurityGroupEgress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AuthorizeSecurityGroupIngressRequestMarshaller"> <summary> AuthorizeSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AuthorizeSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for AuthorizeSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AvailabilityZoneMessageUnmarshaller"> <summary> Response Unmarshaller for AvailabilityZoneMessage Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.AvailabilityZoneUnmarshaller"> <summary> Response Unmarshaller for AvailabilityZone Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.BlockDeviceMappingUnmarshaller"> <summary> Response Unmarshaller for BlockDeviceMapping Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.BundleInstanceRequestMarshaller"> <summary> BundleInstance Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.BundleInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for BundleInstance operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.BundleTaskErrorUnmarshaller"> <summary> Response Unmarshaller for BundleTaskError Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.BundleTaskUnmarshaller"> <summary> Response Unmarshaller for BundleTask Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelBundleTaskRequestMarshaller"> <summary> CancelBundleTask Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelBundleTaskResponseUnmarshaller"> <summary> Response Unmarshaller for CancelBundleTask operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelConversionTaskRequestMarshaller"> <summary> CancelConversionTask Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelConversionTaskResponseUnmarshaller"> <summary> Response Unmarshaller for CancelConversionTask operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelExportTaskRequestMarshaller"> <summary> CancelExportTask Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelExportTaskResponseUnmarshaller"> <summary> Response Unmarshaller for CancelExportTask operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelImportTaskRequestMarshaller"> <summary> CancelImportTask Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelImportTaskResponseUnmarshaller"> <summary> Response Unmarshaller for CancelImportTask operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelledSpotInstanceRequestUnmarshaller"> <summary> Response Unmarshaller for CancelledSpotInstanceRequest Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelReservedInstancesListingRequestMarshaller"> <summary> CancelReservedInstancesListing Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelReservedInstancesListingResponseUnmarshaller"> <summary> Response Unmarshaller for CancelReservedInstancesListing operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotFleetRequestsErrorItemUnmarshaller"> <summary> Response Unmarshaller for CancelSpotFleetRequestsErrorItem Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotFleetRequestsErrorUnmarshaller"> <summary> Response Unmarshaller for CancelSpotFleetRequestsError Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotFleetRequestsRequestMarshaller"> <summary> CancelSpotFleetRequests Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotFleetRequestsResponseUnmarshaller"> <summary> Response Unmarshaller for CancelSpotFleetRequests operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotFleetRequestsSuccessItemUnmarshaller"> <summary> Response Unmarshaller for CancelSpotFleetRequestsSuccessItem Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotInstanceRequestsRequestMarshaller"> <summary> CancelSpotInstanceRequests Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CancelSpotInstanceRequestsResponseUnmarshaller"> <summary> Response Unmarshaller for CancelSpotInstanceRequests operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ClassicLinkInstanceUnmarshaller"> <summary> Response Unmarshaller for ClassicLinkInstance Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ConfirmProductInstanceRequestMarshaller"> <summary> ConfirmProductInstance Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ConfirmProductInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for ConfirmProductInstance operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ConversionTaskUnmarshaller"> <summary> Response Unmarshaller for ConversionTask Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CopyImageRequestMarshaller"> <summary> CopyImage Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CopyImageResponseUnmarshaller"> <summary> Response Unmarshaller for CopyImage operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CopySnapshotRequestMarshaller"> <summary> CopySnapshot Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CopySnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CopySnapshot operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateCustomerGatewayRequestMarshaller"> <summary> CreateCustomerGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateCustomerGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCustomerGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateDhcpOptionsRequestMarshaller"> <summary> CreateDhcpOptions Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateDhcpOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDhcpOptions operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateFlowLogsRequestMarshaller"> <summary> CreateFlowLogs Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateFlowLogsResponseUnmarshaller"> <summary> Response Unmarshaller for CreateFlowLogs operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateImageRequestMarshaller"> <summary> CreateImage Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateImageResponseUnmarshaller"> <summary> Response Unmarshaller for CreateImage operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateInstanceExportTaskRequestMarshaller"> <summary> CreateInstanceExportTask Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateInstanceExportTaskResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInstanceExportTask operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateInternetGatewayRequestMarshaller"> <summary> CreateInternetGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateInternetGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInternetGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateKeyPairRequestMarshaller"> <summary> CreateKeyPair Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateKeyPairResponseUnmarshaller"> <summary> Response Unmarshaller for CreateKeyPair operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkAclEntryRequestMarshaller"> <summary> CreateNetworkAclEntry Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkAclEntryResponseUnmarshaller"> <summary> Response Unmarshaller for CreateNetworkAclEntry operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkAclRequestMarshaller"> <summary> CreateNetworkAcl Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkAclResponseUnmarshaller"> <summary> Response Unmarshaller for CreateNetworkAcl operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkInterfaceRequestMarshaller"> <summary> CreateNetworkInterface Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateNetworkInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for CreateNetworkInterface operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreatePlacementGroupRequestMarshaller"> <summary> CreatePlacementGroup Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreatePlacementGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePlacementGroup operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateReservedInstancesListingRequestMarshaller"> <summary> CreateReservedInstancesListing Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateReservedInstancesListingResponseUnmarshaller"> <summary> Response Unmarshaller for CreateReservedInstancesListing operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateRouteRequestMarshaller"> <summary> CreateRoute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateRouteResponseUnmarshaller"> <summary> Response Unmarshaller for CreateRoute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateRouteTableRequestMarshaller"> <summary> CreateRouteTable Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateRouteTableResponseUnmarshaller"> <summary> Response Unmarshaller for CreateRouteTable operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSecurityGroupRequestMarshaller"> <summary> CreateSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSecurityGroup operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSnapshotRequestMarshaller"> <summary> CreateSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSnapshot operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSpotDatafeedSubscriptionRequestMarshaller"> <summary> CreateSpotDatafeedSubscription Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSpotDatafeedSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSpotDatafeedSubscription operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSubnetRequestMarshaller"> <summary> CreateSubnet Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateSubnetResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSubnet operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateTagsRequestMarshaller"> <summary> CreateTags Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateTagsResponseUnmarshaller"> <summary> Response Unmarshaller for CreateTags operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVolumePermissionUnmarshaller"> <summary> Response Unmarshaller for CreateVolumePermission Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVolumeRequestMarshaller"> <summary> CreateVolume Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVolume operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcEndpointRequestMarshaller"> <summary> CreateVpcEndpoint Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcEndpointResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpcEndpoint operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcPeeringConnectionRequestMarshaller"> <summary> CreateVpcPeeringConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcPeeringConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpcPeeringConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcRequestMarshaller"> <summary> CreateVpc Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpcResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpc operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnConnectionRequestMarshaller"> <summary> CreateVpnConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpnConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnConnectionRouteRequestMarshaller"> <summary> CreateVpnConnectionRoute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnConnectionRouteResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpnConnectionRoute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnGatewayRequestMarshaller"> <summary> CreateVpnGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CreateVpnGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVpnGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.CustomerGatewayUnmarshaller"> <summary> Response Unmarshaller for CustomerGateway Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteCustomerGatewayRequestMarshaller"> <summary> DeleteCustomerGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteCustomerGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCustomerGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteDhcpOptionsRequestMarshaller"> <summary> DeleteDhcpOptions Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteDhcpOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDhcpOptions operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteFlowLogsRequestMarshaller"> <summary> DeleteFlowLogs Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteFlowLogsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteFlowLogs operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteInternetGatewayRequestMarshaller"> <summary> DeleteInternetGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteInternetGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteInternetGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteKeyPairRequestMarshaller"> <summary> DeleteKeyPair Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteKeyPairResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteKeyPair operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkAclEntryRequestMarshaller"> <summary> DeleteNetworkAclEntry Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkAclEntryResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteNetworkAclEntry operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkAclRequestMarshaller"> <summary> DeleteNetworkAcl Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkAclResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteNetworkAcl operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkInterfaceRequestMarshaller"> <summary> DeleteNetworkInterface Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteNetworkInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteNetworkInterface operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeletePlacementGroupRequestMarshaller"> <summary> DeletePlacementGroup Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeletePlacementGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePlacementGroup operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteRouteRequestMarshaller"> <summary> DeleteRoute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteRouteResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteRoute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteRouteTableRequestMarshaller"> <summary> DeleteRouteTable Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteRouteTableResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteRouteTable operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSecurityGroupRequestMarshaller"> <summary> DeleteSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSecurityGroup operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSnapshotRequestMarshaller"> <summary> DeleteSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSnapshot operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSpotDatafeedSubscriptionRequestMarshaller"> <summary> DeleteSpotDatafeedSubscription Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSpotDatafeedSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSpotDatafeedSubscription operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSubnetRequestMarshaller"> <summary> DeleteSubnet Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteSubnetResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSubnet operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteTagsRequestMarshaller"> <summary> DeleteTags Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteTagsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteTags operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVolumeRequestMarshaller"> <summary> DeleteVolume Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVolume operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcEndpointsRequestMarshaller"> <summary> DeleteVpcEndpoints Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcEndpointsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpcEndpoints operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcPeeringConnectionRequestMarshaller"> <summary> DeleteVpcPeeringConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcPeeringConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpcPeeringConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcRequestMarshaller"> <summary> DeleteVpc Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpcResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpc operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnConnectionRequestMarshaller"> <summary> DeleteVpnConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpnConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnConnectionRouteRequestMarshaller"> <summary> DeleteVpnConnectionRoute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnConnectionRouteResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpnConnectionRoute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnGatewayRequestMarshaller"> <summary> DeleteVpnGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeleteVpnGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVpnGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeregisterImageRequestMarshaller"> <summary> DeregisterImage Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DeregisterImageResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterImage operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAccountAttributesRequestMarshaller"> <summary> DescribeAccountAttributes Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAccountAttributesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAccountAttributes operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAddressesRequestMarshaller"> <summary> DescribeAddresses Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAddressesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAddresses operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAvailabilityZonesRequestMarshaller"> <summary> DescribeAvailabilityZones Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeAvailabilityZonesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAvailabilityZones operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeBundleTasksRequestMarshaller"> <summary> DescribeBundleTasks Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeBundleTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeBundleTasks operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeClassicLinkInstancesRequestMarshaller"> <summary> DescribeClassicLinkInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeClassicLinkInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeClassicLinkInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeConversionTasksRequestMarshaller"> <summary> DescribeConversionTasks Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeConversionTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeConversionTasks operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeCustomerGatewaysRequestMarshaller"> <summary> DescribeCustomerGateways Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeCustomerGatewaysResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCustomerGateways operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeDhcpOptionsRequestMarshaller"> <summary> DescribeDhcpOptions Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeDhcpOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDhcpOptions operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeExportTasksRequestMarshaller"> <summary> DescribeExportTasks Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeExportTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeExportTasks operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeFlowLogsRequestMarshaller"> <summary> DescribeFlowLogs Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeFlowLogsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeFlowLogs operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImageAttributeRequestMarshaller"> <summary> DescribeImageAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImageAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeImageAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImagesRequestMarshaller"> <summary> DescribeImages Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImagesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeImages operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImportImageTasksRequestMarshaller"> <summary> DescribeImportImageTasks Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImportImageTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeImportImageTasks operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImportSnapshotTasksRequestMarshaller"> <summary> DescribeImportSnapshotTasks Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeImportSnapshotTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeImportSnapshotTasks operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstanceAttributeRequestMarshaller"> <summary> DescribeInstanceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstanceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstanceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstancesRequestMarshaller"> <summary> DescribeInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstanceStatusRequestMarshaller"> <summary> DescribeInstanceStatus Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInstanceStatusResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstanceStatus operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInternetGatewaysRequestMarshaller"> <summary> DescribeInternetGateways Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeInternetGatewaysResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInternetGateways operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeKeyPairsRequestMarshaller"> <summary> DescribeKeyPairs Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeKeyPairsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeKeyPairs operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeMovingAddressesRequestMarshaller"> <summary> DescribeMovingAddresses Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeMovingAddressesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeMovingAddresses operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkAclsRequestMarshaller"> <summary> DescribeNetworkAcls Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkAclsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeNetworkAcls operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkInterfaceAttributeRequestMarshaller"> <summary> DescribeNetworkInterfaceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkInterfaceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeNetworkInterfaceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkInterfacesRequestMarshaller"> <summary> DescribeNetworkInterfaces Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeNetworkInterfacesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeNetworkInterfaces operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribePlacementGroupsRequestMarshaller"> <summary> DescribePlacementGroups Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribePlacementGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePlacementGroups operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribePrefixListsRequestMarshaller"> <summary> DescribePrefixLists Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribePrefixListsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePrefixLists operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeRegionsRequestMarshaller"> <summary> DescribeRegions Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeRegionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeRegions operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesListingsRequestMarshaller"> <summary> DescribeReservedInstancesListings Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesListingsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedInstancesListings operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesModificationsRequestMarshaller"> <summary> DescribeReservedInstancesModifications Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesModificationsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedInstancesModifications operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesOfferingsRequestMarshaller"> <summary> DescribeReservedInstancesOfferings Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesOfferingsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedInstancesOfferings operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesRequestMarshaller"> <summary> DescribeReservedInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeReservedInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeRouteTablesRequestMarshaller"> <summary> DescribeRouteTables Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeRouteTablesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeRouteTables operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSecurityGroupsRequestMarshaller"> <summary> DescribeSecurityGroups Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSecurityGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSecurityGroups operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSnapshotAttributeRequestMarshaller"> <summary> DescribeSnapshotAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSnapshotAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSnapshotAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSnapshotsRequestMarshaller"> <summary> DescribeSnapshots Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSnapshotsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSnapshots operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotDatafeedSubscriptionRequestMarshaller"> <summary> DescribeSpotDatafeedSubscription Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotDatafeedSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotDatafeedSubscription operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetInstancesRequestMarshaller"> <summary> DescribeSpotFleetInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotFleetInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetRequestHistoryRequestMarshaller"> <summary> DescribeSpotFleetRequestHistory Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetRequestHistoryResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotFleetRequestHistory operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetRequestsRequestMarshaller"> <summary> DescribeSpotFleetRequests Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotFleetRequestsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotFleetRequests operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotInstanceRequestsRequestMarshaller"> <summary> DescribeSpotInstanceRequests Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotInstanceRequestsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotInstanceRequests operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotPriceHistoryRequestMarshaller"> <summary> DescribeSpotPriceHistory Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSpotPriceHistoryResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSpotPriceHistory operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSubnetsRequestMarshaller"> <summary> DescribeSubnets Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeSubnetsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSubnets operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeTagsRequestMarshaller"> <summary> DescribeTags Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeTagsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTags operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumeAttributeRequestMarshaller"> <summary> DescribeVolumeAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumeAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVolumeAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumesRequestMarshaller"> <summary> DescribeVolumes Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVolumes operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumeStatusRequestMarshaller"> <summary> DescribeVolumeStatus Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVolumeStatusResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVolumeStatus operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcAttributeRequestMarshaller"> <summary> DescribeVpcAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcClassicLinkRequestMarshaller"> <summary> DescribeVpcClassicLink Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcClassicLinkResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcClassicLink operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcEndpointServicesRequestMarshaller"> <summary> DescribeVpcEndpointServices Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcEndpointServicesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcEndpointServices operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcEndpointsRequestMarshaller"> <summary> DescribeVpcEndpoints Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcEndpointsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcEndpoints operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcPeeringConnectionsRequestMarshaller"> <summary> DescribeVpcPeeringConnections Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcPeeringConnectionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcPeeringConnections operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcsRequestMarshaller"> <summary> DescribeVpcs Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpcsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpcs operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpnConnectionsRequestMarshaller"> <summary> DescribeVpnConnections Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpnConnectionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpnConnections operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpnGatewaysRequestMarshaller"> <summary> DescribeVpnGateways Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DescribeVpnGatewaysResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVpnGateways operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachClassicLinkVpcRequestMarshaller"> <summary> DetachClassicLinkVpc Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachClassicLinkVpcResponseUnmarshaller"> <summary> Response Unmarshaller for DetachClassicLinkVpc operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachInternetGatewayRequestMarshaller"> <summary> DetachInternetGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachInternetGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for DetachInternetGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachNetworkInterfaceRequestMarshaller"> <summary> DetachNetworkInterface Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachNetworkInterfaceResponseUnmarshaller"> <summary> Response Unmarshaller for DetachNetworkInterface operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachVolumeRequestMarshaller"> <summary> DetachVolume Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for DetachVolume operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachVpnGatewayRequestMarshaller"> <summary> DetachVpnGateway Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DetachVpnGatewayResponseUnmarshaller"> <summary> Response Unmarshaller for DetachVpnGateway operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DhcpConfigurationUnmarshaller"> <summary> Response Unmarshaller for DhcpConfiguration Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DhcpOptionsUnmarshaller"> <summary> Response Unmarshaller for DhcpOptions Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisableVgwRoutePropagationRequestMarshaller"> <summary> DisableVgwRoutePropagation Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisableVgwRoutePropagationResponseUnmarshaller"> <summary> Response Unmarshaller for DisableVgwRoutePropagation operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisableVpcClassicLinkRequestMarshaller"> <summary> DisableVpcClassicLink Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisableVpcClassicLinkResponseUnmarshaller"> <summary> Response Unmarshaller for DisableVpcClassicLink operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisassociateAddressRequestMarshaller"> <summary> DisassociateAddress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisassociateAddressResponseUnmarshaller"> <summary> Response Unmarshaller for DisassociateAddress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisassociateRouteTableRequestMarshaller"> <summary> DisassociateRouteTable Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DisassociateRouteTableResponseUnmarshaller"> <summary> Response Unmarshaller for DisassociateRouteTable operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DiskImageDescriptionUnmarshaller"> <summary> Response Unmarshaller for DiskImageDescription Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.DiskImageVolumeDescriptionUnmarshaller"> <summary> Response Unmarshaller for DiskImageVolumeDescription Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EbsBlockDeviceUnmarshaller"> <summary> Response Unmarshaller for EbsBlockDevice Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EbsInstanceBlockDeviceUnmarshaller"> <summary> Response Unmarshaller for EbsInstanceBlockDevice Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVgwRoutePropagationRequestMarshaller"> <summary> EnableVgwRoutePropagation Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVgwRoutePropagationResponseUnmarshaller"> <summary> Response Unmarshaller for EnableVgwRoutePropagation operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVolumeIORequestMarshaller"> <summary> EnableVolumeIO Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVolumeIOResponseUnmarshaller"> <summary> Response Unmarshaller for EnableVolumeIO operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVpcClassicLinkRequestMarshaller"> <summary> EnableVpcClassicLink Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EnableVpcClassicLinkResponseUnmarshaller"> <summary> Response Unmarshaller for EnableVpcClassicLink operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.EventInformationUnmarshaller"> <summary> Response Unmarshaller for EventInformation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ExportTaskUnmarshaller"> <summary> Response Unmarshaller for ExportTask Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ExportToS3TaskUnmarshaller"> <summary> Response Unmarshaller for ExportToS3Task Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.FlowLogUnmarshaller"> <summary> Response Unmarshaller for FlowLog Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.GetConsoleOutputRequestMarshaller"> <summary> GetConsoleOutput Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.GetConsoleOutputResponseUnmarshaller"> <summary> Response Unmarshaller for GetConsoleOutput operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.GetPasswordDataRequestMarshaller"> <summary> GetPasswordData Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.GetPasswordDataResponseUnmarshaller"> <summary> Response Unmarshaller for GetPasswordData operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.GroupIdentifierUnmarshaller"> <summary> Response Unmarshaller for GroupIdentifier Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.HistoryRecordUnmarshaller"> <summary> Response Unmarshaller for HistoryRecord Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.IamInstanceProfileSpecificationUnmarshaller"> <summary> Response Unmarshaller for IamInstanceProfileSpecification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.IamInstanceProfileUnmarshaller"> <summary> Response Unmarshaller for IamInstanceProfile Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.IcmpTypeCodeUnmarshaller"> <summary> Response Unmarshaller for IcmpTypeCode Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImageAttributeUnmarshaller"> <summary> Response Unmarshaller for ImageAttribute Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImageUnmarshaller"> <summary> Response Unmarshaller for Image Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportImageRequestMarshaller"> <summary> ImportImage Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportImageResponseUnmarshaller"> <summary> Response Unmarshaller for ImportImage operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportImageTaskUnmarshaller"> <summary> Response Unmarshaller for ImportImageTask Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportInstanceRequestMarshaller"> <summary> ImportInstance Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for ImportInstance operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportInstanceTaskDetailsUnmarshaller"> <summary> Response Unmarshaller for ImportInstanceTaskDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportInstanceVolumeDetailItemUnmarshaller"> <summary> Response Unmarshaller for ImportInstanceVolumeDetailItem Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportKeyPairRequestMarshaller"> <summary> ImportKeyPair Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportKeyPairResponseUnmarshaller"> <summary> Response Unmarshaller for ImportKeyPair operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportSnapshotRequestMarshaller"> <summary> ImportSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for ImportSnapshot operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportSnapshotTaskUnmarshaller"> <summary> Response Unmarshaller for ImportSnapshotTask Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportVolumeRequestMarshaller"> <summary> ImportVolume Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for ImportVolume operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ImportVolumeTaskDetailsUnmarshaller"> <summary> Response Unmarshaller for ImportVolumeTaskDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceAttributeUnmarshaller"> <summary> Response Unmarshaller for InstanceAttribute Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceBlockDeviceMappingUnmarshaller"> <summary> Response Unmarshaller for InstanceBlockDeviceMapping Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceCountUnmarshaller"> <summary> Response Unmarshaller for InstanceCount Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceExportDetailsUnmarshaller"> <summary> Response Unmarshaller for InstanceExportDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceMonitoringUnmarshaller"> <summary> Response Unmarshaller for InstanceMonitoring Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceNetworkInterfaceAssociationUnmarshaller"> <summary> Response Unmarshaller for InstanceNetworkInterfaceAssociation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceNetworkInterfaceAttachmentUnmarshaller"> <summary> Response Unmarshaller for InstanceNetworkInterfaceAttachment Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceNetworkInterfaceSpecificationUnmarshaller"> <summary> Response Unmarshaller for InstanceNetworkInterfaceSpecification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceNetworkInterfaceUnmarshaller"> <summary> Response Unmarshaller for InstanceNetworkInterface Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstancePrivateIpAddressUnmarshaller"> <summary> Response Unmarshaller for InstancePrivateIpAddress Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStateChangeUnmarshaller"> <summary> Response Unmarshaller for InstanceStateChange Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStateUnmarshaller"> <summary> Response Unmarshaller for InstanceState Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStatusDetailsUnmarshaller"> <summary> Response Unmarshaller for InstanceStatusDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStatusEventUnmarshaller"> <summary> Response Unmarshaller for InstanceStatusEvent Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStatusSummaryUnmarshaller"> <summary> Response Unmarshaller for InstanceStatusSummary Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceStatusUnmarshaller"> <summary> Response Unmarshaller for InstanceStatus Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InternetGatewayAttachmentUnmarshaller"> <summary> Response Unmarshaller for InternetGatewayAttachment Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.InternetGatewayUnmarshaller"> <summary> Response Unmarshaller for InternetGateway Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.IpPermissionUnmarshaller"> <summary> Response Unmarshaller for IpPermission Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.KeyPairInfoUnmarshaller"> <summary> Response Unmarshaller for KeyPairInfo Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.KeyPairUnmarshaller"> <summary> Response Unmarshaller for KeyPair Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.LaunchPermissionUnmarshaller"> <summary> Response Unmarshaller for LaunchPermission Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.LaunchSpecificationUnmarshaller"> <summary> Response Unmarshaller for LaunchSpecification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyImageAttributeRequestMarshaller"> <summary> ModifyImageAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyImageAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyImageAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyInstanceAttributeRequestMarshaller"> <summary> ModifyInstanceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyInstanceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyInstanceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyNetworkInterfaceAttributeRequestMarshaller"> <summary> ModifyNetworkInterfaceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyNetworkInterfaceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyNetworkInterfaceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyReservedInstancesRequestMarshaller"> <summary> ModifyReservedInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyReservedInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyReservedInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifySnapshotAttributeRequestMarshaller"> <summary> ModifySnapshotAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifySnapshotAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifySnapshotAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifySubnetAttributeRequestMarshaller"> <summary> ModifySubnetAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifySubnetAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifySubnetAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVolumeAttributeRequestMarshaller"> <summary> ModifyVolumeAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVolumeAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyVolumeAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVpcAttributeRequestMarshaller"> <summary> ModifyVpcAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVpcAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyVpcAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVpcEndpointRequestMarshaller"> <summary> ModifyVpcEndpoint Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ModifyVpcEndpointResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyVpcEndpoint operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MonitoringUnmarshaller"> <summary> Response Unmarshaller for Monitoring Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MonitorInstancesRequestMarshaller"> <summary> MonitorInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MonitorInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for MonitorInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MoveAddressToVpcRequestMarshaller"> <summary> MoveAddressToVpc Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MoveAddressToVpcResponseUnmarshaller"> <summary> Response Unmarshaller for MoveAddressToVpc operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.MovingAddressStatusUnmarshaller"> <summary> Response Unmarshaller for MovingAddressStatus Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkAclAssociationUnmarshaller"> <summary> Response Unmarshaller for NetworkAclAssociation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkAclEntryUnmarshaller"> <summary> Response Unmarshaller for NetworkAclEntry Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkAclUnmarshaller"> <summary> Response Unmarshaller for NetworkAcl Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkInterfaceAssociationUnmarshaller"> <summary> Response Unmarshaller for NetworkInterfaceAssociation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkInterfaceAttachmentUnmarshaller"> <summary> Response Unmarshaller for NetworkInterfaceAttachment Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkInterfacePrivateIpAddressUnmarshaller"> <summary> Response Unmarshaller for NetworkInterfacePrivateIpAddress Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.NetworkInterfaceUnmarshaller"> <summary> Response Unmarshaller for NetworkInterface Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PlacementGroupUnmarshaller"> <summary> Response Unmarshaller for PlacementGroup Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PlacementUnmarshaller"> <summary> Response Unmarshaller for Placement Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PortRangeUnmarshaller"> <summary> Response Unmarshaller for PortRange Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PrefixListIdUnmarshaller"> <summary> Response Unmarshaller for PrefixListId Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PrefixListUnmarshaller"> <summary> Response Unmarshaller for PrefixList Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PriceScheduleUnmarshaller"> <summary> Response Unmarshaller for PriceSchedule Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PricingDetailUnmarshaller"> <summary> Response Unmarshaller for PricingDetail Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PrivateIpAddressSpecificationUnmarshaller"> <summary> Response Unmarshaller for PrivateIpAddressSpecification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ProductCodeUnmarshaller"> <summary> Response Unmarshaller for ProductCode Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PropagatingVgwUnmarshaller"> <summary> Response Unmarshaller for PropagatingVgw Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PurchaseReservedInstancesOfferingRequestMarshaller"> <summary> PurchaseReservedInstancesOffering Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.PurchaseReservedInstancesOfferingResponseUnmarshaller"> <summary> Response Unmarshaller for PurchaseReservedInstancesOffering operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RebootInstancesRequestMarshaller"> <summary> RebootInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RebootInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for RebootInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RecurringChargeUnmarshaller"> <summary> Response Unmarshaller for RecurringCharge Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RegionUnmarshaller"> <summary> Response Unmarshaller for Region Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RegisterImageRequestMarshaller"> <summary> RegisterImage Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RegisterImageResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterImage operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RejectVpcPeeringConnectionRequestMarshaller"> <summary> RejectVpcPeeringConnection Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RejectVpcPeeringConnectionResponseUnmarshaller"> <summary> Response Unmarshaller for RejectVpcPeeringConnection operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReleaseAddressRequestMarshaller"> <summary> ReleaseAddress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReleaseAddressResponseUnmarshaller"> <summary> Response Unmarshaller for ReleaseAddress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceNetworkAclAssociationRequestMarshaller"> <summary> ReplaceNetworkAclAssociation Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceNetworkAclAssociationResponseUnmarshaller"> <summary> Response Unmarshaller for ReplaceNetworkAclAssociation operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceNetworkAclEntryRequestMarshaller"> <summary> ReplaceNetworkAclEntry Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceNetworkAclEntryResponseUnmarshaller"> <summary> Response Unmarshaller for ReplaceNetworkAclEntry operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceRouteRequestMarshaller"> <summary> ReplaceRoute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceRouteResponseUnmarshaller"> <summary> Response Unmarshaller for ReplaceRoute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceRouteTableAssociationRequestMarshaller"> <summary> ReplaceRouteTableAssociation Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReplaceRouteTableAssociationResponseUnmarshaller"> <summary> Response Unmarshaller for ReplaceRouteTableAssociation operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReportInstanceStatusRequestMarshaller"> <summary> ReportInstanceStatus Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReportInstanceStatusResponseUnmarshaller"> <summary> Response Unmarshaller for ReportInstanceStatus operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RequestSpotFleetRequestMarshaller"> <summary> RequestSpotFleet Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RequestSpotFleetResponseUnmarshaller"> <summary> Response Unmarshaller for RequestSpotFleet operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RequestSpotInstancesRequestMarshaller"> <summary> RequestSpotInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RequestSpotInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for RequestSpotInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservationUnmarshaller"> <summary> Response Unmarshaller for Reservation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesConfigurationUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesConfiguration Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesIdUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesId Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesListingUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesListing Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesModificationResultUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesModificationResult Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesModificationUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesModification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesOfferingUnmarshaller"> <summary> Response Unmarshaller for ReservedInstancesOffering Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ReservedInstancesUnmarshaller"> <summary> Response Unmarshaller for ReservedInstances Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetImageAttributeRequestMarshaller"> <summary> ResetImageAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetImageAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ResetImageAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetInstanceAttributeRequestMarshaller"> <summary> ResetInstanceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetInstanceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ResetInstanceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetNetworkInterfaceAttributeRequestMarshaller"> <summary> ResetNetworkInterfaceAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetNetworkInterfaceAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ResetNetworkInterfaceAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetSnapshotAttributeRequestMarshaller"> <summary> ResetSnapshotAttribute Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.ResetSnapshotAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ResetSnapshotAttribute operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RestoreAddressToClassicRequestMarshaller"> <summary> RestoreAddressToClassic Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RestoreAddressToClassicResponseUnmarshaller"> <summary> Response Unmarshaller for RestoreAddressToClassic operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RevokeSecurityGroupEgressRequestMarshaller"> <summary> RevokeSecurityGroupEgress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RevokeSecurityGroupEgressResponseUnmarshaller"> <summary> Response Unmarshaller for RevokeSecurityGroupEgress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RevokeSecurityGroupIngressRequestMarshaller"> <summary> RevokeSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RevokeSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for RevokeSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RouteTableAssociationUnmarshaller"> <summary> Response Unmarshaller for RouteTableAssociation Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RouteTableUnmarshaller"> <summary> Response Unmarshaller for RouteTable Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RouteUnmarshaller"> <summary> Response Unmarshaller for Route Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RunInstancesRequestMarshaller"> <summary> RunInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.RunInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for RunInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.S3StorageUnmarshaller"> <summary> Response Unmarshaller for S3Storage Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SecurityGroupUnmarshaller"> <summary> Response Unmarshaller for SecurityGroup Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SnapshotDetailUnmarshaller"> <summary> Response Unmarshaller for SnapshotDetail Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SnapshotTaskDetailUnmarshaller"> <summary> Response Unmarshaller for SnapshotTaskDetail Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SnapshotUnmarshaller"> <summary> Response Unmarshaller for Snapshot Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotDatafeedSubscriptionUnmarshaller"> <summary> Response Unmarshaller for SpotDatafeedSubscription Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotFleetLaunchSpecificationUnmarshaller"> <summary> Response Unmarshaller for SpotFleetLaunchSpecification Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotFleetMonitoringUnmarshaller"> <summary> Response Unmarshaller for SpotFleetMonitoring Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotFleetRequestConfigDataUnmarshaller"> <summary> Response Unmarshaller for SpotFleetRequestConfigData Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotFleetRequestConfigUnmarshaller"> <summary> Response Unmarshaller for SpotFleetRequestConfig Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotInstanceRequestUnmarshaller"> <summary> Response Unmarshaller for SpotInstanceRequest Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotInstanceStateFaultUnmarshaller"> <summary> Response Unmarshaller for SpotInstanceStateFault Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotInstanceStatusUnmarshaller"> <summary> Response Unmarshaller for SpotInstanceStatus Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotPlacementUnmarshaller"> <summary> Response Unmarshaller for SpotPlacement Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SpotPriceUnmarshaller"> <summary> Response Unmarshaller for SpotPrice Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StartInstancesRequestMarshaller"> <summary> StartInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StartInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for StartInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StateReasonUnmarshaller"> <summary> Response Unmarshaller for StateReason Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StopInstancesRequestMarshaller"> <summary> StopInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StopInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for StopInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.StorageUnmarshaller"> <summary> Response Unmarshaller for Storage Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.SubnetUnmarshaller"> <summary> Response Unmarshaller for Subnet Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.TagDescriptionUnmarshaller"> <summary> Response Unmarshaller for TagDescription Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.TerminateInstancesRequestMarshaller"> <summary> TerminateInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.TerminateInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for TerminateInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnassignPrivateIpAddressesRequestMarshaller"> <summary> UnassignPrivateIpAddresses Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnassignPrivateIpAddressesResponseUnmarshaller"> <summary> Response Unmarshaller for UnassignPrivateIpAddresses operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnmonitorInstancesRequestMarshaller"> <summary> UnmonitorInstances Request Marshaller </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnmonitorInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for UnmonitorInstances operation </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnsuccessfulItemErrorUnmarshaller"> <summary> Response Unmarshaller for UnsuccessfulItemError Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UnsuccessfulItemUnmarshaller"> <summary> Response Unmarshaller for UnsuccessfulItem Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UserBucketDetailsUnmarshaller"> <summary> Response Unmarshaller for UserBucketDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.UserIdGroupPairUnmarshaller"> <summary> Response Unmarshaller for UserIdGroupPair Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VgwTelemetryUnmarshaller"> <summary> Response Unmarshaller for VgwTelemetry Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeAttachmentUnmarshaller"> <summary> Response Unmarshaller for VolumeAttachment Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeStatusActionUnmarshaller"> <summary> Response Unmarshaller for VolumeStatusAction Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeStatusDetailsUnmarshaller"> <summary> Response Unmarshaller for VolumeStatusDetails Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeStatusEventUnmarshaller"> <summary> Response Unmarshaller for VolumeStatusEvent Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeStatusInfoUnmarshaller"> <summary> Response Unmarshaller for VolumeStatusInfo Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeStatusItemUnmarshaller"> <summary> Response Unmarshaller for VolumeStatusItem Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VolumeUnmarshaller"> <summary> Response Unmarshaller for Volume Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcAttachmentUnmarshaller"> <summary> Response Unmarshaller for VpcAttachment Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcClassicLinkUnmarshaller"> <summary> Response Unmarshaller for VpcClassicLink Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcEndpointUnmarshaller"> <summary> Response Unmarshaller for VpcEndpoint Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcPeeringConnectionStateReasonUnmarshaller"> <summary> Response Unmarshaller for VpcPeeringConnectionStateReason Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcPeeringConnectionUnmarshaller"> <summary> Response Unmarshaller for VpcPeeringConnection Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcPeeringConnectionVpcInfoUnmarshaller"> <summary> Response Unmarshaller for VpcPeeringConnectionVpcInfo Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpcUnmarshaller"> <summary> Response Unmarshaller for Vpc Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpnConnectionOptionsUnmarshaller"> <summary> Response Unmarshaller for VpnConnectionOptions Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpnConnectionUnmarshaller"> <summary> Response Unmarshaller for VpnConnection Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpnGatewayUnmarshaller"> <summary> Response Unmarshaller for VpnGateway Object </summary> </member> <member name="T:Amazon.EC2.Model.Internal.MarshallTransformations.VpnStaticRouteUnmarshaller"> <summary> Response Unmarshaller for VpnStaticRoute Object </summary> </member> <member name="T:Amazon.ECS.AmazonECSConfig"> <summary> Configuration for accessing Amazon ECS service </summary> </member> <member name="M:Amazon.ECS.AmazonECSConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ECS.AmazonECSConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ECS.AmazonECSConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ECS.AgentUpdateStatus"> <summary> Constants used for properties of type AgentUpdateStatus. </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.FAILED"> <summary> Constant FAILED for AgentUpdateStatus </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.PENDING"> <summary> Constant PENDING for AgentUpdateStatus </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.STAGED"> <summary> Constant STAGED for AgentUpdateStatus </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.STAGING"> <summary> Constant STAGING for AgentUpdateStatus </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.UPDATED"> <summary> Constant UPDATED for AgentUpdateStatus </summary> </member> <member name="F:Amazon.ECS.AgentUpdateStatus.UPDATING"> <summary> Constant UPDATING for AgentUpdateStatus </summary> </member> <member name="M:Amazon.ECS.AgentUpdateStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.AgentUpdateStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.DesiredStatus"> <summary> Constants used for properties of type DesiredStatus. </summary> </member> <member name="F:Amazon.ECS.DesiredStatus.PENDING"> <summary> Constant PENDING for DesiredStatus </summary> </member> <member name="F:Amazon.ECS.DesiredStatus.RUNNING"> <summary> Constant RUNNING for DesiredStatus </summary> </member> <member name="F:Amazon.ECS.DesiredStatus.STOPPED"> <summary> Constant STOPPED for DesiredStatus </summary> </member> <member name="M:Amazon.ECS.DesiredStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.DesiredStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.LogDriver"> <summary> Constants used for properties of type LogDriver. </summary> </member> <member name="F:Amazon.ECS.LogDriver.Fluentd"> <summary> Constant Fluentd for LogDriver </summary> </member> <member name="F:Amazon.ECS.LogDriver.Gelf"> <summary> Constant Gelf for LogDriver </summary> </member> <member name="F:Amazon.ECS.LogDriver.Journald"> <summary> Constant Journald for LogDriver </summary> </member> <member name="F:Amazon.ECS.LogDriver.JsonFile"> <summary> Constant JsonFile for LogDriver </summary> </member> <member name="F:Amazon.ECS.LogDriver.Syslog"> <summary> Constant Syslog for LogDriver </summary> </member> <member name="M:Amazon.ECS.LogDriver.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.LogDriver.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.SortOrder"> <summary> Constants used for properties of type SortOrder. </summary> </member> <member name="F:Amazon.ECS.SortOrder.ASC"> <summary> Constant ASC for SortOrder </summary> </member> <member name="F:Amazon.ECS.SortOrder.DESC"> <summary> Constant DESC for SortOrder </summary> </member> <member name="M:Amazon.ECS.SortOrder.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.SortOrder.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.TaskDefinitionStatus"> <summary> Constants used for properties of type TaskDefinitionStatus. </summary> </member> <member name="F:Amazon.ECS.TaskDefinitionStatus.ACTIVE"> <summary> Constant ACTIVE for TaskDefinitionStatus </summary> </member> <member name="F:Amazon.ECS.TaskDefinitionStatus.INACTIVE"> <summary> Constant INACTIVE for TaskDefinitionStatus </summary> </member> <member name="M:Amazon.ECS.TaskDefinitionStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.TaskDefinitionStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.TransportProtocol"> <summary> Constants used for properties of type TransportProtocol. </summary> </member> <member name="F:Amazon.ECS.TransportProtocol.Tcp"> <summary> Constant Tcp for TransportProtocol </summary> </member> <member name="F:Amazon.ECS.TransportProtocol.Udp"> <summary> Constant Udp for TransportProtocol </summary> </member> <member name="M:Amazon.ECS.TransportProtocol.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.TransportProtocol.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.UlimitName"> <summary> Constants used for properties of type UlimitName. </summary> </member> <member name="F:Amazon.ECS.UlimitName.Core"> <summary> Constant Core for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Cpu"> <summary> Constant Cpu for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Data"> <summary> Constant Data for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Fsize"> <summary> Constant Fsize for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Locks"> <summary> Constant Locks for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Memlock"> <summary> Constant Memlock for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Msgqueue"> <summary> Constant Msgqueue for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Nice"> <summary> Constant Nice for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Nofile"> <summary> Constant Nofile for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Nproc"> <summary> Constant Nproc for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Rss"> <summary> Constant Rss for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Rtprio"> <summary> Constant Rtprio for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Rttime"> <summary> Constant Rttime for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Sigpending"> <summary> Constant Sigpending for UlimitName </summary> </member> <member name="F:Amazon.ECS.UlimitName.Stack"> <summary> Constant Stack for UlimitName </summary> </member> <member name="M:Amazon.ECS.UlimitName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ECS.UlimitName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ECS.AmazonECSRequest"> <summary> Base class for ECS operation requests. </summary> </member> <member name="T:Amazon.ECS.Model.Attribute"> <summary> The attributes applicable to a container instance when it is registered. </summary> </member> <member name="P:Amazon.ECS.Model.Attribute.Name"> <summary> Gets and sets the property Name. <para> The name of the container instance attribute. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Attribute.Value"> <summary> Gets and sets the property Value. <para> The value of the container instance attribute (at this time, the value here is <code>Null</code>, but this could change in future revisions for expandability). </para> </summary> </member> <member name="T:Amazon.ECS.Model.ClientException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ClientException.#ctor(System.String)"> <summary> Constructs a new ClientException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.Cluster"> <summary> A regional grouping of one or more container instances on which you can run task requests. Each account receives a default cluster the first time you use the Amazon ECS service, but you may also create other clusters. Clusters may contain more than one instance type simultaneously. </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.ActiveServicesCount"> <summary> Gets and sets the property ActiveServicesCount. <para> The number of services that are running on the cluster in an <code>ACTIVE</code> state. You can view these services with <a>ListServices</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.ClusterArn"> <summary> Gets and sets the property ClusterArn. <para> The Amazon Resource Name (ARN) that identifies the cluster. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the cluster, the AWS account ID of the cluster owner, the <code>cluster</code> namespace, and then the cluster name. For example, arn:aws:ecs:<i>region</i>:<i>012345678910</i>:cluster/<i>test</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.ClusterName"> <summary> Gets and sets the property ClusterName. <para> A user-generated string that you use to identify your cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.PendingTasksCount"> <summary> Gets and sets the property PendingTasksCount. <para> The number of tasks in the cluster that are in the <code>PENDING</code> state. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.RegisteredContainerInstancesCount"> <summary> Gets and sets the property RegisteredContainerInstancesCount. <para> The number of container instances registered into the cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.RunningTasksCount"> <summary> Gets and sets the property RunningTasksCount. <para> The number of tasks in the cluster that are in the <code>RUNNING</code> state. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Cluster.Status"> <summary> Gets and sets the property Status. <para> The status of the cluster. The valid values are <code>ACTIVE</code> or <code>INACTIVE</code>. <code>ACTIVE</code> indicates that you can register container instances with the cluster and the associated instances can accept tasks. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ClusterContainsContainerInstancesException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ClusterContainsContainerInstancesException.#ctor(System.String)"> <summary> Constructs a new ClusterContainsContainerInstancesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.ClusterContainsServicesException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ClusterContainsServicesException.#ctor(System.String)"> <summary> Constructs a new ClusterContainsServicesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.ClusterNotFoundException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ClusterNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.Container"> <summary> A Docker container that is part of a task. </summary> </member> <member name="P:Amazon.ECS.Model.Container.ContainerArn"> <summary> Gets and sets the property ContainerArn. <para> The Amazon Resource Name (ARN) of the container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.ExitCode"> <summary> Gets and sets the property ExitCode. <para> The exit code returned from the container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.LastStatus"> <summary> Gets and sets the property LastStatus. <para> The last known status of the container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.Name"> <summary> Gets and sets the property Name. <para> The name of the container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.NetworkBindings"> <summary> Gets and sets the property NetworkBindings. <para> The network bindings associated with the container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.Reason"> <summary> Gets and sets the property Reason. <para> A short (255 max characters) human-readable string to provide additional detail about a running or stopped container. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Container.TaskArn"> <summary> Gets and sets the property TaskArn. <para> The Amazon Resource Name (ARN) of the task. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ContainerDefinition"> <summary> Container definitions are used in task definitions to describe the different containers that are launched as part of a task. </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Command"> <summary> Gets and sets the property Command. <para> The command that is passed to the container. This parameter maps to <code>Cmd</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>COMMAND</code> parameter to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. For more information, see <a href="https://docs.docker.com/reference/builder/#cmd">https://docs.docker.com/reference/builder/#cmd</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Cpu"> <summary> Gets and sets the property Cpu. <para> The number of <code>cpu</code> units reserved for the container. A container instance has 1,024 <code>cpu</code> units for every CPU core. This parameter specifies the minimum amount of CPU to reserve for a container, and containers share unallocated CPU units with other containers on the instance with the same ratio as their allocated amount. This parameter maps to <code>CpuShares</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--cpu-shares</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> <note> <para> You can determine the number of CPU units that are available per EC2 instance type by multiplying the vCPUs listed for that instance type on the <a href="http://aws.amazon.com/ec2/instance-types/">Amazon EC2 Instances</a> detail page by 1,024. </para> </note> <para> For example, if you run a single-container task on a single-core instance type with 512 CPU units specified for that container, and that is the only task running on the container instance, that container could use the full 1,024 CPU unit share at any given time. However, if you launched another copy of the same task on that container instance, each task would be guaranteed a minimum of 512 CPU units when needed, and each container could float to higher CPU usage if the other container was not using it, but if both tasks were 100% active all of the time, they would be limited to 512 CPU units. </para> <para> The Docker daemon on the container instance uses the CPU value to calculate the relative CPU share ratios for running containers. For more information, see <a href="https://docs.docker.com/reference/run/#cpu-share-constraint">CPU share constraint</a> in the Docker documentation. The minimum valid CPU share value that the Linux kernel allows is 2; however, the CPU parameter is not required, and you can use CPU values below 2 in your container definitions. For CPU values below 2 (including null), the behavior varies based on your Amazon ECS container agent version: </para> <ul> <li><b>Agent versions less than or equal to 1.1.0:</b> Null and zero CPU values are passed to Docker as 0, which Docker then converts to 1,024 CPU shares. CPU values of 1 are passed to Docker as 1, which the Linux kernel converts to 2 CPU shares.</li> <li><b>Agent versions greater than or equal to 1.2.0:</b> Null, zero, and CPU values of 1 are passed to Docker as 2.</li></ul> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.DisableNetworking"> <summary> Gets and sets the property DisableNetworking. <para> When this parameter is true, networking is disabled within the container. This parameter maps to <code>NetworkDisabled</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.DnsSearchDomains"> <summary> Gets and sets the property DnsSearchDomains. <para> A list of DNS search domains that are presented to the container. This parameter maps to <code>DnsSearch</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--dns-search</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.DnsServers"> <summary> Gets and sets the property DnsServers. <para> A list of DNS servers that are presented to the container. This parameter maps to <code>Dns</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--dns</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.DockerLabels"> <summary> Gets and sets the property DockerLabels. <para> A key/value map of labels to add to the container. This parameter maps to <code>Labels</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--label</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: <code>sudo docker version | grep "Server API version"</code> </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.DockerSecurityOptions"> <summary> Gets and sets the property DockerSecurityOptions. <para> A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems. This parameter maps to <code>SecurityOpt</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--security-opt</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> <note> <para> The Amazon ECS container agent running on a container instance must register with the <code>ECS_SELINUX_CAPABLE=true</code> or <code>ECS_APPARMOR_CAPABLE=true</code> environment variables before containers placed on that instance can use these security options. For more information, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/developerguide/ecs-agent-config.html">Amazon ECS Container Agent Configuration</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.EntryPoint"> <summary> Gets and sets the property EntryPoint. <important> <para> Early versions of the Amazon ECS container agent do not properly handle <code>entryPoint</code> parameters. If you have problems using <code>entryPoint</code>, update your container agent or enter your commands and arguments as <code>command</code> array items instead. </para> </important> <para> The entry point that is passed to the container. This parameter maps to <code>Entrypoint</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--entrypoint</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. For more information, see <a href="https://docs.docker.com/reference/builder/#entrypoint">https://docs.docker.com/reference/builder/#entrypoint</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Environment"> <summary> Gets and sets the property Environment. <para> The environment variables to pass to a container. This parameter maps to <code>Env</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--env</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> <important> <para> We do not recommend using plain text environment variables for sensitive information, such as credential data. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Essential"> <summary> Gets and sets the property Essential. <para> If the <code>essential</code> parameter of a container is marked as <code>true</code>, the failure of that container stops the task. If the <code>essential</code> parameter of a container is marked as <code>false</code>, then its failure does not affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential. </para> <note> <para> All tasks must have at least one essential container. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.ExtraHosts"> <summary> Gets and sets the property ExtraHosts. <para> A list of hostnames and IP address mappings to append to the <code>/etc/hosts</code> file on the container. This parameter maps to <code>ExtraHosts</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--add-host</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Hostname"> <summary> Gets and sets the property Hostname. <para> The hostname to use for your container. This parameter maps to <code>Hostname</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--hostname</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Image"> <summary> Gets and sets the property Image. <para> The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with <code><i>repository-url</i>/<i>image</i>:<i>tag</i></code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to <code>Image</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>IMAGE</code> parameter of <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> <ul> <li>Images in official repositories on Docker Hub use a single name (for example, <code>ubuntu</code> or <code>mongo</code>).</li> <li>Images in other repositories on Docker Hub are qualified with an organization name (for example, <code>amazon/amazon-ecs-agent</code>).</li> <li>Images in other online repositories are qualified further by a domain name (for example, <code>quay.io/assemblyline/ubuntu</code>).</li> </ul> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Links"> <summary> Gets and sets the property Links. <para> The <code>link</code> parameter allows containers to communicate with each other without the need for port mappings, using the <code>name</code> parameter and optionally, an <code>alias</code> for the link. This construct is analogous to <code>name:alias</code> in Docker links. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed for each <code>name</code> and <code>alias</code>. For more information on linking Docker containers, see <a href="https://docs.docker.com/userguide/dockerlinks/">https://docs.docker.com/userguide/dockerlinks/</a>. This parameter maps to <code>Links</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--link</code> option to <a href="https://docs.docker.com/reference/commandline/run/"><code>docker run</code></a>. </para> <important> <para> Containers that are collocated on a single container instance may be able to communicate with each other without requiring links or host port mappings. Network isolation is achieved on the container instance using security groups and VPC settings. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.LogConfiguration"> <summary> Gets and sets the property LogConfiguration. <para> The log configuration specification for the container. This parameter maps to <code>LogConfig</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--log-driver</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. Valid log drivers are displayed in the <a>LogConfiguration</a> data type. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: <code>sudo docker version | grep "Server API version"</code> </para> <note> <para> The Amazon ECS container agent running on a container instance must register the logging drivers available on that instance with the <code>ECS_AVAILABLE_LOGGING_DRIVERS</code> environment variable before containers placed on that instance can use these log configuration options. For more information, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/developerguide/ecs-agent-config.html">Amazon ECS Container Agent Configuration</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Memory"> <summary> Gets and sets the property Memory. <para> The number of MiB of memory to reserve for the container. You must specify a non-zero integer for this parameter; the Docker daemon reserves a minimum of 4 MiB of memory for a container, so you should not specify fewer than 4 MiB of memory for your containers. If your container attempts to exceed the memory allocated here, the container is killed. This parameter maps to <code>Memory</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--memory</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.MountPoints"> <summary> Gets and sets the property MountPoints. <para> The mount points for data volumes in your container. This parameter maps to <code>Volumes</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--volume</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Name"> <summary> Gets and sets the property Name. <para> The name of a container. If you are linking multiple containers together in a task definition, the <code>name</code> of one container can be entered in the <code>links</code> of another container to connect the containers. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. This parameter maps to <code>name</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--name</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.PortMappings"> <summary> Gets and sets the property PortMappings. <para> The list of port mappings for the container. Port mappings allow containers to access ports on the host container instance to send or receive traffic. This parameter maps to <code>PortBindings</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--publish</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> <note> <para> After a task reaches the <code>RUNNING</code> status, manual and automatic host and container port assignments are visible in the <b>Network Bindings</b> section of a container description of a selected task in the Amazon ECS console, or the <code>networkBindings</code> section <a>DescribeTasks</a> responses. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Privileged"> <summary> Gets and sets the property Privileged. <para> When this parameter is true, the container is given elevated privileges on the host container instance (similar to the <code>root</code> user). This parameter maps to <code>Privileged</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--privileged</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.ReadonlyRootFilesystem"> <summary> Gets and sets the property ReadonlyRootFilesystem. <para> When this parameter is true, the container is given read-only access to its root file system. This parameter maps to <code>ReadonlyRootfs</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--read-only</code> option to <code>docker run</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.Ulimits"> <summary> Gets and sets the property Ulimits. <para> A list of <code>ulimits</code> to set in the container. This parameter maps to <code>Ulimits</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--ulimit</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. Valid naming values are displayed in the <a>Ulimit</a> data type. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: <code>sudo docker version | grep "Server API version"</code> </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.User"> <summary> Gets and sets the property User. <para> The user name to use inside the container. This parameter maps to <code>User</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--user</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.VolumesFrom"> <summary> Gets and sets the property VolumesFrom. <para> Data volumes to mount from another container. This parameter maps to <code>VolumesFrom</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--volumes-from</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerDefinition.WorkingDirectory"> <summary> Gets and sets the property WorkingDirectory. <para> The working directory in which to run commands inside the container. This parameter maps to <code>WorkingDir</code> in the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/#create-a-container">Create a container</a> section of the <a href="https://docs.docker.com/reference/api/docker_remote_api_v1.19/">Docker Remote API</a> and the <code>--workdir</code> option to <a href="https://docs.docker.com/reference/commandline/run/">docker run</a>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ContainerInstance"> <summary> An EC2 instance that is running the Amazon ECS agent and has been registered with a cluster. </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.AgentConnected"> <summary> Gets and sets the property AgentConnected. <para> This parameter returns <code>true</code> if the agent is actually connected to Amazon ECS. Registered instances with an agent that may be unhealthy or stopped return <code>false</code>, and instances without a connected agent cannot accept placement requests. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.AgentUpdateStatus"> <summary> Gets and sets the property AgentUpdateStatus. <para> The status of the most recent agent update. If an update has never been requested, this value is <code>NULL</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.Attributes"> <summary> Gets and sets the property Attributes. <para> The attributes set for the container instance by the Amazon ECS container agent at instance registration. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.ContainerInstanceArn"> <summary> Gets and sets the property ContainerInstanceArn. <para> The Amazon Resource Name (ARN) of the container instance. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance ID. For example, arn:aws:ecs:<i>region</i>:<i>aws_account_id</i>:container-instance/<i>container_instance_ID</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.Ec2InstanceId"> <summary> Gets and sets the property Ec2InstanceId. <para> The EC2 instance ID of the container instance. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.PendingTasksCount"> <summary> Gets and sets the property PendingTasksCount. <para> The number of tasks on the container instance that are in the <code>PENDING</code> status. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.RegisteredResources"> <summary> Gets and sets the property RegisteredResources. <para> The registered resources on the container instance that are in use by current tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.RemainingResources"> <summary> Gets and sets the property RemainingResources. <para> The remaining resources of the container instance that are available for new tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.RunningTasksCount"> <summary> Gets and sets the property RunningTasksCount. <para> The number of tasks on the container instance that are in the <code>RUNNING</code> status. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.Status"> <summary> Gets and sets the property Status. <para> The status of the container instance. The valid values are <code>ACTIVE</code> or <code>INACTIVE</code>. <code>ACTIVE</code> indicates that the container instance can accept tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerInstance.VersionInfo"> <summary> Gets and sets the property VersionInfo. <para> The version information for the Amazon ECS container agent and Docker daemon running on the container instance. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ContainerOverride"> <summary> The overrides that should be sent to a container. </summary> </member> <member name="P:Amazon.ECS.Model.ContainerOverride.Command"> <summary> Gets and sets the property Command. <para> The command to send to the container that overrides the default command from the Docker image or the task definition. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerOverride.Environment"> <summary> Gets and sets the property Environment. <para> The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ContainerOverride.Name"> <summary> Gets and sets the property Name. <para> The name of the container that receives the override. </para> </summary> </member> <member name="T:Amazon.ECS.Model.CreateClusterRequest"> <summary> Container for the parameters to the CreateCluster operation. Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code> cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the <code>CreateCluster</code> action. </summary> </member> <member name="P:Amazon.ECS.Model.CreateClusterRequest.ClusterName"> <summary> Gets and sets the property ClusterName. <para> The name of your cluster. If you do not specify a name for your cluster, you create a cluster named <code>default</code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. </para> </summary> </member> <member name="T:Amazon.ECS.Model.CreateClusterResponse"> <summary> Configuration for accessing Amazon CreateCluster service </summary> </member> <member name="T:Amazon.ECS.Model.CreateClusterResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.CreateClusterResult.Cluster"> <summary> Gets and sets the property Cluster. <para> The full description of your new cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateClusterResponse.CreateClusterResult"> <summary> Gets and sets the CreateClusterResult property. Represents the output of a CreateCluster operation. </summary> </member> <member name="T:Amazon.ECS.Model.CreateServiceRequest"> <summary> Container for the parameters to the CreateService operation. Runs and maintains a desired number of tasks from a specified task definition. If the number of tasks running in a service drops below <code>desiredCount</code>, Amazon ECS spawns another instantiation of the task in the specified cluster. To update an existing service, see <a>UpdateService</a>. <para> You can optionally specify a deployment configuration for your service. During a deployment (which is triggered by changing the task definition of a service with an <a>UpdateService</a> operation), the service scheduler uses the <code>minimumHealthyPercent</code> and <code>maximumPercent</code> parameters to determine the deployment strategy. </para> <para> If the <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore the <code>desiredCount</code> temporarily during a deployment. For example, if your service has a <code>desiredCount</code> of four tasks, a <code>minimumHealthyPercent</code> of 50% allows the scheduler to stop two existing tasks before starting two new tasks. Tasks for services that <i>do not</i> use a load balancer are considered healthy if they are in the <code>RUNNING</code> state; tasks for services that <i>do</i> use a load balancer are considered healthy if they are in the <code>RUNNING</code> state and the container instance it is hosted on is reported as healthy by the load balancer. The default value for <code>minimumHealthyPercent</code> is 50% in the console and 100% for the AWS CLI, the AWS SDKs, and the APIs. </para> <para> The <code>maximumPercent</code> parameter represents an upper limit on the number of running tasks during a deployment, which enables you to define the deployment batch size. For example, if your service has a <code>desiredCount</code> of four tasks, a <code>maximumPercent</code> value of 200% starts four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default value for <code>maximumPercent</code> is 200%. </para> <para> When the service scheduler launches new tasks, it attempts to balance them across the Availability Zones in your cluster with the following logic: </para> <ul> <li> <para> Determine which of the container instances in your cluster can support your service's task definition (for example, they have the required CPU, memory, ports, and container instance attributes). </para> </li> <li> <para> Sort the valid container instances by the fewest number of running tasks for this service in the same Availability Zone as the instance. For example, if zone A has one running service task and zones B and C each have zero, valid container instances in either zone B or C are considered optimal for placement. </para> </li> <li> <para> Place the new service task on a valid container instance in an optimal Availability Zone (based on the previous steps), favoring container instances with the fewest number of running tasks for this service. </para> </li> </ul> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.ClientToken"> <summary> Gets and sets the property ClientToken. <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request. Up to 32 ASCII characters are allowed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.DeploymentConfiguration"> <summary> Gets and sets the property DeploymentConfiguration. <para> Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.DesiredCount"> <summary> Gets and sets the property DesiredCount. <para> The number of instantiations of the specified task definition to place and keep running on your cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.LoadBalancers"> <summary> Gets and sets the property LoadBalancers. <para> A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.Role"> <summary> Gets and sets the property Role. <para> The name or full Amazon Resource Name (ARN) of the IAM role that allows your Amazon ECS container agent to make calls to your load balancer on your behalf. This parameter is only required if you are using a load balancer with your service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The name of your service. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. Service names must be unique within a cluster, but you can have similarly named services in multiple clusters within a region or across multiple regions. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition to run in your service. If a <code>revision</code> is not specified, the latest <code>ACTIVE</code> revision is used. </para> </summary> </member> <member name="T:Amazon.ECS.Model.CreateServiceResponse"> <summary> Configuration for accessing Amazon CreateService service </summary> </member> <member name="T:Amazon.ECS.Model.CreateServiceResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceResult.Service"> <summary> Gets and sets the property Service. <para> The full description of your service following the create call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.CreateServiceResponse.CreateServiceResult"> <summary> Gets and sets the CreateServiceResult property. Represents the output of a CreateService operation. </summary> </member> <member name="T:Amazon.ECS.Model.DeleteClusterRequest"> <summary> Container for the parameters to the DeleteCluster operation. Deletes the specified cluster. You must deregister all container instances from this cluster before you may delete it. You can list the container instances in a cluster with <a>ListContainerInstances</a> and deregister them with <a>DeregisterContainerInstance</a>. </summary> </member> <member name="P:Amazon.ECS.Model.DeleteClusterRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster to delete. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeleteClusterResponse"> <summary> Configuration for accessing Amazon DeleteCluster service </summary> </member> <member name="T:Amazon.ECS.Model.DeleteClusterResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteClusterResult.Cluster"> <summary> Gets and sets the property Cluster. <para> The full description of the deleted cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteClusterResponse.DeleteClusterResult"> <summary> Gets and sets the DeleteClusterResult property. Represents the output of a DeleteCluster operation. </summary> </member> <member name="T:Amazon.ECS.Model.DeleteServiceRequest"> <summary> Container for the parameters to the DeleteService operation. Deletes a specified service within a cluster. You can delete a service if you have no running tasks in it and the desired task count is zero. If the service is actively maintaining tasks, you cannot delete it, and you must update the service to a desired task count of zero. For more information, see <a>UpdateService</a>. <note> <para> When you delete a service, if there are still running tasks that require cleanup, the service status moves from <code>ACTIVE</code> to <code>DRAINING</code>, and the service is no longer visible in the console or in <a>ListServices</a> API operations. After the tasks have stopped, then the service status moves from <code>DRAINING</code> to <code>INACTIVE</code>. Services in the <code>DRAINING</code> or <code>INACTIVE</code> status can still be viewed with <a>DescribeServices</a> API operations; however, in the future, <code>INACTIVE</code> services may be cleaned up and purged from Amazon ECS record keeping, and <a>DescribeServices</a> API operations on those services will return a <code>ServiceNotFoundException</code> error. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteServiceRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The name of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteServiceRequest.Service"> <summary> Gets and sets the property Service. <para> The name of the service to delete. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeleteServiceResponse"> <summary> Configuration for accessing Amazon DeleteService service </summary> </member> <member name="T:Amazon.ECS.Model.DeleteServiceResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteServiceResult.Service"> <summary> Gets and sets the property Service. <para> The full description of the deleted service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeleteServiceResponse.DeleteServiceResult"> <summary> Gets and sets the DeleteServiceResult property. Represents the output of a DeleteService operation. </summary> </member> <member name="T:Amazon.ECS.Model.Deployment"> <summary> The details of an Amazon ECS service deployment. </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> The Unix time in seconds and milliseconds when the service was created. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.DesiredCount"> <summary> Gets and sets the property DesiredCount. <para> The most recent desired count of tasks that was specified for the service to deploy or maintain. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.Id"> <summary> Gets and sets the property Id. <para> The ID of the deployment. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.PendingCount"> <summary> Gets and sets the property PendingCount. <para> The number of tasks in the deployment that are in the <code>PENDING</code> status. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.RunningCount"> <summary> Gets and sets the property RunningCount. <para> The number of tasks in the deployment that are in the <code>RUNNING</code> status. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.Status"> <summary> Gets and sets the property Status. <para> The status of the deployment. Valid values are <code>PRIMARY</code> (for the most recent deployment), <code>ACTIVE</code> (for previous deployments that still have tasks running, but are being replaced with the <code>PRIMARY</code> deployment), and <code>INACTIVE</code> (for deployments that have been completely replaced). </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The most recent task definition that was specified for the service to use. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Deployment.UpdatedAt"> <summary> Gets and sets the property UpdatedAt. <para> The Unix time in seconds and milliseconds when the service was last updated. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeploymentConfiguration"> <summary> Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks. </summary> </member> <member name="P:Amazon.ECS.Model.DeploymentConfiguration.MaximumPercent"> <summary> Gets and sets the property MaximumPercent. <para> The upper limit (as a percentage of the service's <code>desiredCount</code>) of the number of running tasks that can be running in a service during a deployment. The maximum number of tasks during a deployment is the <code>desiredCount</code> multiplied by the <code>maximumPercent</code>/100, rounded down to the nearest integer value. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeploymentConfiguration.MinimumHealthyPercent"> <summary> Gets and sets the property MinimumHealthyPercent. <para> The lower limit (as a percentage of the service's <code>desiredCount</code>) of the number of running tasks that must remain running and healthy in a service during a deployment. The minimum healthy tasks during a deployment is the <code>desiredCount</code> multiplied by the <code>minimumHealthyPercent</code>/100, rounded up to the nearest integer value. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterContainerInstanceRequest"> <summary> Container for the parameters to the DeregisterContainerInstance operation. Deregisters an Amazon ECS container instance from the specified cluster. This instance is no longer available to run tasks. <para> If you intend to use the container instance for some other purpose after deregistration, you should stop all of the tasks running on the container instance before deregistration to avoid any orphaned tasks from consuming resources. </para> <para> Deregistering a container instance removes the instance from a cluster, but it does not terminate the EC2 instance; if you are finished using the instance, be sure to terminate it in the Amazon EC2 console to stop billing. </para> <note> <para> When you terminate a container instance, it is automatically deregistered from your cluster. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterContainerInstanceRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterContainerInstanceRequest.ContainerInstance"> <summary> Gets and sets the property ContainerInstance. <para> The container instance ID or full Amazon Resource Name (ARN) of the container instance to deregister. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance ID. For example, arn:aws:ecs:<i>region</i>:<i>aws_account_id</i>:container-instance/<i>container_instance_ID</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterContainerInstanceRequest.Force"> <summary> Gets and sets the property Force. <para> Forces the deregistration of the container instance. If you have tasks running on the container instance when you deregister it with the <code>force</code> option, these tasks remain running and they continue to pass Elastic Load Balancing load balancer health checks until you terminate the instance or the tasks stop through some other means, but they are orphaned (no longer monitored or accounted for by Amazon ECS). If an orphaned task on your container instance is part of an Amazon ECS service, then the service scheduler starts another copy of that task, on a different container instance if possible. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterContainerInstanceResponse"> <summary> Configuration for accessing Amazon DeregisterContainerInstance service </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterContainerInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterContainerInstanceResult.ContainerInstance"> <summary> Gets and sets the property ContainerInstance. </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterContainerInstanceResponse.DeregisterContainerInstanceResult"> <summary> Gets and sets the DeregisterContainerInstanceResult property. Represents the output of a DeregisterContainerInstance operation. </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterTaskDefinitionRequest"> <summary> Container for the parameters to the DeregisterTaskDefinition operation. Deregisters the specified task definition by family and revision. Upon deregistration, the task definition is marked as <code>INACTIVE</code>. Existing tasks and services that reference an <code>INACTIVE</code> task definition continue to run without disruption. Existing services that reference an <code>INACTIVE</code> task definition can still scale up or down by modifying the service's desired count. <para> You cannot use an <code>INACTIVE</code> task definition to run new tasks or create new services, and you cannot update an existing service to reference an <code>INACTIVE</code> task definition (although there may be up to a 10 minute window following deregistration where these restrictions have not yet taken effect). </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterTaskDefinitionRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a <code>revision</code>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterTaskDefinitionResponse"> <summary> Configuration for accessing Amazon DeregisterTaskDefinition service </summary> </member> <member name="T:Amazon.ECS.Model.DeregisterTaskDefinitionResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterTaskDefinitionResult.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The full description of the deregistered task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DeregisterTaskDefinitionResponse.DeregisterTaskDefinitionResult"> <summary> Gets and sets the DeregisterTaskDefinitionResult property. Represents the output of a DeregisterTaskDefinition operation. </summary> </member> <member name="T:Amazon.ECS.Model.DescribeClustersRequest"> <summary> Container for the parameters to the DescribeClusters operation. Describes one or more of your clusters. </summary> </member> <member name="P:Amazon.ECS.Model.DescribeClustersRequest.Clusters"> <summary> Gets and sets the property Clusters. <para> A space-separated list of cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DescribeClustersResponse"> <summary> Configuration for accessing Amazon DescribeClusters service </summary> </member> <member name="T:Amazon.ECS.Model.DescribeClustersResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeClustersResult.Clusters"> <summary> Gets and sets the property Clusters. <para> The list of clusters. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeClustersResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeClustersResponse.DescribeClustersResult"> <summary> Gets and sets the DescribeClustersResult property. Represents the output of a DescribeClusters operation. </summary> </member> <member name="T:Amazon.ECS.Model.DescribeContainerInstancesRequest"> <summary> Container for the parameters to the DescribeContainerInstances operation. Describes Amazon EC2 Container Service container instances. Returns metadata about registered and remaining resources on each container instance requested. </summary> </member> <member name="P:Amazon.ECS.Model.DescribeContainerInstancesRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeContainerInstancesRequest.ContainerInstances"> <summary> Gets and sets the property ContainerInstances. <para> A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DescribeContainerInstancesResponse"> <summary> Configuration for accessing Amazon DescribeContainerInstances service </summary> </member> <member name="T:Amazon.ECS.Model.DescribeContainerInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeContainerInstancesResult.ContainerInstances"> <summary> Gets and sets the property ContainerInstances. <para> The list of container instances. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeContainerInstancesResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeContainerInstancesResponse.DescribeContainerInstancesResult"> <summary> Gets and sets the DescribeContainerInstancesResult property. Represents the output of a DescribeContainerInstances operation. </summary> </member> <member name="T:Amazon.ECS.Model.DescribeServicesRequest"> <summary> Container for the parameters to the DescribeServices operation. Describes the specified services running in your cluster. </summary> </member> <member name="P:Amazon.ECS.Model.DescribeServicesRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The name of the cluster that hosts the service to describe. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeServicesRequest.Services"> <summary> Gets and sets the property Services. <para> A list of services to describe. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DescribeServicesResponse"> <summary> Configuration for accessing Amazon DescribeServices service </summary> </member> <member name="T:Amazon.ECS.Model.DescribeServicesResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeServicesResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeServicesResult.Services"> <summary> Gets and sets the property Services. <para> The list of services described. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeServicesResponse.DescribeServicesResult"> <summary> Gets and sets the DescribeServicesResult property. Represents the output of a DescribeServices operation. </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTaskDefinitionRequest"> <summary> Container for the parameters to the DescribeTaskDefinition operation. Describes a task definition. You can specify a <code>family</code> and <code>revision</code> to find information about a specific task definition, or you can simply specify the family to find the latest <code>ACTIVE</code> revision in that family. <note> <para> You can only describe <code>INACTIVE</code> task definitions while an active task or service references them. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTaskDefinitionRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> for the latest <code>ACTIVE</code> revision, <code>family</code> and <code>revision</code> (<code>family:revision</code>) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTaskDefinitionResponse"> <summary> Configuration for accessing Amazon DescribeTaskDefinition service </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTaskDefinitionResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTaskDefinitionResult.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The full task definition description. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTaskDefinitionResponse.DescribeTaskDefinitionResult"> <summary> Gets and sets the DescribeTaskDefinitionResult property. Represents the output of a DescribeTaskDefinition operation. </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTasksRequest"> <summary> Container for the parameters to the DescribeTasks operation. Describes a specified task or tasks. </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTasksRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTasksRequest.Tasks"> <summary> Gets and sets the property Tasks. <para> A space-separated list of task IDs or full Amazon Resource Name (ARN) entries. </para> </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTasksResponse"> <summary> Configuration for accessing Amazon DescribeTasks service </summary> </member> <member name="T:Amazon.ECS.Model.DescribeTasksResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTasksResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTasksResult.Tasks"> <summary> Gets and sets the property Tasks. <para> The list of tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.DescribeTasksResponse.DescribeTasksResult"> <summary> Gets and sets the DescribeTasksResult property. Represents the output of a DescribeTasks operation. </summary> </member> <member name="T:Amazon.ECS.Model.Failure"> <summary> A failed resource. </summary> </member> <member name="P:Amazon.ECS.Model.Failure.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) of the failed resource. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Failure.Reason"> <summary> Gets and sets the property Reason. <para> The reason for the failure. </para> </summary> </member> <member name="T:Amazon.ECS.Model.HostEntry"> <summary> Hostnames and IP address entries that are added to the <code>/etc/hosts</code> file of a container via the <code>extraHosts</code> parameter of its <a>ContainerDefinition</a>. </summary> </member> <member name="P:Amazon.ECS.Model.HostEntry.Hostname"> <summary> Gets and sets the property Hostname. <para> The hostname to use in the <code>/etc/hosts</code> entry. </para> </summary> </member> <member name="P:Amazon.ECS.Model.HostEntry.IpAddress"> <summary> Gets and sets the property IpAddress. <para> The IP address to use in the <code>/etc/hosts</code> entry. </para> </summary> </member> <member name="T:Amazon.ECS.Model.HostVolumeProperties"> <summary> Details on a container instance host volume. </summary> </member> <member name="P:Amazon.ECS.Model.HostVolumeProperties.SourcePath"> <summary> Gets and sets the property SourcePath. <para> The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If the <code>host</code> parameter contains a <code>sourcePath</code> file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the <code>sourcePath</code> value does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported. </para> </summary> </member> <member name="T:Amazon.ECS.Model.InvalidParameterException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.InvalidParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.KeyValuePair"> <summary> A key and value pair object. </summary> </member> <member name="P:Amazon.ECS.Model.KeyValuePair.Name"> <summary> Gets and sets the property Name. <para> The name of the key value pair. For environment variables, this is the name of the environment variable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.KeyValuePair.Value"> <summary> Gets and sets the property Value. <para> The value of the key value pair. For environment variables, this is the value of the environment variable. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListClustersRequest"> <summary> Container for the parameters to the ListClusters operation. Returns a list of existing clusters. </summary> </member> <member name="P:Amazon.ECS.Model.ListClustersRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of cluster results returned by <code>ListClusters</code> in paginated output. When this parameter is used, <code>ListClusters</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListClusters</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListClusters</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListClustersRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListClusters</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListClustersResponse"> <summary> Configuration for accessing Amazon ListClusters service </summary> </member> <member name="T:Amazon.ECS.Model.ListClustersResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListClustersResult.ClusterArns"> <summary> Gets and sets the property ClusterArns. <para> The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListClustersResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListClusters</code> request. When the results of a <code>ListClusters</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListClustersResponse.ListClustersResult"> <summary> Gets and sets the ListClustersResult property. Represents the output of a ListClusters operation. </summary> </member> <member name="T:Amazon.ECS.Model.ListContainerInstancesRequest"> <summary> Container for the parameters to the ListContainerInstances operation. Returns a list of container instances in a specified cluster. </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to list. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of container instance results returned by <code>ListContainerInstances</code> in paginated output. When this parameter is used, <code>ListContainerInstances</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListContainerInstances</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListContainerInstances</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListContainerInstances</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListContainerInstancesResponse"> <summary> Configuration for accessing Amazon ListContainerInstances service </summary> </member> <member name="T:Amazon.ECS.Model.ListContainerInstancesResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesResult.ContainerInstanceArns"> <summary> Gets and sets the property ContainerInstanceArns. <para> The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListContainerInstances</code> request. When the results of a <code>ListContainerInstances</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListContainerInstancesResponse.ListContainerInstancesResult"> <summary> Gets and sets the ListContainerInstancesResult property. Represents the output of a ListContainerInstances operation. </summary> </member> <member name="T:Amazon.ECS.Model.ListServicesRequest"> <summary> Container for the parameters to the ListServices operation. Lists the services that are running in a specified cluster. </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of container instance results returned by <code>ListServices</code> in paginated output. When this parameter is used, <code>ListServices</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListServices</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 10. If this parameter is not used, then <code>ListServices</code> returns up to 10 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListServices</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListServicesResponse"> <summary> Configuration for accessing Amazon ListServices service </summary> </member> <member name="T:Amazon.ECS.Model.ListServicesResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListServices</code> request. When the results of a <code>ListServices</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesResult.ServiceArns"> <summary> Gets and sets the property ServiceArns. <para> The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListServicesResponse.ListServicesResult"> <summary> Gets and sets the ListServicesResult property. Represents the output of a ListServices operation. </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest"> <summary> Container for the parameters to the ListTaskDefinitionFamilies operation. Returns a list of task definition families that are registered to your account (which may include task definition families that no longer have any <code>ACTIVE</code> task definitions). You can filter the results with the <code>familyPrefix</code> parameter. </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest.FamilyPrefix"> <summary> Gets and sets the property FamilyPrefix. <para> The <code>familyPrefix</code> is a string that is used to filter the results of <code>ListTaskDefinitionFamilies</code>. If you specify a <code>familyPrefix</code>, only task definition family names that begin with the <code>familyPrefix</code> string are returned. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of task definition family results returned by <code>ListTaskDefinitionFamilies</code> in paginated output. When this parameter is used, <code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTaskDefinitionFamilies</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTaskDefinitionFamilies</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListTaskDefinitionFamilies</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionFamiliesResponse"> <summary> Configuration for accessing Amazon ListTaskDefinitionFamilies service </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionFamiliesResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesResult.Families"> <summary> Gets and sets the property Families. <para> The list of task definition family names that match the <code>ListTaskDefinitionFamilies</code> request. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListTaskDefinitionFamilies</code> request. When the results of a <code>ListTaskDefinitionFamilies</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionFamiliesResponse.ListTaskDefinitionFamiliesResult"> <summary> Gets and sets the ListTaskDefinitionFamiliesResult property. Represents the output of a ListTaskDefinitionFamilies operation. </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionsRequest"> <summary> Container for the parameters to the ListTaskDefinitions operation. Returns a list of task definitions that are registered to your account. You can filter the results by family name with the <code>familyPrefix</code> parameter or by status with the <code>status</code> parameter. </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsRequest.FamilyPrefix"> <summary> Gets and sets the property FamilyPrefix. <para> The full family name with which to filter the <code>ListTaskDefinitions</code> results. Specifying a <code>familyPrefix</code> limits the listed task definitions to task definition revisions that belong to that family. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of task definition results returned by <code>ListTaskDefinitions</code> in paginated output. When this parameter is used, <code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTaskDefinitions</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTaskDefinitions</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListTaskDefinitions</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsRequest.Sort"> <summary> Gets and sets the property Sort. <para> The order in which to sort the results. Valid values are <code>ASC</code> and <code>DESC</code>. By default (<code>ASC</code>), task definitions are listed lexicographically by family name and in ascending numerical order by revision so that the newest task definitions in a family are listed last. Setting this parameter to <code>DESC</code> reverses the sort order on family name and revision so that the newest task definitions in a family are listed first. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsRequest.Status"> <summary> Gets and sets the property Status. <para> The task definition status with which to filter the <code>ListTaskDefinitions</code> results. By default, only <code>ACTIVE</code> task definitions are listed. By setting this parameter to <code>INACTIVE</code>, you can view task definitions that are <code>INACTIVE</code> as long as an active task or service still references them. If you paginate the resulting output, be sure to keep the <code>status</code> value constant in each subsequent request. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionsResponse"> <summary> Configuration for accessing Amazon ListTaskDefinitions service </summary> </member> <member name="T:Amazon.ECS.Model.ListTaskDefinitionsResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListTaskDefinitions</code> request. When the results of a <code>ListTaskDefinitions</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsResult.TaskDefinitionArns"> <summary> Gets and sets the property TaskDefinitionArns. <para> The list of task definition Amazon Resource Name (ARN) entries for the <code>ListTaskDefinitions</code> request. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTaskDefinitionsResponse.ListTaskDefinitionsResult"> <summary> Gets and sets the ListTaskDefinitionsResult property. Represents the output of a ListTaskDefinitions operation. </summary> </member> <member name="T:Amazon.ECS.Model.ListTasksRequest"> <summary> Container for the parameters to the ListTasks operation. Returns a list of tasks for a specified cluster. You can filter the results by family name, by a particular container instance, or by the desired status of the task with the <code>family</code>, <code>containerInstance</code>, and <code>desiredStatus</code> parameters. </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.ContainerInstance"> <summary> Gets and sets the property ContainerInstance. <para> The container instance ID or full Amazon Resource Name (ARN) of the container instance with which to filter the <code>ListTasks</code> results. Specifying a <code>containerInstance</code> limits the results to tasks that belong to that container instance. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.DesiredStatus"> <summary> Gets and sets the property DesiredStatus. <para> The task status with which to filter the <code>ListTasks</code> results. Specifying a <code>desiredStatus</code> of <code>STOPPED</code> limits the results to tasks that are in the <code>STOPPED</code> status, which can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is <code>RUNNING</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.Family"> <summary> Gets and sets the property Family. <para> The name of the family with which to filter the <code>ListTasks</code> results. Specifying a <code>family</code> limits the results to tasks that belong to that family. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> The maximum number of task results returned by <code>ListTasks</code> in paginated output. When this parameter is used, <code>ListTasks</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTasks</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTasks</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value returned from a previous paginated <code>ListTasks</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The name of the service with which to filter the <code>ListTasks</code> results. Specifying a <code>serviceName</code> limits the results to tasks that belong to that service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksRequest.StartedBy"> <summary> Gets and sets the property StartedBy. <para> The <code>startedBy</code> value with which to filter the task results. Specifying a <code>startedBy</code> value limits the results to tasks that were started with that value. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ListTasksResponse"> <summary> Configuration for accessing Amazon ListTasks service </summary> </member> <member name="T:Amazon.ECS.Model.ListTasksResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The <code>nextToken</code> value to include in a future <code>ListTasks</code> request. When the results of a <code>ListTasks</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksResult.TaskArns"> <summary> Gets and sets the property TaskArns. <para> The list of task Amazon Resource Name (ARN) entries for the <code>ListTasks</code> request. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ListTasksResponse.ListTasksResult"> <summary> Gets and sets the ListTasksResult property. Represents the output of a ListTasks operation. </summary> </member> <member name="T:Amazon.ECS.Model.LoadBalancer"> <summary> Details on a load balancer that is used with a service. </summary> </member> <member name="P:Amazon.ECS.Model.LoadBalancer.ContainerName"> <summary> Gets and sets the property ContainerName. <para> The name of the container (as it appears in a container definition) to associate with the load balancer. </para> </summary> </member> <member name="P:Amazon.ECS.Model.LoadBalancer.ContainerPort"> <summary> Gets and sets the property ContainerPort. <para> The port on the container to associate with the load balancer. This port must correspond to a <code>containerPort</code> in the service's task definition. Your container instances must allow ingress traffic on the <code>hostPort</code> of the port mapping. </para> </summary> </member> <member name="P:Amazon.ECS.Model.LoadBalancer.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ECS.Model.LogConfiguration"> <summary> Log configuration options to send to a custom log driver for the container. </summary> </member> <member name="P:Amazon.ECS.Model.LogConfiguration.LogDriver"> <summary> Gets and sets the property LogDriver. <para> The log driver to use for the container. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: <code>sudo docker version | grep "Server API version"</code> </para> </summary> </member> <member name="P:Amazon.ECS.Model.LogConfiguration.Options"> <summary> Gets and sets the property Options. <para> The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: <code>sudo docker version | grep "Server API version"</code> </para> </summary> </member> <member name="T:Amazon.ECS.Model.MissingVersionException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.MissingVersionException.#ctor(System.String)"> <summary> Constructs a new MissingVersionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.MountPoint"> <summary> Details on a volume mount point that is used in a container definition. </summary> </member> <member name="P:Amazon.ECS.Model.MountPoint.ContainerPath"> <summary> Gets and sets the property ContainerPath. <para> The path on the container to mount the host volume at. </para> </summary> </member> <member name="P:Amazon.ECS.Model.MountPoint.ReadOnly"> <summary> Gets and sets the property ReadOnly. <para> If this value is <code>true</code>, the container has read-only access to the volume. If this value is <code>false</code>, then the container can write to the volume. The default value is <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.MountPoint.SourceVolume"> <summary> Gets and sets the property SourceVolume. <para> The name of the volume to mount. </para> </summary> </member> <member name="T:Amazon.ECS.Model.NetworkBinding"> <summary> Details on the network bindings between a container and its host container instance. After a task reaches the <code>RUNNING</code> status, manual and automatic host and container port assignments are visible in the <code>networkBindings</code> section of <a>DescribeTasks</a> API responses. </summary> </member> <member name="P:Amazon.ECS.Model.NetworkBinding.BindIP"> <summary> Gets and sets the property BindIP. <para> The IP address that the container is bound to on the container instance. </para> </summary> </member> <member name="P:Amazon.ECS.Model.NetworkBinding.ContainerPort"> <summary> Gets and sets the property ContainerPort. <para> The port number on the container that is be used with the network binding. </para> </summary> </member> <member name="P:Amazon.ECS.Model.NetworkBinding.HostPort"> <summary> Gets and sets the property HostPort. <para> The port number on the host that is used with the network binding. </para> </summary> </member> <member name="P:Amazon.ECS.Model.NetworkBinding.Protocol"> <summary> Gets and sets the property Protocol. <para> The protocol used for the network binding. </para> </summary> </member> <member name="T:Amazon.ECS.Model.NoUpdateAvailableException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.NoUpdateAvailableException.#ctor(System.String)"> <summary> Constructs a new NoUpdateAvailableException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.PortMapping"> <summary> Port mappings allow containers to access ports on the host container instance to send or receive traffic. Port mappings are specified as part of the container definition. After a task reaches the <code>RUNNING</code> status, manual and automatic host and container port assignments are visible in the <code>networkBindings</code> section of <a>DescribeTasks</a> API responses. </summary> </member> <member name="P:Amazon.ECS.Model.PortMapping.ContainerPort"> <summary> Gets and sets the property ContainerPort. <para> The port number on the container that is bound to the user-specified or automatically assigned host port. If you specify a container port and not a host port, your container automatically receives a host port in the ephemeral port range (for more information, see <code>hostPort</code>). </para> </summary> </member> <member name="P:Amazon.ECS.Model.PortMapping.HostPort"> <summary> Gets and sets the property HostPort. <para> The port number on the container instance to reserve for your container. You can specify a non-reserved host port for your container port mapping, or you can omit the <code>hostPort</code> (or set it to <code>0</code>) while specifying a <code>containerPort</code> and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version. </para> <para> The default ephemeral port range is 49153 to 65535, and this range is used for Docker versions prior to 1.6.0. For Docker version 1.6.0 and later, the Docker daemon tries to read the ephemeral port range from <code>/proc/sys/net/ipv4/ip_local_port_range</code>; if this kernel parameter is unavailable, the default ephemeral port range is used. You should not attempt to specify a host port in the ephemeral port range, because these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range. </para> <para> The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS container agent port 51678. Any host port that was previously specified in a running task is also reserved while the task is running (after a task stops, the host port is released).The current reserved ports are displayed in the <code>remainingResources</code> of <a>DescribeContainerInstances</a> output, and a container instance may have up to 50 reserved ports at a time, including the default reserved ports (automatically assigned ports do not count toward this limit). </para> </summary> </member> <member name="P:Amazon.ECS.Model.PortMapping.Protocol"> <summary> Gets and sets the property Protocol. <para> The protocol used for the port mapping. Valid values are <code>tcp</code> and <code>udp</code>. The default is <code>tcp</code>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.RegisterTaskDefinitionRequest"> <summary> Container for the parameters to the RegisterTaskDefinition operation. Registers a new task definition from the supplied <code>family</code> and <code>containerDefinitions</code>. Optionally, you can add data volumes to your containers with the <code>volumes</code> parameter. For more information about task definition parameters and defaults, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Amazon ECS Task Definitions</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </summary> </member> <member name="P:Amazon.ECS.Model.RegisterTaskDefinitionRequest.ContainerDefinitions"> <summary> Gets and sets the property ContainerDefinitions. <para> A list of container definitions in JSON format that describe the different containers that make up your task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RegisterTaskDefinitionRequest.Family"> <summary> Gets and sets the property Family. <para> You must specify a <code>family</code> for a task definition, which allows you to track multiple versions of the same task definition. The <code>family</code> is used as a name for your task definition. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RegisterTaskDefinitionRequest.Volumes"> <summary> Gets and sets the property Volumes. <para> A list of volume definitions in JSON format that containers in your task may use. </para> </summary> </member> <member name="T:Amazon.ECS.Model.RegisterTaskDefinitionResponse"> <summary> Configuration for accessing Amazon RegisterTaskDefinition service </summary> </member> <member name="T:Amazon.ECS.Model.RegisterTaskDefinitionResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.RegisterTaskDefinitionResult.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The full description of the registered task definition. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RegisterTaskDefinitionResponse.RegisterTaskDefinitionResult"> <summary> Gets and sets the RegisterTaskDefinitionResult property. Represents the output of a RegisterTaskDefinition operation. </summary> </member> <member name="T:Amazon.ECS.Model.Resource"> <summary> Describes the resources available for a container instance. </summary> </member> <member name="P:Amazon.ECS.Model.Resource.DoubleValue"> <summary> Gets and sets the property DoubleValue. <para> When the <code>doubleValue</code> type is set, the value of the resource must be a double precision floating-point type. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Resource.IntegerValue"> <summary> Gets and sets the property IntegerValue. <para> When the <code>integerValue</code> type is set, the value of the resource must be an integer. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Resource.LongValue"> <summary> Gets and sets the property LongValue. <para> When the <code>longValue</code> type is set, the value of the resource must be an extended precision floating-point type. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Resource.Name"> <summary> Gets and sets the property Name. <para> The name of the resource, such as <code>CPU</code>, <code>MEMORY</code>, <code>PORTS</code>, or a user-defined resource. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Resource.StringSetValue"> <summary> Gets and sets the property StringSetValue. <para> When the <code>stringSetValue</code> type is set, the value of the resource must be a string type. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Resource.Type"> <summary> Gets and sets the property Type. <para> The type of the resource, such as <code>INTEGER</code>, <code>DOUBLE</code>, <code>LONG</code>, or <code>STRINGSET</code>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.RunTaskRequest"> <summary> Container for the parameters to the RunTask operation. Start a task using random placement and the default Amazon ECS scheduler. To use your own scheduler or place a task on a specific container instance, use <code>StartTask</code> instead. <important> <para> The <code>count</code> parameter is limited to 10 tasks per call. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskRequest.Count"> <summary> Gets and sets the property Count. <para> The number of instantiations of the specified task to place on your cluster. </para> <important> <para> The <code>count</code> parameter is limited to 10 tasks per call. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskRequest.Overrides"> <summary> Gets and sets the property Overrides. <para> A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive. You can override the default command for a container (that is specified in the task definition or Docker image) with a <code>command</code> override. You can also override existing environment variables (that are specified in the task definition or Docker image) on a container or add new environment variables to it with an <code>environment</code> override. </para> <note> <para> A total of 8192 characters are allowed for overrides. This limit includes the JSON formatting characters of the override structure. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskRequest.StartedBy"> <summary> Gets and sets the property StartedBy. <para> An optional tag specified when a task is started. For example if you automatically trigger a task to run a batch process job, you could apply a unique identifier for that job to your task with the <code>startedBy</code> parameter. You can then identify which tasks belong to that job by filtering the results of a <a>ListTasks</a> call with the <code>startedBy</code> value. </para> <para> If a task is started by an Amazon ECS service, then the <code>startedBy</code> parameter contains the deployment ID of the service that starts it. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition to run. If a <code>revision</code> is not specified, the latest <code>ACTIVE</code> revision is used. </para> </summary> </member> <member name="T:Amazon.ECS.Model.RunTaskResponse"> <summary> Configuration for accessing Amazon RunTask service </summary> </member> <member name="T:Amazon.ECS.Model.RunTaskResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskResult.Tasks"> <summary> Gets and sets the property Tasks. <para> A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here. </para> </summary> </member> <member name="P:Amazon.ECS.Model.RunTaskResponse.RunTaskResult"> <summary> Gets and sets the RunTaskResult property. Represents the output of a RunTask operation. </summary> </member> <member name="T:Amazon.ECS.Model.ServerException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ServerException.#ctor(System.String)"> <summary> Constructs a new ServerException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.Service"> <summary> Details on a service within a cluster </summary> </member> <member name="P:Amazon.ECS.Model.Service.ClusterArn"> <summary> Gets and sets the property ClusterArn. <para> The Amazon Resource Name (ARN) of the of the cluster that hosts the service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.DeploymentConfiguration"> <summary> Gets and sets the property DeploymentConfiguration. <para> Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.Deployments"> <summary> Gets and sets the property Deployments. <para> The current state of deployments for the service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.DesiredCount"> <summary> Gets and sets the property DesiredCount. <para> The desired number of instantiations of the task definition to keep running on the service. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.Events"> <summary> Gets and sets the property Events. <para> The event stream for your service. A maximum of 100 of the latest events are displayed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.LoadBalancers"> <summary> Gets and sets the property LoadBalancers. <para> A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.PendingCount"> <summary> Gets and sets the property PendingCount. <para> The number of tasks in the cluster that are in the <code>PENDING</code> state. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.RoleArn"> <summary> Gets and sets the property RoleArn. <para> The Amazon Resource Name (ARN) of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with a load balancer. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.RunningCount"> <summary> Gets and sets the property RunningCount. <para> The number of tasks in the cluster that are in the <code>RUNNING</code> state. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.ServiceArn"> <summary> Gets and sets the property ServiceArn. <para> The Amazon Resource Name (ARN) that identifies the service. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the service, the AWS account ID of the service owner, the <code>service</code> namespace, and then the service name. For example, arn:aws:ecs:<i>region</i>:<i>012345678910</i>:service/<i>my-service</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The name of your service. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. Service names must be unique within a cluster, but you can have similarly named services in multiple clusters within a region or across multiple regions. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.Status"> <summary> Gets and sets the property Status. <para> The status of the service. The valid values are <code>ACTIVE</code>, <code>DRAINING</code>, or <code>INACTIVE</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Service.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The task definition to use for tasks in the service. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ServiceEvent"> <summary> Details on an event associated with a service. </summary> </member> <member name="P:Amazon.ECS.Model.ServiceEvent.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> The Unix time in seconds and milliseconds when the event was triggered. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ServiceEvent.Id"> <summary> Gets and sets the property Id. <para> The ID string of the event. </para> </summary> </member> <member name="P:Amazon.ECS.Model.ServiceEvent.Message"> <summary> Gets and sets the property Message. <para> The event message. </para> </summary> </member> <member name="T:Amazon.ECS.Model.ServiceNotActiveException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ServiceNotActiveException.#ctor(System.String)"> <summary> Constructs a new ServiceNotActiveException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.ServiceNotFoundException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.ServiceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ServiceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.StartTaskRequest"> <summary> Container for the parameters to the StartTask operation. Starts a new task from the specified task definition on the specified container instance or instances. To use the default Amazon ECS scheduler to place your task, use <code>RunTask</code> instead. <important> <para> The list of container instances to start tasks on is limited to 10. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskRequest.ContainerInstances"> <summary> Gets and sets the property ContainerInstances. <para> The container instance IDs or full Amazon Resource Name (ARN) entries for the container instances on which you would like to place your task. </para> <important> <para> The list of container instances to start tasks on is limited to 10. </para> </important> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskRequest.Overrides"> <summary> Gets and sets the property Overrides. <para> A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive. You can override the default command for a container (that is specified in the task definition or Docker image) with a <code>command</code> override. You can also override existing environment variables (that are specified in the task definition or Docker image) on a container or add new environment variables to it with an <code>environment</code> override. </para> <note> <para> A total of 8192 characters are allowed for overrides. This limit includes the JSON formatting characters of the override structure. </para> </note> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskRequest.StartedBy"> <summary> Gets and sets the property StartedBy. <para> An optional tag specified when a task is started. For example if you automatically trigger a task to run a batch process job, you could apply a unique identifier for that job to your task with the <code>startedBy</code> parameter. You can then identify which tasks belong to that job by filtering the results of a <a>ListTasks</a> call with the <code>startedBy</code> value. </para> <para> If a task is started by an Amazon ECS service, then the <code>startedBy</code> parameter contains the deployment ID of the service that starts it. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition to start. If a <code>revision</code> is not specified, the latest <code>ACTIVE</code> revision is used. </para> </summary> </member> <member name="T:Amazon.ECS.Model.StartTaskResponse"> <summary> Configuration for accessing Amazon StartTask service </summary> </member> <member name="T:Amazon.ECS.Model.StartTaskResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskResult.Failures"> <summary> Gets and sets the property Failures. <para> Any failures associated with the call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskResult.Tasks"> <summary> Gets and sets the property Tasks. <para> A full description of the tasks that were started. Each task that was successfully placed on your container instances are described here. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StartTaskResponse.StartTaskResult"> <summary> Gets and sets the StartTaskResult property. Represents the output of a StartTask operation. </summary> </member> <member name="T:Amazon.ECS.Model.StopTaskRequest"> <summary> Container for the parameters to the StopTask operation. Stops a running task. <para> When <a>StopTask</a> is called on a task, the equivalent of <code>docker stop</code> is issued to the containers running in the task. This results in a <code>SIGTERM</code> and a 30-second timeout, after which <code>SIGKILL</code> is sent and the containers are forcibly stopped. If the container handles the <code>SIGTERM</code> gracefully and exits within 30 seconds from receiving it, no <code>SIGKILL</code> is sent. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StopTaskRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop. If you do not specify a cluster, the default cluster is assumed.. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StopTaskRequest.Reason"> <summary> Gets and sets the property Reason. <para> An optional message specified when a task is stopped. For example, if you are using a custom scheduler, you can use this parameter to specify the reason for stopping the task here, and the message will appear in subsequent <a>DescribeTasks</a> API operations on this task. Up to 255 characters are allowed in this message. </para> </summary> </member> <member name="P:Amazon.ECS.Model.StopTaskRequest.Task"> <summary> Gets and sets the property Task. <para> The task ID or full Amazon Resource Name (ARN) entry of the task to stop. </para> </summary> </member> <member name="T:Amazon.ECS.Model.StopTaskResponse"> <summary> Configuration for accessing Amazon StopTask service </summary> </member> <member name="T:Amazon.ECS.Model.StopTaskResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.StopTaskResult.Task"> <summary> Gets and sets the property Task. </summary> </member> <member name="P:Amazon.ECS.Model.StopTaskResponse.StopTaskResult"> <summary> Gets and sets the StopTaskResult property. Represents the output of a StopTask operation. </summary> </member> <member name="T:Amazon.ECS.Model.Task"> <summary> Details on a task in a cluster. </summary> </member> <member name="P:Amazon.ECS.Model.Task.ClusterArn"> <summary> Gets and sets the property ClusterArn. <para> The Amazon Resource Name (ARN) of the of the cluster that hosts the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.ContainerInstanceArn"> <summary> Gets and sets the property ContainerInstanceArn. <para> The Amazon Resource Name (ARN) of the container instances that host the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.Containers"> <summary> Gets and sets the property Containers. <para> The containers associated with the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> The Unix time in seconds and milliseconds when the task was created (the task entered the <code>PENDING</code> state). </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.DesiredStatus"> <summary> Gets and sets the property DesiredStatus. <para> The desired status of the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.LastStatus"> <summary> Gets and sets the property LastStatus. <para> The last known status of the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.Overrides"> <summary> Gets and sets the property Overrides. <para> One or more container overrides. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.StartedAt"> <summary> Gets and sets the property StartedAt. <para> The Unix time in seconds and milliseconds when the task was started (the task transitioned from the <code>PENDING</code> state to the <code>RUNNING</code> state). </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.StartedBy"> <summary> Gets and sets the property StartedBy. <para> The tag specified when a task is started. If the task is started by an Amazon ECS service, then the <code>startedBy</code> parameter contains the deployment ID of the service that starts it. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.StoppedAt"> <summary> Gets and sets the property StoppedAt. <para> The Unix time in seconds and milliseconds when the task was stopped (the task transitioned from the <code>RUNNING</code> state to the <code>STOPPED</code> state). </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.StoppedReason"> <summary> Gets and sets the property StoppedReason. <para> The reason the task was stopped. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.TaskArn"> <summary> Gets and sets the property TaskArn. <para> The Amazon Resource Name (ARN) of the task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Task.TaskDefinitionArn"> <summary> Gets and sets the property TaskDefinitionArn. <para> The Amazon Resource Name (ARN) of the of the task definition that creates the task. </para> </summary> </member> <member name="T:Amazon.ECS.Model.TaskDefinition"> <summary> Details of a task definition. </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.ContainerDefinitions"> <summary> Gets and sets the property ContainerDefinitions. <para> A list of container definitions in JSON format that describe the different containers that make up your task. For more information about container definition parameters and defaults, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Amazon ECS Task Definitions</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.Family"> <summary> Gets and sets the property Family. <para> The family of your task definition, used as the definition name. </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.RequiresAttributes"> <summary> Gets and sets the property RequiresAttributes. <para> The container instance attributes required by your task. </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.Revision"> <summary> Gets and sets the property Revision. <para> The revision of the task in a particular family. The revision is a version number of a task definition in a family. When you register a task definition for the first time, the revision is <code>1</code>; each time you register a new revision of a task definition in the same family, the revision value always increases by one (even if you have deregistered previous revisions in this family). </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.Status"> <summary> Gets and sets the property Status. <para> The status of the task definition. </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.TaskDefinitionArn"> <summary> Gets and sets the property TaskDefinitionArn. <para> The full Amazon Resource Name (ARN) of the of the task definition. </para> </summary> </member> <member name="P:Amazon.ECS.Model.TaskDefinition.Volumes"> <summary> Gets and sets the property Volumes. <para> The list of volumes in a task. For more information about volume definition parameters and defaults, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Amazon ECS Task Definitions</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.TaskOverride"> <summary> The overrides associated with a task. </summary> </member> <member name="P:Amazon.ECS.Model.TaskOverride.ContainerOverrides"> <summary> Gets and sets the property ContainerOverrides. <para> One or more container overrides sent to a task. </para> </summary> </member> <member name="T:Amazon.ECS.Model.Ulimit"> <summary> The <code>ulimit</code> settings to pass to the container. </summary> </member> <member name="P:Amazon.ECS.Model.Ulimit.HardLimit"> <summary> Gets and sets the property HardLimit. <para> The hard limit for the ulimit type. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Ulimit.Name"> <summary> Gets and sets the property Name. <para> The <code>type</code> of the <code>ulimit</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Ulimit.SoftLimit"> <summary> Gets and sets the property SoftLimit. <para> The soft limit for the ulimit type. </para> </summary> </member> <member name="T:Amazon.ECS.Model.UpdateContainerAgentRequest"> <summary> Container for the parameters to the UpdateContainerAgent operation. Updates the Amazon ECS container agent on a specified container instance. Updating the Amazon ECS container agent does not interrupt running tasks or services on the container instance. The process for updating the agent differs depending on whether your container instance was launched with the Amazon ECS-optimized AMI or another operating system. <para> <code>UpdateContainerAgent</code> requires the Amazon ECS-optimized AMI or Amazon Linux with the <code>ecs-init</code> service installed and running. For help updating the Amazon ECS container agent on other operating systems, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html#manually_update_agent">Manually Updating the Amazon ECS Container Agent</a> in the <i>Amazon EC2 Container Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateContainerAgentRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateContainerAgentRequest.ContainerInstance"> <summary> Gets and sets the property ContainerInstance. <para> The container instance ID or full Amazon Resource Name (ARN) entries for the container instance on which you would like to update the Amazon ECS container agent. </para> </summary> </member> <member name="T:Amazon.ECS.Model.UpdateContainerAgentResponse"> <summary> Configuration for accessing Amazon UpdateContainerAgent service </summary> </member> <member name="T:Amazon.ECS.Model.UpdateContainerAgentResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateContainerAgentResult.ContainerInstance"> <summary> Gets and sets the property ContainerInstance. </summary> </member> <member name="P:Amazon.ECS.Model.UpdateContainerAgentResponse.UpdateContainerAgentResult"> <summary> Gets and sets the UpdateContainerAgentResult property. Represents the output of a UpdateContainerAgent operation. </summary> </member> <member name="T:Amazon.ECS.Model.UpdateInProgressException"> <summary> ECS exception </summary> </member> <member name="M:Amazon.ECS.Model.UpdateInProgressException.#ctor(System.String)"> <summary> Constructs a new UpdateInProgressException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ECS.Model.UpdateServiceRequest"> <summary> Container for the parameters to the UpdateService operation. Modifies the desired count, deployment configuration, or task definition used in a service. <para> You can add to or subtract from the number of instantiations of a task definition in a service by specifying the cluster that the service is running in and a new <code>desiredCount</code> parameter. </para> <para> You can use <a>UpdateService</a> to modify your task definition and deploy a new version of your service. </para> <para> You can also update the deployment configuration of a service. When a deployment is triggered by updating the task definition of a service, the service scheduler uses the deployment configuration parameters, <code>minimumHealthyPercent</code> and <code>maximumPercent</code>, to determine the deployment strategy. </para> <para> If the <code>minimumHealthyPercent</code> is below 100%, the scheduler can ignore the <code>desiredCount</code> temporarily during a deployment. For example, if your service has a <code>desiredCount</code> of four tasks, a <code>minimumHealthyPercent</code> of 50% allows the scheduler to stop two existing tasks before starting two new tasks. Tasks for services that <i>do not</i> use a load balancer are considered healthy if they are in the <code>RUNNING</code> state; tasks for services that <i>do</i> use a load balancer are considered healthy if they are in the <code>RUNNING</code> state and the container instance it is hosted on is reported as healthy by the load balancer. </para> <para> The <code>maximumPercent</code> parameter represents an upper limit on the number of running tasks during a deployment, which enables you to define the deployment batch size. For example, if your service has a <code>desiredCount</code> of four tasks, a <code>maximumPercent</code> value of 200% starts four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). </para> <para> When <a>UpdateService</a> stops a task during a deployment, the equivalent of <code>docker stop</code> is issued to the containers running in the task. This results in a <code>SIGTERM</code> and a 30-second timeout, after which <code>SIGKILL</code> is sent and the containers are forcibly stopped. If the container handles the <code>SIGTERM</code> gracefully and exits within 30 seconds from receiving it, no <code>SIGKILL</code> is sent. </para> <para> When the service scheduler launches new tasks, it attempts to balance them across the Availability Zones in your cluster with the following logic: </para> <ul> <li> <para> Determine which of the container instances in your cluster can support your service's task definition (for example, they have the required CPU, memory, ports, and container instance attributes). </para> </li> <li> <para> Sort the valid container instances by the fewest number of running tasks for this service in the same Availability Zone as the instance. For example, if zone A has one running service task and zones B and C each have zero, valid container instances in either zone B or C are considered optimal for placement. </para> </li> <li> <para> Place the new service task on a valid container instance in an optimal Availability Zone (based on the previous steps), favoring container instances with the fewest number of running tasks for this service. </para> </li> </ul> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceRequest.Cluster"> <summary> Gets and sets the property Cluster. <para> The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on. If you do not specify a cluster, the default cluster is assumed. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceRequest.DeploymentConfiguration"> <summary> Gets and sets the property DeploymentConfiguration. <para> Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceRequest.DesiredCount"> <summary> Gets and sets the property DesiredCount. <para> The number of instantiations of the task to place and keep running in your service. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceRequest.Service"> <summary> Gets and sets the property Service. <para> The name of the service to update. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceRequest.TaskDefinition"> <summary> Gets and sets the property TaskDefinition. <para> The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition to run in your service. If a <code>revision</code> is not specified, the latest <code>ACTIVE</code> revision is used. If you modify the task definition with <code>UpdateService</code>, Amazon ECS spawns a task with the new version of the task definition and then stops an old task after the new version is running. </para> </summary> </member> <member name="T:Amazon.ECS.Model.UpdateServiceResponse"> <summary> Configuration for accessing Amazon UpdateService service </summary> </member> <member name="T:Amazon.ECS.Model.UpdateServiceResult"> <summary> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceResult.Service"> <summary> Gets and sets the property Service. <para> The full description of your service following the update call. </para> </summary> </member> <member name="P:Amazon.ECS.Model.UpdateServiceResponse.UpdateServiceResult"> <summary> Gets and sets the UpdateServiceResult property. Represents the output of a UpdateService operation. </summary> </member> <member name="T:Amazon.ECS.Model.VersionInfo"> <summary> The Docker and Amazon ECS container agent version information about a container instance. </summary> </member> <member name="P:Amazon.ECS.Model.VersionInfo.AgentHash"> <summary> Gets and sets the property AgentHash. <para> The Git commit hash for the Amazon ECS container agent build on the <a href="https://github.com/aws/amazon-ecs-agent/commits/master">amazon-ecs-agent </a> GitHub repository. </para> </summary> </member> <member name="P:Amazon.ECS.Model.VersionInfo.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The version number of the Amazon ECS container agent. </para> </summary> </member> <member name="P:Amazon.ECS.Model.VersionInfo.DockerVersion"> <summary> Gets and sets the property DockerVersion. <para> The Docker version running on the container instance. </para> </summary> </member> <member name="T:Amazon.ECS.Model.Volume"> <summary> A data volume used in a task definition. </summary> </member> <member name="P:Amazon.ECS.Model.Volume.Host"> <summary> Gets and sets the property Host. <para> The contents of the <code>host</code> parameter determine whether your data volume persists on the host container instance and where it is stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume, but the data is not guaranteed to persist after the containers associated with it stop running. </para> </summary> </member> <member name="P:Amazon.ECS.Model.Volume.Name"> <summary> Gets and sets the property Name. <para> The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. This name is referenced in the <code>sourceVolume</code> parameter of container definition <code>mountPoints</code>. </para> </summary> </member> <member name="T:Amazon.ECS.Model.VolumeFrom"> <summary> Details on a data volume from another container. </summary> </member> <member name="P:Amazon.ECS.Model.VolumeFrom.ReadOnly"> <summary> Gets and sets the property ReadOnly. <para> If this value is <code>true</code>, the container has read-only access to the volume. If this value is <code>false</code>, then the container can write to the volume. The default value is <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ECS.Model.VolumeFrom.SourceContainer"> <summary> Gets and sets the property SourceContainer. <para> The name of the container to mount volumes from. </para> </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.AttributeUnmarshaller"> <summary> Response Unmarshaller for Attribute Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ClusterUnmarshaller"> <summary> Response Unmarshaller for Cluster Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerDefinitionMarshaller"> <summary> ContainerDefinition Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerDefinitionUnmarshaller"> <summary> Response Unmarshaller for ContainerDefinition Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerInstanceUnmarshaller"> <summary> Response Unmarshaller for ContainerInstance Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerOverrideMarshaller"> <summary> ContainerOverride Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerOverrideUnmarshaller"> <summary> Response Unmarshaller for ContainerOverride Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ContainerUnmarshaller"> <summary> Response Unmarshaller for Container Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.CreateClusterRequestMarshaller"> <summary> CreateCluster Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.CreateClusterResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCluster operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.CreateServiceRequestMarshaller"> <summary> CreateService Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.CreateServiceResponseUnmarshaller"> <summary> Response Unmarshaller for CreateService operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeleteClusterRequestMarshaller"> <summary> DeleteCluster Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeleteClusterResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCluster operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeleteServiceRequestMarshaller"> <summary> DeleteService Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeleteServiceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteService operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeploymentConfigurationMarshaller"> <summary> DeploymentConfiguration Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeploymentConfigurationUnmarshaller"> <summary> Response Unmarshaller for DeploymentConfiguration Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeploymentUnmarshaller"> <summary> Response Unmarshaller for Deployment Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeregisterContainerInstanceRequestMarshaller"> <summary> DeregisterContainerInstance Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeregisterContainerInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterContainerInstance operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeregisterTaskDefinitionRequestMarshaller"> <summary> DeregisterTaskDefinition Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DeregisterTaskDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterTaskDefinition operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeClustersRequestMarshaller"> <summary> DescribeClusters Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeClustersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeClusters operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeContainerInstancesRequestMarshaller"> <summary> DescribeContainerInstances Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeContainerInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeContainerInstances operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeServicesRequestMarshaller"> <summary> DescribeServices Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeServicesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeServices operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeTaskDefinitionRequestMarshaller"> <summary> DescribeTaskDefinition Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeTaskDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTaskDefinition operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeTasksRequestMarshaller"> <summary> DescribeTasks Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.DescribeTasksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTasks operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.FailureUnmarshaller"> <summary> Response Unmarshaller for Failure Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.HostEntryMarshaller"> <summary> HostEntry Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.HostEntryUnmarshaller"> <summary> Response Unmarshaller for HostEntry Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.HostVolumePropertiesMarshaller"> <summary> HostVolumeProperties Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.HostVolumePropertiesUnmarshaller"> <summary> Response Unmarshaller for HostVolumeProperties Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.KeyValuePairMarshaller"> <summary> KeyValuePair Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.KeyValuePairUnmarshaller"> <summary> Response Unmarshaller for KeyValuePair Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListClustersRequestMarshaller"> <summary> ListClusters Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListClustersResponseUnmarshaller"> <summary> Response Unmarshaller for ListClusters operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListContainerInstancesRequestMarshaller"> <summary> ListContainerInstances Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListContainerInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for ListContainerInstances operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListServicesRequestMarshaller"> <summary> ListServices Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListServicesResponseUnmarshaller"> <summary> Response Unmarshaller for ListServices operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTaskDefinitionFamiliesRequestMarshaller"> <summary> ListTaskDefinitionFamilies Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTaskDefinitionFamiliesResponseUnmarshaller"> <summary> Response Unmarshaller for ListTaskDefinitionFamilies operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTaskDefinitionsRequestMarshaller"> <summary> ListTaskDefinitions Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTaskDefinitionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListTaskDefinitions operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTasksRequestMarshaller"> <summary> ListTasks Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ListTasksResponseUnmarshaller"> <summary> Response Unmarshaller for ListTasks operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.LoadBalancerMarshaller"> <summary> LoadBalancer Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.LoadBalancerUnmarshaller"> <summary> Response Unmarshaller for LoadBalancer Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.LogConfigurationMarshaller"> <summary> LogConfiguration Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.LogConfigurationUnmarshaller"> <summary> Response Unmarshaller for LogConfiguration Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.MountPointMarshaller"> <summary> MountPoint Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.MountPointUnmarshaller"> <summary> Response Unmarshaller for MountPoint Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.NetworkBindingUnmarshaller"> <summary> Response Unmarshaller for NetworkBinding Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.PortMappingMarshaller"> <summary> PortMapping Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.PortMappingUnmarshaller"> <summary> Response Unmarshaller for PortMapping Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.RegisterTaskDefinitionRequestMarshaller"> <summary> RegisterTaskDefinition Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.RegisterTaskDefinitionResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterTaskDefinition operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ResourceUnmarshaller"> <summary> Response Unmarshaller for Resource Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.RunTaskRequestMarshaller"> <summary> RunTask Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.RunTaskResponseUnmarshaller"> <summary> Response Unmarshaller for RunTask operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ServiceEventUnmarshaller"> <summary> Response Unmarshaller for ServiceEvent Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.ServiceUnmarshaller"> <summary> Response Unmarshaller for Service Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.StartTaskRequestMarshaller"> <summary> StartTask Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.StartTaskResponseUnmarshaller"> <summary> Response Unmarshaller for StartTask operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.StopTaskRequestMarshaller"> <summary> StopTask Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.StopTaskResponseUnmarshaller"> <summary> Response Unmarshaller for StopTask operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.TaskDefinitionUnmarshaller"> <summary> Response Unmarshaller for TaskDefinition Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.TaskOverrideMarshaller"> <summary> TaskOverride Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.TaskOverrideUnmarshaller"> <summary> Response Unmarshaller for TaskOverride Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.TaskUnmarshaller"> <summary> Response Unmarshaller for Task Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UlimitMarshaller"> <summary> Ulimit Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UlimitUnmarshaller"> <summary> Response Unmarshaller for Ulimit Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UpdateContainerAgentRequestMarshaller"> <summary> UpdateContainerAgent Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UpdateContainerAgentResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateContainerAgent operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UpdateServiceRequestMarshaller"> <summary> UpdateService Request Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.UpdateServiceResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateService operation </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.VersionInfoUnmarshaller"> <summary> Response Unmarshaller for VersionInfo Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.VolumeFromMarshaller"> <summary> VolumeFrom Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.VolumeFromUnmarshaller"> <summary> Response Unmarshaller for VolumeFrom Object </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.VolumeMarshaller"> <summary> Volume Marshaller </summary> </member> <member name="T:Amazon.ECS.Model.Internal.MarshallTransformations.VolumeUnmarshaller"> <summary> Response Unmarshaller for Volume Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig"> <summary> Configuration for accessing Amazon ElasticBeanstalk service </summary> </member> <member name="M:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.ApplicationVersionStatus"> <summary> Constants used for properties of type ApplicationVersionStatus. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ApplicationVersionStatus.Failed"> <summary> Constant Failed for ApplicationVersionStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ApplicationVersionStatus.Processed"> <summary> Constant Processed for ApplicationVersionStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ApplicationVersionStatus.Processing"> <summary> Constant Processing for ApplicationVersionStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ApplicationVersionStatus.Unprocessed"> <summary> Constant Unprocessed for ApplicationVersionStatus </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ApplicationVersionStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ApplicationVersionStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus"> <summary> Constants used for properties of type ConfigurationDeploymentStatus. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus.Deployed"> <summary> Constant Deployed for ConfigurationDeploymentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus.Failed"> <summary> Constant Failed for ConfigurationDeploymentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus.Pending"> <summary> Constant Pending for ConfigurationDeploymentStatus </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.ConfigurationOptionValueType"> <summary> Constants used for properties of type ConfigurationOptionValueType. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ConfigurationOptionValueType.List"> <summary> Constant List for ConfigurationOptionValueType </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ConfigurationOptionValueType.Scalar"> <summary> Constant Scalar for ConfigurationOptionValueType </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ConfigurationOptionValueType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ConfigurationOptionValueType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EnvironmentHealth"> <summary> Constants used for properties of type EnvironmentHealth. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealth.Green"> <summary> Constant Green for EnvironmentHealth </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealth.Grey"> <summary> Constant Grey for EnvironmentHealth </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealth.Red"> <summary> Constant Red for EnvironmentHealth </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealth.Yellow"> <summary> Constant Yellow for EnvironmentHealth </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealth.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealth.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute"> <summary> Constants used for properties of type EnvironmentHealthAttribute. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.All"> <summary> Constant All for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.ApplicationMetrics"> <summary> Constant ApplicationMetrics for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.Causes"> <summary> Constant Causes for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.Color"> <summary> Constant Color for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.HealthStatus"> <summary> Constant HealthStatus for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.InstancesHealth"> <summary> Constant InstancesHealth for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.RefreshedAt"> <summary> Constant RefreshedAt for EnvironmentHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.Status"> <summary> Constant Status for EnvironmentHealthAttribute </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealthAttribute.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EnvironmentHealthStatus"> <summary> Constants used for properties of type EnvironmentHealthStatus. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Degraded"> <summary> Constant Degraded for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Info"> <summary> Constant Info for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.NoData"> <summary> Constant NoData for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Ok"> <summary> Constant Ok for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Pending"> <summary> Constant Pending for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Severe"> <summary> Constant Severe for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Unknown"> <summary> Constant Unknown for EnvironmentHealthStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.Warning"> <summary> Constant Warning for EnvironmentHealthStatus </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentHealthStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EnvironmentInfoType"> <summary> Constants used for properties of type EnvironmentInfoType. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentInfoType.Bundle"> <summary> Constant Bundle for EnvironmentInfoType </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentInfoType.Tail"> <summary> Constant Tail for EnvironmentInfoType </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentInfoType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentInfoType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EnvironmentStatus"> <summary> Constants used for properties of type EnvironmentStatus. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentStatus.Launching"> <summary> Constant Launching for EnvironmentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentStatus.Ready"> <summary> Constant Ready for EnvironmentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentStatus.Terminated"> <summary> Constant Terminated for EnvironmentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentStatus.Terminating"> <summary> Constant Terminating for EnvironmentStatus </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EnvironmentStatus.Updating"> <summary> Constant Updating for EnvironmentStatus </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EnvironmentStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.EventSeverity"> <summary> Constants used for properties of type EventSeverity. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.DEBUG"> <summary> Constant DEBUG for EventSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.ERROR"> <summary> Constant ERROR for EventSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.FATAL"> <summary> Constant FATAL for EventSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.INFO"> <summary> Constant INFO for EventSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.TRACE"> <summary> Constant TRACE for EventSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.EventSeverity.WARN"> <summary> Constant WARN for EventSeverity </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EventSeverity.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.EventSeverity.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.InstancesHealthAttribute"> <summary> Constants used for properties of type InstancesHealthAttribute. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.All"> <summary> Constant All for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.ApplicationMetrics"> <summary> Constant ApplicationMetrics for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.Causes"> <summary> Constant Causes for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.Color"> <summary> Constant Color for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.HealthStatus"> <summary> Constant HealthStatus for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.LaunchedAt"> <summary> Constant LaunchedAt for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.RefreshedAt"> <summary> Constant RefreshedAt for InstancesHealthAttribute </summary> </member> <member name="F:Amazon.ElasticBeanstalk.InstancesHealthAttribute.System"> <summary> Constant System for InstancesHealthAttribute </summary> </member> <member name="M:Amazon.ElasticBeanstalk.InstancesHealthAttribute.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.InstancesHealthAttribute.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.ValidationSeverity"> <summary> Constants used for properties of type ValidationSeverity. </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ValidationSeverity.Error"> <summary> Constant Error for ValidationSeverity </summary> </member> <member name="F:Amazon.ElasticBeanstalk.ValidationSeverity.Warning"> <summary> Constant Warning for ValidationSeverity </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ValidationSeverity.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticBeanstalk.ValidationSeverity.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest"> <summary> Container for the parameters to the AbortEnvironmentUpdate operation. Cancels in-progress environment configuration update or application version deployment. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.AmazonElasticBeanstalkRequest"> <summary> Base class for ElasticBeanstalk operation requests. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> This specifies the ID of the environment with the in-progress update that you want to cancel. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> This specifies the name of the environment with the in-progress update that you want to cancel. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ApplicationDescription"> <summary> Describes the properties of an application. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ApplicationDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.ConfigurationTemplates"> <summary> Gets and sets the property ConfigurationTemplates. <para> The names of the configuration templates associated with this application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The date when the application was created. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The date when the application was last modified. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.Description"> <summary> Gets and sets the property Description. <para> User-defined description of the application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationDescription.Versions"> <summary> Gets and sets the property Versions. <para> The names of the versions for this application. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ApplicationMetrics"> <summary> Represents the application metrics for a specified environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationMetrics.Duration"> <summary> Gets and sets the property Duration. <para> The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (<code>request_count</code>) within the most recent time slice of 10 seconds (<code>duration</code>). </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationMetrics.Latency"> <summary> Gets and sets the property Latency. <para> Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one milisecond resolution. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationMetrics.RequestCount"> <summary> Gets and sets the property RequestCount. <para> Average number of requests handled by the web server per second over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationMetrics.StatusCodes"> <summary> Gets and sets the property StatusCodes. <para> Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription"> <summary> Describes the properties of an application version. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this release. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The creation date of the application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The last modified date of the application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.Description"> <summary> Gets and sets the property Description. <para> The description of this application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.SourceBundle"> <summary> Gets and sets the property SourceBundle. <para> The location where the source bundle is located for this version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.Status"> <summary> Gets and sets the property Status. <para> The processing status of the application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> A label uniquely identifying the version for the associated application. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.AutoScalingGroup"> <summary> Describes an Auto Scaling launch configuration. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.AutoScalingGroup.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.AutoScalingGroup.Name"> <summary> Gets and sets the property Name. <para> The name of the <code>AutoScalingGroup</code> . </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest"> <summary> Container for the parameters to the CheckDNSAvailability operation. Checks if the specified CNAME is available. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest.#ctor(System.String)"> <summary> Instantiates CheckDNSAvailabilityRequest with the parameterized properties </summary> <param name="cnamePrefix"> The prefix used when this CNAME is reserved. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest.CNAMEPrefix"> <summary> Gets and sets the property CNAMEPrefix. <para> The prefix used when this CNAME is reserved. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResponse"> <summary> Configuration for accessing Amazon CheckDNSAvailability service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResult"> <summary> Indicates if the specified CNAME is available. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResult.Available"> <summary> Gets and sets the property Available. <para> Indicates if the specified CNAME is available: </para> <ul> <li> <code>true</code> : The CNAME is available. </li> <li> <code>false</code> : The CNAME is not available. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResult.FullyQualifiedCNAME"> <summary> Gets and sets the property FullyQualifiedCNAME. <para> The fully qualified CNAME to reserve when <a>CreateEnvironment</a> is called with the provided prefix. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResponse.CheckDNSAvailabilityResult"> <summary> Gets and sets the CheckDNSAvailabilityResult property. Represents the output of a CheckDNSAvailability operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest"> <summary> Container for the parameters to the ComposeEnvironments operation. Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named <code>env.yaml</code>. See <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html">Compose Environments</a> for details. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to which the specified source bundles belong. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html#environment-mgmt-compose-envyaml">Environment Manifest (env.yaml)</a> for details. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest.VersionLabels"> <summary> Gets and sets the property VersionLabels. <para> A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse"> <summary> Configuration for accessing Amazon ComposeEnvironments service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResult"> <summary> Result message containing a list of environment descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResult.Environments"> <summary> Gets and sets the property Environments. <para> Returns an <a>EnvironmentDescription</a> list. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse.ComposeEnvironmentsResult"> <summary> Gets and sets the ComposeEnvironmentsResult property. Represents the output of a ComposeEnvironments operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription"> <summary> Describes the possible values for a configuration option. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.ChangeSeverity"> <summary> Gets and sets the property ChangeSeverity. <para> An indication of which action is required if the value for this configuration option changes: </para> <ul> <li> <code>NoInterruption</code> : There is no interruption to the environment or application availability. </li> <li> <code>RestartEnvironment</code> : The environment is entirely restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process. </li> <li> <code>RestartApplicationServer</code> : The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value for this configuration option. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.MaxLength"> <summary> Gets and sets the property MaxLength. <para> If specified, the configuration option must be a string value no longer than this value. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.MaxValue"> <summary> Gets and sets the property MaxValue. <para> If specified, the configuration option must be a numeric value less than this value. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.MinValue"> <summary> Gets and sets the property MinValue. <para> If specified, the configuration option must be a numeric value greater than this value. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.Name"> <summary> Gets and sets the property Name. <para> The name of the configuration option. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.Namespace"> <summary> Gets and sets the property Namespace. <para> A unique namespace identifying the option's associated AWS resource. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.Regex"> <summary> Gets and sets the property Regex. <para> If specified, the configuration option must be a string value that satisfies this regular expression. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.UserDefined"> <summary> Gets and sets the property UserDefined. <para> An indication of whether the user defined this configuration option: </para> <ul> <li> <para> <code>true</code> : This configuration option was defined by the user. It is a valid choice for specifying if this as an <code>Option to Remove</code> when updating configuration settings. </para> </li> <li> <code>false</code> : This configuration was not defined by the user. </li> </ul> <para> Constraint: You can remove only <code>UserDefined</code> options from a configuration. </para> <para> Valid Values: <code>true</code> | <code>false</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.ValueOptions"> <summary> Gets and sets the property ValueOptions. <para> If specified, values for the configuration option are selected from this list. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionDescription.ValueType"> <summary> Gets and sets the property ValueType. <para> An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values: </para> <ul> <li> <code>Scalar</code> : Values for this option are a single selection from the possible values, or an unformatted string, or numeric value governed by the <code>MIN/MAX/Regex</code> constraints. </li> <li> <code>List</code> : Values for this option are multiple selections from the possible values. </li> <li> <code>Boolean</code> : Values for this option are either <code>true</code> or <code>false</code> . </li> <li> <code>Json</code> : Values for this option are a JSON representation of a <code>ConfigDocument</code>. </li> </ul> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting"> <summary> A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html">Option Values</a> in the <i>AWS Elastic Beanstalk Developer Guide</i>. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.#ctor(System.String,System.String,System.String)"> <summary> Instantiates ConfigurationOptionSetting with the parameterized properties </summary> <param name="awsNamespace"> A unique namespace identifying the option's associated AWS resource. </param> <param name="optionName"> The name of the configuration option. </param> <param name="value"> The current value for the configuration option. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.Namespace"> <summary> Gets and sets the property Namespace. <para> A unique namespace identifying the option's associated AWS resource. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.OptionName"> <summary> Gets and sets the property OptionName. <para> The name of the configuration option. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.ResourceName"> <summary> Gets and sets the property ResourceName. <para> A unique resource name for a time-based scaling configuration option. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting.Value"> <summary> Gets and sets the property Value. <para> The current value for the configuration option. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription"> <summary> Describes the settings for a configuration set. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The date (in UTC time) when this configuration set was created. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The date (in UTC time) when this configuration set was last modified. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.DeploymentStatus"> <summary> Gets and sets the property DeploymentStatus. <para> If this configuration set is associated with an environment, the <code>DeploymentStatus</code> parameter indicates the deployment status of this configuration set: </para> <ul> <li> <code>null</code>: This configuration is not associated with a running environment. </li> <li> <code>pending</code>: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. </li> <li> <code>deployed</code>: This is the configuration that is currently deployed to the associated running environment. </li> <li> <code>failed</code>: This is a draft configuration that failed to successfully deploy. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.Description"> <summary> Gets and sets the property Description. <para> Describes this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> If not <code>null</code>, the name of the environment for this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> A list of the configuration options and their values in this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack this configuration set uses. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription.TemplateName"> <summary> Gets and sets the property TemplateName. <para> If not <code>null</code>, the name of the configuration template for this configuration set. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CPUUtilization"> <summary> Represents CPU utilization information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the <code>instanceId</code> property to specify the application instance for which you'd like to return data. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.Idle"> <summary> Gets and sets the property Idle. <para> Percentage of time that the CPU has spent in the <code>Idle</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.IOWait"> <summary> Gets and sets the property IOWait. <para> Percentage of time that the CPU has spent in the <code>I/O Wait</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.IRQ"> <summary> Gets and sets the property IRQ. <para> Percentage of time that the CPU has spent in the <code>IRQ</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.Nice"> <summary> Gets and sets the property Nice. <para> Percentage of time that the CPU has spent in the <code>Nice</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.SoftIRQ"> <summary> Gets and sets the property SoftIRQ. <para> Percentage of time that the CPU has spent in the <code>SoftIRQ</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.System"> <summary> Gets and sets the property System. <para> Percentage of time that the CPU has spent in the <code>System</code> state over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CPUUtilization.User"> <summary> Gets and sets the property User. <para> Percentage of time that the CPU has spent in the <code>User</code> state over the last 10 seconds. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationRequest"> <summary> Container for the parameters to the CreateApplication operation. Creates an application that has one configuration template named <code>default</code> and no application versions. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateApplicationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateApplicationRequest.#ctor(System.String)"> <summary> Instantiates CreateApplicationRequest with the parameterized properties </summary> <param name="applicationName">The name of the application. Constraint: This name must be unique within your account. If the specified name already exists, the action returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application. </para> <para> Constraint: This name must be unique within your account. If the specified name already exists, the action returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationRequest.Description"> <summary> Gets and sets the property Description. <para> Describes the application. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationResponse"> <summary> Configuration for accessing Amazon CreateApplication service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationResult"> <summary> Result message containing a single description of an application. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationResult.Application"> <summary> Gets and sets the property Application. <para> The <a>ApplicationDescription</a> of the application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationResponse.CreateApplicationResult"> <summary> Gets and sets the CreateApplicationResult property. Represents the output of a CreateApplication operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest"> <summary> Container for the parameters to the CreateApplicationVersion operation. Creates an application version for the specified application. <note>Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version. </note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateApplicationVersionRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application. If no application is found with this name, and <code>AutoCreateApplication</code> is <code>false</code>, returns an <code>InvalidParameterValue</code> error. </param> <param name="versionLabel">A label identifying this version. Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application. If no application is found with this name, and <code>AutoCreateApplication</code> is <code>false</code>, returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.AutoCreateApplication"> <summary> Gets and sets the property AutoCreateApplication. <para> Determines how the system behaves if the specified application for this version does not already exist: </para> <ul> <li> <code>true</code> : Automatically creates the specified application for this release if it does not already exist. </li> <li> <code>false</code> : Throws an <code>InvalidParameterValue</code> if the specified application for this release does not already exist. </li> </ul> <para> Default: <code>false</code> </para> <para> Valid Values: <code>true</code> | <code>false</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.Description"> <summary> Gets and sets the property Description. <para> Describes this version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.Process"> <summary> Gets and sets the property Process. <para> Preprocesses and validates the environment manifest and configuration files in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.SourceBundle"> <summary> Gets and sets the property SourceBundle. <para> The Amazon S3 bucket and key that identify the location of the source bundle for this version. </para> <para> If data found at the Amazon S3 location exceeds the maximum allowed source bundle size, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. The maximum size allowed is 512 MB. </para> <para> Default: If not specified, AWS Elastic Beanstalk uses a sample application. If only partially specified (for example, a bucket is provided but not the key) or if no data is found at the Amazon S3 location, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> A label identifying this version. </para> <para> Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse"> <summary> Configuration for accessing Amazon CreateApplicationVersion service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResult"> <summary> Result message wrapping a single description of an application version. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResult.ApplicationVersion"> <summary> Gets and sets the property ApplicationVersion. <para> The <a>ApplicationVersionDescription</a> of the application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse.CreateApplicationVersionResult"> <summary> Gets and sets the CreateApplicationVersionResult property. Represents the output of a CreateApplicationVersion operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest"> <summary> Container for the parameters to the CreateConfigurationTemplate operation. Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings. <para> Related Topics </para> <ul> <li> <a>DescribeConfigurationOptions</a> </li> <li> <a>DescribeConfigurationSettings</a> </li> <li> <a>ListAvailableSolutionStacks</a> </li> </ul> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateConfigurationTemplateRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </param> <param name="templateName">The name of the configuration template. Constraint: This name must be unique per application. Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.Description"> <summary> Gets and sets the property Description. <para> Describes this configuration. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment used with this configuration template. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. </para> <para> Use <a>ListAvailableSolutionStacks</a> to obtain a list of available solution stacks. </para> <para> A solution stack name or a source configuration parameter must be specified, otherwise AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> <para> If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.SourceConfiguration"> <summary> Gets and sets the property SourceConfiguration. <para> If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration. </para> <para> Values specified in the <code>OptionSettings</code> parameter of this call overrides any values obtained from the <code>SourceConfiguration</code>. </para> <para> If no configuration template is found, returns an <code>InvalidParameterValue</code> error. </para> <para> Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template. </para> <para> Constraint: This name must be unique per application. </para> <para> Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse"> <summary> Configuration for accessing Amazon CreateConfigurationTemplate service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult"> <summary> Describes the settings for a configuration set. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The date (in UTC time) when this configuration set was created. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The date (in UTC time) when this configuration set was last modified. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.DeploymentStatus"> <summary> Gets and sets the property DeploymentStatus. <para> If this configuration set is associated with an environment, the <code>DeploymentStatus</code> parameter indicates the deployment status of this configuration set: </para> <ul> <li> <code>null</code>: This configuration is not associated with a running environment. </li> <li> <code>pending</code>: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. </li> <li> <code>deployed</code>: This is the configuration that is currently deployed to the associated running environment. </li> <li> <code>failed</code>: This is a draft configuration that failed to successfully deploy. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.Description"> <summary> Gets and sets the property Description. <para> Describes this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> If not <code>null</code>, the name of the environment for this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> A list of the configuration options and their values in this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack this configuration set uses. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResult.TemplateName"> <summary> Gets and sets the property TemplateName. <para> If not <code>null</code>, the name of the configuration template for this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse.CreateConfigurationTemplateResult"> <summary> Gets and sets the CreateConfigurationTemplateResult property. Represents the output of a CreateConfigurationTemplate operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest"> <summary> Container for the parameters to the CreateEnvironment operation. Launches an environment for the specified application using the specified configuration. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateEnvironmentRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application that contains the version to be deployed. If no application is found with this name, <code>CreateEnvironment</code> returns an <code>InvalidParameterValue</code> error. </param> <param name="environmentName"> A unique name for the deployment environment. Used in the application URL. Constraint: Must be from 4 to 23 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.</param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application that contains the version to be deployed. </para> <para> If no application is found with this name, <code>CreateEnvironment</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.CNAMEPrefix"> <summary> Gets and sets the property CNAMEPrefix. <para> If specified, the environment attempts to use this value as the prefix for the CNAME. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.Description"> <summary> Gets and sets the property Description. <para> Describes this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> A unique name for the deployment environment. Used in the application URL. </para> <para> Constraint: Must be from 4 to 23 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> <para> Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name parameter. See <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html#environment-mgmt-compose-envyaml">Environment Manifest (env.yaml)</a> for details. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.OptionsToRemove"> <summary> Gets and sets the property OptionsToRemove. <para> A list of custom user-defined configuration options to remove from the configuration set for this new environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> This is an alternative to specifying a template name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. </para> <para> Condition: You must specify either this or a <code>TemplateName</code>, but not both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic Beanstalk returns a <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.Tags"> <summary> Gets and sets the property Tags. <para> This specifies the tags applied to resources in the environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template to use in deployment. If no configuration template is found with this name, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this parameter or a <code>SolutionStackName</code>, but not both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic Beanstalk returns a <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.Tier"> <summary> Gets and sets the property Tier. <para> This specifies the tier to use for creating this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The name of the application version to deploy. </para> <para> If the specified application has no associated application versions, AWS Elastic Beanstalk <code>UpdateEnvironment</code> returns an <code>InvalidParameterValue</code> error. </para> <para> Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse"> <summary> Configuration for accessing Amazon CreateEnvironment service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult"> <summary> Describes the properties of an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.AbortableOperationInProgress"> <summary> Gets and sets the property AbortableOperationInProgress. <para> Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. </para> <para> <code>true:</code> There is an update in progress. </para> <para> <code>false:</code> There are no updates currently in progress. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.CNAME"> <summary> Gets and sets the property CNAME. <para> The URL to the CNAME for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The creation date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The last modified date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.Description"> <summary> Gets and sets the property Description. <para> Describes this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.EndpointURL"> <summary> Gets and sets the property EndpointURL. <para> For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.EnvironmentLinks"> <summary> Gets and sets the property EnvironmentLinks. <para> A list of links to other environments in the same group. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.Health"> <summary> Gets and sets the property Health. <para> Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: </para> <ul> <li> <code>Red</code>: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. </li> <li> <code>Yellow</code>: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. </li> <li> <code>Green</code>: Indicates the environment is healthy and fully functional. </li> <li> <code>Grey</code>: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an <code>UpdateEnvironment</code> or <code>RestartEnvironement</code> request. </li> </ul> <para> Default: <code>Grey</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Returns the health status of the application running in your environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.Resources"> <summary> Gets and sets the property Resources. <para> The description of the AWS resources used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the <code>SolutionStack</code> deployed with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.Status"> <summary> Gets and sets the property Status. <para> The current operational status of the environment: </para> <ul> <li> <code>Launching</code>: Environment is in the process of initial deployment. </li> <li> <code>Updating</code>: Environment is in the process of updating its configuration settings or application version. </li> <li> <code>Ready</code>: Environment is available to have an action performed on it, such as update or terminate. </li> <li> <code>Terminating</code>: Environment is in the shut-down process. </li> <li> <code>Terminated</code>: Environment is not running. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template used to originally launch this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.Tier"> <summary> Gets and sets the property Tier. <para> Describes the current tier of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResult.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The application version deployed in this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse.CreateEnvironmentResult"> <summary> Gets and sets the CreateEnvironmentResult property. Represents the output of a CreateEnvironment operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateStorageLocationRequest"> <summary> Container for the parameters to the CreateStorageLocation operation. Creates the Amazon S3 storage location for the account. <para> This location is used to store user log files. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse"> <summary> Configuration for accessing Amazon CreateStorageLocation service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.CreateStorageLocationResult"> <summary> Results of a <a>CreateStorageLocationResult</a> call. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateStorageLocationResult.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The name of the Amazon S3 bucket created. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse.CreateStorageLocationResult"> <summary> Gets and sets the CreateStorageLocationResult property. Represents the output of a CreateStorageLocation operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest"> <summary> Container for the parameters to the DeleteApplication operation. Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. <note>You cannot delete an application that has a running environment. </note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest.#ctor(System.String)"> <summary> Instantiates DeleteApplicationRequest with the parameterized properties </summary> <param name="applicationName">The name of the application to delete.</param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to delete. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest.TerminateEnvByForce"> <summary> Gets and sets the property TerminateEnvByForce. <para> When set to true, running environments will be terminated before deleting the application. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest"> <summary> Container for the parameters to the DeleteApplicationVersion operation. Deletes the specified version from the specified application. <note>You cannot delete an application version that is associated with a running environment.</note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteApplicationVersionRequest with the parameterized properties </summary> <param name="applicationName">The name of the application to delete releases from.</param> <param name="versionLabel"> The label of the version to delete. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to delete releases from. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest.DeleteSourceBundle"> <summary> Gets and sets the property DeleteSourceBundle. <para> Indicates whether to delete the associated source bundle from Amazon S3: </para> <ul> <li> <code>true</code>: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation. </li> <li> <code>false</code>: No action is taken on the Amazon S3 source bundle specified at time of creation. </li> </ul> <para> Valid Values: <code>true</code> | <code>false</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The label of the version to delete. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest"> <summary> Container for the parameters to the DeleteConfigurationTemplate operation. Deletes the specified configuration template. <note>When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.</note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteConfigurationTemplateRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application to delete the configuration template from. </param> <param name="templateName">The name of the configuration template to delete.</param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to delete the configuration template from. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template to delete. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest"> <summary> Container for the parameters to the DeleteEnvironmentConfiguration operation. Deletes the draft configuration associated with the running environment. <para> Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using <a>DescribeConfigurationSettings</a> while the update is in progress or if the update fails. The <code>DeploymentStatus</code> for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action. </para> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteEnvironmentConfigurationRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application the environment is associated with. </param> <param name="environmentName"> The name of the environment to delete the draft configuration from. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application the environment is associated with. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to delete the draft configuration from. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest"> <summary> Container for the parameters to the DescribeApplications operation. Returns the descriptions of existing applications. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest.ApplicationNames"> <summary> Gets and sets the property ApplicationNames. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse"> <summary> Configuration for accessing Amazon DescribeApplications service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationsResult"> <summary> Result message containing a list of application descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationsResult.Applications"> <summary> Gets and sets the property Applications. <para> This parameter contains a list of <a>ApplicationDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse.DescribeApplicationsResult"> <summary> Gets and sets the DescribeApplicationsResult property. Represents the output of a DescribeApplications operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest"> <summary> Container for the parameters to the DescribeApplicationVersions operation. Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest.VersionLabels"> <summary> Gets and sets the property VersionLabels. <para> If specified, restricts the returned descriptions to only include ones that have the specified version labels. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse"> <summary> Configuration for accessing Amazon DescribeApplicationVersions service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResult"> <summary> Result message wrapping a list of application version descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResult.ApplicationVersions"> <summary> Gets and sets the property ApplicationVersions. <para> List of <code>ApplicationVersionDescription</code> objects sorted by order of creation. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse.DescribeApplicationVersionsResult"> <summary> Gets and sets the DescribeApplicationVersionsResult property. Represents the output of a DescribeApplicationVersions operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest"> <summary> Container for the parameters to the DescribeConfigurationOptions operation. Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment whose configuration options you want to describe. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.Options"> <summary> Gets and sets the property Options. <para> If specified, restricts the descriptions to only the specified options. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack whose configuration options you want to describe. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template whose configuration options you want to describe. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse"> <summary> Configuration for accessing Amazon DescribeConfigurationOptions service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResult"> <summary> Describes the settings for a specified configuration set. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResult.Options"> <summary> Gets and sets the property Options. <para> A list of <a>ConfigurationOptionDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack these configuration options belong to. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse.DescribeConfigurationOptionsResult"> <summary> Gets and sets the DescribeConfigurationOptionsResult property. Represents the output of a DescribeConfigurationOptions operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest"> <summary> Container for the parameters to the DescribeConfigurationSettings operation. Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment. <para> When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy. </para> <para> Related Topics </para> <ul> <li> <a>DeleteEnvironmentConfiguration</a> </li> </ul> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest.#ctor(System.String)"> <summary> Instantiates DescribeConfigurationSettingsRequest with the parameterized properties </summary> <param name="applicationName"> The application for the environment or configuration template. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The application for the environment or configuration template. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to describe. </para> <para> Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template to describe. </para> <para> Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic Beanstalk returns a <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse"> <summary> Configuration for accessing Amazon DescribeConfigurationSettings service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResult"> <summary> The results from a request to change the configuration settings of an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResult.ConfigurationSettings"> <summary> Gets and sets the property ConfigurationSettings. <para> A list of <a>ConfigurationSettingsDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse.DescribeConfigurationSettingsResult"> <summary> Gets and sets the DescribeConfigurationSettingsResult property. Represents the output of a DescribeConfigurationSettings operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest"> <summary> Container for the parameters to the DescribeEnvironmentHealth operation. Returns information about the overall health of the specified environment. The <b>DescribeEnvironmentHealth</b> operation is only available with AWS Elastic Beanstalk Enhanced Health. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest.AttributeNames"> <summary> Gets and sets the property AttributeNames. <para> Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> Specifies the AWS Elastic Beanstalk environment ID. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> Specifies the AWS Elastic Beanstalk environment name. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResponse"> <summary> Configuration for accessing Amazon DescribeEnvironmentHealth service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult"> <summary> See the example below for a sample response. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.ApplicationMetrics"> <summary> Gets and sets the property ApplicationMetrics. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.Causes"> <summary> Gets and sets the property Causes. <para> Returns potential causes for the reported status. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.Color"> <summary> Gets and sets the property Color. <para> Returns the color indicator that tells you information about the health of the environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The AWS Elastic Beanstalk environment name. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Contains the response body with information about the health of the environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.InstancesHealth"> <summary> Gets and sets the property InstancesHealth. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.RefreshedAt"> <summary> Gets and sets the property RefreshedAt. <para> The date and time the information was last refreshed. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResult.Status"> <summary> Gets and sets the property Status. <para> Returns the health status value of the environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResponse.DescribeEnvironmentHealthResult"> <summary> Gets and sets the DescribeEnvironmentHealthResult property. Represents the output of a DescribeEnvironmentHealth operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest"> <summary> Container for the parameters to the DescribeEnvironmentResources operation. Returns AWS resources for this environment. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment to retrieve AWS resource usage data. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to retrieve AWS resource usage data. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResponse"> <summary> Configuration for accessing Amazon DescribeEnvironmentResources service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResult"> <summary> Result message containing a list of environment resource descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResult.EnvironmentResources"> <summary> Gets and sets the property EnvironmentResources. <para> A list of <a>EnvironmentResourceDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResponse.DescribeEnvironmentResourcesResult"> <summary> Gets and sets the DescribeEnvironmentResourcesResult property. Represents the output of a DescribeEnvironmentResources operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest"> <summary> Container for the parameters to the DescribeEnvironments operation. Returns descriptions for existing environments. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.EnvironmentIds"> <summary> Gets and sets the property EnvironmentIds. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.EnvironmentNames"> <summary> Gets and sets the property EnvironmentNames. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.IncludedDeletedBackTo"> <summary> Gets and sets the property IncludedDeletedBackTo. <para> If specified when <code>IncludeDeleted</code> is set to <code>true</code>, then environments deleted after this date are displayed. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.IncludeDeleted"> <summary> Gets and sets the property IncludeDeleted. <para> Indicates whether to include deleted environments: </para> <para> <code>true</code>: Environments that have been deleted after <code>IncludedDeletedBackTo</code> are displayed. </para> <para> <code>false</code>: Do not include deleted environments. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse"> <summary> Configuration for accessing Amazon DescribeEnvironments service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResult"> <summary> Result message containing a list of environment descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResult.Environments"> <summary> Gets and sets the property Environments. <para> Returns an <a>EnvironmentDescription</a> list. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse.DescribeEnvironmentsResult"> <summary> Gets and sets the DescribeEnvironmentsResult property. Represents the output of a DescribeEnvironments operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest"> <summary> Container for the parameters to the DescribeEvents operation. Returns list of event descriptions matching criteria up to the last 6 weeks. <note> This action returns the most recent 1,000 events from the specified <code>NextToken</code>. </note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the <code>EndTime</code>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> Specifies the maximum number of events that can be returned, beginning with the most recent event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> Pagination token. If specified, the events return the next batch of results. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.RequestId"> <summary> Gets and sets the property RequestId. <para> If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.Severity"> <summary> Gets and sets the property Severity. <para> If specified, limits the events returned from this call to include only those with the specified severity or higher. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEventsResponse"> <summary> Configuration for accessing Amazon DescribeEvents service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeEventsResult"> <summary> Result message wrapping a list of event descriptions. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsResult.Events"> <summary> Gets and sets the property Events. <para> A list of <a>EventDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If returned, this indicates that there are more results to obtain. Use this token in the next <a>DescribeEvents</a> call to get the next batch of events. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeEventsResponse.DescribeEventsResult"> <summary> Gets and sets the DescribeEventsResult property. Represents the output of a DescribeEvents operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest"> <summary> Container for the parameters to the DescribeInstancesHealth operation. Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The <b>DescribeInstancesHealth</b> operation is only available with AWS Elastic Beanstalk Enhanced Health. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest.AttributeNames"> <summary> Gets and sets the property AttributeNames. <para> Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> Specifies the AWS Elastic Beanstalk environment ID. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> Specifies the AWS Elastic Beanstalk environment name. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> Specifies the next token of the request. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResponse"> <summary> Configuration for accessing Amazon DescribeInstancesHealth service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResult"> <summary> See the example below for a sample response. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResult.InstanceHealthList"> <summary> Gets and sets the property InstanceHealthList. <para> Contains the response body with information about the health of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResult.NextToken"> <summary> Gets and sets the property NextToken. <para> The next token. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResult.RefreshedAt"> <summary> Gets and sets the property RefreshedAt. <para> The date and time the information was last refreshed. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResponse.DescribeInstancesHealthResult"> <summary> Gets and sets the DescribeInstancesHealthResult property. Represents the output of a DescribeInstancesHealth operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ElasticBeanstalkServiceException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ElasticBeanstalkServiceException.#ctor(System.String)"> <summary> Constructs a new ElasticBeanstalkServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentDescription"> <summary> Describes the properties of an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.AbortableOperationInProgress"> <summary> Gets and sets the property AbortableOperationInProgress. <para> Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. </para> <para> <code>true:</code> There is an update in progress. </para> <para> <code>false:</code> There are no updates currently in progress. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.CNAME"> <summary> Gets and sets the property CNAME. <para> The URL to the CNAME for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The creation date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The last modified date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.Description"> <summary> Gets and sets the property Description. <para> Describes this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.EndpointURL"> <summary> Gets and sets the property EndpointURL. <para> For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.EnvironmentLinks"> <summary> Gets and sets the property EnvironmentLinks. <para> A list of links to other environments in the same group. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.Health"> <summary> Gets and sets the property Health. <para> Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: </para> <ul> <li> <code>Red</code>: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. </li> <li> <code>Yellow</code>: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. </li> <li> <code>Green</code>: Indicates the environment is healthy and fully functional. </li> <li> <code>Grey</code>: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an <code>UpdateEnvironment</code> or <code>RestartEnvironement</code> request. </li> </ul> <para> Default: <code>Grey</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Returns the health status of the application running in your environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.Resources"> <summary> Gets and sets the property Resources. <para> The description of the AWS resources used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the <code>SolutionStack</code> deployed with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.Status"> <summary> Gets and sets the property Status. <para> The current operational status of the environment: </para> <ul> <li> <code>Launching</code>: Environment is in the process of initial deployment. </li> <li> <code>Updating</code>: Environment is in the process of updating its configuration settings or application version. </li> <li> <code>Ready</code>: Environment is available to have an action performed on it, such as update or terminate. </li> <li> <code>Terminating</code>: Environment is in the shut-down process. </li> <li> <code>Terminated</code>: Environment is not running. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template used to originally launch this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.Tier"> <summary> Gets and sets the property Tier. <para> Describes the current tier of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentDescription.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The application version deployed in this environment. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription"> <summary> The information retrieved from the Amazon EC2 instances. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription.Ec2InstanceId"> <summary> Gets and sets the property Ec2InstanceId. <para> The Amazon EC2 Instance ID for this information. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription.InfoType"> <summary> Gets and sets the property InfoType. <para> The type of information retrieved. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription.Message"> <summary> Gets and sets the property Message. <para> The retrieved information. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentInfoDescription.SampleTimestamp"> <summary> Gets and sets the property SampleTimestamp. <para> The time stamp when this information was retrieved. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentLink"> <summary> A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html#environment-mgmt-compose-envyaml">Environment Manifest (env.yaml)</a> for details. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentLink.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the linked environment (the dependency). </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentLink.LinkName"> <summary> Gets and sets the property LinkName. <para> The name of the link. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription"> <summary> Describes the AWS resources in use by this environment. This data is live. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.AutoScalingGroups"> <summary> Gets and sets the property AutoScalingGroups. <para> The <code>AutoScalingGroups</code> used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.Instances"> <summary> Gets and sets the property Instances. <para> The Amazon EC2 instances used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.LaunchConfigurations"> <summary> Gets and sets the property LaunchConfigurations. <para> The Auto Scaling launch configurations in use by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.LoadBalancers"> <summary> Gets and sets the property LoadBalancers. <para> The LoadBalancers in use by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.Queues"> <summary> Gets and sets the property Queues. <para> The queues used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription.Triggers"> <summary> Gets and sets the property Triggers. <para> The <code>AutoScaling</code> triggers in use by this environment. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentResourcesDescription"> <summary> Describes the AWS resources in use by this environment. This data is not live data. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentResourcesDescription.LoadBalancer"> <summary> Gets and sets the property LoadBalancer. <para> Describes the LoadBalancer. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EnvironmentTier"> <summary> Describes the properties of an environment tier </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentTier.Name"> <summary> Gets and sets the property Name. <para> The name of this environment tier. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentTier.Type"> <summary> Gets and sets the property Type. <para> The type of this environment tier. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EnvironmentTier.Version"> <summary> Gets and sets the property Version. <para> The version of this environment tier. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.EventDescription"> <summary> Describes an event. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.EventDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The application associated with the event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment associated with this event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.EventDate"> <summary> Gets and sets the property EventDate. <para> The date when the event occurred. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.Message"> <summary> Gets and sets the property Message. <para> The event message. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.RequestId"> <summary> Gets and sets the property RequestId. <para> The web service request ID for the activity of this event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.Severity"> <summary> Gets and sets the property Severity. <para> The severity level of this event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration associated with this event. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.EventDescription.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The release label for the application version associated with this event. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Instance"> <summary> The description of an Amazon EC2 instance. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.Instance.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Instance.Id"> <summary> Gets and sets the property Id. <para> The ID of the Amazon EC2 instance. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary"> <summary> Represents summary information about the health of an instance. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Degraded"> <summary> Gets and sets the property Degraded. <para> <b>Red.</b> The health agent is reporting a high number of request failures or other issues for an instance or environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Info"> <summary> Gets and sets the property Info. <para> <b>Green.</b> An operation is in progress on an instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.NoData"> <summary> Gets and sets the property NoData. <para> <b>Grey.</b> AWS Elastic Beanstalk and the health agent are reporting no data on an instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Ok"> <summary> Gets and sets the property Ok. <para> <b>Green.</b> An instance is passing health checks and the health agent is not reporting any problems. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Pending"> <summary> Gets and sets the property Pending. <para> <b>Grey.</b> An operation is in progress on an instance within the command timeout. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Severe"> <summary> Gets and sets the property Severe. <para> <b>Red.</b> The health agent is reporting a very high number of request failures or other issues for an instance or environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Unknown"> <summary> Gets and sets the property Unknown. <para> <b>Grey.</b> AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.InstanceHealthSummary.Warning"> <summary> Gets and sets the property Warning. <para> <b>Yellow.</b> The health agent is reporting a moderate number of request failures or other issues for an instance or environment. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.InsufficientPrivilegesException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.InsufficientPrivilegesException.#ctor(System.String)"> <summary> Constructs a new InsufficientPrivilegesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.InvalidRequestException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.InvalidRequestException.#ctor(System.String)"> <summary> Constructs a new InvalidRequestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Latency"> <summary> Represents the average latency for the slowest X percent of requests over the last 10 seconds. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P10"> <summary> Gets and sets the property P10. <para> The average latency for the slowest 90 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P50"> <summary> Gets and sets the property P50. <para> The average latency for the slowest 50 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P75"> <summary> Gets and sets the property P75. <para> The average latency for the slowest 25 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P85"> <summary> Gets and sets the property P85. <para> The average latency for the slowest 15 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P90"> <summary> Gets and sets the property P90. <para> The average latency for the slowest 10 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P95"> <summary> Gets and sets the property P95. <para> The average latency for the slowest 5 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P99"> <summary> Gets and sets the property P99. <para> The average latency for the slowest 1 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Latency.P999"> <summary> Gets and sets the property P999. <para> The average latency for the slowest 0.1 percent of requests over the last 10 seconds. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.LaunchConfiguration"> <summary> Describes an Auto Scaling launch configuration. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.LaunchConfiguration.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.LaunchConfiguration.Name"> <summary> Gets and sets the property Name. <para> The name of the launch configuration. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksRequest"> <summary> Container for the parameters to the ListAvailableSolutionStacks operation. Returns a list of the available solution stack names. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse"> <summary> Configuration for accessing Amazon ListAvailableSolutionStacks service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResult"> <summary> A list of available AWS Elastic Beanstalk solution stacks. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResult.SolutionStackDetails"> <summary> Gets and sets the property SolutionStackDetails. <para> A list of available solution stacks and their <a>SolutionStackDescription</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResult.SolutionStacks"> <summary> Gets and sets the property SolutionStacks. <para> A list of available solution stacks. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse.ListAvailableSolutionStacksResult"> <summary> Gets and sets the ListAvailableSolutionStacksResult property. Represents the output of a ListAvailableSolutionStacks operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Listener"> <summary> Describes the properties of a Listener for the LoadBalancer. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Listener.Port"> <summary> Gets and sets the property Port. <para> The port that is used by the Listener. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Listener.Protocol"> <summary> Gets and sets the property Protocol. <para> The protocol that is used by the Listener. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.LoadBalancer"> <summary> Describes a LoadBalancer. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.LoadBalancer.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.LoadBalancer.Name"> <summary> Gets and sets the property Name. <para> The name of the LoadBalancer. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.LoadBalancerDescription"> <summary> Describes the details of a LoadBalancer. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.LoadBalancerDescription.Domain"> <summary> Gets and sets the property Domain. <para> The domain name of the LoadBalancer. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.LoadBalancerDescription.Listeners"> <summary> Gets and sets the property Listeners. <para> A list of Listeners used by the LoadBalancer. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.LoadBalancerDescription.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the LoadBalancer. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.OperationInProgressException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.OperationInProgressException.#ctor(System.String)"> <summary> Constructs a new OperationInProgressException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.OptionRestrictionRegex"> <summary> A regular expression representing a restriction on a string configuration option value. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.OptionRestrictionRegex.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.OptionRestrictionRegex.Label"> <summary> Gets and sets the property Label. <para> A unique name representing this regular expression. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.OptionRestrictionRegex.Pattern"> <summary> Gets and sets the property Pattern. <para> The regular expression pattern that a string configuration option value with this restriction must match. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.OptionSpecification"> <summary> A specification identifying an individual configuration option. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.OptionSpecification.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.OptionSpecification.Namespace"> <summary> Gets and sets the property Namespace. <para> A unique namespace identifying the option's associated AWS resource. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.OptionSpecification.OptionName"> <summary> Gets and sets the property OptionName. <para> The name of the configuration option. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.OptionSpecification.ResourceName"> <summary> Gets and sets the property ResourceName. <para> A unique resource name for a time-based scaling configuration option. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Queue"> <summary> Describes a queue. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Queue.Name"> <summary> Gets and sets the property Name. <para> The name of the queue. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Queue.URL"> <summary> Gets and sets the property URL. <para> The URL of the queue. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest"> <summary> Container for the parameters to the RebuildEnvironment operation. Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment to rebuild. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to rebuild. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest"> <summary> Container for the parameters to the RequestEnvironmentInfo operation. Initiates a request to compile the specified type of information of the deployed environment. <para> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. </para> <para> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET containers do not support bundle logs. </para> <para> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </para> <para> Related Topics </para> <ul> <li> <a>RetrieveEnvironmentInfo</a> </li> </ul> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest.#ctor(Amazon.ElasticBeanstalk.EnvironmentInfoType)"> <summary> Instantiates RequestEnvironmentInfoRequest with the parameterized properties </summary> <param name="infoType"> The type of information to request. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment of the requested data. </para> <para> If no such environment is found, <code>RequestEnvironmentInfo</code> returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment of the requested data. </para> <para> If no such environment is found, <code>RequestEnvironmentInfo</code> returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest.InfoType"> <summary> Gets and sets the property InfoType. <para> The type of information to request. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RestartAppServerRequest"> <summary> Container for the parameters to the RestartAppServer operation. Causes the environment to restart the application container server running on each Amazon EC2 instance. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RestartAppServerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RestartAppServerRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment to restart the server for. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RestartAppServerRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to restart the server for. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest"> <summary> Container for the parameters to the RetrieveEnvironmentInfo operation. Retrieves the compiled information from a <a>RequestEnvironmentInfo</a> request. <para> Related Topics </para> <ul> <li> <a>RequestEnvironmentInfo</a> </li> </ul> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest.#ctor(Amazon.ElasticBeanstalk.EnvironmentInfoType)"> <summary> Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties </summary> <param name="infoType"> The type of information to retrieve. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the data's environment. </para> <para> If no such environment is found, returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the data's environment. </para> <para> If no such environment is found, returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest.InfoType"> <summary> Gets and sets the property InfoType. <para> The type of information to retrieve. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse"> <summary> Configuration for accessing Amazon RetrieveEnvironmentInfo service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResult"> <summary> Result message containing a description of the requested environment info. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResult.EnvironmentInfo"> <summary> Gets and sets the property EnvironmentInfo. <para> The <a>EnvironmentInfoDescription</a> of the environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse.RetrieveEnvironmentInfoResult"> <summary> Gets and sets the RetrieveEnvironmentInfoResult property. Represents the output of a RetrieveEnvironmentInfo operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.S3Location"> <summary> A specification of a location in Amazon S3. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.S3Location.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> The Amazon S3 bucket where the data is located. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.S3Location.S3Key"> <summary> Gets and sets the property S3Key. <para> The Amazon S3 key where the data is located. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.S3LocationNotInServiceRegionException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.S3LocationNotInServiceRegionException.#ctor(System.String)"> <summary> Constructs a new S3LocationNotInServiceRegionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.S3SubscriptionRequiredException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.S3SubscriptionRequiredException.#ctor(System.String)"> <summary> Constructs a new S3SubscriptionRequiredException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth"> <summary> Represents health information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the <code>InstanceId</code> property to specify the application instance for which you'd like to return data. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.ApplicationMetrics"> <summary> Gets and sets the property ApplicationMetrics. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.Causes"> <summary> Gets and sets the property Causes. <para> Represents the causes, which provide more information about the current health status. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.Color"> <summary> Gets and sets the property Color. <para> Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Returns the health status of the specified instance. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the Amazon EC2 instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.LaunchedAt"> <summary> Gets and sets the property LaunchedAt. <para> The time at which the EC2 instance was launched. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SingleInstanceHealth.System"> <summary> Gets and sets the property System. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SolutionStackDescription"> <summary> Describes the solution stack. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SolutionStackDescription.PermittedFileTypes"> <summary> Gets and sets the property PermittedFileTypes. <para> The permitted file types allowed for a solution stack. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SolutionStackDescription.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SourceBundleDeletionException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.SourceBundleDeletionException.#ctor(System.String)"> <summary> Constructs a new SourceBundleDeletionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SourceConfiguration"> <summary> A specification for an environment configuration </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.SourceConfiguration.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SourceConfiguration.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with the configuration. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SourceConfiguration.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.StatusCodes"> <summary> Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">Status Code Definitions</a>. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.StatusCodes.Status2xx"> <summary> Gets and sets the property Status2xx. <para> The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.StatusCodes.Status3xx"> <summary> Gets and sets the property Status3xx. <para> The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.StatusCodes.Status4xx"> <summary> Gets and sets the property Status4xx. <para> The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.StatusCodes.Status5xx"> <summary> Gets and sets the property Status5xx. <para> The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest"> <summary> Container for the parameters to the SwapEnvironmentCNAMEs operation. Swaps the CNAMEs of two environments. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest.DestinationEnvironmentId"> <summary> Gets and sets the property DestinationEnvironmentId. <para> The ID of the destination environment. </para> <para> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the <code>SourceEnvironmentId</code> with the <code>DestinationEnvironmentId</code>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest.DestinationEnvironmentName"> <summary> Gets and sets the property DestinationEnvironmentName. <para> The name of the destination environment. </para> <para> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the <code>SourceEnvironmentName</code> with the <code>DestinationEnvironmentName</code>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest.SourceEnvironmentId"> <summary> Gets and sets the property SourceEnvironmentId. <para> The ID of the source environment. </para> <para> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the <code>SourceEnvironmentName</code>. You may also specify both. If you specify the <code>SourceEnvironmentId</code>, you must specify the <code>DestinationEnvironmentId</code>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest.SourceEnvironmentName"> <summary> Gets and sets the property SourceEnvironmentName. <para> The name of the source environment. </para> <para> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the <code>SourceEnvironmentName</code>. You may also specify both. If you specify the <code>SourceEnvironmentName</code>, you must specify the <code>DestinationEnvironmentName</code>. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.SystemStatus"> <summary> Represents CPU utilization and load average information for applications running in the specified environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SystemStatus.CPUUtilization"> <summary> Gets and sets the property CPUUtilization. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.SystemStatus.LoadAverage"> <summary> Gets and sets the property LoadAverage. <para> Load average in the last 1-minute and 5-minute periods. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os">Operating System Metrics</a>. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Tag"> <summary> Describes a tag applied to a resource in an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key of the tag. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The value of the tag. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest"> <summary> Container for the parameters to the TerminateEnvironment operation. Terminates the specified environment. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment to terminate. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to terminate. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest.ForceTerminate"> <summary> Gets and sets the property ForceTerminate. <para> Terminates the target environment even if another environment in the same group is dependent on it. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest.TerminateResources"> <summary> Gets and sets the property TerminateResources. <para> Indicates whether the associated AWS resources should shut down when the environment is terminated: </para> <ul> <li> <code>true</code>: The specified environment as well as the associated AWS resources, such as Auto Scaling group and LoadBalancer, are terminated. </li> <li> <code>false</code>: AWS Elastic Beanstalk resource management is removed from the environment, but the AWS resources continue to operate. </li> </ul> <para> For more information, see the <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/ug/"> AWS Elastic Beanstalk User Guide. </a> </para> <para> Default: <code>true</code> </para> <para> Valid Values: <code>true</code> | <code>false</code> </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResponse"> <summary> Configuration for accessing Amazon TerminateEnvironment service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult"> <summary> Describes the properties of an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.AbortableOperationInProgress"> <summary> Gets and sets the property AbortableOperationInProgress. <para> Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. </para> <para> <code>true:</code> There is an update in progress. </para> <para> <code>false:</code> There are no updates currently in progress. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.CNAME"> <summary> Gets and sets the property CNAME. <para> The URL to the CNAME for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The creation date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The last modified date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.Description"> <summary> Gets and sets the property Description. <para> Describes this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.EndpointURL"> <summary> Gets and sets the property EndpointURL. <para> For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.EnvironmentLinks"> <summary> Gets and sets the property EnvironmentLinks. <para> A list of links to other environments in the same group. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.Health"> <summary> Gets and sets the property Health. <para> Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: </para> <ul> <li> <code>Red</code>: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. </li> <li> <code>Yellow</code>: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. </li> <li> <code>Green</code>: Indicates the environment is healthy and fully functional. </li> <li> <code>Grey</code>: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an <code>UpdateEnvironment</code> or <code>RestartEnvironement</code> request. </li> </ul> <para> Default: <code>Grey</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Returns the health status of the application running in your environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.Resources"> <summary> Gets and sets the property Resources. <para> The description of the AWS resources used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the <code>SolutionStack</code> deployed with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.Status"> <summary> Gets and sets the property Status. <para> The current operational status of the environment: </para> <ul> <li> <code>Launching</code>: Environment is in the process of initial deployment. </li> <li> <code>Updating</code>: Environment is in the process of updating its configuration settings or application version. </li> <li> <code>Ready</code>: Environment is available to have an action performed on it, such as update or terminate. </li> <li> <code>Terminating</code>: Environment is in the shut-down process. </li> <li> <code>Terminated</code>: Environment is not running. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template used to originally launch this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.Tier"> <summary> Gets and sets the property Tier. <para> Describes the current tier of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResult.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The application version deployed in this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResponse.TerminateEnvironmentResult"> <summary> Gets and sets the TerminateEnvironmentResult property. Represents the output of a TerminateEnvironment operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TooManyApplicationsException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TooManyApplicationsException.#ctor(System.String)"> <summary> Constructs a new TooManyApplicationsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TooManyApplicationVersionsException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TooManyApplicationVersionsException.#ctor(System.String)"> <summary> Constructs a new TooManyApplicationVersionsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TooManyBucketsException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TooManyBucketsException.#ctor(System.String)"> <summary> Constructs a new TooManyBucketsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TooManyConfigurationTemplatesException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TooManyConfigurationTemplatesException.#ctor(System.String)"> <summary> Constructs a new TooManyConfigurationTemplatesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.TooManyEnvironmentsException"> <summary> ElasticBeanstalk exception </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.TooManyEnvironmentsException.#ctor(System.String)"> <summary> Constructs a new TooManyEnvironmentsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Trigger"> <summary> Describes a trigger. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.Trigger.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.Trigger.Name"> <summary> Gets and sets the property Name. <para> The name of the trigger. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest"> <summary> Container for the parameters to the UpdateApplication operation. Updates the specified application to have the specified properties. <note> If a property (for example, <code>description</code>) is not provided, the value remains unchanged. To clear these properties, specify an empty string. </note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest.#ctor(System.String)"> <summary> Instantiates UpdateApplicationRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application to update. If no such application is found, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application to update. If no such application is found, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest.Description"> <summary> Gets and sets the property Description. <para> A new description for the application. </para> <para> Default: If not specified, AWS Elastic Beanstalk does not update the description. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse"> <summary> Configuration for accessing Amazon UpdateApplication service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationResult"> <summary> Result message containing a single description of an application. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationResult.Application"> <summary> Gets and sets the property Application. <para> The <a>ApplicationDescription</a> of the application. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse.UpdateApplicationResult"> <summary> Gets and sets the UpdateApplicationResult property. Represents the output of a UpdateApplication operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest"> <summary> Container for the parameters to the UpdateApplicationVersion operation. Updates the specified application version to have the specified properties. <note> If a property (for example, <code>description</code>) is not provided, the value remains unchanged. To clear properties, specify an empty string. </note> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.#ctor(System.String,System.String)"> <summary> Instantiates UpdateApplicationVersionRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application associated with this version. If no application is found with this name, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </param> <param name="versionLabel">The name of the version to update. If no application version is found with this label, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this version. </para> <para> If no application is found with this name, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.Description"> <summary> Gets and sets the property Description. <para> A new description for this release. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The name of the version to update. </para> <para> If no application version is found with this label, <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse"> <summary> Configuration for accessing Amazon UpdateApplicationVersion service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResult"> <summary> Result message wrapping a single description of an application version. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResult.ApplicationVersion"> <summary> Gets and sets the property ApplicationVersion. <para> The <a>ApplicationVersionDescription</a> of the application version. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse.UpdateApplicationVersionResult"> <summary> Gets and sets the UpdateApplicationVersionResult property. Represents the output of a UpdateApplicationVersion operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest"> <summary> Container for the parameters to the UpdateConfigurationTemplate operation. Updates the specified configuration template to have the specified properties or configuration option values. <note> If a property (for example, <code>ApplicationName</code>) is not provided, its value remains unchanged. To clear such properties, specify an empty string. </note> <para> Related Topics </para> <ul> <li> <a>DescribeConfigurationOptions</a> </li> </ul> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.#ctor(System.String,System.String)"> <summary> Instantiates UpdateConfigurationTemplateRequest with the parameterized properties </summary> <param name="applicationName">The name of the application associated with the configuration template to update. If no application is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </param> <param name="templateName">The name of the configuration template to update. If no configuration template is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with the configuration template to update. </para> <para> If no application is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.Description"> <summary> Gets and sets the property Description. <para> A new description for the configuration. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> A list of configuration option settings to update with the new specified option value. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.OptionsToRemove"> <summary> Gets and sets the property OptionsToRemove. <para> A list of configuration options to remove from the configuration set. </para> <para> Constraint: You can remove only <code>UserDefined</code> configuration options. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template to update. </para> <para> If no configuration template is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResponse"> <summary> Configuration for accessing Amazon UpdateConfigurationTemplate service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult"> <summary> Describes the settings for a configuration set. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The date (in UTC time) when this configuration set was created. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The date (in UTC time) when this configuration set was last modified. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.DeploymentStatus"> <summary> Gets and sets the property DeploymentStatus. <para> If this configuration set is associated with an environment, the <code>DeploymentStatus</code> parameter indicates the deployment status of this configuration set: </para> <ul> <li> <code>null</code>: This configuration is not associated with a running environment. </li> <li> <code>pending</code>: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. </li> <li> <code>deployed</code>: This is the configuration that is currently deployed to the associated running environment. </li> <li> <code>failed</code>: This is a draft configuration that failed to successfully deploy. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.Description"> <summary> Gets and sets the property Description. <para> Describes this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> If not <code>null</code>, the name of the environment for this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> A list of the configuration options and their values in this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the solution stack this configuration set uses. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResult.TemplateName"> <summary> Gets and sets the property TemplateName. <para> If not <code>null</code>, the name of the configuration template for this configuration set. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResponse.UpdateConfigurationTemplateResult"> <summary> Gets and sets the UpdateConfigurationTemplateResult property. Represents the output of a UpdateConfigurationTemplate operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest"> <summary> Container for the parameters to the UpdateEnvironment operation. Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment. <para> Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error. </para> <para> When updating the configuration settings to a new template or individual settings, a draft configuration is created and <a>DescribeConfigurationSettings</a> for this environment returns two setting descriptions with different <code>DeploymentStatus</code> values. </para> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application with which the environment is associated. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.Description"> <summary> Gets and sets the property Description. <para> If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of the environment to update. </para> <para> If no environment with this ID exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> <para> Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name or environment ID parameters. See <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html#environment-mgmt-compose-envyaml">Environment Manifest (env.yaml)</a> for details. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.OptionsToRemove"> <summary> Gets and sets the property OptionsToRemove. <para> A list of custom user-defined configuration options to remove from the configuration set for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> This specifies the platform version that the environment will run after the environment is updated. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If no such configuration template is found, AWS Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.Tier"> <summary> Gets and sets the property Tier. <para> This specifies the tier to use to update the environment. </para> <para> Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. If no such application version is found, returns an <code>InvalidParameterValue</code> error. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse"> <summary> Configuration for accessing Amazon UpdateEnvironment service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult"> <summary> Describes the properties of an environment. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.AbortableOperationInProgress"> <summary> Gets and sets the property AbortableOperationInProgress. <para> Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. </para> <para> <code>true:</code> There is an update in progress. </para> <para> <code>false:</code> There are no updates currently in progress. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application associated with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.CNAME"> <summary> Gets and sets the property CNAME. <para> The URL to the CNAME for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.DateCreated"> <summary> Gets and sets the property DateCreated. <para> The creation date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.DateUpdated"> <summary> Gets and sets the property DateUpdated. <para> The last modified date for this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.Description"> <summary> Gets and sets the property Description. <para> Describes this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.EndpointURL"> <summary> Gets and sets the property EndpointURL. <para> For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.EnvironmentId"> <summary> Gets and sets the property EnvironmentId. <para> The ID of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.EnvironmentLinks"> <summary> Gets and sets the property EnvironmentLinks. <para> A list of links to other environments in the same group. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.Health"> <summary> Gets and sets the property Health. <para> Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: </para> <ul> <li> <code>Red</code>: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. </li> <li> <code>Yellow</code>: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. </li> <li> <code>Green</code>: Indicates the environment is healthy and fully functional. </li> <li> <code>Grey</code>: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an <code>UpdateEnvironment</code> or <code>RestartEnvironement</code> request. </li> </ul> <para> Default: <code>Grey</code> </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.HealthStatus"> <summary> Gets and sets the property HealthStatus. <para> Returns the health status of the application running in your environment. For more information, see <a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.Resources"> <summary> Gets and sets the property Resources. <para> The description of the AWS resources used by this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.SolutionStackName"> <summary> Gets and sets the property SolutionStackName. <para> The name of the <code>SolutionStack</code> deployed with this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.Status"> <summary> Gets and sets the property Status. <para> The current operational status of the environment: </para> <ul> <li> <code>Launching</code>: Environment is in the process of initial deployment. </li> <li> <code>Updating</code>: Environment is in the process of updating its configuration settings or application version. </li> <li> <code>Ready</code>: Environment is available to have an action performed on it, such as update or terminate. </li> <li> <code>Terminating</code>: Environment is in the shut-down process. </li> <li> <code>Terminated</code>: Environment is not running. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template used to originally launch this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.Tier"> <summary> Gets and sets the property Tier. <para> Describes the current tier of this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResult.VersionLabel"> <summary> Gets and sets the property VersionLabel. <para> The application version deployed in this environment. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse.UpdateEnvironmentResult"> <summary> Gets and sets the UpdateEnvironmentResult property. Represents the output of a UpdateEnvironment operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest"> <summary> Container for the parameters to the ValidateConfigurationSettings operation. Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid. <para> This action returns a list of messages indicating any errors or warnings associated with the selection of option values. </para> </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting})"> <summary> Instantiates ValidateConfigurationSettingsRequest with the parameterized properties </summary> <param name="applicationName"> The name of the application that the configuration template or environment belongs to. </param> <param name="optionSettings"> A list of the options and desired values to evaluate. </param> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.ApplicationName"> <summary> Gets and sets the property ApplicationName. <para> The name of the application that the configuration template or environment belongs to. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.EnvironmentName"> <summary> Gets and sets the property EnvironmentName. <para> The name of the environment to validate the settings against. </para> <para> Condition: You cannot specify both this and a configuration template name. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> A list of the options and desired values to evaluate. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest.TemplateName"> <summary> Gets and sets the property TemplateName. <para> The name of the configuration template to validate the settings against. </para> <para> Condition: You cannot specify both this and an environment name. </para> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResponse"> <summary> Configuration for accessing Amazon ValidateConfigurationSettings service </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResult"> <summary> Provides a list of validation messages. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResult.Messages"> <summary> Gets and sets the property Messages. <para> A list of <a>ValidationMessage</a>. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResponse.ValidateConfigurationSettingsResult"> <summary> Gets and sets the ValidateConfigurationSettingsResult property. Represents the output of a ValidateConfigurationSettings operation. </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.ValidationMessage"> <summary> An error or warning for a desired configuration option value. </summary> </member> <member name="M:Amazon.ElasticBeanstalk.Model.ValidationMessage.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidationMessage.Message"> <summary> Gets and sets the property Message. <para> A message describing the error or warning. </para> </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidationMessage.Namespace"> <summary> Gets and sets the property Namespace. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidationMessage.OptionName"> <summary> Gets and sets the property OptionName. </summary> </member> <member name="P:Amazon.ElasticBeanstalk.Model.ValidationMessage.Severity"> <summary> Gets and sets the property Severity. <para> An indication of the severity of this message: </para> <ul> <li> <code>error</code>: This message indicates that this is not a valid setting for an option. </li> <li> <code>warning</code>: This message is providing information you should take into account. </li> </ul> </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.AbortEnvironmentUpdateRequestMarshaller"> <summary> AbortEnvironmentUpdate Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.AbortEnvironmentUpdateResponseUnmarshaller"> <summary> Response Unmarshaller for AbortEnvironmentUpdate operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ApplicationDescriptionUnmarshaller"> <summary> Response Unmarshaller for ApplicationDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ApplicationMetricsUnmarshaller"> <summary> Response Unmarshaller for ApplicationMetrics Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ApplicationVersionDescriptionUnmarshaller"> <summary> Response Unmarshaller for ApplicationVersionDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.AutoScalingGroupUnmarshaller"> <summary> Response Unmarshaller for AutoScalingGroup Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CheckDNSAvailabilityRequestMarshaller"> <summary> CheckDNSAvailability Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CheckDNSAvailabilityResponseUnmarshaller"> <summary> Response Unmarshaller for CheckDNSAvailability operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ComposeEnvironmentsRequestMarshaller"> <summary> ComposeEnvironments Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ComposeEnvironmentsResponseUnmarshaller"> <summary> Response Unmarshaller for ComposeEnvironments operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ConfigurationOptionDescriptionUnmarshaller"> <summary> Response Unmarshaller for ConfigurationOptionDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ConfigurationOptionSettingUnmarshaller"> <summary> Response Unmarshaller for ConfigurationOptionSetting Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ConfigurationSettingsDescriptionUnmarshaller"> <summary> Response Unmarshaller for ConfigurationSettingsDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CPUUtilizationUnmarshaller"> <summary> Response Unmarshaller for CPUUtilization Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationRequestMarshaller"> <summary> CreateApplication Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationResponseUnmarshaller"> <summary> Response Unmarshaller for CreateApplication operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationVersionRequestMarshaller"> <summary> CreateApplicationVersion Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateApplicationVersionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateApplicationVersion operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateConfigurationTemplateRequestMarshaller"> <summary> CreateConfigurationTemplate Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateConfigurationTemplateResponseUnmarshaller"> <summary> Response Unmarshaller for CreateConfigurationTemplate operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateEnvironmentRequestMarshaller"> <summary> CreateEnvironment Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateEnvironmentResponseUnmarshaller"> <summary> Response Unmarshaller for CreateEnvironment operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateStorageLocationRequestMarshaller"> <summary> CreateStorageLocation Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateStorageLocationResponseUnmarshaller"> <summary> Response Unmarshaller for CreateStorageLocation operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationRequestMarshaller"> <summary> DeleteApplication Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteApplication operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationVersionRequestMarshaller"> <summary> DeleteApplicationVersion Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteApplicationVersionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteApplicationVersion operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteConfigurationTemplateRequestMarshaller"> <summary> DeleteConfigurationTemplate Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteConfigurationTemplateResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteConfigurationTemplate operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteEnvironmentConfigurationRequestMarshaller"> <summary> DeleteEnvironmentConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DeleteEnvironmentConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteEnvironmentConfiguration operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeApplicationsRequestMarshaller"> <summary> DescribeApplications Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeApplicationsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeApplications operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeApplicationVersionsRequestMarshaller"> <summary> DescribeApplicationVersions Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeApplicationVersionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeApplicationVersions operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeConfigurationOptionsRequestMarshaller"> <summary> DescribeConfigurationOptions Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeConfigurationOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeConfigurationOptions operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeConfigurationSettingsRequestMarshaller"> <summary> DescribeConfigurationSettings Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeConfigurationSettingsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeConfigurationSettings operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentHealthRequestMarshaller"> <summary> DescribeEnvironmentHealth Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentHealthResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEnvironmentHealth operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentResourcesRequestMarshaller"> <summary> DescribeEnvironmentResources Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentResourcesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEnvironmentResources operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentsRequestMarshaller"> <summary> DescribeEnvironments Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEnvironmentsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEnvironments operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEventsRequestMarshaller"> <summary> DescribeEvents Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeEventsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEvents operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeInstancesHealthRequestMarshaller"> <summary> DescribeInstancesHealth Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.DescribeInstancesHealthResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstancesHealth operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentDescriptionUnmarshaller"> <summary> Response Unmarshaller for EnvironmentDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentInfoDescriptionUnmarshaller"> <summary> Response Unmarshaller for EnvironmentInfoDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentLinkUnmarshaller"> <summary> Response Unmarshaller for EnvironmentLink Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentResourceDescriptionUnmarshaller"> <summary> Response Unmarshaller for EnvironmentResourceDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentResourcesDescriptionUnmarshaller"> <summary> Response Unmarshaller for EnvironmentResourcesDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EnvironmentTierUnmarshaller"> <summary> Response Unmarshaller for EnvironmentTier Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.EventDescriptionUnmarshaller"> <summary> Response Unmarshaller for EventDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.InstanceHealthSummaryUnmarshaller"> <summary> Response Unmarshaller for InstanceHealthSummary Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.LatencyUnmarshaller"> <summary> Response Unmarshaller for Latency Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.LaunchConfigurationUnmarshaller"> <summary> Response Unmarshaller for LaunchConfiguration Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ListAvailableSolutionStacksRequestMarshaller"> <summary> ListAvailableSolutionStacks Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ListAvailableSolutionStacksResponseUnmarshaller"> <summary> Response Unmarshaller for ListAvailableSolutionStacks operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ListenerUnmarshaller"> <summary> Response Unmarshaller for Listener Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.LoadBalancerDescriptionUnmarshaller"> <summary> Response Unmarshaller for LoadBalancerDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.LoadBalancerUnmarshaller"> <summary> Response Unmarshaller for LoadBalancer Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.OptionRestrictionRegexUnmarshaller"> <summary> Response Unmarshaller for OptionRestrictionRegex Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.QueueUnmarshaller"> <summary> Response Unmarshaller for Queue Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RebuildEnvironmentRequestMarshaller"> <summary> RebuildEnvironment Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RebuildEnvironmentResponseUnmarshaller"> <summary> Response Unmarshaller for RebuildEnvironment operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RequestEnvironmentInfoRequestMarshaller"> <summary> RequestEnvironmentInfo Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RequestEnvironmentInfoResponseUnmarshaller"> <summary> Response Unmarshaller for RequestEnvironmentInfo operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RestartAppServerRequestMarshaller"> <summary> RestartAppServer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RestartAppServerResponseUnmarshaller"> <summary> Response Unmarshaller for RestartAppServer operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RetrieveEnvironmentInfoRequestMarshaller"> <summary> RetrieveEnvironmentInfo Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RetrieveEnvironmentInfoResponseUnmarshaller"> <summary> Response Unmarshaller for RetrieveEnvironmentInfo operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.S3LocationUnmarshaller"> <summary> Response Unmarshaller for S3Location Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.SingleInstanceHealthUnmarshaller"> <summary> Response Unmarshaller for SingleInstanceHealth Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.SolutionStackDescriptionUnmarshaller"> <summary> Response Unmarshaller for SolutionStackDescription Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.StatusCodesUnmarshaller"> <summary> Response Unmarshaller for StatusCodes Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.SwapEnvironmentCNAMEsRequestMarshaller"> <summary> SwapEnvironmentCNAMEs Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.SwapEnvironmentCNAMEsResponseUnmarshaller"> <summary> Response Unmarshaller for SwapEnvironmentCNAMEs operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.SystemStatusUnmarshaller"> <summary> Response Unmarshaller for SystemStatus Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.TerminateEnvironmentRequestMarshaller"> <summary> TerminateEnvironment Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.TerminateEnvironmentResponseUnmarshaller"> <summary> Response Unmarshaller for TerminateEnvironment operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.TriggerUnmarshaller"> <summary> Response Unmarshaller for Trigger Object </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateApplicationRequestMarshaller"> <summary> UpdateApplication Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateApplicationResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateApplication operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateApplicationVersionRequestMarshaller"> <summary> UpdateApplicationVersion Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateApplicationVersionResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateApplicationVersion operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateConfigurationTemplateRequestMarshaller"> <summary> UpdateConfigurationTemplate Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateConfigurationTemplateResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateConfigurationTemplate operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateEnvironmentRequestMarshaller"> <summary> UpdateEnvironment Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.UpdateEnvironmentResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateEnvironment operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ValidateConfigurationSettingsRequestMarshaller"> <summary> ValidateConfigurationSettings Request Marshaller </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ValidateConfigurationSettingsResponseUnmarshaller"> <summary> Response Unmarshaller for ValidateConfigurationSettings operation </summary> </member> <member name="T:Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.ValidationMessageUnmarshaller"> <summary> Response Unmarshaller for ValidationMessage Object </summary> </member> <member name="T:Amazon.ElastiCache.AmazonElastiCacheConfig"> <summary> Configuration for accessing Amazon ElastiCache service </summary> </member> <member name="M:Amazon.ElastiCache.AmazonElastiCacheConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ElastiCache.AmazonElastiCacheConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ElastiCache.AmazonElastiCacheConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ElastiCache.AutomaticFailoverStatus"> <summary> Constants used for properties of type AutomaticFailoverStatus. </summary> </member> <member name="F:Amazon.ElastiCache.AutomaticFailoverStatus.Disabled"> <summary> Constant Disabled for AutomaticFailoverStatus </summary> </member> <member name="F:Amazon.ElastiCache.AutomaticFailoverStatus.Disabling"> <summary> Constant Disabling for AutomaticFailoverStatus </summary> </member> <member name="F:Amazon.ElastiCache.AutomaticFailoverStatus.Enabled"> <summary> Constant Enabled for AutomaticFailoverStatus </summary> </member> <member name="F:Amazon.ElastiCache.AutomaticFailoverStatus.Enabling"> <summary> Constant Enabling for AutomaticFailoverStatus </summary> </member> <member name="M:Amazon.ElastiCache.AutomaticFailoverStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElastiCache.AutomaticFailoverStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElastiCache.AZMode"> <summary> Constants used for properties of type AZMode. </summary> </member> <member name="F:Amazon.ElastiCache.AZMode.CrossAz"> <summary> Constant CrossAz for AZMode </summary> </member> <member name="F:Amazon.ElastiCache.AZMode.SingleAz"> <summary> Constant SingleAz for AZMode </summary> </member> <member name="M:Amazon.ElastiCache.AZMode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElastiCache.AZMode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElastiCache.PendingAutomaticFailoverStatus"> <summary> Constants used for properties of type PendingAutomaticFailoverStatus. </summary> </member> <member name="F:Amazon.ElastiCache.PendingAutomaticFailoverStatus.Disabled"> <summary> Constant Disabled for PendingAutomaticFailoverStatus </summary> </member> <member name="F:Amazon.ElastiCache.PendingAutomaticFailoverStatus.Enabled"> <summary> Constant Enabled for PendingAutomaticFailoverStatus </summary> </member> <member name="M:Amazon.ElastiCache.PendingAutomaticFailoverStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElastiCache.PendingAutomaticFailoverStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElastiCache.SourceType"> <summary> Constants used for properties of type SourceType. </summary> </member> <member name="F:Amazon.ElastiCache.SourceType.CacheCluster"> <summary> Constant CacheCluster for SourceType </summary> </member> <member name="F:Amazon.ElastiCache.SourceType.CacheParameterGroup"> <summary> Constant CacheParameterGroup for SourceType </summary> </member> <member name="F:Amazon.ElastiCache.SourceType.CacheSecurityGroup"> <summary> Constant CacheSecurityGroup for SourceType </summary> </member> <member name="F:Amazon.ElastiCache.SourceType.CacheSubnetGroup"> <summary> Constant CacheSubnetGroup for SourceType </summary> </member> <member name="M:Amazon.ElastiCache.SourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElastiCache.SourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElastiCache.Model.AddTagsToResourceRequest"> <summary> Container for the parameters to the AddTagsToResource operation. The <i>AddTagsToResource</i> action adds up to 10 cost allocation tags to the named resource. A <i>cost allocation tag</i> is a key-value pair where the key and value are case-sensitive. Cost allocation tags can be used to categorize and track your AWS costs. <para> When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html">Using Cost Allocation Tags in Amazon ElastiCache</a>. </para> </summary> </member> <member name="T:Amazon.ElastiCache.AmazonElastiCacheRequest"> <summary> Base class for ElastiCache operation requests. </summary> </member> <member name="P:Amazon.ElastiCache.Model.AddTagsToResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The name of the resource to which the tags are to be added, for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AddTagsToResourceRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.AddTagsToResourceResponse"> <summary> Configuration for accessing Amazon AddTagsToResource service </summary> </member> <member name="T:Amazon.ElastiCache.Model.AddTagsToResourceResult"> <summary> Represents the output from the <i>AddTagsToResource</i>, <i>ListTagsOnResource</i>, and <i>RemoveTagsFromResource</i> actions. </summary> </member> <member name="P:Amazon.ElastiCache.Model.AddTagsToResourceResult.TagList"> <summary> Gets and sets the property TagList. <para> A list of cost allocation tags as key-value pairs. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AddTagsToResourceResponse.AddTagsToResourceResult"> <summary> Gets and sets the AddTagsToResourceResult property. Represents the output of a AddTagsToResource operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.AuthorizationAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.AuthorizationAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AuthorizationAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.AuthorizationNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.AuthorizationNotFoundException.#ctor(System.String)"> <summary> Constructs a new AuthorizationNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest"> <summary> Container for the parameters to the AuthorizeCacheSecurityGroupIngress operation. The <i>AuthorizeCacheSecurityGroupIngress</i> action allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism. <note>You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region. </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The cache security group which will allow network ingress. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> The Amazon EC2 security group to be authorized for ingress to the cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressRequest.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressResponse"> <summary> Configuration for accessing Amazon AuthorizeCacheSecurityGroupIngress service </summary> </member> <member name="T:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>AuthorizeCacheSecurityGroupIngress</i> </li> <li> <i>CreateCacheSecurityGroup</i> </li> <li> <i>RevokeCacheSecurityGroupIngress</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.AuthorizeCacheSecurityGroupIngressResponse.AuthorizeCacheSecurityGroupIngressResult"> <summary> Gets and sets the AuthorizeCacheSecurityGroupIngressResult property. Represents the output of a AuthorizeCacheSecurityGroupIngress operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.AvailabilityZone"> <summary> Describes an Availability Zone in which the cache cluster is launched. </summary> </member> <member name="P:Amazon.ElastiCache.Model.AvailabilityZone.Name"> <summary> Gets and sets the property Name. <para> The name of the Availability Zone. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheCluster"> <summary> Contains all of the attributes of a specific cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheClusterCreateTime"> <summary> Gets and sets the property CacheClusterCreateTime. <para> The date and time when the cache cluster was created. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheClusterStatus"> <summary> Gets and sets the property CacheClusterStatus. <para> The current state of this cache cluster, one of the following values: <i>available</i>, <i>creating</i>, <i>deleted</i>, <i>deleting</i>, <i>incompatible-network</i>, <i>modifying</i>, <i>rebooting cache cluster nodes</i>, <i>restore-failed</i>, or <i>snapshotting</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheNodes"> <summary> Gets and sets the property CacheNodes. <para> A list of cache nodes that are members of the cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The name of the compute and memory capacity node type for the cache cluster. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheParameterGroup"> <summary> Gets and sets the property CacheParameterGroup. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheSecurityGroups"> <summary> Gets and sets the property CacheSecurityGroups. <para> A list of cache security group elements, composed of name and status sub-elements. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group associated with the cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.ClientDownloadLandingPage"> <summary> Gets and sets the property ClientDownloadLandingPage. <para> The URL of the web page where you can download the latest ElastiCache client library. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.ConfigurationEndpoint"> <summary> Gets and sets the property ConfigurationEndpoint. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.Engine"> <summary> Gets and sets the property Engine. <para> The name of the cache engine (<i>memcached</i> or <i>redis</i>) to be used for this cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version of the cache engine version that is used in this cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.NotificationConfiguration"> <summary> Gets and sets the property NotificationConfiguration. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.NumCacheNodes"> <summary> Gets and sets the property NumCacheNodes. <para> The number of cache nodes in the cache cluster. </para> <para> For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.PendingModifiedValues"> <summary> Gets and sets the property PendingModifiedValues. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.PreferredAvailabilityZone"> <summary> Gets and sets the property PreferredAvailabilityZone. <para> The name of the Availability Zone in which the cache cluster is located or "Multiple" if the cache nodes are located in different Availability Zones. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> A list of VPC Security Groups associated with the cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set <i>SnapshotRetentionLimit</i> to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. </para> <para> <b>Important</b>If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheCluster.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. </para> <para> Example: <code>05:00-09:00</code> </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheClusterAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheClusterAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CacheClusterAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheClusterNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheClusterNotFoundException.#ctor(System.String)"> <summary> Constructs a new CacheClusterNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheEngineVersion"> <summary> Provides all of the details about a particular cache engine version. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheEngineVersion.CacheEngineDescription"> <summary> Gets and sets the property CacheEngineDescription. <para> The description of the cache engine. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheEngineVersion.CacheEngineVersionDescription"> <summary> Gets and sets the property CacheEngineVersionDescription. <para> The description of the cache engine version. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheEngineVersion.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> The name of the cache parameter group family associated with this cache engine. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheEngineVersion.Engine"> <summary> Gets and sets the property Engine. <para> The name of the cache engine. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheEngineVersion.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the cache engine. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheNode"> <summary> Represents an individual cache node within a cache cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis. <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheNode.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.CacheNodeCreateTime"> <summary> Gets and sets the property CacheNodeCreateTime. <para> The date and time when the cache node was created. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.CacheNodeId"> <summary> Gets and sets the property CacheNodeId. <para> The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.CacheNodeStatus"> <summary> Gets and sets the property CacheNodeStatus. <para> The current state of this cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.CustomerAvailabilityZone"> <summary> Gets and sets the property CustomerAvailabilityZone. <para> The Availability Zone where this node was created and now resides. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.Endpoint"> <summary> Gets and sets the property Endpoint. <para> The hostname for connecting to this cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.ParameterGroupStatus"> <summary> Gets and sets the property ParameterGroupStatus. <para> The status of the parameter group applied to this cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNode.SourceCacheNodeId"> <summary> Gets and sets the property SourceCacheNodeId. <para> The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter"> <summary> A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cache cluster, a <i>cache.m1.large</i> cache node type would have a larger <i>maxmemory</i> value than a <i>cache.m1.small</i> type. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> The valid range of values for the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.CacheNodeTypeSpecificValues"> <summary> Gets and sets the property CacheNodeTypeSpecificValues. <para> A list of cache node types and their corresponding values for this parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.DataType"> <summary> Gets and sets the property DataType. <para> The valid data type for the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.Description"> <summary> Gets and sets the property Description. <para> A description of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.IsModifiable"> <summary> Gets and sets the property IsModifiable. <para> Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.MinimumEngineVersion"> <summary> Gets and sets the property MinimumEngineVersion. <para> The earliest cache engine version to which the parameter can apply. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.ParameterName"> <summary> Gets and sets the property ParameterName. <para> The name of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificParameter.Source"> <summary> Gets and sets the property Source. <para> The source of the parameter value. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheNodeTypeSpecificValue"> <summary> A value that applies only to a certain cache node type. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheNodeTypeSpecificValue.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificValue.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The cache node type for which this value applies. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheNodeTypeSpecificValue.Value"> <summary> Gets and sets the property Value. <para> The value for the cache node type. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheParameterGroup"> <summary> Represents the output of a <i>CreateCacheParameterGroup</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroup.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> The name of the cache parameter group family that this cache parameter group is compatible with. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroup.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroup.Description"> <summary> Gets and sets the property Description. <para> The description for this cache parameter group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheParameterGroupAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheParameterGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CacheParameterGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheParameterGroupNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheParameterGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new CacheParameterGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheParameterGroupQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheParameterGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new CacheParameterGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheParameterGroupStatus"> <summary> The status of the cache parameter group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheParameterGroupStatus.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroupStatus.CacheNodeIdsToReboot"> <summary> Gets and sets the property CacheNodeIdsToReboot. <para> A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroupStatus.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheParameterGroupStatus.ParameterApplyStatus"> <summary> Gets and sets the property ParameterApplyStatus. <para> The status of parameter updates. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheSecurityGroup"> <summary> Represents the output of one of the following actions: <ul> <li> <i>AuthorizeCacheSecurityGroupIngress</i> </li> <li> <i>CreateCacheSecurityGroup</i> </li> <li> <i>RevokeCacheSecurityGroupIngress</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroup.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The name of the cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroup.Description"> <summary> Gets and sets the property Description. <para> The description of the cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroup.EC2SecurityGroups"> <summary> Gets and sets the property EC2SecurityGroups. <para> A list of Amazon EC2 security groups that are associated with this cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroup.OwnerId"> <summary> Gets and sets the property OwnerId. <para> The AWS account ID of the cache security group owner. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheSecurityGroupAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSecurityGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CacheSecurityGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSecurityGroupMembership"> <summary> Represents a cache cluster's status within a particular cache security group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSecurityGroupMembership.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroupMembership.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The name of the cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSecurityGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheSecurityGroupNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSecurityGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new CacheSecurityGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSecurityGroupQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSecurityGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new CacheSecurityGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetGroup"> <summary> Represents the output of one of the following actions: <ul> <li> <i>CreateCacheSubnetGroup</i> </li> <li> <i>ModifyCacheSubnetGroup</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSubnetGroup.CacheSubnetGroupDescription"> <summary> Gets and sets the property CacheSubnetGroupDescription. <para> The description of the cache subnet group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSubnetGroup.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSubnetGroup.Subnets"> <summary> Gets and sets the property Subnets. <para> A list of subnets associated with the cache subnet group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CacheSubnetGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetGroupAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSubnetGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new CacheSubnetGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetGroupInUseException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSubnetGroupInUseException.#ctor(System.String)"> <summary> Constructs a new CacheSubnetGroupInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetGroupNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSubnetGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new CacheSubnetGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetGroupQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSubnetGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new CacheSubnetGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CacheSubnetQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.CacheSubnetQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new CacheSubnetQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ClusterQuotaForCustomerExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ClusterQuotaForCustomerExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterQuotaForCustomerExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.CopySnapshotRequest"> <summary> Container for the parameters to the CopySnapshot operation. The <i>CopySnapshot</i> action makes a copy of an existing snapshot. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CopySnapshotRequest.SourceSnapshotName"> <summary> Gets and sets the property SourceSnapshotName. <para> The name of an existing snapshot from which to copy. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CopySnapshotRequest.TargetSnapshotName"> <summary> Gets and sets the property TargetSnapshotName. <para> A name for the copied snapshot. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CopySnapshotResponse"> <summary> Configuration for accessing Amazon CopySnapshot service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CopySnapshotResult"> <summary> Represents a copy of an entire cache cluster as of the time when the snapshot was taken. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CopySnapshotResponse.CopySnapshotResult"> <summary> Gets and sets the CopySnapshotResult property. Represents the output of a CopySnapshot operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheClusterRequest"> <summary> Container for the parameters to the CreateCacheCluster operation. The <i>CreateCacheCluster</i> action creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheClusterRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheClusterRequest.#ctor(System.String,System.Int32,System.String,System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates CreateCacheClusterRequest with the parameterized properties </summary> <param name="cacheClusterId">The node group identifier. This parameter is stored as a lowercase string. Constraints: <ul> <li>A name must contain from 1 to 20 alphanumeric characters or hyphens.</li> <li>The first character must be a letter.</li> <li>A name cannot end with a hyphen or contain two consecutive hyphens.</li> </ul></param> <param name="numCacheNodes">The initial number of cache nodes that the cache cluster will have. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at <a href="http://aws.amazon.com/contact-us/elasticache-node-limit-request/">http://aws.amazon.com/contact-us/elasticache-node-limit-request/</a>.</param> <param name="cacheNodeType">The compute and memory capacity of the nodes in the node group. Valid node types are as follows: <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <b>Notes:</b> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </param> <param name="engine">The name of the cache engine to be used for this cache cluster. Valid values for this parameter are: <code>memcached</code> | <code>redis</code></param> <param name="cacheSecurityGroupNames">A list of security group names to associate with this cache cluster. Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).</param> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.AZMode"> <summary> Gets and sets the property AZMode. <para> Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region. </para> <para> This parameter is only supported for Memcached cache clusters. </para> <para> If the <code>AZMode</code> and <code>PreferredAvailabilityZones</code> are not specified, ElastiCache assumes <code>single-az</code> mode. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The node group identifier. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>A name must contain from 1 to 20 alphanumeric characters or hyphens.</li> <li>The first character must be a letter.</li> <li>A name cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The compute and memory capacity of the nodes in the node group. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.CacheSecurityGroupNames"> <summary> Gets and sets the property CacheSecurityGroupNames. <para> A list of security group names to associate with this cache cluster. </para> <para> Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the subnet group to be used for the cache cluster. </para> <para> Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.Engine"> <summary> Gets and sets the property Engine. <para> The name of the cache engine to be used for this cache cluster. </para> <para> Valid values for this parameter are: </para> <para> <code>memcached</code> | <code>redis</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the <i>DescribeCacheEngineVersions</i> action. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.NotificationTopicArn"> <summary> Gets and sets the property NotificationTopicArn. <para> The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent. </para> <note>The Amazon SNS topic owner must be the same as the cache cluster owner.</note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.NumCacheNodes"> <summary> Gets and sets the property NumCacheNodes. <para> The initial number of cache nodes that the cache cluster will have. </para> <para> For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. </para> <para> If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at <a href="http://aws.amazon.com/contact-us/elasticache-node-limit-request/">http://aws.amazon.com/contact-us/elasticache-node-limit-request/</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which each of the cache nodes will accept connections. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.PreferredAvailabilityZone"> <summary> Gets and sets the property PreferredAvailabilityZone. <para> The EC2 Availability Zone in which the cache cluster will be created. </para> <para> All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>. </para> <para> Default: System chosen Availability Zone. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.PreferredAvailabilityZones"> <summary> Gets and sets the property PreferredAvailabilityZones. <para> A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important. </para> <para> This option is only supported on Memcached. </para> <note> <para> If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. </para> <para> The number of Availability Zones listed must equal the value of <code>NumCacheNodes</code>. </para> </note> <para> If you want all the nodes in the same Availability Zone, use <code>PreferredAvailabilityZone</code> instead, or repeat the Availability Zone multiple times in the list. </para> <para> Default: System chosen Availability Zones. </para> <para> Example: One Memcached node in each of three different Availability Zones: <code>PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c</code> </para> <para> Example: All three Memcached nodes in one Availability Zone: <code>PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group. </para> <para> If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> One or more VPC security groups associated with the cache cluster. </para> <para> Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.SnapshotArns"> <summary> Gets and sets the property SnapshotArns. <para> A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file will be used to populate the node group. The Amazon S3 object name in the ARN cannot contain any commas. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> <para> Example of an Amazon S3 ARN: <code>arn:aws:s3:::my_bucket/snapshot1.rdb</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> The name of a snapshot from which to restore data into the new node group. The snapshot status changes to <code>restoring</code> while the new node group is being created. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> <para> Default: 0 (i.e., automatic backups are disabled for this cache cluster). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group. </para> <para> Example: <code>05:00-09:00</code> </para> <para> If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheClusterResponse"> <summary> Configuration for accessing Amazon CreateCacheCluster service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheClusterResult"> <summary> Contains all of the attributes of a specific cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheClusterResponse.CreateCacheClusterResult"> <summary> Gets and sets the CreateCacheClusterResult property. Represents the output of a CreateCacheCluster operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest"> <summary> Container for the parameters to the CreateCacheParameterGroup operation. The <i>CreateCacheParameterGroup</i> action creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster. </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates CreateCacheParameterGroupRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">A user-specified name for the cache parameter group.</param> <param name="cacheParameterGroupFamily">The name of the cache parameter group family the cache parameter group can be used with. Valid values are: <code>memcached1.4</code> | <code>redis2.6</code> | <code>redis2.8</code></param> <param name="description">A user-specified description for the cache parameter group.</param> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> The name of the cache parameter group family the cache parameter group can be used with. </para> <para> Valid values are: <code>memcached1.4</code> | <code>redis2.6</code> | <code>redis2.8</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> A user-specified name for the cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheParameterGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A user-specified description for the cache parameter group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheParameterGroupResponse"> <summary> Configuration for accessing Amazon CreateCacheParameterGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheParameterGroupResult"> <summary> Represents the output of a <i>CreateCacheParameterGroup</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheParameterGroupResponse.CreateCacheParameterGroupResult"> <summary> Gets and sets the CreateCacheParameterGroupResult property. Represents the output of a CreateCacheParameterGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest"> <summary> Container for the parameters to the CreateCacheSecurityGroup operation. The <i>CreateCacheSecurityGroup</i> action creates a new cache security group. Use a cache security group to control access to one or more cache clusters. <para> Cache security groups are only used when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html">CreateCacheSubnetGroup</a>. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateCacheSecurityGroupRequest with the parameterized properties </summary> <param name="cacheSecurityGroupName">A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default". Example: <code>mysecuritygroup</code></param> <param name="description">A description for the cache security group.</param> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> A name for the cache security group. This value is stored as a lowercase string. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default". </para> <para> Example: <code>mysecuritygroup</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the cache security group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSecurityGroupResponse"> <summary> Configuration for accessing Amazon CreateCacheSecurityGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSecurityGroupResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>AuthorizeCacheSecurityGroupIngress</i> </li> <li> <i>CreateCacheSecurityGroup</i> </li> <li> <i>RevokeCacheSecurityGroupIngress</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSecurityGroupResponse.CreateCacheSecurityGroupResult"> <summary> Gets and sets the CreateCacheSecurityGroupResult property. Represents the output of a CreateCacheSecurityGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest"> <summary> Container for the parameters to the CreateCacheSubnetGroup operation. The <i>CreateCacheSubnetGroup</i> action creates a new cache subnet group. <para> Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest.CacheSubnetGroupDescription"> <summary> Gets and sets the property CacheSubnetGroupDescription. <para> A description for the cache subnet group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> A name for the cache subnet group. This value is stored as a lowercase string. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters or hyphens. </para> <para> Example: <code>mysubnetgroup</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSubnetGroupRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> A list of VPC subnet IDs for the cache subnet group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSubnetGroupResponse"> <summary> Configuration for accessing Amazon CreateCacheSubnetGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateCacheSubnetGroupResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>CreateCacheSubnetGroup</i> </li> <li> <i>ModifyCacheSubnetGroup</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateCacheSubnetGroupResponse.CreateCacheSubnetGroupResult"> <summary> Gets and sets the CreateCacheSubnetGroupResult property. Represents the output of a CreateCacheSubnetGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateReplicationGroupRequest"> <summary> Container for the parameters to the CreateReplicationGroup operation. The <i>CreateReplicationGroup</i> action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others are read-only replicas. Writes to the primary are automatically propagated to the replicas. <para> When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas. </para> <para> <b>Note:</b> This action is valid only for Redis. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.AutomaticFailoverEnabled"> <summary> Gets and sets the property AutomaticFailoverEnabled. <para> Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. </para> <para> If <code>true</code>, Multi-AZ is enabled for this replication group. If <code>false</code>, Multi-AZ is disabled for this replication group. </para> <para> Default: false </para> <note> <para> ElastiCache Multi-AZ replication groups is not supported on: </para> <ul> <li>Redis versions earlier than 2.8.6.</li> <li>T1 and T2 cache node types.</li> </ul> </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The compute and memory capacity of the nodes in the node group. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.CacheSecurityGroupNames"> <summary> Gets and sets the property CacheSecurityGroupNames. <para> A list of cache security group names to associate with this replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group to be used for the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.Engine"> <summary> Gets and sets the property Engine. <para> The name of the cache engine to be used for the cache clusters in this replication group. </para> <para> Default: redis </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the <i>DescribeCacheEngineVersions</i> action. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.NotificationTopicArn"> <summary> Gets and sets the property NotificationTopicArn. <para> The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent. </para> <note>The Amazon SNS topic owner must be the same as the cache cluster owner.</note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.NumCacheClusters"> <summary> Gets and sets the property NumCacheClusters. <para> The number of cache clusters this replication group will initially have. </para> <para> If <i>Multi-AZ</i> is <code>enabled</code>, the value of this parameter must be at least 2. </para> <para> The maximum permitted value for <i>NumCacheClusters</i> is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at <a href="http://aws.amazon.com/contact-us/elasticache-node-limit-request">http://aws.amazon.com/contact-us/elasticache-node-limit-request</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which each member of the replication group will accept connections. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.PreferredCacheClusterAZs"> <summary> Gets and sets the property PreferredCacheClusterAZs. <para> A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important. </para> <note>If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group. <para> The number of availability zones listed must equal the value of <i>NumCacheClusters</i>. </para> </note> <para> Default: system chosen availability zones. </para> <para> Example: One Redis cache cluster in each of three availability zones. PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.PrimaryClusterId"> <summary> Gets and sets the property PrimaryClusterId. <para> The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of <i>available</i>. </para> <para> This parameter is not required if <i>NumCacheClusters</i> is specified. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.ReplicationGroupDescription"> <summary> Gets and sets the property ReplicationGroupDescription. <para> A user-created description for the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The replication group identifier. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>A name must contain from 1 to 20 alphanumeric characters or hyphens.</li> <li>The first character must be a letter.</li> <li>A name cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> One or more Amazon VPC security groups associated with this replication group. </para> <para> Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.SnapshotArns"> <summary> Gets and sets the property SnapshotArns. <para> A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file will be used to populate the node group. The Amazon S3 object name in the ARN cannot contain any commas. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> <para> Example of an Amazon S3 ARN: <code>arn:aws:s3:::my_bucket/snapshot1.rdb</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> The name of a snapshot from which to restore data into the new node group. The snapshot status changes to <code>restoring</code> while the new node group is being created. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> <para> Default: 0 (i.e., automatic backups are disabled for this cache cluster). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group. </para> <para> Example: <code>05:00-09:00</code> </para> <para> If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. </para> <para> <b>Note:</b> This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateReplicationGroupResponse"> <summary> Configuration for accessing Amazon CreateReplicationGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateReplicationGroupResult"> <summary> Contains all of the attributes of a specific replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateReplicationGroupResponse.CreateReplicationGroupResult"> <summary> Gets and sets the CreateReplicationGroupResult property. Represents the output of a CreateReplicationGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateSnapshotRequest"> <summary> Container for the parameters to the CreateSnapshot operation. The <i>CreateSnapshot</i> action creates a copy of an entire cache cluster at a specific moment in time. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateSnapshotRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The identifier of an existing cache cluster. The snapshot will be created from this cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateSnapshotRequest.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> A name for the snapshot being created. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateSnapshotResponse"> <summary> Configuration for accessing Amazon CreateSnapshot service </summary> </member> <member name="T:Amazon.ElastiCache.Model.CreateSnapshotResult"> <summary> Represents a copy of an entire cache cluster as of the time when the snapshot was taken. </summary> </member> <member name="P:Amazon.ElastiCache.Model.CreateSnapshotResponse.CreateSnapshotResult"> <summary> Gets and sets the CreateSnapshotResult property. Represents the output of a CreateSnapshot operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheClusterRequest"> <summary> Container for the parameters to the DeleteCacheCluster operation. The <i>DeleteCacheCluster</i> action deletes a previously provisioned cache cluster. <i>DeleteCacheCluster</i> deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action. <para> This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheClusterRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheClusterRequest.#ctor(System.String)"> <summary> Instantiates DeleteCacheClusterRequest with the parameterized properties </summary> <param name="cacheClusterId">The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.</param> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheClusterRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheClusterRequest.FinalSnapshotIdentifier"> <summary> Gets and sets the property FinalSnapshotIdentifier. <para> The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheClusterResponse"> <summary> Configuration for accessing Amazon DeleteCacheCluster service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheClusterResult"> <summary> Contains all of the attributes of a specific cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheClusterResponse.DeleteCacheClusterResult"> <summary> Gets and sets the DeleteCacheClusterResult property. Represents the output of a DeleteCacheCluster operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest"> <summary> Container for the parameters to the DeleteCacheParameterGroup operation. The <i>DeleteCacheParameterGroup</i> action deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters. </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteCacheParameterGroupRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">The name of the cache parameter group to delete. <note>The specified cache security group must not be associated with any cache clusters.</note></param> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group to delete. </para> <note>The specified cache security group must not be associated with any cache clusters.</note> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest"> <summary> Container for the parameters to the DeleteCacheSecurityGroup operation. The <i>DeleteCacheSecurityGroup</i> action deletes a cache security group. <note>You cannot delete a cache security group if it is associated with any cache clusters.</note> </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteCacheSecurityGroupRequest with the parameterized properties </summary> <param name="cacheSecurityGroupName">The name of the cache security group to delete. <note>You cannot delete the default security group.</note></param> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheSecurityGroupRequest.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The name of the cache security group to delete. </para> <note>You cannot delete the default security group.</note> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteCacheSubnetGroupRequest"> <summary> Container for the parameters to the DeleteCacheSubnetGroup operation. The <i>DeleteCacheSubnetGroup</i> action deletes a cache subnet group. <note>You cannot delete a cache subnet group if it is associated with any cache clusters.</note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteCacheSubnetGroupRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group to delete. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters or hyphens. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteReplicationGroupRequest"> <summary> Container for the parameters to the DeleteReplicationGroup operation. The <i>DeleteReplicationGroup</i> action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster. <para> When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this action. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteReplicationGroupRequest.FinalSnapshotIdentifier"> <summary> Gets and sets the property FinalSnapshotIdentifier. <para> The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteReplicationGroupRequest.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The identifier for the cluster to be deleted. This parameter is not case sensitive. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteReplicationGroupRequest.RetainPrimaryCluster"> <summary> Gets and sets the property RetainPrimaryCluster. <para> If set to <i>true</i>, all of the read replicas will be deleted, but the primary node will be retained. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteReplicationGroupResponse"> <summary> Configuration for accessing Amazon DeleteReplicationGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteReplicationGroupResult"> <summary> Contains all of the attributes of a specific replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteReplicationGroupResponse.DeleteReplicationGroupResult"> <summary> Gets and sets the DeleteReplicationGroupResult property. Represents the output of a DeleteReplicationGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteSnapshotRequest"> <summary> Container for the parameters to the DeleteSnapshot operation. The <i>DeleteSnapshot</i> action deletes an existing snapshot. When you receive a successful response from this action, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteSnapshotRequest.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> The name of the snapshot to be deleted. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteSnapshotResponse"> <summary> Configuration for accessing Amazon DeleteSnapshot service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DeleteSnapshotResult"> <summary> Represents a copy of an entire cache cluster as of the time when the snapshot was taken. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DeleteSnapshotResponse.DeleteSnapshotResult"> <summary> Gets and sets the DeleteSnapshotResult property. Represents the output of a DeleteSnapshot operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheClustersRequest"> <summary> Container for the parameters to the DescribeCacheClusters operation. The <i>DescribeCacheClusters</i> action returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied. <para> By default, abbreviated information about the cache clusters(s) will be returned. You can use the optional <i>ShowDetails</i> flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint. </para> <para> If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned. </para> <para> If the cluster is in the DELETING state, only cluster level information will be displayed. </para> <para> If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the cache cluster state is <i>available</i>, the cluster is ready for use. </para> <para> If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheClustersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersRequest.ShowCacheNodeInfo"> <summary> Gets and sets the property ShowCacheNodeInfo. <para> An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheClustersResponse"> <summary> Configuration for accessing Amazon DescribeCacheClusters service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheClustersResult"> <summary> Represents the output of a <i>DescribeCacheClusters</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersResult.CacheClusters"> <summary> Gets and sets the property CacheClusters. <para> A list of cache clusters. Each item in the list contains detailed information about one cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheClustersResponse.DescribeCacheClustersResult"> <summary> Gets and sets the DescribeCacheClustersResult property. Represents the output of a DescribeCacheClusters operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest"> <summary> Container for the parameters to the DescribeCacheEngineVersions operation. The <i>DescribeCacheEngineVersions</i> action returns a list of the available cache engines and their versions. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> The name of a specific cache parameter group family to return details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.DefaultOnly"> <summary> Gets and sets the property DefaultOnly. <para> If <i>true</i>, specifies that only the default version of the specified engine or engine and major version combination is to be returned. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.Engine"> <summary> Gets and sets the property Engine. <para> The cache engine to return. Valid values: <code>memcached</code> | <code>redis</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The cache engine version to return. </para> <para> Example: <code>1.4.14</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsResponse"> <summary> Configuration for accessing Amazon DescribeCacheEngineVersions service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsResult"> <summary> Represents the output of a <a>DescribeCacheEngineVersions</a> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsResult.CacheEngineVersions"> <summary> Gets and sets the property CacheEngineVersions. <para> A list of cache engine version details. Each element in the list contains detailed information about one cache engine version. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheEngineVersionsResponse.DescribeCacheEngineVersionsResult"> <summary> Gets and sets the DescribeCacheEngineVersionsResult property. Represents the output of a DescribeCacheEngineVersions operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest"> <summary> Container for the parameters to the DescribeCacheParameterGroups operation. The <i>DescribeCacheParameterGroups</i> action returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest.#ctor(System.String)"> <summary> Instantiates DescribeCacheParameterGroupsRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">The name of a specific cache parameter group to return details for.</param> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of a specific cache parameter group to return details for. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsResponse"> <summary> Configuration for accessing Amazon DescribeCacheParameterGroups service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsResult"> <summary> Represents the output of a <i>DescribeCacheParameterGroups</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsResult.CacheParameterGroups"> <summary> Gets and sets the property CacheParameterGroups. <para> A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParameterGroupsResponse.DescribeCacheParameterGroupsResult"> <summary> Gets and sets the DescribeCacheParameterGroupsResult property. Represents the output of a DescribeCacheParameterGroups operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParametersRequest"> <summary> Container for the parameters to the DescribeCacheParameters operation. The <i>DescribeCacheParameters</i> action returns the detailed parameter list for a particular cache parameter group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.#ctor(System.String)"> <summary> Instantiates DescribeCacheParametersRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">The name of a specific cache parameter group to return details for.</param> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of a specific cache parameter group to return details for. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersRequest.Source"> <summary> Gets and sets the property Source. <para> The parameter types to return. </para> <para> Valid values: <code>user</code> | <code>system</code> | <code>engine-default</code> </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParametersResponse"> <summary> Configuration for accessing Amazon DescribeCacheParameters service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheParametersResult"> <summary> Represents the output of a <i>DescribeCacheParameters</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersResult.CacheNodeTypeSpecificParameters"> <summary> Gets and sets the property CacheNodeTypeSpecificParameters. <para> A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersResult.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <a>Parameter</a> instances. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheParametersResponse.DescribeCacheParametersResult"> <summary> Gets and sets the DescribeCacheParametersResult property. Represents the output of a DescribeCacheParameters operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest"> <summary> Container for the parameters to the DescribeCacheSecurityGroups operation. The <i>DescribeCacheSecurityGroups</i> action returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest.#ctor(System.String)"> <summary> Instantiates DescribeCacheSecurityGroupsRequest with the parameterized properties </summary> <param name="cacheSecurityGroupName">The name of the cache security group to return details for.</param> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The name of the cache security group to return details for. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsResponse"> <summary> Configuration for accessing Amazon DescribeCacheSecurityGroups service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsResult"> <summary> Represents the output of a <i>DescribeCacheSecurityGroups</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsResult.CacheSecurityGroups"> <summary> Gets and sets the property CacheSecurityGroups. <para> A list of cache security groups. Each element in the list contains detailed information about one group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSecurityGroupsResponse.DescribeCacheSecurityGroupsResult"> <summary> Gets and sets the DescribeCacheSecurityGroupsResult property. Represents the output of a DescribeCacheSecurityGroups operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest"> <summary> Container for the parameters to the DescribeCacheSubnetGroups operation. The <i>DescribeCacheSubnetGroups</i> action returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group to return details for. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsResponse"> <summary> Configuration for accessing Amazon DescribeCacheSubnetGroups service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsResult"> <summary> Represents the output of a <i>DescribeCacheSubnetGroups</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsResult.CacheSubnetGroups"> <summary> Gets and sets the property CacheSubnetGroups. <para> A list of cache subnet groups. Each element in the list contains detailed information about one group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeCacheSubnetGroupsResponse.DescribeCacheSubnetGroupsResult"> <summary> Gets and sets the DescribeCacheSubnetGroupsResult property. Represents the output of a DescribeCacheSubnetGroups operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest"> <summary> Container for the parameters to the DescribeEngineDefaultParameters operation. The <i>DescribeEngineDefaultParameters</i> action returns the default engine and system parameter information for the specified cache engine. </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest.#ctor(System.String)"> <summary> Instantiates DescribeEngineDefaultParametersRequest with the parameterized properties </summary> <param name="cacheParameterGroupFamily">The name of the cache parameter group family. Valid values are: <code>memcached1.4</code> | <code>redis2.6</code> | <code>redis2.8</code></param> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> The name of the cache parameter group family. Valid values are: <code>memcached1.4</code> | <code>redis2.6</code> | <code>redis2.8</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersResponse"> <summary> Configuration for accessing Amazon DescribeEngineDefaultParameters service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersResult"> <summary> Represents the output of a <i>DescribeEngineDefaultParameters</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEngineDefaultParametersResponse.DescribeEngineDefaultParametersResult"> <summary> Gets and sets the DescribeEngineDefaultParametersResult property. Represents the output of a DescribeEngineDefaultParameters operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEventsRequest"> <summary> Container for the parameters to the DescribeEvents operation. The <i>DescribeEvents</i> action returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter. <para> By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.DescribeEventsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.Duration"> <summary> Gets and sets the property Duration. <para> The number of minutes' worth of events to retrieve. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The end of the time interval for which to retrieve events, specified in ISO 8601 format. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The event source to retrieve events for. If no value is specified, all events are returned. </para> <para> Valid values are: <code>cache-cluster</code> | <code>cache-parameter-group</code> | <code>cache-security-group</code> | <code>cache-subnet-group</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The beginning of the time interval to retrieve events for, specified in ISO 8601 format. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEventsResponse"> <summary> Configuration for accessing Amazon DescribeEvents service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeEventsResult"> <summary> Represents the output of a <i>DescribeEvents</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsResult.Events"> <summary> Gets and sets the property Events. <para> A list of events. Each element in the list contains detailed information about one event. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeEventsResponse.DescribeEventsResult"> <summary> Gets and sets the DescribeEventsResult property. Represents the output of a DescribeEvents operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest"> <summary> Container for the parameters to the DescribeReplicationGroups operation. The <i>DescribeReplicationGroups</i> action returns information about a particular replication group. If no identifier is specified, <i>DescribeReplicationGroups</i> returns information about all replication groups. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsRequest.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The identifier for the replication group to be described. This parameter is not case sensitive. </para> <para> If you do not specify this parameter, information about all replication groups is returned. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReplicationGroupsResponse"> <summary> Configuration for accessing Amazon DescribeReplicationGroups service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReplicationGroupsResult"> <summary> Represents the output of a <i>DescribeReplicationGroups</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsResult.ReplicationGroups"> <summary> Gets and sets the property ReplicationGroups. <para> A list of replication groups. Each item in the list contains detailed information about one replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReplicationGroupsResponse.DescribeReplicationGroupsResult"> <summary> Gets and sets the DescribeReplicationGroupsResult property. Represents the output of a DescribeReplicationGroups operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest"> <summary> Container for the parameters to the DescribeReservedCacheNodesOfferings operation. The <i>DescribeReservedCacheNodesOfferings</i> action lists available reserved cache node offerings. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.Duration"> <summary> Gets and sets the property Duration. <para> Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration. </para> <para> Valid Values: <code>1 | 3 | 31536000 | 94608000</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. </para> <para> Valid Values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization"</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The product description filter value. Use this parameter to show only the available offerings matching the specified product description. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsRequest.ReservedCacheNodesOfferingId"> <summary> Gets and sets the property ReservedCacheNodesOfferingId. <para> The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier. </para> <para> Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code> </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsResponse"> <summary> Configuration for accessing Amazon DescribeReservedCacheNodesOfferings service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsResult"> <summary> Represents the output of a <i>DescribeReservedCacheNodesOfferings</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsResult.ReservedCacheNodesOfferings"> <summary> Gets and sets the property ReservedCacheNodesOfferings. <para> A list of reserved cache node offerings. Each element in the list contains detailed information about one offering. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesOfferingsResponse.DescribeReservedCacheNodesOfferingsResult"> <summary> Gets and sets the DescribeReservedCacheNodesOfferingsResult property. Represents the output of a DescribeReservedCacheNodesOfferings operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest"> <summary> Container for the parameters to the DescribeReservedCacheNodes operation. The <i>DescribeReservedCacheNodes</i> action returns information about reserved cache nodes for this account, or about a specified reserved cache node. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.Duration"> <summary> Gets and sets the property Duration. <para> The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration. </para> <para> Valid Values: <code>1 | 3 | 31536000 | 94608000</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: minimum 20; maximum 100. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. </para> <para> Valid values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization"</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The product description filter value. Use this parameter to show only those reservations matching the specified product description. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.ReservedCacheNodeId"> <summary> Gets and sets the property ReservedCacheNodeId. <para> The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesRequest.ReservedCacheNodesOfferingId"> <summary> Gets and sets the property ReservedCacheNodesOfferingId. <para> The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesResponse"> <summary> Configuration for accessing Amazon DescribeReservedCacheNodes service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeReservedCacheNodesResult"> <summary> Represents the output of a <i>DescribeReservedCacheNodes</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesResult.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesResult.ReservedCacheNodes"> <summary> Gets and sets the property ReservedCacheNodes. <para> A list of reserved cache nodes. Each element in the list contains detailed information about one node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeReservedCacheNodesResponse.DescribeReservedCacheNodesResult"> <summary> Gets and sets the DescribeReservedCacheNodesResult property. Represents the output of a DescribeReservedCacheNodes operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeSnapshotsRequest"> <summary> Container for the parameters to the DescribeSnapshots operation. The <i>DescribeSnapshots</i> action returns information about cache cluster snapshots. By default, <i>DescribeSnapshots</i> lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 50 </para> <para> Constraints: minimum 20; maximum 50. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsRequest.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsRequest.SnapshotSource"> <summary> Gets and sets the property SnapshotSource. <para> If set to <code>system</code>, the output shows snapshots that were automatically created by ElastiCache. If set to <code>user</code> the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeSnapshotsResponse"> <summary> Configuration for accessing Amazon DescribeSnapshots service </summary> </member> <member name="T:Amazon.ElastiCache.Model.DescribeSnapshotsResult"> <summary> Represents the output of a <i>DescribeSnapshots</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <i>MaxRecords</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsResult.Snapshots"> <summary> Gets and sets the property Snapshots. <para> A list of snapshots. Each item in the list contains detailed information about one snapshot. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.DescribeSnapshotsResponse.DescribeSnapshotsResult"> <summary> Gets and sets the DescribeSnapshotsResult property. Represents the output of a DescribeSnapshots operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.EC2SecurityGroup"> <summary> Provides ownership and status information for an Amazon EC2 security group. </summary> </member> <member name="M:Amazon.ElastiCache.Model.EC2SecurityGroup.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.EC2SecurityGroup.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> The name of the Amazon EC2 security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.EC2SecurityGroup.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> The AWS account ID of the Amazon EC2 security group owner. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.EC2SecurityGroup.Status"> <summary> Gets and sets the property Status. <para> The status of the Amazon EC2 security group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.Endpoint"> <summary> Represents the information required for client programs to connect to a cache node. </summary> </member> <member name="M:Amazon.ElastiCache.Model.Endpoint.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.Endpoint.Address"> <summary> Gets and sets the property Address. <para> The DNS hostname of the cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Endpoint.Port"> <summary> Gets and sets the property Port. <para> The port number that the cache engine is listening on. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.EngineDefaults"> <summary> Represents the output of a <i>DescribeEngineDefaultParameters</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.EngineDefaults.CacheNodeTypeSpecificParameters"> <summary> Gets and sets the property CacheNodeTypeSpecificParameters. <para> A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.EngineDefaults.CacheParameterGroupFamily"> <summary> Gets and sets the property CacheParameterGroupFamily. <para> Specifies the name of the cache parameter group family to which the engine default parameters apply. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.EngineDefaults.Marker"> <summary> Gets and sets the property Marker. <para> Provides an identifier to allow retrieval of paginated results. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.EngineDefaults.Parameters"> <summary> Gets and sets the property Parameters. <para> Contains a list of engine default parameters. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.Event"> <summary> Represents a single occurrence of something interesting within the system. Some examples of events are creating a cache cluster, adding or removing a cache node, or rebooting a node. </summary> </member> <member name="M:Amazon.ElastiCache.Model.Event.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.Event.Date"> <summary> Gets and sets the property Date. <para> The date and time when the event occurred. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Event.Message"> <summary> Gets and sets the property Message. <para> The text of the event. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Event.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Event.SourceType"> <summary> Gets and sets the property SourceType. <para> Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.InsufficientCacheClusterCapacityException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InsufficientCacheClusterCapacityException.#ctor(System.String)"> <summary> Constructs a new InsufficientCacheClusterCapacityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidARNException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidARNException.#ctor(System.String)"> <summary> Constructs a new InvalidARNException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidCacheClusterStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidCacheClusterStateException.#ctor(System.String)"> <summary> Constructs a new InvalidCacheClusterStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidCacheParameterGroupStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidCacheParameterGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidCacheParameterGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidCacheSecurityGroupStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidCacheSecurityGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidCacheSecurityGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidParameterCombinationException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidParameterCombinationException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterCombinationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidParameterValueException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidParameterValueException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterValueException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidReplicationGroupStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidReplicationGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidReplicationGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidSnapshotStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidSnapshotStateException.#ctor(System.String)"> <summary> Constructs a new InvalidSnapshotStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidSubnetException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidSubnetException.#ctor(System.String)"> <summary> Constructs a new InvalidSubnetException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.InvalidVPCNetworkStateException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.InvalidVPCNetworkStateException.#ctor(System.String)"> <summary> Constructs a new InvalidVPCNetworkStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ListTagsForResourceRequest"> <summary> Container for the parameters to the ListTagsForResource operation. The <i>ListTagsForResource</i> action lists all cost allocation tags currently on the named resource. A <i>cost allocation tag</i> is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs. <para> You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/BestPractices.html">Using Cost Allocation Tags in Amazon ElastiCache</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ListTagsForResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The name of the resource for which you want the list of tags, for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ListTagsForResourceResponse"> <summary> Configuration for accessing Amazon ListTagsForResource service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ListTagsForResourceResult"> <summary> Represents the output from the <i>AddTagsToResource</i>, <i>ListTagsOnResource</i>, and <i>RemoveTagsFromResource</i> actions. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ListTagsForResourceResult.TagList"> <summary> Gets and sets the property TagList. <para> A list of cost allocation tags as key-value pairs. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ListTagsForResourceResponse.ListTagsForResourceResult"> <summary> Gets and sets the ListTagsForResourceResult property. Represents the output of a ListTagsForResource operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheClusterRequest"> <summary> Container for the parameters to the ModifyCacheCluster operation. The <i>ModifyCacheCluster</i> action modifies the settings for a cache cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values. </summary> </member> <member name="M:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.#ctor(System.String)"> <summary> Instantiates ModifyCacheClusterRequest with the parameterized properties </summary> <param name="cacheClusterId">The cache cluster identifier. This value is stored as a lowercase string.</param> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.ApplyImmediately"> <summary> Gets and sets the property ApplyImmediately. <para> If <code>true</code>, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the <i>PreferredMaintenanceWindow</i> setting for the cache cluster. </para> <para> If <code>false</code>, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first. </para> <important>If you perform a <code>ModifyCacheCluster</code> before a pending modification is applied, the pending modification is replaced by the newer modification.</important> <para> Valid values: <code>true</code> | <code>false</code> </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.AZMode"> <summary> Gets and sets the property AZMode. <para> Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones. </para> <para> Valid values: <code>single-az</code> | <code>cross-az</code>. </para> <para> This option is only supported for Memcached cache clusters. </para> <note> <para> You cannot specify <code>single-az</code> if the Memcached cache cluster already has cache nodes in different Availability Zones. If <code>cross-az</code> is specified, existing Memcached nodes remain in their current Availability Zone. </para> <para> Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the <b>Availability Zone Considerations</b> section of <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html">Cache Node Considerations for Memcached</a>. </para> </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The cache cluster identifier. This value is stored as a lowercase string. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.CacheNodeIdsToRemove"> <summary> Gets and sets the property CacheNodeIdsToRemove. <para> A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when <i>NumCacheNodes</i> is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of <i>NumCacheNodes</i> in the request. </para> <para> For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this <code>ModifyCacheCluser</code> call is 5, you must list 2 (7 - 5) cache node IDs to remove. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the <i>ApplyImmediately</i> parameter is specified as <i>true</i> for this request. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.CacheSecurityGroupNames"> <summary> Gets and sets the property CacheSecurityGroupNames. <para> A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible. </para> <para> This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC). </para> <para> Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default". </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The upgraded version of the cache engine to be run on the cache nodes. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.NewAvailabilityZones"> <summary> Gets and sets the property NewAvailabilityZones. <para> The list of Availability Zones where the new Memcached cache nodes will be created. </para> <para> This parameter is only valid when <i>NumCacheNodes</i> in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request. </para> <para> This option is only supported on Memcached clusters. </para> <para> Scenarios: <ul> <li> <b>Scenario 1:</b> You have 3 active nodes and wish to add 2 nodes. Specify <code>NumCacheNodes=5</code> (3 + 2) and optionally specify two Availability Zones for the two new nodes.</li> <li> <b>Scenario 2:</b> You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify <code>NumCacheNodes=6</code> ((3 + 2) + 1)</li> and optionally specify an Availability Zone for the new node. <li> <b>Scenario 3:</b> You want to cancel all pending actions. Specify <code>NumCacheNodes=3</code> to cancel all pending actions.</li> </ul> </para> <para> The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting <code>NumCacheNodes</code> to the number of current nodes. </para> <para> If <code>cross-az</code> is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the <b>Availability Zone Considerations</b> section of <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html">Cache Node Considerations for Memcached</a>. </para> <para> <b>Impact of new add/remove requests upon pending requests</b> </para> <table> <tr> <th>Scenarios</th> <th>Pending action</th> <th>New Request</th> <th>Results</th> </tr> <tr> <td>Scenario-1</td> <td>Delete</td> <td>Delete</td> <td>The new delete, pending or immediate, replaces the pending delete.</td> </tr> <tr> <td>Scenario-2</td> <td>Delete</td> <td>Create</td> <td>The new create, pending or immediate, replaces the pending delete.</td> </tr> <tr> <td>Scenario-3</td> <td>Create</td> <td>Delete</td> <td>The new delete, pending or immediate, replaces the pending create.</td> </tr> <tr> <td>Scenario-4</td> <td>Create</td> <td>Create</td> <td>The new create is added to the pending create.<br/> <b>Important:</b><br/>If the new create request is <b>Apply Immediately - Yes</b>, all creates are performed immediately. If the new create request is <b>Apply Immediately - No</b>, all creates are pending.</td> </tr> </table> <para> Example: <code>NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.NotificationTopicArn"> <summary> Gets and sets the property NotificationTopicArn. <para> The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. </para> <note>The Amazon SNS topic owner must be same as the cache cluster owner. </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.NotificationTopicStatus"> <summary> Gets and sets the property NotificationTopicStatus. <para> The status of the Amazon SNS notification topic. Notifications are sent only if the status is <i>active</i>. </para> <para> Valid values: <code>active</code> | <code>inactive</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.NumCacheNodes"> <summary> Gets and sets the property NumCacheNodes. <para> The number of cache nodes that the cache cluster should have. If the value for <code>NumCacheNodes</code> is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then any pending add or remove requests are canceled. </para> <para> If you are removing cache nodes, you must use the <code>CacheNodeIdsToRemove</code> parameter to provide the IDs of the specific cache nodes to remove. </para> <para> For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. </para> <para> <b>Note:</b>Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See <code>ApplyImmediately</code>. A pending action to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions to modify the number of cache nodes in a cluster, use the <code>ModifyCacheCluster</code> request and set <i>NumCacheNodes</i> equal to the number of cache nodes currently in the cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> Specifies the VPC Security Groups associated with the cache cluster. </para> <para> This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set <i>SnapshotRetentionLimit</i> to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. </para> <para> <b>Important</b>If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterRequest.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheClusterResponse"> <summary> Configuration for accessing Amazon ModifyCacheCluster service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheClusterResult"> <summary> Contains all of the attributes of a specific cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheClusterResponse.ModifyCacheClusterResult"> <summary> Gets and sets the ModifyCacheClusterResult property. Represents the output of a ModifyCacheCluster operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest"> <summary> Container for the parameters to the ModifyCacheParameterGroup operation. The <i>ModifyCacheParameterGroup</i> action modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs. </summary> </member> <member name="M:Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElastiCache.Model.ParameterNameValue})"> <summary> Instantiates ModifyCacheParameterGroupRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">The name of the cache parameter group to modify.</param> <param name="parameterNameValues">An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.</param> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group to modify. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheParameterGroupRequest.ParameterNameValues"> <summary> Gets and sets the property ParameterNameValues. <para> An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheParameterGroupResponse"> <summary> Configuration for accessing Amazon ModifyCacheParameterGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheParameterGroupResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>ModifyCacheParameterGroup</i> </li> <li> <i>ResetCacheParameterGroup</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheParameterGroupResult.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheParameterGroupResponse.ModifyCacheParameterGroupResult"> <summary> Gets and sets the ModifyCacheParameterGroupResult property. Represents the output of a ModifyCacheParameterGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest"> <summary> Container for the parameters to the ModifyCacheSubnetGroup operation. The <i>ModifyCacheSubnetGroup</i> action modifies an existing cache subnet group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest.CacheSubnetGroupDescription"> <summary> Gets and sets the property CacheSubnetGroupDescription. <para> A description for the cache subnet group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name for the cache subnet group. This value is stored as a lowercase string. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters or hyphens. </para> <para> Example: <code>mysubnetgroup</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> The EC2 subnet IDs for the cache subnet group. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupResponse"> <summary> Configuration for accessing Amazon ModifyCacheSubnetGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>CreateCacheSubnetGroup</i> </li> <li> <i>ModifyCacheSubnetGroup</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyCacheSubnetGroupResponse.ModifyCacheSubnetGroupResult"> <summary> Gets and sets the ModifyCacheSubnetGroupResult property. Represents the output of a ModifyCacheSubnetGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest"> <summary> Container for the parameters to the ModifyReplicationGroup operation. The <i>ModifyReplicationGroup</i> action modifies the settings for a replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.ApplyImmediately"> <summary> Gets and sets the property ApplyImmediately. <para> If <code>true</code>, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the <i>PreferredMaintenanceWindow</i> setting for the replication group. </para> <para> If <code>false</code>, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first. </para> <para> Valid values: <code>true</code> | <code>false</code> </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.AutomaticFailoverEnabled"> <summary> Gets and sets the property AutomaticFailoverEnabled. <para> Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure. </para> <para> Valid values: <code>true</code> | <code>false</code> </para> <note> <para> ElastiCache Multi-AZ replication groups are not supported on: </para> <ul> <li>Redis versions earlier than 2.8.6.</li> <li>T1 and T2 cache node types.</li> </ul> </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the <i>ApplyImmediately</i> parameter is specified as <i>true</i> for this request. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.CacheSecurityGroupNames"> <summary> Gets and sets the property CacheSecurityGroupNames. <para> A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible. </para> <para> This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC). </para> <para> Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default". </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The upgraded version of the cache engine to be run on the cache clusters in the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.NotificationTopicArn"> <summary> Gets and sets the property NotificationTopicArn. <para> The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. </para> <note>The Amazon SNS topic owner must be same as the replication group owner. </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.NotificationTopicStatus"> <summary> Gets and sets the property NotificationTopicStatus. <para> The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is <i>active</i>. </para> <para> Valid values: <code>active</code> | <code>inactive</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.PrimaryClusterId"> <summary> Gets and sets the property PrimaryClusterId. <para> If this parameter is specified, ElastiCache will promote each of the cache clusters in the specified replication group to the primary role. The nodes of all other cache clusters in the replication group will be read replicas. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.ReplicationGroupDescription"> <summary> Gets and sets the property ReplicationGroupDescription. <para> A description for the replication group. Maximum length is 255 characters. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The identifier of the replication group to modify. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> Specifies the VPC Security Groups associated with the cache clusters in the replication group. </para> <para> This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set <i>SnapshotRetentionLimit</i> to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. </para> <para> <b>Important</b>If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.SnapshottingClusterId"> <summary> Gets and sets the property SnapshottingClusterId. <para> The cache cluster ID that will be used as the daily snapshot source for the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupRequest.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by <i>SnapshottingClusterId</i>. </para> <para> Example: <code>05:00-09:00</code> </para> <para> If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyReplicationGroupResponse"> <summary> Configuration for accessing Amazon ModifyReplicationGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ModifyReplicationGroupResult"> <summary> Contains all of the attributes of a specific replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ModifyReplicationGroupResponse.ModifyReplicationGroupResult"> <summary> Gets and sets the ModifyReplicationGroupResult property. Represents the output of a ModifyReplicationGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.NodeGroup"> <summary> Represents a collection of cache nodes in a replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroup.NodeGroupId"> <summary> Gets and sets the property NodeGroupId. <para> The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroup.NodeGroupMembers"> <summary> Gets and sets the property NodeGroupMembers. <para> A list containing information about individual nodes within the node group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroup.PrimaryEndpoint"> <summary> Gets and sets the property PrimaryEndpoint. </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroup.Status"> <summary> Gets and sets the property Status. <para> The current state of this replication group - <i>creating</i>, <i>available</i>, etc. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.NodeGroupMember"> <summary> Represents a single node within a node group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroupMember.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The ID of the cache cluster to which the node belongs. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroupMember.CacheNodeId"> <summary> Gets and sets the property CacheNodeId. <para> The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroupMember.CurrentRole"> <summary> Gets and sets the property CurrentRole. <para> The role that is currently assigned to the node - <i>primary</i> or <i>replica</i>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroupMember.PreferredAvailabilityZone"> <summary> Gets and sets the property PreferredAvailabilityZone. <para> The name of the Availability Zone in which the node is located. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeGroupMember.ReadEndpoint"> <summary> Gets and sets the property ReadEndpoint. </summary> </member> <member name="T:Amazon.ElastiCache.Model.NodeQuotaForClusterExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.NodeQuotaForClusterExceededException.#ctor(System.String)"> <summary> Constructs a new NodeQuotaForClusterExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.NodeQuotaForCustomerExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.NodeQuotaForCustomerExceededException.#ctor(System.String)"> <summary> Constructs a new NodeQuotaForCustomerExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.NodeSnapshot"> <summary> Represents an individual cache node in a snapshot of a cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeSnapshot.CacheNodeCreateTime"> <summary> Gets and sets the property CacheNodeCreateTime. <para> The date and time when the cache node was created in the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeSnapshot.CacheNodeId"> <summary> Gets and sets the property CacheNodeId. <para> The cache node identifier for the node in the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeSnapshot.CacheSize"> <summary> Gets and sets the property CacheSize. <para> The size of the cache on the source cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NodeSnapshot.SnapshotCreateTime"> <summary> Gets and sets the property SnapshotCreateTime. <para> The date and time when the source node's metadata and cache data set was obtained for the snapshot. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.NotificationConfiguration"> <summary> Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS). </summary> </member> <member name="M:Amazon.ElastiCache.Model.NotificationConfiguration.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.NotificationConfiguration.TopicArn"> <summary> Gets and sets the property TopicArn. <para> The Amazon Resource Name (ARN) that identifies the topic. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.NotificationConfiguration.TopicStatus"> <summary> Gets and sets the property TopicStatus. <para> The current state of the topic. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.Parameter"> <summary> Describes an individual setting that controls some aspect of ElastiCache behavior. </summary> </member> <member name="M:Amazon.ElastiCache.Model.Parameter.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> The valid range of values for the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.DataType"> <summary> Gets and sets the property DataType. <para> The valid data type for the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.Description"> <summary> Gets and sets the property Description. <para> A description of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.IsModifiable"> <summary> Gets and sets the property IsModifiable. <para> Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.MinimumEngineVersion"> <summary> Gets and sets the property MinimumEngineVersion. <para> The earliest cache engine version to which the parameter can apply. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.ParameterName"> <summary> Gets and sets the property ParameterName. <para> The name of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.ParameterValue"> <summary> Gets and sets the property ParameterValue. <para> The value of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Parameter.Source"> <summary> Gets and sets the property Source. <para> The source of the parameter. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ParameterNameValue"> <summary> Describes a name-value pair that is used to update the value of a parameter. </summary> </member> <member name="M:Amazon.ElastiCache.Model.ParameterNameValue.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.ParameterNameValue.#ctor(System.String)"> <summary> Instantiates ParameterNameValue with the parameterized properties </summary> <param name="parameterName">The name of the parameter.</param> </member> <member name="M:Amazon.ElastiCache.Model.ParameterNameValue.#ctor(System.String,System.String)"> <summary> Instantiates ParameterNameValue with the parameterized properties </summary> <param name="parameterName">The name of the parameter.</param> <param name="parameterValue">The value of the parameter.</param> </member> <member name="P:Amazon.ElastiCache.Model.ParameterNameValue.ParameterName"> <summary> Gets and sets the property ParameterName. <para> The name of the parameter. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ParameterNameValue.ParameterValue"> <summary> Gets and sets the property ParameterValue. <para> The value of the parameter. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.PendingModifiedValues"> <summary> A group of settings that will be applied to the cache cluster in the future, or that are currently being applied. </summary> </member> <member name="M:Amazon.ElastiCache.Model.PendingModifiedValues.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElastiCache.Model.PendingModifiedValues.CacheNodeIdsToRemove"> <summary> Gets and sets the property CacheNodeIdsToRemove. <para> A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.PendingModifiedValues.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The new cache engine version that the cache cluster will run. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.PendingModifiedValues.NumCacheNodes"> <summary> Gets and sets the property NumCacheNodes. <para> The new number of cache nodes for the cache cluster. </para> <para> For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest"> <summary> Container for the parameters to the PurchaseReservedCacheNodesOffering operation. The <i>PurchaseReservedCacheNodesOffering</i> action allows you to purchase a reserved cache node offering. </summary> </member> <member name="P:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest.CacheNodeCount"> <summary> Gets and sets the property CacheNodeCount. <para> The number of cache node instances to reserve. </para> <para> Default: <code>1</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest.ReservedCacheNodeId"> <summary> Gets and sets the property ReservedCacheNodeId. <para> A customer-specified identifier to track this reservation. </para> <para> Example: myreservationID </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingRequest.ReservedCacheNodesOfferingId"> <summary> Gets and sets the property ReservedCacheNodesOfferingId. <para> The ID of the reserved cache node offering to purchase. </para> <para> Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706 </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingResponse"> <summary> Configuration for accessing Amazon PurchaseReservedCacheNodesOffering service </summary> </member> <member name="T:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingResult"> <summary> Represents the output of a <i>PurchaseReservedCacheNodesOffering</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.PurchaseReservedCacheNodesOfferingResponse.PurchaseReservedCacheNodesOfferingResult"> <summary> Gets and sets the PurchaseReservedCacheNodesOfferingResult property. Represents the output of a PurchaseReservedCacheNodesOffering operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.RebootCacheClusterRequest"> <summary> Container for the parameters to the RebootCacheCluster operation. The <i>RebootCacheCluster</i> action reboots some, or all, of the cache nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING. <para> The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. </para> <para> When the reboot is complete, a cache cluster event is created. </para> </summary> </member> <member name="M:Amazon.ElastiCache.Model.RebootCacheClusterRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.RebootCacheClusterRequest.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates RebootCacheClusterRequest with the parameterized properties </summary> <param name="cacheClusterId">The cache cluster identifier. This parameter is stored as a lowercase string.</param> <param name="cacheNodeIdsToReboot">A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.</param> </member> <member name="P:Amazon.ElastiCache.Model.RebootCacheClusterRequest.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The cache cluster identifier. This parameter is stored as a lowercase string. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RebootCacheClusterRequest.CacheNodeIdsToReboot"> <summary> Gets and sets the property CacheNodeIdsToReboot. <para> A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.RebootCacheClusterResponse"> <summary> Configuration for accessing Amazon RebootCacheCluster service </summary> </member> <member name="T:Amazon.ElastiCache.Model.RebootCacheClusterResult"> <summary> Contains all of the attributes of a specific cache cluster. </summary> </member> <member name="P:Amazon.ElastiCache.Model.RebootCacheClusterResponse.RebootCacheClusterResult"> <summary> Gets and sets the RebootCacheClusterResult property. Represents the output of a RebootCacheCluster operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.RecurringCharge"> <summary> Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering. </summary> </member> <member name="P:Amazon.ElastiCache.Model.RecurringCharge.RecurringChargeAmount"> <summary> Gets and sets the property RecurringChargeAmount. <para> The monetary amount of the recurring charge. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RecurringCharge.RecurringChargeFrequency"> <summary> Gets and sets the property RecurringChargeFrequency. <para> The frequency of the recurring charge. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest"> <summary> Container for the parameters to the RemoveTagsFromResource operation. The <i>RemoveTagsFromResource</i> action removes the tags identified by the <code>TagKeys</code> list from the named resource. </summary> </member> <member name="P:Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The name of the ElastiCache resource from which you want the listed tags removed, for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> A list of <code>TagKeys</code> identifying the tags you want removed from the named resource. For example, <code>TagKeys.member.1=Region</code> removes the cost allocation tag with the key name <code>Region</code> from the resource named by the <i>ResourceName</i> parameter. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.RemoveTagsFromResourceResponse"> <summary> Configuration for accessing Amazon RemoveTagsFromResource service </summary> </member> <member name="T:Amazon.ElastiCache.Model.RemoveTagsFromResourceResult"> <summary> Represents the output from the <i>AddTagsToResource</i>, <i>ListTagsOnResource</i>, and <i>RemoveTagsFromResource</i> actions. </summary> </member> <member name="P:Amazon.ElastiCache.Model.RemoveTagsFromResourceResult.TagList"> <summary> Gets and sets the property TagList. <para> A list of cost allocation tags as key-value pairs. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RemoveTagsFromResourceResponse.RemoveTagsFromResourceResult"> <summary> Gets and sets the RemoveTagsFromResourceResult property. Represents the output of a RemoveTagsFromResource operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.ReplicationGroup"> <summary> Contains all of the attributes of a specific replication group. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.AutomaticFailover"> <summary> Gets and sets the property AutomaticFailover. <para> Indicates the status of Multi-AZ for this replication group. </para> <note> <para> ElastiCache Multi-AZ replication groups are not supported on: </para> <ul> <li>Redis versions earlier than 2.8.6.</li> <li>T1 and T2 cache node types.</li> </ul> </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.Description"> <summary> Gets and sets the property Description. <para> The description of the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.MemberClusters"> <summary> Gets and sets the property MemberClusters. <para> The names of all the cache clusters that are part of this replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.NodeGroups"> <summary> Gets and sets the property NodeGroups. <para> A single element list with information about the nodes in the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.PendingModifiedValues"> <summary> Gets and sets the property PendingModifiedValues. <para> A group of settings to be applied to the replication group, either immediately or during the next maintenance window. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.ReplicationGroupId"> <summary> Gets and sets the property ReplicationGroupId. <para> The identifier for the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.SnapshottingClusterId"> <summary> Gets and sets the property SnapshottingClusterId. <para> The cache cluster ID that is used as the daily snapshot source for the replication group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroup.Status"> <summary> Gets and sets the property Status. <para> The current state of this replication group - <i>creating</i>, <i>available</i>, etc. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ReplicationGroupAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReplicationGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ReplicationGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ReplicationGroupNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReplicationGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new ReplicationGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ReplicationGroupPendingModifiedValues"> <summary> The settings to be applied to the replication group, either immediately or during the next maintenance window. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroupPendingModifiedValues.AutomaticFailoverStatus"> <summary> Gets and sets the property AutomaticFailoverStatus. <para> Indicates the status of Multi-AZ for this replication group. </para> <note> <para> ElastiCache Multi-AZ replication groups are not supported on: </para> <ul> <li>Redis versions earlier than 2.8.6.</li> <li>T1 and T2 cache node types.</li> </ul> </note> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReplicationGroupPendingModifiedValues.PrimaryClusterId"> <summary> Gets and sets the property PrimaryClusterId. <para> The primary cluster ID which will be applied immediately (if <code>--apply-immediately</code> was specified), or during the next maintenance window. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNode"> <summary> Represents the output of a <i>PurchaseReservedCacheNodesOffering</i> action. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.CacheNodeCount"> <summary> Gets and sets the property CacheNodeCount. <para> The number of cache nodes that have been reserved. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The cache node type for the reserved cache nodes. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the reservation in seconds. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The fixed price charged for this reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type of this reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The description of the reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring price charged to run this reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.ReservedCacheNodeId"> <summary> Gets and sets the property ReservedCacheNodeId. <para> The unique identifier for the reservation. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.ReservedCacheNodesOfferingId"> <summary> Gets and sets the property ReservedCacheNodesOfferingId. <para> The offering identifier. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.StartTime"> <summary> Gets and sets the property StartTime. <para> The time the reservation started. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.State"> <summary> Gets and sets the property State. <para> The state of the reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNode.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The hourly price charged for this reserved cache node. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNodeAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReservedCacheNodeAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ReservedCacheNodeAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNodeNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReservedCacheNodeNotFoundException.#ctor(System.String)"> <summary> Constructs a new ReservedCacheNodeNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNodeQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReservedCacheNodeQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ReservedCacheNodeQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNodesOffering"> <summary> Describes all of the attributes of a reserved cache node offering. </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The cache node type for the reserved cache node. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the offering. in seconds. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The fixed price charged for this offering. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The cache engine used by the offering. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring price charged to run this reserved cache node. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.ReservedCacheNodesOfferingId"> <summary> Gets and sets the property ReservedCacheNodesOfferingId. <para> A unique identifier for the reserved cache node offering. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ReservedCacheNodesOffering.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The hourly price charged for this offering. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ReservedCacheNodesOfferingNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.ReservedCacheNodesOfferingNotFoundException.#ctor(System.String)"> <summary> Constructs a new ReservedCacheNodesOfferingNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest"> <summary> Container for the parameters to the ResetCacheParameterGroup operation. The <i>ResetCacheParameterGroup</i> action modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the <i>ResetAllParameters</i> and <i>CacheParameterGroupName</i> parameters. </summary> </member> <member name="M:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElastiCache.Model.ParameterNameValue})"> <summary> Instantiates ResetCacheParameterGroupRequest with the parameterized properties </summary> <param name="cacheParameterGroupName">The name of the cache parameter group to reset.</param> <param name="parameterNameValues">An array of parameter names to be reset. If you are not resetting the entire cache parameter group, you must specify at least one parameter name.</param> </member> <member name="P:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group to reset. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest.ParameterNameValues"> <summary> Gets and sets the property ParameterNameValues. <para> An array of parameter names to be reset. If you are not resetting the entire cache parameter group, you must specify at least one parameter name. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ResetCacheParameterGroupRequest.ResetAllParameters"> <summary> Gets and sets the property ResetAllParameters. <para> If <i>true</i>, all parameters in the cache parameter group will be reset to default values. If <i>false</i>, no such action occurs. </para> <para> Valid values: <code>true</code> | <code>false</code> </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.ResetCacheParameterGroupResponse"> <summary> Configuration for accessing Amazon ResetCacheParameterGroup service </summary> </member> <member name="T:Amazon.ElastiCache.Model.ResetCacheParameterGroupResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>ModifyCacheParameterGroup</i> </li> <li> <i>ResetCacheParameterGroup</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ResetCacheParameterGroupResult.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The name of the cache parameter group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.ResetCacheParameterGroupResponse.ResetCacheParameterGroupResult"> <summary> Gets and sets the ResetCacheParameterGroupResult property. Represents the output of a ResetCacheParameterGroup operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest"> <summary> Container for the parameters to the RevokeCacheSecurityGroupIngress operation. The <i>RevokeCacheSecurityGroupIngress</i> action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized. </summary> </member> <member name="P:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest.CacheSecurityGroupName"> <summary> Gets and sets the property CacheSecurityGroupName. <para> The name of the cache security group to revoke ingress from. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> The name of the Amazon EC2 security group to revoke access from. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressRequest.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressResponse"> <summary> Configuration for accessing Amazon RevokeCacheSecurityGroupIngress service </summary> </member> <member name="T:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressResult"> <summary> Represents the output of one of the following actions: <ul> <li> <i>AuthorizeCacheSecurityGroupIngress</i> </li> <li> <i>CreateCacheSecurityGroup</i> </li> <li> <i>RevokeCacheSecurityGroupIngress</i> </li> </ul> </summary> </member> <member name="P:Amazon.ElastiCache.Model.RevokeCacheSecurityGroupIngressResponse.RevokeCacheSecurityGroupIngressResult"> <summary> Gets and sets the RevokeCacheSecurityGroupIngressResult property. Represents the output of a RevokeCacheSecurityGroupIngress operation. </summary> </member> <member name="T:Amazon.ElastiCache.Model.SecurityGroupMembership"> <summary> Represents a single cache security group and its status. </summary> </member> <member name="P:Amazon.ElastiCache.Model.SecurityGroupMembership.SecurityGroupId"> <summary> Gets and sets the property SecurityGroupId. <para> The identifier of the cache security group. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.SecurityGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.Snapshot"> <summary> Represents a copy of an entire cache cluster as of the time when the snapshot was taken. </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> This parameter is currently disabled. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.CacheClusterCreateTime"> <summary> Gets and sets the property CacheClusterCreateTime. <para> The date and time when the source cache cluster was created. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.CacheClusterId"> <summary> Gets and sets the property CacheClusterId. <para> The user-supplied identifier of the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.CacheNodeType"> <summary> Gets and sets the property CacheNodeType. <para> The name of the compute and memory capacity node type for the source cache cluster. </para> <para> Valid node types are as follows: </para> <ul> <li>General purpose: <ul> <li>Current generation: <code>cache.t2.micro</code>, <code>cache.t2.small</code>, <code>cache.t2.medium</code>, <code>cache.m3.medium</code>, <code>cache.m3.large</code>, <code>cache.m3.xlarge</code>, <code>cache.m3.2xlarge</code></li> <li>Previous generation: <code>cache.t1.micro</code>, <code>cache.m1.small</code>, <code>cache.m1.medium</code>, <code>cache.m1.large</code>, <code>cache.m1.xlarge</code></li> </ul></li> <li>Compute optimized: <code>cache.c1.xlarge</code></li> <li>Memory optimized <ul> <li>Current generation: <code>cache.r3.large</code>, <code>cache.r3.xlarge</code>, <code>cache.r3.2xlarge</code>, <code>cache.r3.4xlarge</code>, <code>cache.r3.8xlarge</code></li> <li>Previous generation: <code>cache.m2.xlarge</code>, <code>cache.m2.2xlarge</code>, <code>cache.m2.4xlarge</code></li> </ul></li> </ul> <para> <b>Notes:</b> </para> <ul> <li>All t2 instances are created in an Amazon Virtual Private Cloud (VPC).</li> <li>Redis backup/restore is not supported for t2 instances.</li> <li>Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.</li> </ul> <para> For a complete listing of cache node types and specifications, see <a href="http://aws.amazon.com/elasticache/details">Amazon ElastiCache Product Features and Details</a> and <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific">Cache Node Type-Specific Parameters for Memcached</a> or <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific">Cache Node Type-Specific Parameters for Redis</a>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.CacheParameterGroupName"> <summary> Gets and sets the property CacheParameterGroupName. <para> The cache parameter group that is associated with the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.CacheSubnetGroupName"> <summary> Gets and sets the property CacheSubnetGroupName. <para> The name of the cache subnet group associated with the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.Engine"> <summary> Gets and sets the property Engine. <para> The name of the cache engine (<i>memcached</i> or <i>redis</i>) used by the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version of the cache engine version that is used by the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.NodeSnapshots"> <summary> Gets and sets the property NodeSnapshots. <para> A list of the cache nodes in the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.NumCacheNodes"> <summary> Gets and sets the property NumCacheNodes. <para> The number of cache nodes in the source cache cluster. </para> <para> For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.Port"> <summary> Gets and sets the property Port. <para> The port number used by each cache nodes in the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.PreferredAvailabilityZone"> <summary> Gets and sets the property PreferredAvailabilityZone. <para> The name of the Availability Zone in which the source cache cluster is located. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code> are: </para> <ul> <li><code>sun</code></li> <li><code>mon</code></li> <li><code>tue</code></li> <li><code>wed</code></li> <li><code>thu</code></li> <li><code>fri</code></li> <li><code>sat</code></li> </ul> <para> Example: <code>sun:05:00-sun:09:00</code> </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.SnapshotName"> <summary> Gets and sets the property SnapshotName. <para> The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.SnapshotRetentionLimit"> <summary> Gets and sets the property SnapshotRetentionLimit. <para> For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it. </para> <para> For manual snapshots, this field reflects the <i>SnapshotRetentionLimit</i> for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the <i>DeleteSnapshot</i> action. </para> <para> <b>Important</b>If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.SnapshotSource"> <summary> Gets and sets the property SnapshotSource. <para> Indicates whether the snapshot is from an automatic backup (<code>automated</code>) or was created manually (<code>manual</code>). </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.SnapshotStatus"> <summary> Gets and sets the property SnapshotStatus. <para> The status of the snapshot. Valid values: <code>creating</code> | <code>available</code> | <code>restoring</code> | <code>copying</code> | <code>deleting</code>. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.SnapshotWindow"> <summary> Gets and sets the property SnapshotWindow. <para> The daily time range during which ElastiCache takes daily snapshots of the source cache cluster. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.TopicArn"> <summary> Gets and sets the property TopicArn. <para> The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Snapshot.VpcId"> <summary> Gets and sets the property VpcId. <para> The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.SnapshotAlreadyExistsException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.SnapshotAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new SnapshotAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.SnapshotFeatureNotSupportedException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.SnapshotFeatureNotSupportedException.#ctor(System.String)"> <summary> Constructs a new SnapshotFeatureNotSupportedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.SnapshotNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.SnapshotNotFoundException.#ctor(System.String)"> <summary> Constructs a new SnapshotNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.SnapshotQuotaExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.SnapshotQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new SnapshotQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.Subnet"> <summary> Represents the subnet associated with a cache cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache. </summary> </member> <member name="P:Amazon.ElastiCache.Model.Subnet.SubnetAvailabilityZone"> <summary> Gets and sets the property SubnetAvailabilityZone. <para> The Availability Zone associated with the subnet. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Subnet.SubnetIdentifier"> <summary> Gets and sets the property SubnetIdentifier. <para> The unique identifier for the subnet. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.SubnetInUseException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.SubnetInUseException.#ctor(System.String)"> <summary> Constructs a new SubnetInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.Tag"> <summary> A cost allocation Tag that can be added to an ElastiCache cluster or replication group. Tags are composed of a Key/Value pair. A tag with a null Value is permitted. </summary> </member> <member name="P:Amazon.ElastiCache.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key for the tag. </para> </summary> </member> <member name="P:Amazon.ElastiCache.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The tag's value. May not be null. </para> </summary> </member> <member name="T:Amazon.ElastiCache.Model.TagNotFoundException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.TagNotFoundException.#ctor(System.String)"> <summary> Constructs a new TagNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.TagQuotaPerResourceExceededException"> <summary> ElastiCache exception </summary> </member> <member name="M:Amazon.ElastiCache.Model.TagQuotaPerResourceExceededException.#ctor(System.String)"> <summary> Constructs a new TagQuotaPerResourceExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.AddTagsToResourceRequestMarshaller"> <summary> AddTagsToResource Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.AddTagsToResourceResponseUnmarshaller"> <summary> Response Unmarshaller for AddTagsToResource operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.AuthorizeCacheSecurityGroupIngressRequestMarshaller"> <summary> AuthorizeCacheSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.AuthorizeCacheSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for AuthorizeCacheSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.AvailabilityZoneUnmarshaller"> <summary> Response Unmarshaller for AvailabilityZone Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheClusterUnmarshaller"> <summary> Response Unmarshaller for CacheCluster Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheEngineVersionUnmarshaller"> <summary> Response Unmarshaller for CacheEngineVersion Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheNodeTypeSpecificParameterUnmarshaller"> <summary> Response Unmarshaller for CacheNodeTypeSpecificParameter Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheNodeTypeSpecificValueUnmarshaller"> <summary> Response Unmarshaller for CacheNodeTypeSpecificValue Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheNodeUnmarshaller"> <summary> Response Unmarshaller for CacheNode Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheParameterGroupStatusUnmarshaller"> <summary> Response Unmarshaller for CacheParameterGroupStatus Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheParameterGroupUnmarshaller"> <summary> Response Unmarshaller for CacheParameterGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheSecurityGroupMembershipUnmarshaller"> <summary> Response Unmarshaller for CacheSecurityGroupMembership Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheSecurityGroupUnmarshaller"> <summary> Response Unmarshaller for CacheSecurityGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CacheSubnetGroupUnmarshaller"> <summary> Response Unmarshaller for CacheSubnetGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CopySnapshotRequestMarshaller"> <summary> CopySnapshot Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CopySnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CopySnapshot operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheClusterRequestMarshaller"> <summary> CreateCacheCluster Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheClusterResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCacheCluster operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheParameterGroupRequestMarshaller"> <summary> CreateCacheParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCacheParameterGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheSecurityGroupRequestMarshaller"> <summary> CreateCacheSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCacheSecurityGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheSubnetGroupRequestMarshaller"> <summary> CreateCacheSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateCacheSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateCacheSubnetGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateReplicationGroupRequestMarshaller"> <summary> CreateReplicationGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateReplicationGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateReplicationGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateSnapshotRequestMarshaller"> <summary> CreateSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.CreateSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSnapshot operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheClusterRequestMarshaller"> <summary> DeleteCacheCluster Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheClusterResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCacheCluster operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheParameterGroupRequestMarshaller"> <summary> DeleteCacheParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCacheParameterGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheSecurityGroupRequestMarshaller"> <summary> DeleteCacheSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCacheSecurityGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheSubnetGroupRequestMarshaller"> <summary> DeleteCacheSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteCacheSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteCacheSubnetGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteReplicationGroupRequestMarshaller"> <summary> DeleteReplicationGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteReplicationGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteReplicationGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteSnapshotRequestMarshaller"> <summary> DeleteSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DeleteSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSnapshot operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheClustersRequestMarshaller"> <summary> DescribeCacheClusters Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheClustersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheClusters operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheEngineVersionsRequestMarshaller"> <summary> DescribeCacheEngineVersions Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheEngineVersionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheEngineVersions operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheParameterGroupsRequestMarshaller"> <summary> DescribeCacheParameterGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheParameterGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheParameterGroups operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheParametersRequestMarshaller"> <summary> DescribeCacheParameters Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheParameters operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheSecurityGroupsRequestMarshaller"> <summary> DescribeCacheSecurityGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheSecurityGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheSecurityGroups operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheSubnetGroupsRequestMarshaller"> <summary> DescribeCacheSubnetGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheSubnetGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCacheSubnetGroups operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeEngineDefaultParametersRequestMarshaller"> <summary> DescribeEngineDefaultParameters Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeEngineDefaultParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEngineDefaultParameters operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeEventsRequestMarshaller"> <summary> DescribeEvents Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeEventsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEvents operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReplicationGroupsRequestMarshaller"> <summary> DescribeReplicationGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReplicationGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReplicationGroups operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReservedCacheNodesOfferingsRequestMarshaller"> <summary> DescribeReservedCacheNodesOfferings Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReservedCacheNodesOfferingsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedCacheNodesOfferings operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReservedCacheNodesRequestMarshaller"> <summary> DescribeReservedCacheNodes Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeReservedCacheNodesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedCacheNodes operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeSnapshotsRequestMarshaller"> <summary> DescribeSnapshots Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeSnapshotsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeSnapshots operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.EC2SecurityGroupUnmarshaller"> <summary> Response Unmarshaller for EC2SecurityGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.EndpointUnmarshaller"> <summary> Response Unmarshaller for Endpoint Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.EngineDefaultsUnmarshaller"> <summary> Response Unmarshaller for EngineDefaults Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.EventUnmarshaller"> <summary> Response Unmarshaller for Event Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ListTagsForResourceRequestMarshaller"> <summary> ListTagsForResource Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller"> <summary> Response Unmarshaller for ListTagsForResource operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheClusterRequestMarshaller"> <summary> ModifyCacheCluster Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheClusterResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyCacheCluster operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheParameterGroupRequestMarshaller"> <summary> ModifyCacheParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyCacheParameterGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheSubnetGroupRequestMarshaller"> <summary> ModifyCacheSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyCacheSubnetGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyReplicationGroupRequestMarshaller"> <summary> ModifyReplicationGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyReplicationGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyReplicationGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.NodeGroupMemberUnmarshaller"> <summary> Response Unmarshaller for NodeGroupMember Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.NodeGroupUnmarshaller"> <summary> Response Unmarshaller for NodeGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.NodeSnapshotUnmarshaller"> <summary> Response Unmarshaller for NodeSnapshot Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.NotificationConfigurationUnmarshaller"> <summary> Response Unmarshaller for NotificationConfiguration Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ParameterUnmarshaller"> <summary> Response Unmarshaller for Parameter Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.PendingModifiedValuesUnmarshaller"> <summary> Response Unmarshaller for PendingModifiedValues Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.PurchaseReservedCacheNodesOfferingRequestMarshaller"> <summary> PurchaseReservedCacheNodesOffering Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.PurchaseReservedCacheNodesOfferingResponseUnmarshaller"> <summary> Response Unmarshaller for PurchaseReservedCacheNodesOffering operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RebootCacheClusterRequestMarshaller"> <summary> RebootCacheCluster Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RebootCacheClusterResponseUnmarshaller"> <summary> Response Unmarshaller for RebootCacheCluster operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RecurringChargeUnmarshaller"> <summary> Response Unmarshaller for RecurringCharge Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RemoveTagsFromResourceRequestMarshaller"> <summary> RemoveTagsFromResource Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RemoveTagsFromResourceResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTagsFromResource operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ReplicationGroupPendingModifiedValuesUnmarshaller"> <summary> Response Unmarshaller for ReplicationGroupPendingModifiedValues Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ReplicationGroupUnmarshaller"> <summary> Response Unmarshaller for ReplicationGroup Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ReservedCacheNodesOfferingUnmarshaller"> <summary> Response Unmarshaller for ReservedCacheNodesOffering Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ReservedCacheNodeUnmarshaller"> <summary> Response Unmarshaller for ReservedCacheNode Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ResetCacheParameterGroupRequestMarshaller"> <summary> ResetCacheParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.ResetCacheParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ResetCacheParameterGroup operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RevokeCacheSecurityGroupIngressRequestMarshaller"> <summary> RevokeCacheSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.RevokeCacheSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for RevokeCacheSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.SecurityGroupMembershipUnmarshaller"> <summary> Response Unmarshaller for SecurityGroupMembership Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.SnapshotUnmarshaller"> <summary> Response Unmarshaller for Snapshot Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.SubnetUnmarshaller"> <summary> Response Unmarshaller for Subnet Object </summary> </member> <member name="T:Amazon.ElastiCache.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig"> <summary> Configuration for accessing Amazon ElasticLoadBalancing service </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Internal.ProcessRequestHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.ElasticLoadBalancing.Internal.ProcessRequestHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AccessLog"> <summary> Information about the <code>AccessLog</code> attribute. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AccessLog.EmitInterval"> <summary> Gets and sets the property EmitInterval. <para> The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. </para> <para> Default: 60 minutes </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AccessLog.Enabled"> <summary> Gets and sets the property Enabled. <para> Specifies whether access log is enabled for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AccessLog.S3BucketName"> <summary> Gets and sets the property S3BucketName. <para> The name of the Amazon S3 bucket where the access logs are stored. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AccessLog.S3BucketPrefix"> <summary> Gets and sets the property S3BucketPrefix. <para> The logical hierarchy you created for your Amazon S3 bucket, for example <code>my-bucket-prefix/prod</code>. If the prefix is not provided, the log is placed at the root level of the bucket. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AccessPointNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.AccessPointNotFoundException.#ctor(System.String)"> <summary> Constructs a new AccessPointNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AdditionalAttribute"> <summary> This data type is reserved. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AdditionalAttribute.Key"> <summary> Gets and sets the property Key. <para> This parameter is reserved. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AdditionalAttribute.Value"> <summary> Gets and sets the property Value. <para> This parameter is reserved. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AddTagsRequest"> <summary> Container for the parameters to the AddTags operation. Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags. <para> Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, <code>AddTags</code> updates its value. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/add-remove-tags.html">Tag Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingRequest"> <summary> Base class for ElasticLoadBalancing operation requests. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AddTagsRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> The name of the load balancer. You can specify one load balancer only. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AddTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AddTagsResponse"> <summary> Configuration for accessing Amazon AddTags service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AddTagsResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AddTagsResponse.AddTagsResult"> <summary> Gets and sets the AddTagsResult property. Represents the output of a AddTags operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AppCookieStickinessPolicy"> <summary> Information about a policy for application-controlled session stickiness. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.AppCookieStickinessPolicy.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.AppCookieStickinessPolicy.#ctor(System.String,System.String)"> <summary> Instantiates AppCookieStickinessPolicy with the parameterized properties </summary> <param name="policyName">The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</param> <param name="cookieName">The name of the application cookie used for stickiness.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AppCookieStickinessPolicy.CookieName"> <summary> Gets and sets the property CookieName. <para> The name of the application cookie used for stickiness. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AppCookieStickinessPolicy.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerRequest"> <summary> Container for the parameters to the ApplySecurityGroupsToLoadBalancer operation. Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups. <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-groups.html#elb-vpc-security-groups">Security Groups for Load Balancers in a VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerRequest.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerResponse"> <summary> Configuration for accessing Amazon ApplySecurityGroupsToLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerResult.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> The IDs of the security groups associated with the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ApplySecurityGroupsToLoadBalancerResponse.ApplySecurityGroupsToLoadBalancerResult"> <summary> Gets and sets the ApplySecurityGroupsToLoadBalancerResult property. Represents the output of a ApplySecurityGroupsToLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsRequest"> <summary> Container for the parameters to the AttachLoadBalancerToSubnets operation. Adds one or more subnets to the set of configured subnets for the specified load balancer. <para> The load balancer evenly distributes requests across all registered subnets. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-manage-subnets.html">Add or Remove Subnets for Your Load Balancer in a VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsRequest.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsResponse"> <summary> Configuration for accessing Amazon AttachLoadBalancerToSubnets service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsResult.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the subnets attached to the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.AttachLoadBalancerToSubnetsResponse.AttachLoadBalancerToSubnetsResult"> <summary> Gets and sets the AttachLoadBalancerToSubnetsResult property. Represents the output of a AttachLoadBalancerToSubnets operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.BackendServerDescription"> <summary> Information about the configuration of a back-end server. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.BackendServerDescription.InstancePort"> <summary> Gets and sets the property InstancePort. <para> The port on which the back-end server is listening. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.BackendServerDescription.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> The names of the policies enabled for the back-end server. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CertificateNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CertificateNotFoundException.#ctor(System.String)"> <summary> Constructs a new CertificateNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest"> <summary> Container for the parameters to the ConfigureHealthCheck operation. Specifies the health check settings to use when evaluating the health state of your back-end instances. <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-healthchecks.html">Configure Health Checks</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest.#ctor(System.String,Amazon.ElasticLoadBalancing.Model.HealthCheck)"> <summary> Instantiates ConfigureHealthCheckRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="healthCheck">The configuration information for the new health check.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest.HealthCheck"> <summary> Gets and sets the property HealthCheck. <para> The configuration information for the new health check. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckResponse"> <summary> Configuration for accessing Amazon ConfigureHealthCheck service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckResult.HealthCheck"> <summary> Gets and sets the property HealthCheck. <para> The updated health check. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConfigureHealthCheckResponse.ConfigureHealthCheckResult"> <summary> Gets and sets the ConfigureHealthCheckResult property. Represents the output of a ConfigureHealthCheck operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ConnectionDraining"> <summary> Information about the <code>ConnectionDraining</code> attribute. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConnectionDraining.Enabled"> <summary> Gets and sets the property Enabled. <para> Specifies whether connection draining is enabled for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConnectionDraining.Timeout"> <summary> Gets and sets the property Timeout. <para> The maximum time, in seconds, to keep the existing connections open before deregistering the instances. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ConnectionSettings"> <summary> Information about the <code>ConnectionSettings</code> attribute. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ConnectionSettings.IdleTimeout"> <summary> Gets and sets the property IdleTimeout. <para> The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest"> <summary> Container for the parameters to the CreateAppCookieStickinessPolicy operation. Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners. <para> This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>, except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie. </para> <para> If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-application">Application-Controlled Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates CreateAppCookieStickinessPolicyRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="policyName">The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</param> <param name="cookieName">The name of the application cookie used for stickiness.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest.CookieName"> <summary> Gets and sets the property CookieName. <para> The name of the application cookie used for stickiness. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyResponse"> <summary> Configuration for accessing Amazon CreateAppCookieStickinessPolicy service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateAppCookieStickinessPolicyResponse.CreateAppCookieStickinessPolicyResult"> <summary> Gets and sets the CreateAppCookieStickinessPolicyResult property. Represents the output of a CreateAppCookieStickinessPolicy operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest"> <summary> Container for the parameters to the CreateLBCookieStickinessPolicy operation. Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners. <para> When a load balancer implements this policy, the load balancer uses a special cookie to track the back-end server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm. </para> <para> A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-duration">Duration-Based Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateLBCookieStickinessPolicyRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="policyName">The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest.CookieExpirationPeriod"> <summary> Gets and sets the property CookieExpirationPeriod. <para> The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyResponse"> <summary> Configuration for accessing Amazon CreateLBCookieStickinessPolicy service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLBCookieStickinessPolicyResponse.CreateLBCookieStickinessPolicyResult"> <summary> Gets and sets the CreateLBCookieStickinessPolicyResult property. Represents the output of a CreateLBCookieStickinessPolicy operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest"> <summary> Container for the parameters to the CreateLoadBalancerListeners operation. Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener. <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/us-add-listener.html">Add a Listener to Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticLoadBalancing.Model.Listener})"> <summary> Instantiates CreateLoadBalancerListenersRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="listeners">The listeners.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest.Listeners"> <summary> Gets and sets the property Listeners. <para> The listeners. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersResponse"> <summary> Configuration for accessing Amazon CreateLoadBalancerListeners service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerListenersResponse.CreateLoadBalancerListenersResult"> <summary> Gets and sets the CreateLoadBalancerListenersResult property. Represents the output of a CreateLoadBalancerListeners operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest"> <summary> Container for the parameters to the CreateLoadBalancerPolicy operation. Creates a policy with the specified attributes for the specified load balancer. <para> Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest.PolicyAttributes"> <summary> Gets and sets the property PolicyAttributes. <para> The attributes for the policy. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyRequest.PolicyTypeName"> <summary> Gets and sets the property PolicyTypeName. <para> The name of the base policy type. To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyResponse"> <summary> Configuration for accessing Amazon CreateLoadBalancerPolicy service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerPolicyResponse.CreateLoadBalancerPolicyResult"> <summary> Gets and sets the CreateLoadBalancerPolicyResult property. Represents the output of a CreateLoadBalancerPolicy operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest"> <summary> Container for the parameters to the CreateLoadBalancer operation. Creates a load balancer. <para> If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/how-elb-works.html">How Elastic Load Balancing Works</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> <para> You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-limits.html">Elastic Load Balancing Limits</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.#ctor(System.String)"> <summary> Instantiates CreateLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</param> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticLoadBalancing.Model.Listener},System.Collections.Generic.List{System.String})"> <summary> Instantiates CreateLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</param> <param name="listeners">The listeners. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html">Listeners for Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</param> <param name="availabilityZones">One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone. You can add more Availability Zones after you create the load balancer using <a>EnableAvailabilityZonesForLoadBalancer</a>.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. </para> <para> You must specify at least one Availability Zone. </para> <para> You can add more Availability Zones after you create the load balancer using <a>EnableAvailabilityZonesForLoadBalancer</a>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.Listeners"> <summary> Gets and sets the property Listeners. <para> The listeners. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html">Listeners for Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> <para> This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.Scheme"> <summary> Gets and sets the property Scheme. <para> The type of a load balancer. Valid only for load balancers in a VPC. </para> <para> By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/vpc-loadbalancer-types.html">Internet-facing and Internal Load Balancers</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> <para> Specify <code>internal</code> to create an internal load balancer with a DNS name that resolves to private IP addresses. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> The IDs of the security groups to assign to the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in <code>AvailabilityZones</code>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags to assign to the load balancer. </para> <para> For more information about tagging your load balancer, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb">Tagging</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerResponse"> <summary> Configuration for accessing Amazon CreateLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerResult.DNSName"> <summary> Gets and sets the property DNSName. <para> The DNS name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CreateLoadBalancerResponse.CreateLoadBalancerResult"> <summary> Gets and sets the CreateLoadBalancerResult property. Represents the output of a CreateLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.CrossZoneLoadBalancing"> <summary> Information about the <code>CrossZoneLoadBalancing</code> attribute. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.CrossZoneLoadBalancing.Enabled"> <summary> Gets and sets the property Enabled. <para> Specifies whether cross-zone load balancing is enabled for the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest"> <summary> Container for the parameters to the DeleteLoadBalancerListeners operation. Deletes the specified listeners from the specified load balancer. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest.#ctor(System.String,System.Collections.Generic.List{System.Int32})"> <summary> Instantiates DeleteLoadBalancerListenersRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="loadBalancerPorts">The client port numbers of the listeners.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest.LoadBalancerPorts"> <summary> Gets and sets the property LoadBalancerPorts. <para> The client port numbers of the listeners. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersResponse"> <summary> Configuration for accessing Amazon DeleteLoadBalancerListeners service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersResponse.DeleteLoadBalancerListenersResult"> <summary> Gets and sets the DeleteLoadBalancerListenersResult property. Represents the output of a DeleteLoadBalancerListeners operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest"> <summary> Container for the parameters to the DeleteLoadBalancerPolicy operation. Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners. </summary> <summary> Container for the parameters to the DeleteLoadBalancerPolicy operation. Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteLoadBalancerPolicyRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="policyName">The name of the policy.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyResponse"> <summary> Configuration for accessing Amazon DeleteLoadBalancerPolicy service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerPolicyResponse.DeleteLoadBalancerPolicyResult"> <summary> Gets and sets the DeleteLoadBalancerPolicyResult property. Represents the output of a DeleteLoadBalancerPolicy operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest"> <summary> Container for the parameters to the DeleteLoadBalancer operation. Deletes the specified load balancer. <para> If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances. </para> <para> If the load balancer does not exist or has already been deleted, the call to <code>DeleteLoadBalancer</code> still succeeds. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest.#ctor(System.String)"> <summary> Instantiates DeleteLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerResponse"> <summary> Configuration for accessing Amazon DeleteLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerResponse.DeleteLoadBalancerResult"> <summary> Gets and sets the DeleteLoadBalancerResult property. Represents the output of a DeleteLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest"> <summary> Container for the parameters to the DeregisterInstancesFromLoadBalancer operation. Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer. <para> You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html">Deregister and Register Amazon EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticLoadBalancing.Model.Instance})"> <summary> Instantiates DeregisterInstancesFromLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="instances">The IDs of the instances.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest.Instances"> <summary> Gets and sets the property Instances. <para> The IDs of the instances. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerResponse"> <summary> Configuration for accessing Amazon DeregisterInstancesFromLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerResult.Instances"> <summary> Gets and sets the property Instances. <para> The remaining instances registered with the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DeregisterInstancesFromLoadBalancerResponse.DeregisterInstancesFromLoadBalancerResult"> <summary> Gets and sets the DeregisterInstancesFromLoadBalancerResult property. Represents the output of a DeregisterInstancesFromLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest"> <summary> Container for the parameters to the DescribeInstanceHealth operation. Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest.#ctor(System.String)"> <summary> Instantiates DescribeInstanceHealthRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest.Instances"> <summary> Gets and sets the property Instances. <para> The IDs of the instances. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResponse"> <summary> Configuration for accessing Amazon DescribeInstanceHealth service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResult.InstanceStates"> <summary> Gets and sets the property InstanceStates. <para> Information about the health of the instances. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeInstanceHealthResponse.DescribeInstanceHealthResult"> <summary> Gets and sets the DescribeInstanceHealthResult property. Represents the output of a DescribeInstanceHealth operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesRequest"> <summary> Container for the parameters to the DescribeLoadBalancerAttributes operation. Describes the attributes for the specified load balancer. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesResponse"> <summary> Configuration for accessing Amazon DescribeLoadBalancerAttributes service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesResult.LoadBalancerAttributes"> <summary> Gets and sets the property LoadBalancerAttributes. <para> Information about the load balancer attributes. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerAttributesResponse.DescribeLoadBalancerAttributesResult"> <summary> Gets and sets the DescribeLoadBalancerAttributesResult property. Represents the output of a DescribeLoadBalancerAttributes operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesRequest"> <summary> Container for the parameters to the DescribeLoadBalancerPolicies operation. Describes the specified policies. <para> If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the <code>ELBSample-</code> prefix. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesRequest.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> The names of the policies. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesResponse"> <summary> Configuration for accessing Amazon DescribeLoadBalancerPolicies service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesResult.PolicyDescriptions"> <summary> Gets and sets the property PolicyDescriptions. <para> Information about the policies. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPoliciesResponse.DescribeLoadBalancerPoliciesResult"> <summary> Gets and sets the DescribeLoadBalancerPoliciesResult property. Represents the output of a DescribeLoadBalancerPolicies operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesRequest"> <summary> Container for the parameters to the DescribeLoadBalancerPolicyTypes operation. Describes the specified load balancer policy types. <para> You can use these policy types with <a>CreateLoadBalancerPolicy</a> to create policy configurations for a load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesRequest.PolicyTypeNames"> <summary> Gets and sets the property PolicyTypeNames. <para> The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesResponse"> <summary> Configuration for accessing Amazon DescribeLoadBalancerPolicyTypes service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesResult.PolicyTypeDescriptions"> <summary> Gets and sets the property PolicyTypeDescriptions. <para> Information about the policy types. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancerPolicyTypesResponse.DescribeLoadBalancerPolicyTypesResult"> <summary> Gets and sets the DescribeLoadBalancerPolicyTypesResult property. Represents the output of a DescribeLoadBalancerPolicyTypes operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest"> <summary> Container for the parameters to the DescribeLoadBalancers operation. Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates DescribeLoadBalancersRequest with the parameterized properties </summary> <param name="loadBalancerNames">The names of the load balancers.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> The names of the load balancers. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest.Marker"> <summary> Gets and sets the property Marker. <para> The marker for the next set of results. (You received this marker from a previous call.) </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersRequest.PageSize"> <summary> Gets and sets the property PageSize. <para> The maximum number of results to return with this call (a number from 1 to 400). The default is 400. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersResponse"> <summary> Configuration for accessing Amazon DescribeLoadBalancers service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersResult.LoadBalancerDescriptions"> <summary> Gets and sets the property LoadBalancerDescriptions. <para> Information about the load balancers. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> The marker to use when requesting the next set of results. If there are no additional results, the string is empty. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeLoadBalancersResponse.DescribeLoadBalancersResult"> <summary> Gets and sets the DescribeLoadBalancersResult property. Represents the output of a DescribeLoadBalancers operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeTagsRequest"> <summary> Container for the parameters to the DescribeTags operation. Describes the tags associated with the specified load balancers. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeTagsRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> The names of the load balancers. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeTagsResponse"> <summary> Configuration for accessing Amazon DescribeTags service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DescribeTagsResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeTagsResult.TagDescriptions"> <summary> Gets and sets the property TagDescriptions. <para> Information about the tags. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DescribeTagsResponse.DescribeTagsResult"> <summary> Gets and sets the DescribeTagsResult property. Represents the output of a DescribeTags operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsRequest"> <summary> Container for the parameters to the DetachLoadBalancerFromSubnets operation. Removes the specified subnets from the set of configured subnets for the load balancer. <para> After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the <code>OutOfService</code> state. Then, the load balancer balances the traffic among the remaining routable subnets. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsRequest.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the subnets. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsResponse"> <summary> Configuration for accessing Amazon DetachLoadBalancerFromSubnets service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsResult.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the remaining subnets for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DetachLoadBalancerFromSubnetsResponse.DetachLoadBalancerFromSubnetsResult"> <summary> Gets and sets the DetachLoadBalancerFromSubnetsResult property. Represents the output of a DetachLoadBalancerFromSubnets operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest"> <summary> Container for the parameters to the DisableAvailabilityZonesForLoadBalancer operation. Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer. <para> There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the <code>OutOfService</code> state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_ShrinkLBApp04.html">Disable an Availability Zone from a Load-Balanced Application</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates DisableAvailabilityZonesForLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="availabilityZones">The Availability Zones.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> The Availability Zones. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerResponse"> <summary> Configuration for accessing Amazon DisableAvailabilityZonesForLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerResult.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> The remaining Availability Zones for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.DisableAvailabilityZonesForLoadBalancerResponse.DisableAvailabilityZonesForLoadBalancerResult"> <summary> Gets and sets the DisableAvailabilityZonesForLoadBalancerResult property. Represents the output of a DisableAvailabilityZonesForLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DuplicateAccessPointNameException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DuplicateAccessPointNameException.#ctor(System.String)"> <summary> Constructs a new DuplicateAccessPointNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DuplicateListenerException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DuplicateListenerException.#ctor(System.String)"> <summary> Constructs a new DuplicateListenerException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DuplicateLoadBalancerNameException"> <summary> AmazonElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DuplicateLoadBalancerNameException.#ctor(System.String)"> <summary> Constructs a new DuplicateLoadBalancerNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DuplicatePolicyNameException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DuplicatePolicyNameException.#ctor(System.String)"> <summary> Constructs a new DuplicatePolicyNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.DuplicateTagKeysException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.DuplicateTagKeysException.#ctor(System.String)"> <summary> Constructs a new DuplicateTagKeysException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest"> <summary> Container for the parameters to the EnableAvailabilityZonesForLoadBalancer operation. Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer. <para> The load balancer evenly distributes requests across all its registered Availability Zones that contain instances. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_AddLBAvailabilityZone.html">Add Availability Zone</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates EnableAvailabilityZonesForLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="availabilityZones">The Availability Zones. These must be in the same region as the load balancer.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> The Availability Zones. These must be in the same region as the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerResponse"> <summary> Configuration for accessing Amazon EnableAvailabilityZonesForLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerResult.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> The updated list of Availability Zones for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.EnableAvailabilityZonesForLoadBalancerResponse.EnableAvailabilityZonesForLoadBalancerResult"> <summary> Gets and sets the EnableAvailabilityZonesForLoadBalancerResult property. Represents the output of a EnableAvailabilityZonesForLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.HealthCheck"> <summary> Information about a health check. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.HealthCheck.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.HealthCheck.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)"> <summary> Instantiates HealthCheck with the parameterized properties </summary> <param name="target">The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example "TCP:5000". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy. SSL is also specified as SSL: port pair, for example, SSL:5000. For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than "200 OK" within the timeout period is considered unhealthy. The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.</param> <param name="interval">The approximate interval, in seconds, between health checks of an individual instance.</param> <param name="timeout">The amount of time, in seconds, during which no response means a failed health check. This value must be less than the <code>Interval</code> value.</param> <param name="unhealthyThreshold">The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</param> <param name="healthyThreshold">The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.HealthCheck.HealthyThreshold"> <summary> Gets and sets the property HealthyThreshold. <para> The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.HealthCheck.Interval"> <summary> Gets and sets the property Interval. <para> The approximate interval, in seconds, between health checks of an individual instance. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.HealthCheck.Target"> <summary> Gets and sets the property Target. <para> The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. </para> <para> TCP is the default, specified as a TCP: port pair, for example "TCP:5000". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy. </para> <para> SSL is also specified as SSL: port pair, for example, SSL:5000. </para> <para> For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than "200 OK" within the timeout period is considered unhealthy. </para> <para> The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.HealthCheck.Timeout"> <summary> Gets and sets the property Timeout. <para> The amount of time, in seconds, during which no response means a failed health check. </para> <para> This value must be less than the <code>Interval</code> value. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.HealthCheck.UnhealthyThreshold"> <summary> Gets and sets the property UnhealthyThreshold. <para> The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Instance"> <summary> The ID of a back-end instance. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.Instance.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.Instance.#ctor(System.String)"> <summary> Instantiates Instance with the parameterized properties </summary> <param name="instanceId">The ID of the instance.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Instance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InstanceState"> <summary> Information about the state of a back-end instance. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InstanceState.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.InstanceState.Description"> <summary> Gets and sets the property Description. <para> A description of the instance state. This string can contain one or more of the following messages. </para> <ul> <li> <para> <code>N/A</code> </para> </li> <li> <para> <code>A transient error occurred. Please try again later.</code> </para> </li> <li> <para> <code>Instance has failed at least the UnhealthyThreshold number of health checks consecutively.</code> </para> </li> <li> <para> <code>Instance has not passed the configured HealthyThreshold number of health checks consecutively.</code> </para> </li> <li> <para> <code>Instance registration is still in progress.</code> </para> </li> <li> <para> <code>Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.</code> </para> </li> <li> <para> <code>Instance is not currently registered with the LoadBalancer.</code> </para> </li> <li> <para> <code>Instance deregistration currently in progress.</code> </para> </li> <li> <para> <code>Disable Availability Zone is currently in progress.</code> </para> </li> <li> <para> <code>Instance is in pending state.</code> </para> </li> <li> <para> <code>Instance is in stopped state.</code> </para> </li> <li> <para> <code>Instance is in terminated state.</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.InstanceState.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.InstanceState.ReasonCode"> <summary> Gets and sets the property ReasonCode. <para> Information about the cause of <code>OutOfService</code> instances. Specifically, whether the cause is Elastic Load Balancing or the instance. </para> <para> Valid values: <code>ELB</code> | <code>Instance</code> | <code>N/A</code> </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.InstanceState.State"> <summary> Gets and sets the property State. <para> The current state of the instance. </para> <para> Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code> </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidConfigurationRequestException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidConfigurationRequestException.#ctor(System.String)"> <summary> Constructs a new InvalidConfigurationRequestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidEndPointException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidEndPointException.#ctor(System.String)"> <summary> Constructs a new InvalidEndPointException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidInstanceException"> <summary> AmazonElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidInstanceException.#ctor(System.String)"> <summary> Constructs a new InvalidInstanceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidSchemeException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidSchemeException.#ctor(System.String)"> <summary> Constructs a new InvalidSchemeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidSecurityGroupException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidSecurityGroupException.#ctor(System.String)"> <summary> Constructs a new InvalidSecurityGroupException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.InvalidSubnetException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.InvalidSubnetException.#ctor(System.String)"> <summary> Constructs a new InvalidSubnetException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy"> <summary> Information about a policy for duration-based session stickiness. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy.#ctor(System.String,System.Int64)"> <summary> Instantiates LBCookieStickinessPolicy with the parameterized properties </summary> <param name="policyName">The name for the policy being created. The name must be unique within the set of policies for this load balancer.</param> <param name="cookieExpirationPeriod">The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy.CookieExpirationPeriod"> <summary> Gets and sets the property CookieExpirationPeriod. <para> The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name for the policy being created. The name must be unique within the set of policies for this load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Listener"> <summary> Information about a listener. <para> For information about the protocols and the ports supported by Elastic Load Balancing, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html">Listener Configurations for Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.Listener.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.Listener.#ctor(System.String,System.Int32,System.Int32)"> <summary> Instantiates Listener with the parameterized properties </summary> <param name="protocol">The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</param> <param name="loadBalancerPort">The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.</param> <param name="instancePort">The port on which the instance is listening.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Listener.InstancePort"> <summary> Gets and sets the property InstancePort. <para> The port on which the instance is listening. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Listener.InstanceProtocol"> <summary> Gets and sets the property InstanceProtocol. <para> The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL. </para> <para> If the front-end protocol is HTTP, HTTPS, TCP, or SSL, <code>InstanceProtocol</code> must be at the same protocol. </para> <para> If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is secure, (HTTPS or SSL), the listener's <code>InstanceProtocol</code> must also be secure. </para> <para> If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is HTTP or TCP, the listener's <code>InstanceProtocol</code> must be HTTP or TCP. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Listener.LoadBalancerPort"> <summary> Gets and sets the property LoadBalancerPort. <para> The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Listener.Protocol"> <summary> Gets and sets the property Protocol. <para> The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Listener.SSLCertificateId"> <summary> Gets and sets the property SSLCertificateId. <para> The Amazon Resource Name (ARN) of the server certificate. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ListenerDescription"> <summary> The policies enabled for a listener. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.ListenerDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ListenerDescription.Listener"> <summary> Gets and sets the property Listener. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ListenerDescription.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> The policies. If there are no policies enabled, the list is empty. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ListenerNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.ListenerNotFoundException.#ctor(System.String)"> <summary> Constructs a new ListenerNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributeNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributeNotFoundException.#ctor(System.String)"> <summary> Constructs a new LoadBalancerAttributeNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes"> <summary> The attributes for a load balancer. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes.AccessLog"> <summary> Gets and sets the property AccessLog. <para> If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-access-logs.html">Enable Access Logs</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes.AdditionalAttributes"> <summary> Gets and sets the property AdditionalAttributes. <para> This parameter is reserved. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes.ConnectionDraining"> <summary> Gets and sets the property ConnectionDraining. <para> If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-conn-drain.html">Enable Connection Draining</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes.ConnectionSettings"> <summary> Gets and sets the property ConnectionSettings. <para> If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration. </para> <para> By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html">Configure Idle Connection Timeout</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributes.CrossZoneLoadBalancing"> <summary> Gets and sets the property CrossZoneLoadBalancing. <para> If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-disable-crosszone-lb.html">Enable Cross-Zone Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription"> <summary> Information about a load balancer. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> The Availability Zones for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.BackendServerDescriptions"> <summary> Gets and sets the property BackendServerDescriptions. <para> Information about the back-end servers. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.CanonicalHostedZoneName"> <summary> Gets and sets the property CanonicalHostedZoneName. <para> The Amazon Route 53 hosted zone associated with the load balancer. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html">Using Domain Names With Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.CanonicalHostedZoneNameID"> <summary> Gets and sets the property CanonicalHostedZoneNameID. <para> The ID of the Amazon Route 53 hosted zone name associated with the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.CreatedTime"> <summary> Gets and sets the property CreatedTime. <para> The date and time the load balancer was created. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.DNSName"> <summary> Gets and sets the property DNSName. <para> The external DNS name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.HealthCheck"> <summary> Gets and sets the property HealthCheck. <para> Information about the health checks conducted on the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.Instances"> <summary> Gets and sets the property Instances. <para> The IDs of the instances for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.ListenerDescriptions"> <summary> Gets and sets the property ListenerDescriptions. <para> The listeners for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.Policies"> <summary> Gets and sets the property Policies. <para> The policies defined for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.Scheme"> <summary> Gets and sets the property Scheme. <para> The type of load balancer. Valid only for load balancers in a VPC. </para> <para> If <code>Scheme</code> is <code>internet-facing</code>, the load balancer has a public DNS name that resolves to a public IP address. </para> <para> If <code>Scheme</code> is <code>internal</code>, the load balancer has a public DNS name that resolves to a private IP address. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.SecurityGroups"> <summary> Gets and sets the property SecurityGroups. <para> The security groups for the load balancer. Valid only for load balancers in a VPC. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.SourceSecurityGroup"> <summary> Gets and sets the property SourceSecurityGroup. <para> The security group that you can use as part of your inbound rules for your load balancer's back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.Subnets"> <summary> Gets and sets the property Subnets. <para> The IDs of the subnets for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.LoadBalancerDescription.VPCId"> <summary> Gets and sets the property VPCId. <para> The ID of the VPC for the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.LoadBalancerNotFoundException"> <summary> AmazonElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.LoadBalancerNotFoundException.#ctor(System.String)"> <summary> Constructs a new LoadBalancerNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesRequest"> <summary> Container for the parameters to the ModifyLoadBalancerAttributes operation. Modifies the attributes of the specified load balancer. <para> You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute <code>ConnectionSettings</code> by specifying an idle connection timeout value for your load balancer. </para> <para> For more information, see the following in the <i>Elastic Load Balancing Developer Guide</i>: </para> <ul> <li><a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#request-routing">Cross-Zone Load Balancing</a></li> <li><a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain">Connection Draining</a></li> <li><a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/access-log-collection.html">Access Logs</a></li> <li><a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#idle-timeout">Idle Connection Timeout</a></li> </ul> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesRequest.LoadBalancerAttributes"> <summary> Gets and sets the property LoadBalancerAttributes. <para> The attributes of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesResponse"> <summary> Configuration for accessing Amazon ModifyLoadBalancerAttributes service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesResult.LoadBalancerAttributes"> <summary> Gets and sets the property LoadBalancerAttributes. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesResult.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.ModifyLoadBalancerAttributesResponse.ModifyLoadBalancerAttributesResult"> <summary> Gets and sets the ModifyLoadBalancerAttributesResult property. Represents the output of a ModifyLoadBalancerAttributes operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Policies"> <summary> The policies for a load balancer. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.Policies.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Policies.AppCookieStickinessPolicies"> <summary> Gets and sets the property AppCookieStickinessPolicies. <para> The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Policies.LBCookieStickinessPolicies"> <summary> Gets and sets the property LBCookieStickinessPolicies. <para> The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Policies.OtherPolicies"> <summary> Gets and sets the property OtherPolicies. <para> The policies other than the stickiness policies. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyAttribute"> <summary> Information about a policy attribute. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.PolicyAttribute.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.PolicyAttribute.#ctor(System.String,System.String)"> <summary> Instantiates PolicyAttribute with the parameterized properties </summary> <param name="attributeName">The name of the attribute.</param> <param name="attributeValue">The value of the attribute.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttribute.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the attribute. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttribute.AttributeValue"> <summary> Gets and sets the property AttributeValue. <para> The value of the attribute. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyAttributeDescription"> <summary> Information about a policy attribute. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeDescription.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the attribute. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeDescription.AttributeValue"> <summary> Gets and sets the property AttributeValue. <para> The value of the attribute. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription"> <summary> Information about a policy attribute type. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the attribute. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription.AttributeType"> <summary> Gets and sets the property AttributeType. <para> The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription.Cardinality"> <summary> Gets and sets the property Cardinality. <para> The cardinality of the attribute. </para> <para> Valid values: </para> <ul> <li>ONE(1) : Single value required</li> <li>ZERO_OR_ONE(0..1) : Up to one value can be supplied</li> <li>ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed</li> <li>ONE_OR_MORE(1..*0) : Required. Multiple values are allowed</li> </ul> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value of the attribute, if applicable. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyAttributeTypeDescription.Description"> <summary> Gets and sets the property Description. <para> A description of the attribute. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyDescription"> <summary> Information about a policy. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyDescription.PolicyAttributeDescriptions"> <summary> Gets and sets the property PolicyAttributeDescriptions. <para> The policy attributes. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyDescription.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyDescription.PolicyTypeName"> <summary> Gets and sets the property PolicyTypeName. <para> The name of the policy type. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.PolicyNotFoundException.#ctor(System.String)"> <summary> Constructs a new PolicyNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyTypeDescription"> <summary> Information about a policy type. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyTypeDescription.Description"> <summary> Gets and sets the property Description. <para> A description of the policy type. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyTypeDescription.PolicyAttributeTypeDescriptions"> <summary> Gets and sets the property PolicyAttributeTypeDescriptions. <para> The description of the policy attributes associated with the policies defined by Elastic Load Balancing. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.PolicyTypeDescription.PolicyTypeName"> <summary> Gets and sets the property PolicyTypeName. <para> The name of the policy type. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.PolicyTypeNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.PolicyTypeNotFoundException.#ctor(System.String)"> <summary> Constructs a new PolicyTypeNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest"> <summary> Container for the parameters to the RegisterInstancesWithLoadBalancer operation. Adds the specified instances to the specified load balancer. <para> The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC. </para> <para> Note that <code>RegisterInstanceWithLoadBalancer</code> completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use <a>DescribeLoadBalancers</a> or <a>DescribeInstanceHealth</a>. </para> <para> After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the <code>OutOfService</code> state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the <code>InService</code> state. </para> <para> If you stop an instance registered with a load balancer and then start it, the IP addresses associated with the instance changes. Elastic Load Balancing cannot recognize the new IP address, which prevents it from routing traffic to the instances. We recommend that you use the following sequence: stop the instance, deregister the instance, start the instance, and then register the instance. To deregister instances from a load balancer, use <a>DeregisterInstancesFromLoadBalancer</a>. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html">Deregister and Register EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticLoadBalancing.Model.Instance})"> <summary> Instantiates RegisterInstancesWithLoadBalancerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="instances">The IDs of the instances.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest.Instances"> <summary> Gets and sets the property Instances. <para> The IDs of the instances. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerResponse"> <summary> Configuration for accessing Amazon RegisterInstancesWithLoadBalancer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerResult.Instances"> <summary> Gets and sets the property Instances. <para> The updated list of instances for the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RegisterInstancesWithLoadBalancerResponse.RegisterInstancesWithLoadBalancerResult"> <summary> Gets and sets the RegisterInstancesWithLoadBalancerResult property. Represents the output of a RegisterInstancesWithLoadBalancer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RemoveTagsRequest"> <summary> Container for the parameters to the RemoveTags operation. Removes one or more tags from the specified load balancer. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RemoveTagsRequest.LoadBalancerNames"> <summary> Gets and sets the property LoadBalancerNames. <para> The name of the load balancer. You can specify a maximum of one load balancer name. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RemoveTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> The list of tag keys to remove. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RemoveTagsResponse"> <summary> Configuration for accessing Amazon RemoveTags service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.RemoveTagsResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.RemoveTagsResponse.RemoveTagsResult"> <summary> Gets and sets the RemoveTagsResult property. Represents the output of a RemoveTags operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest"> <summary> Container for the parameters to the SetLoadBalancerListenerSSLCertificate operation. Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port. <para> For more information about updating your SSL certificate, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_UpdatingLoadBalancerSSL.html">Updating an SSL Certificate for a Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest.#ctor(System.String,System.Int32,System.String)"> <summary> Instantiates SetLoadBalancerListenerSSLCertificateRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="loadBalancerPort">The port that uses the specified SSL certificate.</param> <param name="sslCertificateId">The Amazon Resource Name (ARN) of the SSL certificate.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest.LoadBalancerPort"> <summary> Gets and sets the property LoadBalancerPort. <para> The port that uses the specified SSL certificate. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateRequest.SSLCertificateId"> <summary> Gets and sets the property SSLCertificateId. <para> The Amazon Resource Name (ARN) of the SSL certificate. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateResponse"> <summary> Configuration for accessing Amazon SetLoadBalancerListenerSSLCertificate service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateResponse.SetLoadBalancerListenerSSLCertificateResult"> <summary> Gets and sets the SetLoadBalancerListenerSSLCertificateResult property. Represents the output of a SetLoadBalancerListenerSSLCertificate operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest"> <summary> Container for the parameters to the SetLoadBalancerPoliciesForBackendServer operation. Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies. <para> Each time you use <code>SetLoadBalancerPoliciesForBackendServer</code> to enable the policies, use the <code>PolicyNames</code> parameter to list the policies that you want to enable. </para> <para> You can use <a>DescribeLoadBalancers</a> or <a>DescribeLoadBalancerPolicies</a> to verify that the policy is associated with the back-end server. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest.InstancePort"> <summary> Gets and sets the property InstancePort. <para> The port number associated with the back-end server. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerRequest.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> The names of the policies. If the list is empty, then all current polices are removed from the back-end server. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerResponse"> <summary> Configuration for accessing Amazon SetLoadBalancerPoliciesForBackendServer service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesForBackendServerResponse.SetLoadBalancerPoliciesForBackendServerResult"> <summary> Gets and sets the SetLoadBalancerPoliciesForBackendServerResult property. Represents the output of a SetLoadBalancerPoliciesForBackendServer operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest"> <summary> Container for the parameters to the SetLoadBalancerPoliciesOfListener operation. Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener. </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest.#ctor(System.String,System.Int32,System.Collections.Generic.List{System.String})"> <summary> Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties </summary> <param name="loadBalancerName">The name of the load balancer.</param> <param name="loadBalancerPort">The external port of the load balancer for the policy.</param> <param name="policyNames">The names of the policies. If the list is empty, the current policy is removed from the listener.</param> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest.LoadBalancerPort"> <summary> Gets and sets the property LoadBalancerPort. <para> The external port of the load balancer for the policy. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> The names of the policies. If the list is empty, the current policy is removed from the listener. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerResponse"> <summary> Configuration for accessing Amazon SetLoadBalancerPoliciesOfListener service </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerResult"> <summary> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerResponse.SetLoadBalancerPoliciesOfListenerResult"> <summary> Gets and sets the SetLoadBalancerPoliciesOfListenerResult property. Represents the output of a SetLoadBalancerPoliciesOfListener operation. </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SourceSecurityGroup"> <summary> Information about a source security group. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SourceSecurityGroup.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the security group. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.SourceSecurityGroup.OwnerAlias"> <summary> Gets and sets the property OwnerAlias. <para> The owner of the security group. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.SubnetNotFoundException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.SubnetNotFoundException.#ctor(System.String)"> <summary> Constructs a new SubnetNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Tag"> <summary> Information about a tag. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> The key of the tag. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> The value of the tag. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TagDescription"> <summary> The tags associated with a load balancer. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.TagDescription.LoadBalancerName"> <summary> Gets and sets the property LoadBalancerName. <para> The name of the load balancer. </para> </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.TagDescription.Tags"> <summary> Gets and sets the property Tags. <para> The tags. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TagKeyOnly"> <summary> The key of a tag. </summary> </member> <member name="P:Amazon.ElasticLoadBalancing.Model.TagKeyOnly.Key"> <summary> Gets and sets the property Key. <para> The name of the key. </para> </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TooManyAccessPointsException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.TooManyAccessPointsException.#ctor(System.String)"> <summary> Constructs a new TooManyAccessPointsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TooManyLoadBalancersException"> <summary> AmazonElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.TooManyLoadBalancersException.#ctor(System.String)"> <summary> Constructs a new TooManyLoadBalancersException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TooManyPoliciesException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.TooManyPoliciesException.#ctor(System.String)"> <summary> Constructs a new TooManyPoliciesException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.TooManyTagsException"> <summary> ElasticLoadBalancing exception </summary> </member> <member name="M:Amazon.ElasticLoadBalancing.Model.TooManyTagsException.#ctor(System.String)"> <summary> Constructs a new TooManyTagsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AccessLogUnmarshaller"> <summary> Response Unmarshaller for AccessLog Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AdditionalAttributeUnmarshaller"> <summary> Response Unmarshaller for AdditionalAttribute Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AddTagsRequestMarshaller"> <summary> AddTags Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AddTagsResponseUnmarshaller"> <summary> Response Unmarshaller for AddTags operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AppCookieStickinessPolicyUnmarshaller"> <summary> Response Unmarshaller for AppCookieStickinessPolicy Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ApplySecurityGroupsToLoadBalancerRequestMarshaller"> <summary> ApplySecurityGroupsToLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ApplySecurityGroupsToLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for ApplySecurityGroupsToLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AttachLoadBalancerToSubnetsRequestMarshaller"> <summary> AttachLoadBalancerToSubnets Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.AttachLoadBalancerToSubnetsResponseUnmarshaller"> <summary> Response Unmarshaller for AttachLoadBalancerToSubnets operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.BackendServerDescriptionUnmarshaller"> <summary> Response Unmarshaller for BackendServerDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ConfigureHealthCheckRequestMarshaller"> <summary> ConfigureHealthCheck Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ConfigureHealthCheckResponseUnmarshaller"> <summary> Response Unmarshaller for ConfigureHealthCheck operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ConnectionDrainingUnmarshaller"> <summary> Response Unmarshaller for ConnectionDraining Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ConnectionSettingsUnmarshaller"> <summary> Response Unmarshaller for ConnectionSettings Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateAppCookieStickinessPolicyRequestMarshaller"> <summary> CreateAppCookieStickinessPolicy Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateAppCookieStickinessPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAppCookieStickinessPolicy operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLBCookieStickinessPolicyRequestMarshaller"> <summary> CreateLBCookieStickinessPolicy Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLBCookieStickinessPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLBCookieStickinessPolicy operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerListenersRequestMarshaller"> <summary> CreateLoadBalancerListeners Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerListenersResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLoadBalancerListeners operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerPolicyRequestMarshaller"> <summary> CreateLoadBalancerPolicy Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLoadBalancerPolicy operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerRequestMarshaller"> <summary> CreateLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CreateLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.CrossZoneLoadBalancingUnmarshaller"> <summary> Response Unmarshaller for CrossZoneLoadBalancing Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerListenersRequestMarshaller"> <summary> DeleteLoadBalancerListeners Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerListenersResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLoadBalancerListeners operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerPolicyRequestMarshaller"> <summary> DeleteLoadBalancerPolicy Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLoadBalancerPolicy operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerRequestMarshaller"> <summary> DeleteLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeleteLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeregisterInstancesFromLoadBalancerRequestMarshaller"> <summary> DeregisterInstancesFromLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DeregisterInstancesFromLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterInstancesFromLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeInstanceHealthRequestMarshaller"> <summary> DescribeInstanceHealth Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeInstanceHealthResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstanceHealth operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerAttributesRequestMarshaller"> <summary> DescribeLoadBalancerAttributes Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerAttributesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBalancerAttributes operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerPoliciesRequestMarshaller"> <summary> DescribeLoadBalancerPolicies Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBalancerPolicies operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerPolicyTypesRequestMarshaller"> <summary> DescribeLoadBalancerPolicyTypes Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancerPolicyTypesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBalancerPolicyTypes operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancersRequestMarshaller"> <summary> DescribeLoadBalancers Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeLoadBalancersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBalancers operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeTagsRequestMarshaller"> <summary> DescribeTags Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DescribeTagsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTags operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DetachLoadBalancerFromSubnetsRequestMarshaller"> <summary> DetachLoadBalancerFromSubnets Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DetachLoadBalancerFromSubnetsResponseUnmarshaller"> <summary> Response Unmarshaller for DetachLoadBalancerFromSubnets operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DisableAvailabilityZonesForLoadBalancerRequestMarshaller"> <summary> DisableAvailabilityZonesForLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.DisableAvailabilityZonesForLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for DisableAvailabilityZonesForLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.EnableAvailabilityZonesForLoadBalancerRequestMarshaller"> <summary> EnableAvailabilityZonesForLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.EnableAvailabilityZonesForLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for EnableAvailabilityZonesForLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.HealthCheckUnmarshaller"> <summary> Response Unmarshaller for HealthCheck Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.InstanceStateUnmarshaller"> <summary> Response Unmarshaller for InstanceState Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.LBCookieStickinessPolicyUnmarshaller"> <summary> Response Unmarshaller for LBCookieStickinessPolicy Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ListenerDescriptionUnmarshaller"> <summary> Response Unmarshaller for ListenerDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ListenerUnmarshaller"> <summary> Response Unmarshaller for Listener Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.LoadBalancerAttributesUnmarshaller"> <summary> Response Unmarshaller for LoadBalancerAttributes Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.LoadBalancerDescriptionUnmarshaller"> <summary> Response Unmarshaller for LoadBalancerDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ModifyLoadBalancerAttributesRequestMarshaller"> <summary> ModifyLoadBalancerAttributes Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.ModifyLoadBalancerAttributesResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyLoadBalancerAttributes operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.PoliciesUnmarshaller"> <summary> Response Unmarshaller for Policies Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.PolicyAttributeDescriptionUnmarshaller"> <summary> Response Unmarshaller for PolicyAttributeDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.PolicyAttributeTypeDescriptionUnmarshaller"> <summary> Response Unmarshaller for PolicyAttributeTypeDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.PolicyDescriptionUnmarshaller"> <summary> Response Unmarshaller for PolicyDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.PolicyTypeDescriptionUnmarshaller"> <summary> Response Unmarshaller for PolicyTypeDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RegisterInstancesWithLoadBalancerRequestMarshaller"> <summary> RegisterInstancesWithLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RegisterInstancesWithLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterInstancesWithLoadBalancer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RemoveTagsRequestMarshaller"> <summary> RemoveTags Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.RemoveTagsResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTags operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerListenerSSLCertificateRequestMarshaller"> <summary> SetLoadBalancerListenerSSLCertificate Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerListenerSSLCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for SetLoadBalancerListenerSSLCertificate operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerPoliciesForBackendServerRequestMarshaller"> <summary> SetLoadBalancerPoliciesForBackendServer Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerPoliciesForBackendServerResponseUnmarshaller"> <summary> Response Unmarshaller for SetLoadBalancerPoliciesForBackendServer operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerPoliciesOfListenerRequestMarshaller"> <summary> SetLoadBalancerPoliciesOfListener Request Marshaller </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SetLoadBalancerPoliciesOfListenerResponseUnmarshaller"> <summary> Response Unmarshaller for SetLoadBalancerPoliciesOfListener operation </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.SourceSecurityGroupUnmarshaller"> <summary> Response Unmarshaller for SourceSecurityGroup Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.TagDescriptionUnmarshaller"> <summary> Response Unmarshaller for TagDescription Object </summary> </member> <member name="T:Amazon.ElasticLoadBalancing.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig"> <summary> Configuration for accessing Amazon ElasticMapReduce service </summary> </member> <member name="M:Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ElasticMapReduce.AmazonElasticMapReduceConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ElasticMapReduce.ActionOnFailure"> <summary> Constants used for properties of type ActionOnFailure. </summary> </member> <member name="F:Amazon.ElasticMapReduce.ActionOnFailure.CANCEL_AND_WAIT"> <summary> Constant CANCEL_AND_WAIT for ActionOnFailure </summary> </member> <member name="F:Amazon.ElasticMapReduce.ActionOnFailure.CONTINUE"> <summary> Constant CONTINUE for ActionOnFailure </summary> </member> <member name="F:Amazon.ElasticMapReduce.ActionOnFailure.TERMINATE_CLUSTER"> <summary> Constant TERMINATE_CLUSTER for ActionOnFailure </summary> </member> <member name="F:Amazon.ElasticMapReduce.ActionOnFailure.TERMINATE_JOB_FLOW"> <summary> Constant TERMINATE_JOB_FLOW for ActionOnFailure </summary> </member> <member name="M:Amazon.ElasticMapReduce.ActionOnFailure.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.ActionOnFailure.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.ClusterState"> <summary> Constants used for properties of type ClusterState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.BOOTSTRAPPING"> <summary> Constant BOOTSTRAPPING for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.RUNNING"> <summary> Constant RUNNING for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.STARTING"> <summary> Constant STARTING for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.TERMINATED"> <summary> Constant TERMINATED for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.TERMINATED_WITH_ERRORS"> <summary> Constant TERMINATED_WITH_ERRORS for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.TERMINATING"> <summary> Constant TERMINATING for ClusterState </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterState.WAITING"> <summary> Constant WAITING for ClusterState </summary> </member> <member name="M:Amazon.ElasticMapReduce.ClusterState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.ClusterState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode"> <summary> Constants used for properties of type ClusterStateChangeReasonCode. </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.ALL_STEPS_COMPLETED"> <summary> Constant ALL_STEPS_COMPLETED for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.BOOTSTRAP_FAILURE"> <summary> Constant BOOTSTRAP_FAILURE for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.INSTANCE_FAILURE"> <summary> Constant INSTANCE_FAILURE for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.INTERNAL_ERROR"> <summary> Constant INTERNAL_ERROR for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.STEP_FAILURE"> <summary> Constant STEP_FAILURE for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.USER_REQUEST"> <summary> Constant USER_REQUEST for ClusterStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.VALIDATION_ERROR"> <summary> Constant VALIDATION_ERROR for ClusterStateChangeReasonCode </summary> </member> <member name="M:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.ClusterStateChangeReasonCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceGroupState"> <summary> Constants used for properties of type InstanceGroupState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.ARRESTED"> <summary> Constant ARRESTED for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.BOOTSTRAPPING"> <summary> Constant BOOTSTRAPPING for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.ENDED"> <summary> Constant ENDED for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.PROVISIONING"> <summary> Constant PROVISIONING for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.RESIZING"> <summary> Constant RESIZING for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.RUNNING"> <summary> Constant RUNNING for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.SHUTTING_DOWN"> <summary> Constant SHUTTING_DOWN for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.SUSPENDED"> <summary> Constant SUSPENDED for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.TERMINATED"> <summary> Constant TERMINATED for InstanceGroupState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupState.TERMINATING"> <summary> Constant TERMINATING for InstanceGroupState </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode"> <summary> Constants used for properties of type InstanceGroupStateChangeReasonCode. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.CLUSTER_TERMINATED"> <summary> Constant CLUSTER_TERMINATED for InstanceGroupStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.INSTANCE_FAILURE"> <summary> Constant INSTANCE_FAILURE for InstanceGroupStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.INTERNAL_ERROR"> <summary> Constant INTERNAL_ERROR for InstanceGroupStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.VALIDATION_ERROR"> <summary> Constant VALIDATION_ERROR for InstanceGroupStateChangeReasonCode </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceGroupType"> <summary> Constants used for properties of type InstanceGroupType. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupType.CORE"> <summary> Constant CORE for InstanceGroupType </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupType.MASTER"> <summary> Constant MASTER for InstanceGroupType </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceGroupType.TASK"> <summary> Constant TASK for InstanceGroupType </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceGroupType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceRoleType"> <summary> Constants used for properties of type InstanceRoleType. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceRoleType.CORE"> <summary> Constant CORE for InstanceRoleType </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceRoleType.MASTER"> <summary> Constant MASTER for InstanceRoleType </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceRoleType.TASK"> <summary> Constant TASK for InstanceRoleType </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceRoleType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceRoleType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceState"> <summary> Constants used for properties of type InstanceState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceState.AWAITING_FULFILLMENT"> <summary> Constant AWAITING_FULFILLMENT for InstanceState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceState.BOOTSTRAPPING"> <summary> Constant BOOTSTRAPPING for InstanceState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceState.PROVISIONING"> <summary> Constant PROVISIONING for InstanceState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceState.RUNNING"> <summary> Constant RUNNING for InstanceState </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceState.TERMINATED"> <summary> Constant TERMINATED for InstanceState </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode"> <summary> Constants used for properties of type InstanceStateChangeReasonCode. </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.BOOTSTRAP_FAILURE"> <summary> Constant BOOTSTRAP_FAILURE for InstanceStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.CLUSTER_TERMINATED"> <summary> Constant CLUSTER_TERMINATED for InstanceStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.INSTANCE_FAILURE"> <summary> Constant INSTANCE_FAILURE for InstanceStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.INTERNAL_ERROR"> <summary> Constant INTERNAL_ERROR for InstanceStateChangeReasonCode </summary> </member> <member name="F:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.VALIDATION_ERROR"> <summary> Constant VALIDATION_ERROR for InstanceStateChangeReasonCode </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.InstanceStateChangeReasonCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.JobFlowExecutionState"> <summary> Constants used for properties of type JobFlowExecutionState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.BOOTSTRAPPING"> <summary> Constant BOOTSTRAPPING for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.COMPLETED"> <summary> Constant COMPLETED for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.FAILED"> <summary> Constant FAILED for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.RUNNING"> <summary> Constant RUNNING for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.SHUTTING_DOWN"> <summary> Constant SHUTTING_DOWN for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.STARTING"> <summary> Constant STARTING for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.TERMINATED"> <summary> Constant TERMINATED for JobFlowExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.JobFlowExecutionState.WAITING"> <summary> Constant WAITING for JobFlowExecutionState </summary> </member> <member name="M:Amazon.ElasticMapReduce.JobFlowExecutionState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.JobFlowExecutionState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.MarketType"> <summary> Constants used for properties of type MarketType. </summary> </member> <member name="F:Amazon.ElasticMapReduce.MarketType.ON_DEMAND"> <summary> Constant ON_DEMAND for MarketType </summary> </member> <member name="F:Amazon.ElasticMapReduce.MarketType.SPOT"> <summary> Constant SPOT for MarketType </summary> </member> <member name="M:Amazon.ElasticMapReduce.MarketType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.MarketType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.StepExecutionState"> <summary> Constants used for properties of type StepExecutionState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.CANCELLED"> <summary> Constant CANCELLED for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.COMPLETED"> <summary> Constant COMPLETED for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.CONTINUE"> <summary> Constant CONTINUE for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.FAILED"> <summary> Constant FAILED for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.INTERRUPTED"> <summary> Constant INTERRUPTED for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.PENDING"> <summary> Constant PENDING for StepExecutionState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepExecutionState.RUNNING"> <summary> Constant RUNNING for StepExecutionState </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepExecutionState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepExecutionState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.StepState"> <summary> Constants used for properties of type StepState. </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.CANCELLED"> <summary> Constant CANCELLED for StepState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.COMPLETED"> <summary> Constant COMPLETED for StepState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.FAILED"> <summary> Constant FAILED for StepState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.INTERRUPTED"> <summary> Constant INTERRUPTED for StepState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.PENDING"> <summary> Constant PENDING for StepState </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepState.RUNNING"> <summary> Constant RUNNING for StepState </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.StepStateChangeReasonCode"> <summary> Constants used for properties of type StepStateChangeReasonCode. </summary> </member> <member name="F:Amazon.ElasticMapReduce.StepStateChangeReasonCode.NONE"> <summary> Constant NONE for StepStateChangeReasonCode </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepStateChangeReasonCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ElasticMapReduce.StepStateChangeReasonCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest"> <summary> Container for the parameters to the AddInstanceGroups operation. AddInstanceGroups adds an instance group to a running cluster. </summary> </member> <member name="T:Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest"> <summary> Base class for ElasticMapReduce operation requests. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticMapReduce.Model.InstanceGroupConfig})"> <summary> Instantiates AddInstanceGroupsRequest with the parameterized properties </summary> <param name="jobFlowId">Job flow in which to add the instance groups.</param> <param name="instanceGroups">Instance Groups to add.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest.InstanceGroups"> <summary> Gets and sets the property InstanceGroups. <para> Instance Groups to add. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroupsRequest.JobFlowId"> <summary> Gets and sets the property JobFlowId. <para> Job flow in which to add the instance groups. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddInstanceGroupsResponse"> <summary> Configuration for accessing Amazon AddInstanceGroups service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddInstanceGroupsResult"> <summary> Output from an AddInstanceGroups call. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroupsResult.InstanceGroupIds"> <summary> Gets and sets the property InstanceGroupIds. <para> Instance group IDs of the newly created instance groups. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroupsResult.JobFlowId"> <summary> Gets and sets the property JobFlowId. <para> The job flow ID in which the instance groups are added. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroupsResponse.AddInstanceGroupsResult"> <summary> Gets and sets the AddInstanceGroupsResult property. Represents the output of a AddInstanceGroups operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest"> <summary> Container for the parameters to the AddJobFlowSteps operation. AddJobFlowSteps adds new steps to a running job flow. A maximum of 256 steps are allowed in each job flow. <para> If your job flow is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/AddMoreThan256Steps.html">Add More than 256 Steps to a Job Flow</a> in the <i>Amazon Elastic MapReduce Developer's Guide</i>. </para> <para> A step specifies the location of a JAR file stored either on the master node of the job flow or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. </para> <para> Elastic MapReduce executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. </para> <para> You can only add steps to a job flow that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. </para> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest.#ctor(System.String)"> <summary> Instantiates AddJobFlowStepsRequest with the parameterized properties </summary> <param name="jobFlowId">A string that uniquely identifies the job flow. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>ListClusters</a>. </param> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticMapReduce.Model.StepConfig})"> <summary> Instantiates AddJobFlowStepsRequest with the parameterized properties </summary> <param name="jobFlowId">A string that uniquely identifies the job flow. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>ListClusters</a>. </param> <param name="steps"> A list of <a>StepConfig</a> to be executed by the job flow. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest.JobFlowId"> <summary> Gets and sets the property JobFlowId. <para> A string that uniquely identifies the job flow. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>ListClusters</a>. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddJobFlowStepsRequest.Steps"> <summary> Gets and sets the property Steps. <para> A list of <a>StepConfig</a> to be executed by the job flow. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddJobFlowStepsResponse"> <summary> Configuration for accessing Amazon AddJobFlowSteps service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddJobFlowStepsResult"> <summary> The output for the <a>AddJobFlowSteps</a> operation. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddJobFlowStepsResult.StepIds"> <summary> Gets and sets the property StepIds. <para> The identifiers of the list of steps added to the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddJobFlowStepsResponse.AddJobFlowStepsResult"> <summary> Gets and sets the AddJobFlowStepsResult property. Represents the output of a AddJobFlowSteps operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddTagsRequest"> <summary> Container for the parameters to the AddTags operation. Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddTagsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddTagsRequest.#ctor(System.String)"> <summary> Instantiates AddTagsRequest with the parameterized properties </summary> <param name="resourceId">The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.AddTagsRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.ElasticMapReduce.Model.Tag})"> <summary> Instantiates AddTagsRequest with the parameterized properties </summary> <param name="resourceId">The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.</param> <param name="tags">A list of tags to associate with a cluster and propagate to Amazon EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddTagsRequest.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddTagsRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags to associate with a cluster and propagate to Amazon EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddTagsResponse"> <summary> Configuration for accessing Amazon AddTags service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddTagsResult"> <summary> This output indicates the result of adding tags to a resource. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddTagsResponse.AddTagsResult"> <summary> Gets and sets the AddTagsResult property. Represents the output of a AddTags operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Application"> <summary> An application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-mapr.html">Launch a Job Flow on the MapR Distribution for Hadoop</a>. Currently supported values are: <ul> <li>"mapr-m3" - launch the job flow using MapR M3 Edition.</li> <li>"mapr-m5" - launch the job flow using MapR M5 Edition.</li> <li>"mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition, respectively.</li> </ul> <note> <para> In Amazon EMR releases 4.0 and greater, the only accepted parameter is the application name. To pass arguments to applications, you supply a configuration for each application. </para> </note> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Application.AdditionalInfo"> <summary> Gets and sets the property AdditionalInfo. <para> This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Application.Args"> <summary> Gets and sets the property Args. <para> Arguments for Amazon EMR to pass to the application. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Application.Name"> <summary> Gets and sets the property Name. <para> The name of the application. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Application.Version"> <summary> Gets and sets the property Version. <para> The version of the application. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.BootstrapActionConfig"> <summary> Configuration of a bootstrap action. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActionConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActionConfig.#ctor(System.String,Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig)"> <summary> Instantiates BootstrapActionConfig with the parameterized properties </summary> <param name="name">The name of the bootstrap action.</param> <param name="scriptBootstrapAction">The script run by the bootstrap action.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.BootstrapActionConfig.Name"> <summary> Gets and sets the property Name. <para> The name of the bootstrap action. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.BootstrapActionConfig.ScriptBootstrapAction"> <summary> Gets and sets the property ScriptBootstrapAction. <para> The script run by the bootstrap action. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.BootstrapActionDetail"> <summary> Reports the configuration of a bootstrap action in a job flow. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActionDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActionDetail.#ctor(Amazon.ElasticMapReduce.Model.BootstrapActionConfig)"> <summary> Instantiates BootstrapActionDetail with the parameterized properties </summary> <param name="bootstrapActionConfig">A description of the bootstrap action.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.BootstrapActionDetail.BootstrapActionConfig"> <summary> Gets and sets the property BootstrapActionConfig. <para> A description of the bootstrap action. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.BootstrapActions"> <summary> Class that provides helper methods for constructing predefined bootstrap actions. </summary> <example> <code> IAmazonElasticMapReduce emr = TestUtil.EMRClient; BootstrapActions bootstrapActions = new BootstrapActions(); var daemons = bootstrapActions.NewConfigureDaemons(); daemons.AddHeapSize(Daemon.JobTracker, 2048); RunJobFlowRequest request = new RunJobFlowRequest { Name = "Job Flow With Bootstrap Actions", BootstrapActions = new List<BootstrapActionConfig> { bootstrapActions.NewRunIf("instance.isMaster=true", daemons.Build()) }, LogUri = "s3://log-bucket/", Instances = new JobFlowInstancesConfig { Ec2KeyName = "keypair", HadoopVersion = "0.20", InstanceCount = 5, KeepJobFlowAliveWhenNoSteps = true, MasterInstanceType = "m1.small", SlaveInstanceType = "m1.small" } }; RunJobFlowResponse response = emr.RunJobFlow(request); </code> </example> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActions.#ctor"> <summary> Creates a new default BootstrapActions for us in us-east-1. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActions.#ctor(System.String)"> <summary> Creates a new BootstrapActions. </summary> <param name="bucket">the bucket from which to download the bootstrap actions.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActions.NewRunIf(System.String,Amazon.ElasticMapReduce.Model.BootstrapActionConfig)"> <summary> Create a new run-if bootstrap action which lets you conditionally run bootstrap actions. </summary> <param name="condition">The condition to evaluate, if true the bootstrap action executes.</param> <param name="config">The bootstrap action to execute in case of successful evaluation.</param> <returns>A BootstrapActionConfig to be provided when running a job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActions.NewConfigureHadoop"> <summary> Create a new bootstrap action which lets you configure Hadoop's XML files. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.BootstrapActions.NewConfigureDaemons"> <summary> Create a new bootstrap action which lets you configure Hadoop's daemons. The options are written to the hadoop-user-env.sh file. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Cluster"> <summary> The detailed description of the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Applications"> <summary> Gets and sets the property Applications. <para> The applications installed on this cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.AutoTerminate"> <summary> Gets and sets the property AutoTerminate. <para> Specifies whether the cluster should terminate after completing all steps. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Configurations"> <summary> Gets and sets the property Configurations. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> The list of Configurations supplied to the EMR cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Ec2InstanceAttributes"> <summary> Gets and sets the property Ec2InstanceAttributes. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Id"> <summary> Gets and sets the property Id. <para> The unique identifier for the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.LogUri"> <summary> Gets and sets the property LogUri. <para> The path to the Amazon S3 location where logs for this cluster are stored. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.MasterPublicDnsName"> <summary> Gets and sets the property MasterPublicDnsName. <para> The public DNS name of the master EC2 instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Name"> <summary> Gets and sets the property Name. <para> The name of the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.NormalizedInstanceHours"> <summary> Gets and sets the property NormalizedInstanceHours. <para> An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.ReleaseLabel"> <summary> Gets and sets the property ReleaseLabel. <para> The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.RequestedAmiVersion"> <summary> Gets and sets the property RequestedAmiVersion. <para> The AMI version requested for this cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.RunningAmiVersion"> <summary> Gets and sets the property RunningAmiVersion. <para> The AMI version running on this cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.ServiceRole"> <summary> Gets and sets the property ServiceRole. <para> The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Status"> <summary> Gets and sets the property Status. <para> The current status details about the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags associated with a cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.TerminationProtected"> <summary> Gets and sets the property TerminationProtected. <para> Indicates whether Amazon EMR will lock the cluster to prevent the EC2 instances from being terminated by an API call or user intervention, or in the event of a cluster error. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Cluster.VisibleToAllUsers"> <summary> Gets and sets the property VisibleToAllUsers. <para> Indicates whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and manage the job flow if they have the proper policy permissions set. If this value is <code>false</code>, only the IAM user that created the cluster can view and manage it. This value can be changed using the <a>SetVisibleToAllUsers</a> action. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ClusterStateChangeReason"> <summary> The reason that the cluster changed to its current state. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterStateChangeReason.Code"> <summary> Gets and sets the property Code. <para> The programmatic code for the state change reason. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterStateChangeReason.Message"> <summary> Gets and sets the property Message. <para> The descriptive message for the state change reason. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ClusterStatus"> <summary> The detailed status of the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterStatus.State"> <summary> Gets and sets the property State. <para> The current state of the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterStatus.StateChangeReason"> <summary> Gets and sets the property StateChangeReason. <para> The reason for the cluster status change. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterStatus.Timeline"> <summary> Gets and sets the property Timeline. <para> A timeline that represents the status of a cluster over the lifetime of the cluster. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ClusterSummary"> <summary> The summary description of the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterSummary.Id"> <summary> Gets and sets the property Id. <para> The unique identifier for the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterSummary.Name"> <summary> Gets and sets the property Name. <para> The name of the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterSummary.NormalizedInstanceHours"> <summary> Gets and sets the property NormalizedInstanceHours. <para> An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterSummary.Status"> <summary> Gets and sets the property Status. <para> The details about the current status of the cluster. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ClusterTimeline"> <summary> Represents the timeline of the cluster's lifecycle. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterTimeline.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The creation date and time of the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterTimeline.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The date and time when the cluster was terminated. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ClusterTimeline.ReadyDateTime"> <summary> Gets and sets the property ReadyDateTime. <para> The date and time when the cluster was ready to execute steps. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Command"> <summary> An entity describing an executable that runs on a cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Command.Args"> <summary> Gets and sets the property Args. <para> Arguments for Amazon EMR to pass to the command for execution. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Command.Name"> <summary> Gets and sets the property Name. <para> The name of the command. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Command.ScriptPath"> <summary> Gets and sets the property ScriptPath. <para> The Amazon S3 location of the command script. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Configuration"> <summary> <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> Specifies a hardware and software configuration of the EMR cluster. This includes configurations for applications and software bundled with Amazon EMR. The Configuration object is a JSON object which is defined by a classification and a set of properties. Configurations can be nested, so a configuration may have its own Configuration objects listed. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Configuration.Classification"> <summary> Gets and sets the property Classification. <para> The classification of a configuration. For more information see, <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/API/EmrConfigurations.html">Amazon EMR Configurations</a>. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Configuration.Configurations"> <summary> Gets and sets the property Configurations. <para> A list of configurations you apply to this configuration object. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Configuration.Properties"> <summary> Gets and sets the property Properties. <para> A set of properties supplied to the Configuration object. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Daemon"> <summary> List of Hadoop daemons which can be configured. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureDaemons.AddHeapSize(Amazon.ElasticMapReduce.Model.Daemon,System.Int32)"> <summary> Set the heap size of a daemon. </summary> <param name="daemon">The deamon to configure.</param> <param name="megabytes">The requested heap size of the daemon.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureDaemons.AddOpts(Amazon.ElasticMapReduce.Model.Daemon,System.String)"> <summary> Specify additional Java opts to be included when the daemon starts. </summary> <param name="daemon">The daemon to add opts to.</param> <param name="opts">Additional Java command line arguments.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureDaemons.Build"> <summary> Returns an object which can be used in a RunJobflow call. </summary> <returns>an object which can be used in a RunJobflow call.</returns> </member> <member name="P:Amazon.ElasticMapReduce.Model.ConfigureDaemons.Replace"> <summary> Replace the existing hadoop-user-env.sh file if it exists. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ConfigFile"> <summary> Valid config files. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureHadoop.AddXml(Amazon.ElasticMapReduce.Model.ConfigFile,System.String)"> <summary> Specify an XML file in S3 to merge with Hadoop's default configuration. </summary> <param name="file">The config file to merge with.</param> <param name="xmlPath">The path in S3 of the XML file.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureHadoop.AddKeyValue(Amazon.ElasticMapReduce.Model.ConfigFile,System.String,System.String)"> <summary> Specify a key-value pair to merge with Hadoop's default configuration. </summary> <param name="file">The config file to merge with.</param> <param name="key">The config key.</param> <param name="value">The config value.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.ConfigureHadoop.Build"> <summary> Returns an object which can be used in a RunJobflow call. </summary> <returns>an object which can be used in a RunJobflow call.</returns> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeClusterRequest"> <summary> Container for the parameters to the DescribeCluster operation. Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see <a>ListSteps</a>. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeClusterRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The identifier of the cluster to describe. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeClusterResponse"> <summary> Configuration for accessing Amazon DescribeCluster service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeClusterResult"> <summary> This output contains the description of the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeClusterResult.Cluster"> <summary> Gets and sets the property Cluster. <para> This output contains the details for the requested cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeClusterResponse.DescribeClusterResult"> <summary> Gets and sets the DescribeClusterResult property. Represents the output of a DescribeCluster operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest"> <summary> Container for the parameters to the DescribeJobFlows operation. This API is deprecated and will eventually be removed. We recommend you use <a>ListClusters</a>, <a>DescribeCluster</a>, <a>ListSteps</a>, <a>ListInstanceGroups</a> and <a>ListBootstrapActions</a> instead. <para> DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time. </para> <para> Regardless of supplied parameters, only job flows created within the last two months are returned. </para> <para> If no parameters are supplied, then job flows matching either of the following criteria are returned: </para> <ul> <li>Job flows created and completed in the last two weeks</li> <li> Job flows created within the last two months that are in one of the following states: <code>RUNNING</code>, <code>WAITING</code>, <code>SHUTTING_DOWN</code>, <code>STARTING</code> </li> </ul> <para> Amazon Elastic MapReduce can return a maximum of 512 job flow descriptions. </para> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates DescribeJobFlowsRequest with the parameterized properties </summary> <param name="jobFlowIds">Return only job flows whose job flow ID is contained in this list. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.CreatedAfter"> <summary> Gets and sets the property CreatedAfter. <para> Return only job flows created after this date and time. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.CreatedBefore"> <summary> Gets and sets the property CreatedBefore. <para> Return only job flows created before this date and time. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.JobFlowIds"> <summary> Gets and sets the property JobFlowIds. <para> Return only job flows whose job flow ID is contained in this list. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsRequest.JobFlowStates"> <summary> Gets and sets the property JobFlowStates. <para> Return only job flows whose state is contained in this list. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeJobFlowsResponse"> <summary> Configuration for accessing Amazon DescribeJobFlows service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeJobFlowsResult"> <summary> The output for the <a>DescribeJobFlows</a> operation. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsResult.JobFlows"> <summary> Gets and sets the property JobFlows. <para> A list of job flows matching the parameters supplied. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeJobFlowsResponse.DescribeJobFlowsResult"> <summary> Gets and sets the DescribeJobFlowsResult property. Represents the output of a DescribeJobFlows operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeStepRequest"> <summary> Container for the parameters to the DescribeStep operation. Provides more detail about the cluster step. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeStepRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The identifier of the cluster with steps to describe. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeStepRequest.StepId"> <summary> Gets and sets the property StepId. <para> The identifier of the step to describe. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeStepResponse"> <summary> Configuration for accessing Amazon DescribeStep service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.DescribeStepResult"> <summary> This output contains the description of the cluster step. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeStepResult.Step"> <summary> Gets and sets the property Step. <para> The step details for the requested step identifier. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.DescribeStepResponse.DescribeStepResult"> <summary> Gets and sets the DescribeStepResult property. Represents the output of a DescribeStep operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.EbsBlockDevice"> <summary> Configuration of requested EBS block device associated with the instance group. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsBlockDevice.Device"> <summary> Gets and sets the property Device. <para> The device name that is exposed to the instance, such as /dev/sdh. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsBlockDevice.VolumeSpecification"> <summary> Gets and sets the property VolumeSpecification. <para> EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.EbsBlockDeviceConfig"> <summary> Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsBlockDeviceConfig.VolumeSpecification"> <summary> Gets and sets the property VolumeSpecification. <para> EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsBlockDeviceConfig.VolumesPerInstance"> <summary> Gets and sets the property VolumesPerInstance. <para> Number of EBS volumes with specific volume configuration, that will be associated with every instance in the instance group </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.EbsConfiguration"> <summary> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsConfiguration.EbsBlockDeviceConfigs"> <summary> Gets and sets the property EbsBlockDeviceConfigs. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsConfiguration.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.EbsVolume"> <summary> EBS block device that's attached to an EC2 instance. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsVolume.Device"> <summary> Gets and sets the property Device. <para> The device name that is exposed to the instance, such as /dev/sdh. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.EbsVolume.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume identifier of the EBS volume. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes"> <summary> Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.AdditionalMasterSecurityGroups"> <summary> Gets and sets the property AdditionalMasterSecurityGroups. <para> A list of additional Amazon EC2 security group IDs for the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.AdditionalSlaveSecurityGroups"> <summary> Gets and sets the property AdditionalSlaveSecurityGroups. <para> A list of additional Amazon EC2 security group IDs for the slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.Ec2AvailabilityZone"> <summary> Gets and sets the property Ec2AvailabilityZone. <para> The Availability Zone in which the cluster will run. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.Ec2KeyName"> <summary> Gets and sets the property Ec2KeyName. <para> The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop". </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.Ec2SubnetId"> <summary> Gets and sets the property Ec2SubnetId. <para> To launch the job flow in Amazon VPC, set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch. If you do not specify this value, the job flow is launched in the normal AWS cloud, outside of a VPC. </para> <para> Amazon VPC currently does not support cluster compute quadruple extra large (cc1.4xlarge) instances. Thus, you cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a VPC. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.EmrManagedMasterSecurityGroup"> <summary> Gets and sets the property EmrManagedMasterSecurityGroup. <para> The identifier of the Amazon EC2 security group for the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.EmrManagedSlaveSecurityGroup"> <summary> Gets and sets the property EmrManagedSlaveSecurityGroup. <para> The identifier of the Amazon EC2 security group for the slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.IamInstanceProfile"> <summary> Gets and sets the property IamInstanceProfile. <para> The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Ec2InstanceAttributes.ServiceAccessSecurityGroup"> <summary> Gets and sets the property ServiceAccessSecurityGroup. <para> The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig"> <summary> A job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.#ctor(System.String)"> <summary> Instantiates HadoopJarStepConfig with the parameterized properties </summary> <param name="jar">A path to a JAR file run during the step.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.Args"> <summary> Gets and sets the property Args. <para> A list of command line arguments passed to the JAR file's main function when executed. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.Jar"> <summary> Gets and sets the property Jar. <para> A path to a JAR file run during the step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.MainClass"> <summary> Gets and sets the property MainClass. <para> The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopJarStepConfig.Properties"> <summary> Gets and sets the property Properties. <para> A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.HadoopStepConfig"> <summary> A cluster step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopStepConfig.Args"> <summary> Gets and sets the property Args. <para> The list of command line arguments to pass to the JAR file's main function for execution. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopStepConfig.Jar"> <summary> Gets and sets the property Jar. <para> The path to the JAR file that runs during the step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopStepConfig.MainClass"> <summary> Gets and sets the property MainClass. <para> The name of the main class in the specified Java file. If not specified, the JAR file should specify a main class in its manifest file. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.HadoopStepConfig.Properties"> <summary> Gets and sets the property Properties. <para> The list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Instance"> <summary> Represents an EC2 instance provisioned as part of cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.EbsVolumes"> <summary> Gets and sets the property EbsVolumes. <para> The list of EBS volumes that are attached to this instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.Ec2InstanceId"> <summary> Gets and sets the property Ec2InstanceId. <para> The unique identifier of the instance in Amazon EC2. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.Id"> <summary> Gets and sets the property Id. <para> The unique identifier for the instance in Amazon EMR. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.InstanceGroupId"> <summary> Gets and sets the property InstanceGroupId. <para> The identifier of the instance group to which this instance belongs. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.PrivateDnsName"> <summary> Gets and sets the property PrivateDnsName. <para> The private DNS name of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.PrivateIpAddress"> <summary> Gets and sets the property PrivateIpAddress. <para> The private IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.PublicDnsName"> <summary> Gets and sets the property PublicDnsName. <para> The public DNS name of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.PublicIpAddress"> <summary> Gets and sets the property PublicIpAddress. <para> The public IP address of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Instance.Status"> <summary> Gets and sets the property Status. <para> The current status of the instance. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroup"> <summary> This entity represents an instance group, which is a group of instances that have common purpose. For example, CORE instance group is used for HDFS. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.BidPrice"> <summary> Gets and sets the property BidPrice. <para> The bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.Configurations"> <summary> Gets and sets the property Configurations. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task). </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.EbsBlockDevices"> <summary> Gets and sets the property EbsBlockDevices. <para> The EBS block devices that are mapped to this instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> If the instance group is EBS-optimized. An Amazon EBS–optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.Id"> <summary> Gets and sets the property Id. <para> The identifier of the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.InstanceGroupType"> <summary> Gets and sets the property InstanceGroupType. <para> The type of the instance group. Valid values are MASTER, CORE or TASK. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The EC2 instance type for all instances in the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.Market"> <summary> Gets and sets the property Market. <para> The marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.Name"> <summary> Gets and sets the property Name. <para> The name of the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.RequestedInstanceCount"> <summary> Gets and sets the property RequestedInstanceCount. <para> The target number of instances for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.RunningInstanceCount"> <summary> Gets and sets the property RunningInstanceCount. <para> The number of instances currently running in this instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroup.Status"> <summary> Gets and sets the property Status. <para> The current status of the instance group. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupConfig"> <summary> Configuration defining a new instance group. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.#ctor(Amazon.ElasticMapReduce.InstanceRoleType,System.String,System.Int32)"> <summary> Instantiates InstanceGroupConfig with the parameterized properties </summary> <param name="instanceRole">The role of the instance group in the cluster.</param> <param name="instanceType">The Amazon EC2 instance type for all instances in the instance group. </param> <param name="instanceCount">Target number of instances for the instance group. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.BidPrice"> <summary> Gets and sets the property BidPrice. <para> Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.Configurations"> <summary> Gets and sets the property Configurations. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task). </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.EbsConfiguration"> <summary> Gets and sets the property EbsConfiguration. <para> EBS configurations that will be attached to each Amazon EC2 instance in the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> Target number of instances for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.InstanceRole"> <summary> Gets and sets the property InstanceRole. <para> The role of the instance group in the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The Amazon EC2 instance type for all instances in the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.Market"> <summary> Gets and sets the property Market. <para> Market type of the Amazon EC2 instances used to create a cluster node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupConfig.Name"> <summary> Gets and sets the property Name. <para> Friendly name given to the instance group. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupDetail"> <summary> Detailed information about an instance group. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.#ctor(Amazon.ElasticMapReduce.InstanceRoleType,System.String,System.Int32,System.Int32,Amazon.ElasticMapReduce.InstanceGroupState,System.DateTime)"> <summary> Instantiates InstanceGroupDetail with the parameterized properties </summary> <param name="instanceRole">Instance group role in the cluster </param> <param name="instanceType">Amazon EC2 Instance type.</param> <param name="instanceRequestCount">Target number of instances to run in the instance group. </param> <param name="instanceRunningCount">Actual count of running instances. </param> <param name="state">State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.</param> <param name="creationDateTime">The date/time the instance group was created. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.BidPrice"> <summary> Gets and sets the property BidPrice. <para> Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The date/time the instance group was created. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The date/time the instance group was terminated. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.InstanceGroupId"> <summary> Gets and sets the property InstanceGroupId. <para> Unique identifier for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.InstanceRequestCount"> <summary> Gets and sets the property InstanceRequestCount. <para> Target number of instances to run in the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.InstanceRole"> <summary> Gets and sets the property InstanceRole. <para> Instance group role in the cluster </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.InstanceRunningCount"> <summary> Gets and sets the property InstanceRunningCount. <para> Actual count of running instances. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.InstanceType"> <summary> Gets and sets the property InstanceType. <para> Amazon EC2 Instance type. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.LastStateChangeReason"> <summary> Gets and sets the property LastStateChangeReason. <para> Details regarding the state of the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.Market"> <summary> Gets and sets the property Market. <para> Market type of the Amazon EC2 instances used to create a cluster node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.Name"> <summary> Gets and sets the property Name. <para> Friendly name for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.ReadyDateTime"> <summary> Gets and sets the property ReadyDateTime. <para> The date/time the instance group was available to the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.StartDateTime"> <summary> Gets and sets the property StartDateTime. <para> The date/time the instance group was started. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupDetail.State"> <summary> Gets and sets the property State. <para> State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig"> <summary> Modify an instance group size. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig.#ctor(System.String,System.Int32)"> <summary> Instantiates InstanceGroupModifyConfig with the parameterized properties </summary> <param name="instanceGroupId">Unique ID of the instance group to expand or shrink.</param> <param name="instanceCount">Target size for the instance group.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig.EC2InstanceIdsToTerminate"> <summary> Gets and sets the property EC2InstanceIdsToTerminate. <para> The EC2 InstanceIds to terminate. For advanced users only. Once you terminate the instances, the instance group will not return to its original requested size. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> Target size for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig.InstanceGroupId"> <summary> Gets and sets the property InstanceGroupId. <para> Unique ID of the instance group to expand or shrink. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupStateChangeReason"> <summary> The status change reason details for the instance group. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupStateChangeReason.Code"> <summary> Gets and sets the property Code. <para> The programmable code for the state change reason. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupStateChangeReason.Message"> <summary> Gets and sets the property Message. <para> The status change reason description. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupStatus"> <summary> The details of the instance group status. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupStatus.State"> <summary> Gets and sets the property State. <para> The current state of the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupStatus.StateChangeReason"> <summary> Gets and sets the property StateChangeReason. <para> The status change reason details for the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupStatus.Timeline"> <summary> Gets and sets the property Timeline. <para> The timeline of the instance group status over time. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceGroupTimeline"> <summary> The timeline of the instance group lifecycle. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupTimeline.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The creation date and time of the instance group. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupTimeline.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The date and time when the instance group terminated. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceGroupTimeline.ReadyDateTime"> <summary> Gets and sets the property ReadyDateTime. <para> The date and time when the instance group became ready to perform tasks. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceStateChangeReason"> <summary> The details of the status change reason for the instance. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceStateChangeReason.Code"> <summary> Gets and sets the property Code. <para> The programmable code for the state change reason. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceStateChangeReason.Message"> <summary> Gets and sets the property Message. <para> The status change reason description. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceStatus"> <summary> The instance status details. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceStatus.State"> <summary> Gets and sets the property State. <para> The current state of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceStatus.StateChangeReason"> <summary> Gets and sets the property StateChangeReason. <para> The details of the status change reason for the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceStatus.Timeline"> <summary> Gets and sets the property Timeline. <para> The timeline of the instance status over time. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InstanceTimeline"> <summary> The timeline of the instance lifecycle. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceTimeline.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The creation date and time of the instance. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceTimeline.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The date and time when the instance was terminated. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.InstanceTimeline.ReadyDateTime"> <summary> Gets and sets the property ReadyDateTime. <para> The date and time when the instance was ready to perform tasks. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.InternalServerErrorException"> <summary> ElasticMapReduce exception </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InternalServerErrorException.#ctor(System.String)"> <summary> Constructs a new InternalServerErrorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticMapReduce.Model.InternalServerException"> <summary> ElasticMapReduce exception </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InternalServerException.#ctor(System.String)"> <summary> Constructs a new InternalServerException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticMapReduce.Model.InvalidRequestException"> <summary> ElasticMapReduce exception </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.InvalidRequestException.#ctor(System.String)"> <summary> Constructs a new InvalidRequestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticMapReduce.Model.JobFlowDetail"> <summary> A description of a job flow. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowDetail.#ctor(System.String,System.String,Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail,Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail)"> <summary> Instantiates JobFlowDetail with the parameterized properties </summary> <param name="jobFlowId">The job flow identifier.</param> <param name="name">The name of the job flow.</param> <param name="executionStatusDetail">Describes the execution status of the job flow.</param> <param name="instances">Describes the Amazon EC2 instances of the job flow.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.AmiVersion"> <summary> Gets and sets the property AmiVersion. <para> The version of the AMI used to initialize Amazon EC2 instances in the job flow. For a list of AMI versions currently supported by Amazon ElasticMapReduce, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/EnvironmentConfig_AMIVersion.html#ami-versions-supported">AMI Versions Supported in Elastic MapReduce</a> in the <i>Amazon Elastic MapReduce Developer Guide.</i> </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.BootstrapActions"> <summary> Gets and sets the property BootstrapActions. <para> A list of the bootstrap actions run by the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.ExecutionStatusDetail"> <summary> Gets and sets the property ExecutionStatusDetail. <para> Describes the execution status of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.Instances"> <summary> Gets and sets the property Instances. <para> Describes the Amazon EC2 instances of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.JobFlowId"> <summary> Gets and sets the property JobFlowId. <para> The job flow identifier. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.JobFlowRole"> <summary> Gets and sets the property JobFlowRole. <para> The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.LogUri"> <summary> Gets and sets the property LogUri. <para> The location in Amazon S3 where log files for the job are stored. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.Name"> <summary> Gets and sets the property Name. <para> The name of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.ServiceRole"> <summary> Gets and sets the property ServiceRole. <para> The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.Steps"> <summary> Gets and sets the property Steps. <para> A list of steps run by the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.SupportedProducts"> <summary> Gets and sets the property SupportedProducts. <para> A list of strings set by third party software when the job flow is launched. If you are not using third party software to manage the job flow this value is empty. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowDetail.VisibleToAllUsers"> <summary> Gets and sets the property VisibleToAllUsers. <para> Specifies whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is set to <code>false</code>, only the IAM user that created the job flow can view and manage it. This value can be changed using the <a>SetVisibleToAllUsers</a> action. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail"> <summary> Describes the status of the job flow. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.#ctor(Amazon.ElasticMapReduce.JobFlowExecutionState,System.DateTime)"> <summary> Instantiates JobFlowExecutionStatusDetail with the parameterized properties </summary> <param name="state">The state of the job flow.</param> <param name="creationDateTime">The creation date and time of the job flow.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The creation date and time of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The completion date and time of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.LastStateChangeReason"> <summary> Gets and sets the property LastStateChangeReason. <para> Description of the job flow last changed state. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.ReadyDateTime"> <summary> Gets and sets the property ReadyDateTime. <para> The date and time when the job flow was ready to start running bootstrap actions. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.StartDateTime"> <summary> Gets and sets the property StartDateTime. <para> The start date and time of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowExecutionStatusDetail.State"> <summary> Gets and sets the property State. <para> The state of the job flow. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig"> <summary> A description of the Amazon EC2 instance running the job flow. A valid JobFlowInstancesConfig must contain at least InstanceGroups, which is the recommended configuration. However, a valid alternative is to have MasterInstanceType, SlaveInstanceType, and InstanceCount (all three must be present). </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.AdditionalMasterSecurityGroups"> <summary> Gets and sets the property AdditionalMasterSecurityGroups. <para> A list of additional Amazon EC2 security group IDs for the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.AdditionalSlaveSecurityGroups"> <summary> Gets and sets the property AdditionalSlaveSecurityGroups. <para> A list of additional Amazon EC2 security group IDs for the slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.Ec2KeyName"> <summary> Gets and sets the property Ec2KeyName. <para> The name of the Amazon EC2 key pair that can be used to ssh to the master node as the user called "hadoop." </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.Ec2SubnetId"> <summary> Gets and sets the property Ec2SubnetId. <para> To launch the job flow in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch. If you do not specify this value, the job flow is launched in the normal Amazon Web Services cloud, outside of an Amazon VPC. </para> <para> Amazon VPC currently does not support cluster compute quadruple extra large (cc1.4xlarge) instances. Thus you cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a Amazon VPC. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.EmrManagedMasterSecurityGroup"> <summary> Gets and sets the property EmrManagedMasterSecurityGroup. <para> The identifier of the Amazon EC2 security group for the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.EmrManagedSlaveSecurityGroup"> <summary> Gets and sets the property EmrManagedSlaveSecurityGroup. <para> The identifier of the Amazon EC2 security group for the slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.HadoopVersion"> <summary> Gets and sets the property HadoopVersion. <para> The Hadoop version for the job flow. Valid inputs are "0.18" (deprecated), "0.20" (deprecated), "0.20.205" (deprecated), "1.0.3", "2.2.0", or "2.4.0". If you do not set this value, the default of 0.18 is used, unless the AmiVersion parameter is set in the RunJobFlow call, in which case the default version of Hadoop for that AMI version is used. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of Amazon EC2 instances used to execute the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.InstanceGroups"> <summary> Gets and sets the property InstanceGroups. <para> Configuration for the job flow's instance groups. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.KeepJobFlowAliveWhenNoSteps"> <summary> Gets and sets the property KeepJobFlowAliveWhenNoSteps. <para> Specifies whether the job flow should be kept alive after completing all steps. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.MasterInstanceType"> <summary> Gets and sets the property MasterInstanceType. <para> The EC2 instance type of the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.Placement"> <summary> Gets and sets the property Placement. <para> The Availability Zone the job flow will run in. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.ServiceAccessSecurityGroup"> <summary> Gets and sets the property ServiceAccessSecurityGroup. <para> The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.SlaveInstanceType"> <summary> Gets and sets the property SlaveInstanceType. <para> The EC2 instance type of the slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig.TerminationProtected"> <summary> Gets and sets the property TerminationProtected. <para> Specifies whether to lock the job flow to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job flow error. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail"> <summary> Specify the type of Amazon EC2 instances to run the job flow on. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.#ctor(System.String,System.String,System.Int32)"> <summary> Instantiates JobFlowInstancesDetail with the parameterized properties </summary> <param name="masterInstanceType">The Amazon EC2 master node instance type.</param> <param name="slaveInstanceType">The Amazon EC2 slave node instance type.</param> <param name="instanceCount">The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.Ec2KeyName"> <summary> Gets and sets the property Ec2KeyName. <para> The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.Ec2SubnetId"> <summary> Gets and sets the property Ec2SubnetId. <para> For job flows launched within Amazon Virtual Private Cloud, this value specifies the identifier of the subnet where the job flow was launched. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.HadoopVersion"> <summary> Gets and sets the property HadoopVersion. <para> The Hadoop version for the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.InstanceGroups"> <summary> Gets and sets the property InstanceGroups. <para> Details about the job flow's instance groups. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.KeepJobFlowAliveWhenNoSteps"> <summary> Gets and sets the property KeepJobFlowAliveWhenNoSteps. <para> Specifies whether the job flow should terminate after completing all steps. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.MasterInstanceId"> <summary> Gets and sets the property MasterInstanceId. <para> The Amazon EC2 instance identifier of the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.MasterInstanceType"> <summary> Gets and sets the property MasterInstanceType. <para> The Amazon EC2 master node instance type. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.MasterPublicDnsName"> <summary> Gets and sets the property MasterPublicDnsName. <para> The DNS name of the master node. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.NormalizedInstanceHours"> <summary> Gets and sets the property NormalizedInstanceHours. <para> An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented once for every hour an m1.small runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.Placement"> <summary> Gets and sets the property Placement. <para> The Amazon EC2 Availability Zone for the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.SlaveInstanceType"> <summary> Gets and sets the property SlaveInstanceType. <para> The Amazon EC2 slave node instance type. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail.TerminationProtected"> <summary> Gets and sets the property TerminationProtected. <para> Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job flow error. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.KeyValue"> <summary> A key value pair. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.KeyValue.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.KeyValue.#ctor(System.String,System.String)"> <summary> Instantiates KeyValue with the parameterized properties </summary> <param name="key">The unique identifier of a key value pair.</param> <param name="value">The value part of the identified key.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.KeyValue.Key"> <summary> Gets and sets the property Key. <para> The unique identifier of a key value pair. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.KeyValue.Value"> <summary> Gets and sets the property Value. <para> The value part of the identified key. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest"> <summary> Container for the parameters to the ListBootstrapActions operation. Provides information about the bootstrap actions associated with a cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The cluster identifier for the bootstrap actions to list . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListBootstrapActionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve . </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListBootstrapActionsResponse"> <summary> Configuration for accessing Amazon ListBootstrapActions service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListBootstrapActionsResult"> <summary> This output contains the boostrap actions detail . </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListBootstrapActionsResult.BootstrapActions"> <summary> Gets and sets the property BootstrapActions. <para> The bootstrap actions associated with the cluster . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListBootstrapActionsResult.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListBootstrapActionsResponse.ListBootstrapActionsResult"> <summary> Gets and sets the ListBootstrapActionsResult property. Represents the output of a ListBootstrapActions operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListClustersRequest"> <summary> Container for the parameters to the ListClusters operation. Provides the status of all clusters visible to this AWS account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersRequest.ClusterStates"> <summary> Gets and sets the property ClusterStates. <para> The cluster state filters to apply when listing clusters. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersRequest.CreatedAfter"> <summary> Gets and sets the property CreatedAfter. <para> The creation date and time beginning value filter for listing clusters . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersRequest.CreatedBefore"> <summary> Gets and sets the property CreatedBefore. <para> The creation date and time end value filter for listing clusters . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListClustersResponse"> <summary> Configuration for accessing Amazon ListClusters service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListClustersResult"> <summary> This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersResult.Clusters"> <summary> Gets and sets the property Clusters. <para> The list of clusters for the account based on the given filters. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersResult.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListClustersResponse.ListClustersResult"> <summary> Gets and sets the ListClustersResult property. Represents the output of a ListClusters operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest"> <summary> Container for the parameters to the ListInstanceGroups operation. Provides all available details about the instance groups in a cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The identifier of the cluster for which to list the instance groups. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstanceGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstanceGroupsResponse"> <summary> Configuration for accessing Amazon ListInstanceGroups service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstanceGroupsResult"> <summary> This input determines which instance groups to retrieve. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstanceGroupsResult.InstanceGroups"> <summary> Gets and sets the property InstanceGroups. <para> The list of instance groups for the cluster and given filters. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstanceGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstanceGroupsResponse.ListInstanceGroupsResult"> <summary> Gets and sets the ListInstanceGroupsResult property. Represents the output of a ListInstanceGroups operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstancesRequest"> <summary> Container for the parameters to the ListInstances operation. Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. For example, this operation indicates when the EC2 instances reach the Ready state, when instances become available to Amazon EMR to use for jobs, and the IP addresses for cluster instances, etc. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The identifier of the cluster for which to list the instances. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesRequest.InstanceGroupId"> <summary> Gets and sets the property InstanceGroupId. <para> The identifier of the instance group for which to list the instances. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesRequest.InstanceGroupTypes"> <summary> Gets and sets the property InstanceGroupTypes. <para> The type of instance group for which to list the instances. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstancesResponse"> <summary> Configuration for accessing Amazon ListInstances service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListInstancesResult"> <summary> This output contains the list of instances. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesResult.Instances"> <summary> Gets and sets the property Instances. <para> The list of instances for the cluster and given filters. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesResult.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListInstancesResponse.ListInstancesResult"> <summary> Gets and sets the ListInstancesResult property. Represents the output of a ListInstances operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListStepsRequest"> <summary> Container for the parameters to the ListSteps operation. Provides a list of steps for the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsRequest.ClusterId"> <summary> Gets and sets the property ClusterId. <para> The identifier of the cluster for which to list the steps. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsRequest.StepIds"> <summary> Gets and sets the property StepIds. <para> The filter to limit the step list based on the identifier of the steps. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsRequest.StepStates"> <summary> Gets and sets the property StepStates. <para> The filter to limit the step list based on certain states. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListStepsResponse"> <summary> Configuration for accessing Amazon ListSteps service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ListStepsResult"> <summary> This output contains the list of steps. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsResult.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token that indicates the next set of results to retrieve. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsResult.Steps"> <summary> Gets and sets the property Steps. <para> The filtered list of steps for the cluster. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ListStepsResponse.ListStepsResult"> <summary> Gets and sets the ListStepsResult property. Represents the output of a ListSteps operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest"> <summary> Container for the parameters to the ModifyInstanceGroups operation. ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest.#ctor(System.Collections.Generic.List{Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig})"> <summary> Instantiates ModifyInstanceGroupsRequest with the parameterized properties </summary> <param name="instanceGroups">Instance groups to change.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest.InstanceGroups"> <summary> Gets and sets the property InstanceGroups. <para> Instance groups to change. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.PlacementType"> <summary> The Amazon EC2 location for the job flow. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.PlacementType.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.PlacementType.#ctor(System.String)"> <summary> Instantiates PlacementType with the parameterized properties </summary> <param name="availabilityZone">The Amazon EC2 Availability Zone for the job flow.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.PlacementType.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Amazon EC2 Availability Zone for the job flow. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RemoveTagsRequest"> <summary> Container for the parameters to the RemoveTags operation. Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. <para> The following example removes the stack tag with value Prod from a cluster: </para> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.RemoveTagsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.RemoveTagsRequest.#ctor(System.String)"> <summary> Instantiates RemoveTagsRequest with the parameterized properties </summary> <param name="resourceId">The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.RemoveTagsRequest.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates RemoveTagsRequest with the parameterized properties </summary> <param name="resourceId">The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.</param> <param name="tagKeys">A list of tag keys to remove from a resource.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.RemoveTagsRequest.ResourceId"> <summary> Gets and sets the property ResourceId. <para> The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RemoveTagsRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> A list of tag keys to remove from a resource. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RemoveTagsResponse"> <summary> Configuration for accessing Amazon RemoveTags service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RemoveTagsResult"> <summary> This output indicates the result of removing tags from a resource. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RemoveTagsResponse.RemoveTagsResult"> <summary> Gets and sets the RemoveTagsResult property. Represents the output of a RemoveTags operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.OnArrested"> <summary> The action to take if your step is waiting for the instance group to start and it enters the Arrested state. <para> Fail - Fail the step. Wait - Continue waiting until the instance group is no longer arrested (requires manual intervention). Continue - Proceed onto the next step. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.OnFailure"> <summary> Action to take if there is a failure modifying your cluster composition. Fail - Fail the step. Continue - Proceed on to the next step. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep"> <summary> This class provides some helper methods for creating a Resize Job Flow step as part of your job flow. The resize step can be used to automatically adjust the composition of your cluster while it is running. For example, if you have a large workflow with different compute requirements, you can use this step to automatically add a task instance group before your most compute intensive step. <code> AWSCredentials credentials = new BasicAWSCredentials(accessKey, secretKey); IAmazonElasticMapReduce emr = new AmazonElasticMapReduceClient(credentials); var resize = new ResizeJobFlowStep { OnArrested = OnArrested.Continue, OnFailure = OnFailure.Continue }; resize.AddResizeAction(new AddInstanceGroup { InstanceGroup = "core", InstanceCount = 10 }); resize.AddResizeAction(new AddInstanceGroup { InstanceGroup = "task", InstanceCount = 10, WithInstanceType = "m1.small" }); HadoopJarStepConfig config = resize.ToHadoopJarStepConfig(); StepConfig resizeJobFlow = new StepConfig { Name = "Resize job flow", ActionOnFailure = "TERMINATE_JOB_FLOW", HadoopJarStep = config, }; RunJobFlowRequest request = new RunJobFlowRequest { Name = "Resize job flow", Steps = new List<StepConfig> { resizeJobFlow }, LogUri = "s3://log-bucket/", Instances = new JobFlowInstancesConfig { Ec2KeyName = "keypair", HadoopVersion = "0.20", InstanceCount = 5, KeepJobFlowAliveWhenNoSteps = true, MasterInstanceType = "m1.small", SlaveInstanceType = "m1.small" } }; RunJobFlowResponse response = emr.RunJobFlow(request); </code> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.#ctor"> <summary> Creates a new ResizeJobFlowStep using the default Elastic Map Reduce bucket (us-east-1.elasticmapreduce) for the default (us-east-1) region. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.#ctor(System.String)"> <summary> Creates a new ResizeJobFlowStep using the specified Amazon S3 bucket to load resources. <para> The official bucket format is "<region>.elasticmapreduce", so if you're using the us-east-1 region, you should use the bucket "us-east-1.elasticmapreduce". </para> </summary> <param name="bucket">The Amazon S3 bucket from which to load resources.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.AddResizeAction(Amazon.ElasticMapReduce.Model.ResizeAction)"> <summary> Add a new action for this step to perform. These actions can be to modify or add instance groups. This step supports multiple actions, but requires at least one be specified. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.ToHadoopJarStepConfig"> <summary> Creates the final HadoopJarStepConfig once you are done configuring the step. You can use this as you would any other HadoopJarStepConfig. </summary> <returns>HadoopJarStepConfig configured to perform the specified actions.</returns> </member> <member name="P:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.Wait"> <summary> Whether the step should wait for the modification to complete or if it should just continue onto the next step once the modification request is received. Defaults to true. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.OnArrested"> <summary> What action this step should take if any of the instance group modifications result in the instance group entering Arrested state. This can happen when the bootstrap actions on the newly launched instances are continuously failing. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ResizeJobFlowStep.OnFailure"> <summary> What action this step should take if the modification fails. This can happen when you request to perform an invalid action, such as shrink a core instance group. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ModifyInstanceGroup"> Class representing a change to an existing instance group. </member> <member name="P:Amazon.ElasticMapReduce.Model.ModifyInstanceGroup.InstanceGroup"> <summary> The identification for the instance group to modify. You can specify either core or task if there is only one instance group of that role. Otherwise you can specify the instance group ID (such as ig-ABABABABABAB). </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ModifyInstanceGroup.InstanceCount"> <summary> Tthe new size of the instance group. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.AddInstanceGroup"> <summary> Class representing creating a new instance group. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroup.InstanceGroup"> <summary> The role of the new instance group (core, task). </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroup.InstanceCount"> <summary> The count of the new instance group. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.AddInstanceGroup.WithInstanceType"> <summary> The instance type to use for this instance group. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RunJobFlowRequest"> <summary> Container for the parameters to the RunJobFlow operation. RunJobFlow creates and starts running a new job flow. The job flow will run the steps specified. Once the job flow completes, the cluster is stopped and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the <a>JobFlowInstancesConfig</a> <code>KeepJobFlowAliveWhenNoSteps</code> parameter is set to <code>TRUE</code>, the job flow will transition to the WAITING state rather than shutting down once the steps have completed. <para> For additional protection, you can set the <a>JobFlowInstancesConfig</a> <code>TerminationProtected</code> parameter to <code>TRUE</code> to lock the job flow and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. </para> <para> A maximum of 256 steps are allowed in each job flow. </para> <para> If your job flow is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/AddMoreThan256Steps.html">Add More than 256 Steps to a Job Flow</a> in the <i>Amazon Elastic MapReduce Developer's Guide</i>. </para> <para> For long running job flows, we recommend that you periodically store your results. </para> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.#ctor(System.String,Amazon.ElasticMapReduce.Model.JobFlowInstancesConfig)"> <summary> Instantiates RunJobFlowRequest with the parameterized properties </summary> <param name="name">The name of the job flow.</param> <param name="instances"> A specification of the number and type of Amazon EC2 instances on which to run the job flow. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.AdditionalInfo"> <summary> Gets and sets the property AdditionalInfo. <para> A JSON string for selecting additional features. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.AmiVersion"> <summary> Gets and sets the property AmiVersion. <note> <para> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel. </para> </note> <para> The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid: </para> <ul> <li>The version number of the AMI to use, for example, "2.0."</li> </ul> <para> If the AMI supports multiple versions of Hadoop (for example, AMI 1.0 supports both Hadoop 0.18 and 0.20) you can use the <a>JobFlowInstancesConfig</a> <code>HadoopVersion</code> parameter to modify the version of Hadoop from the defaults shown above. </para> <para> For details about the AMI versions currently supported by Amazon Elastic MapReduce, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/EnvironmentConfig_AMIVersion.html#ami-versions-supported">AMI Versions Supported in Elastic MapReduce</a> in the <i>Amazon Elastic MapReduce Developer's Guide.</i> </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Applications"> <summary> Gets and sets the property Applications. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> A list of applications for the cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig", and "Spark." They are case insensitive. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.BootstrapActions"> <summary> Gets and sets the property BootstrapActions. <para> A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Configurations"> <summary> Gets and sets the property Configurations. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> The list of configurations supplied for the EMR cluster you are creating. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Instances"> <summary> Gets and sets the property Instances. <para> A specification of the number and type of Amazon EC2 instances on which to run the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.JobFlowRole"> <summary> Gets and sets the property JobFlowRole. <para> Also called instance profile and EC2 role. An IAM role for an EMR cluster. The EC2 instances of the cluster assume this role. The default role is <code>EMR_EC2_DefaultRole</code>. In order to use the default role, you must have already created it using the CLI or console. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.LogUri"> <summary> Gets and sets the property LogUri. <para> The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.NewSupportedProducts"> <summary> Gets and sets the property NewSupportedProducts. <note> <para> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications. </para> </note> <para> A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-mapr.html">Launch a Job Flow on the MapR Distribution for Hadoop</a>. Currently supported values are: </para> <ul> <li>"mapr-m3" - launch the cluster using MapR M3 Edition.</li> <li>"mapr-m5" - launch the cluster using MapR M5 Edition.</li> <li>"mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively.</li> <li>"mapr-m7" - launch the cluster using MapR M7 Edition.</li> <li>"hunk" - launch the cluster with the Hunk Big Data Analtics Platform.</li> <li>"hue"- launch the cluster with Hue installed.</li> <li>"spark" - launch the cluster with Apache Spark installed.</li> <li>"ganglia" - launch the cluster with the Ganglia Monitoring System installed.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.ReleaseLabel"> <summary> Gets and sets the property ReleaseLabel. <note> <para> Amazon EMR releases 4.x or later. </para> </note> <para> The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.ServiceRole"> <summary> Gets and sets the property ServiceRole. <para> The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Steps"> <summary> Gets and sets the property Steps. <para> A list of steps to be executed by the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.SupportedProducts"> <summary> Gets and sets the property SupportedProducts. <note> <para> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications. </para> </note> <para> A list of strings that indicates third-party software to use with the job flow. For more information, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-supported-products.html">Use Third Party Applications with Amazon EMR</a>. Currently supported values are: </para> <ul> <li>"mapr-m3" - launch the job flow using MapR M3 Edition.</li> <li>"mapr-m5" - launch the job flow using MapR M5 Edition.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags to associate with a cluster and propagate to Amazon EC2 instances. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowRequest.VisibleToAllUsers"> <summary> Gets and sets the property VisibleToAllUsers. <para> Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is set to <code>false</code>, only the IAM user that created the job flow can view and manage it. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RunJobFlowResponse"> <summary> Configuration for accessing Amazon RunJobFlow service </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.RunJobFlowResult"> <summary> The result of the <a>RunJobFlow</a> operation. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowResult.JobFlowId"> <summary> Gets and sets the property JobFlowId. <para> An unique identifier for the job flow. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.RunJobFlowResponse.RunJobFlowResult"> <summary> Gets and sets the RunJobFlowResult property. Represents the output of a RunJobFlow operation. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig"> <summary> Configuration of the script to run during a bootstrap action. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates ScriptBootstrapActionConfig with the parameterized properties </summary> <param name="path">Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.</param> <param name="args">A list of command line arguments to pass to the bootstrap action script.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig.Args"> <summary> Gets and sets the property Args. <para> A list of command line arguments to pass to the bootstrap action script. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.ScriptBootstrapActionConfig.Path"> <summary> Gets and sets the property Path. <para> Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest"> <summary> Container for the parameters to the SetTerminationProtection operation. SetTerminationProtection locks a job flow so the Amazon EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. The cluster still terminates upon successful completion of the job flow. Calling SetTerminationProtection on a job flow is analogous to calling the Amazon EC2 DisableAPITermination API on all of the EC2 instances in a cluster. <para> SetTerminationProtection is used to prevent accidental termination of a job flow and to ensure that in the event of an error, the instances will persist so you can recover any data stored in their ephemeral instance storage. </para> <para> To terminate a job flow that has been locked by setting SetTerminationProtection to <code>true</code>, you must first unlock the job flow by a subsequent call to SetTerminationProtection in which you set the value to <code>false</code>. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/UsingEMR_TerminationProtection.html">Protecting a Job Flow from Termination</a> in the <i>Amazon Elastic MapReduce Developer's Guide.</i> </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest.JobFlowIds"> <summary> Gets and sets the property JobFlowIds. <para> A list of strings that uniquely identify the job flows to protect. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>DescribeJobFlows</a> . </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SetTerminationProtectionRequest.TerminationProtected"> <summary> Gets and sets the property TerminationProtected. <para> A Boolean that indicates whether to protect the job flow and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersRequest"> <summary> Container for the parameters to the SetVisibleToAllUsers operation. Sets whether all AWS Identity and Access Management (IAM) users under your account can access the specified job flows. This action works on running job flows. You can also set the visibility of a job flow when you launch it using the <code>VisibleToAllUsers</code> parameter of <a>RunJobFlow</a>. The SetVisibleToAllUsers action can be called only by an IAM user who created the job flow or the AWS account that owns the job flow. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersRequest.JobFlowIds"> <summary> Gets and sets the property JobFlowIds. <para> Identifiers of the job flows to receive the new visibility setting. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersRequest.VisibleToAllUsers"> <summary> Gets and sets the property VisibleToAllUsers. <para> Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Step"> <summary> This represents a step in a cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Step.ActionOnFailure"> <summary> Gets and sets the property ActionOnFailure. <para> This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Step.Config"> <summary> Gets and sets the property Config. <para> The Hadoop job configuration of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Step.Id"> <summary> Gets and sets the property Id. <para> The identifier of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Step.Name"> <summary> Gets and sets the property Name. <para> The name of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Step.Status"> <summary> Gets and sets the property Status. <para> The current execution status details of the cluster step. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepConfig"> <summary> Specification of a job flow step. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepConfig.#ctor(System.String,Amazon.ElasticMapReduce.Model.HadoopJarStepConfig)"> <summary> Instantiates StepConfig with the parameterized properties </summary> <param name="name">The name of the job flow step.</param> <param name="hadoopJarStep">The JAR file used for the job flow step.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepConfig.ActionOnFailure"> <summary> Gets and sets the property ActionOnFailure. <para> The action to take if the job flow step fails. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepConfig.HadoopJarStep"> <summary> Gets and sets the property HadoopJarStep. <para> The JAR file used for the job flow step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepConfig.Name"> <summary> Gets and sets the property Name. <para> The name of the job flow step. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepDetail"> <summary> Combines the execution state and configuration of a step. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepDetail.#ctor(Amazon.ElasticMapReduce.Model.StepConfig,Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail)"> <summary> Instantiates StepDetail with the parameterized properties </summary> <param name="stepConfig">The step configuration.</param> <param name="executionStatusDetail">The description of the step status.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepDetail.ExecutionStatusDetail"> <summary> Gets and sets the property ExecutionStatusDetail. <para> The description of the step status. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepDetail.StepConfig"> <summary> Gets and sets the property StepConfig. <para> The step configuration. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail"> <summary> The execution state of a step. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.#ctor(Amazon.ElasticMapReduce.StepExecutionState,System.DateTime)"> <summary> Instantiates StepExecutionStatusDetail with the parameterized properties </summary> <param name="state">The state of the job flow step.</param> <param name="creationDateTime">The creation date and time of the step.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The creation date and time of the step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The completion date and time of the step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.LastStateChangeReason"> <summary> Gets and sets the property LastStateChangeReason. <para> A description of the step's current state. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.StartDateTime"> <summary> Gets and sets the property StartDateTime. <para> The start date and time of the step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepExecutionStatusDetail.State"> <summary> Gets and sets the property State. <para> The state of the job flow step. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepFactory"> <summary> This class provides helper methods for creating common Elastic MapReduce step types. To use StepFactory, you should construct it with the appropriate bucket for your region. The official bucket format is "<region>.elasticmapreduce", so us-east-1 would use the bucket "us-east-1.elasticmapreduce". </summary> <example>Create an interactive Hive job flow with debugging enabled: <code> IAmazonElasticMapReduce emr = AWSClientFactory.CreateAmazonElasticMapReduceClient(accessKey, secretKey); StepFactory stepFactory = new StepFactory(); StepConfig enableDebugging = new StepConfig { Name = "Enable Debugging", ActionOnFailure = "TERMINATE_JOB_FLOW", HadoopJarStep = stepFactory.NewEnableDebuggingStep() }; StepConfig installHive = new StepConfig { Name = "Install Hive", ActionOnFailure = "TERMINATE_JOB_FLOW", HadoopJarStep = stepFactory.NewInstallHiveStep() }; RunJobFlowRequest request = new RunJobFlowRequest { Name = "Hive Interactive", Steps = new List<StepConfig> { enableDebugging, installHive }, LogUri = "s3://log-bucket/", Instances = new JobFlowInstancesConfig { Ec2KeyName = "keypair", HadoopVersion = "0.20", InstanceCount = 5, KeepJobFlowAliveWhenNoSteps = true, MasterInstanceType = "m1.small", SlaveInstanceType = "m1.small" } }; RunJobFlowResponse response = emr.RunJobFlow(request); </code> </example> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.#ctor(System.String)"> <summary> Constructor that gets its resources from the S3 bucket specified </summary> <param name="bucket">The bucket that contains the resources used by the step factory</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.#ctor(Amazon.RegionEndpoint)"> <summary> Constructor that gets its resources EMR bucket in the specified region. </summary> <param name="region">The region of the EMR bucket to use.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.#ctor"> <summary> Default constructor that gets its resources from the S3 in us-east-1. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewScriptRunnerStep(System.String,System.String[])"> <summary> Runs a specified script on the master node of your cluster. </summary> <param name="script">The script to run</param> <param name="args">Arguments to be passed to the script.</param> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewEnableDebuggingStep"> <summary> When run as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console. </summary> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewInstallHiveStep(Amazon.ElasticMapReduce.Model.StepFactory.HiveVersion[])"> <summary> Step that installs Hive on your job flow. </summary> <param name="hiveVersions">The versions of Hive to install.</param> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewInstallHiveStep"> <summary> Step that installs Hive on your job flow. </summary> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewRunHiveScriptStep(System.String,System.String[])"> <summary> Step that runs a Hive script on your job flow. </summary> <param name="script">The script to run.</param> <param name="args">Arguments that get passed to the script.</param> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewRunHiveScriptStepVersioned(System.String,System.String,System.String[])"> <summary> Step that runs a Hive script on your job flow with a specific verson of Hive. </summary> <param name="script">The script to run.</param> <param name="version">The version of Hive to run.</param> <param name="args">Arguments that get passed to the script.</param> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewInstallPigStep"> <summary> Step that installs Pig on your job flow. </summary> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StepFactory.NewRunPigScriptStep(System.String,System.String[])"> <summary> Step that runs a Pig script on your job flow. </summary> <param name="script">The script to run.</param> <param name="args">Arguments that get passed to the script.</param> <returns>HadoopJarStepConfig that can be passed to your job flow.</returns> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepFactory.HiveVersion"> <summary> The available Hive versions. For reference: http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/UsingEMR_SupportedHiveVersions.html </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepStateChangeReason"> <summary> The details of the step state change reason. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepStateChangeReason.Code"> <summary> Gets and sets the property Code. <para> The programmable code for the state change reason. Note: Currently, the service provides no code for the state change. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepStateChangeReason.Message"> <summary> Gets and sets the property Message. <para> The descriptive message for the state change reason. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepStatus"> <summary> The execution status details of the cluster step. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepStatus.State"> <summary> Gets and sets the property State. <para> The execution state of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepStatus.StateChangeReason"> <summary> Gets and sets the property StateChangeReason. <para> The reason for the step execution status change. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepStatus.Timeline"> <summary> Gets and sets the property Timeline. <para> The timeline of the cluster step status over time. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepSummary"> <summary> The summary of the cluster step. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepSummary.ActionOnFailure"> <summary> Gets and sets the property ActionOnFailure. <para> This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepSummary.Config"> <summary> Gets and sets the property Config. <para> The Hadoop job configuration of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepSummary.Id"> <summary> Gets and sets the property Id. <para> The identifier of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepSummary.Name"> <summary> Gets and sets the property Name. <para> The name of the cluster step. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepSummary.Status"> <summary> Gets and sets the property Status. <para> The current execution status details of the cluster step. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StepTimeline"> <summary> The timeline of the cluster step lifecycle. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepTimeline.CreationDateTime"> <summary> Gets and sets the property CreationDateTime. <para> The date and time when the cluster step was created. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepTimeline.EndDateTime"> <summary> Gets and sets the property EndDateTime. <para> The date and time when the cluster step execution completed or failed. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StepTimeline.StartDateTime"> <summary> Gets and sets the property StartDateTime. <para> The date and time when the cluster step execution started. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.StreamingStep"> <summary> Class that makes it easy to define Hadoop Streaming steps. <para> See also: <a href="http://hadoop.apache.org/common/docs/r0.20.2/streaming.html">Hadoop Streaming</a> </para> <code> AWSCredentials credentials = new BasicAWSCredentials(accessKey, secretKey); IAmazonElasticMapReduce emr = new AmazonElasticMapReduceClient(credentials); HadoopJarStepConfig config = new StreamingStep { Inputs = new List<string> { "s3://elasticmapreduce/samples/wordcount/input" }, Output = "s3://my-bucket/output/", Mapper = "s3://elasticmapreduce/samples/wordcount/wordSplitter.py", Reducer = "aggregate" }.ToHadoopJarStepConfig(); StepConfig wordCount = new StepConfig { Name = "Word Count", ActionOnFailure = "TERMINATE_JOB_FLOW", HadoopJarStep = config }; RunJobFlowRequest request = new RunJobFlowRequest { Name = "Word Count", Steps = new List<StepConfig> { wordCount }, LogUri = "s3://log-bucket/", Instances = new JobFlowInstancesConfig { Ec2KeyName = "keypair", HadoopVersion = "0.20", InstanceCount = 5, KeepJobFlowAliveWhenNoSteps = true, MasterInstanceType = "m1.small", SlaveInstanceType = "m1.small" } }; RunJobFlowResponse response = emr.RunJobFlow(request); </code> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StreamingStep.#ctor"> <summary> Creates a new default StreamingStep. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.StreamingStep.AddInputs(System.String[])"> <summary> Add more input paths to this step. </summary> <param name="inputs">inputs a list of inputs to this step.</param> </member> <member name="M:Amazon.ElasticMapReduce.Model.StreamingStep.AddHadoopConfig(System.String,System.String)"> <summary> Add a Hadoop config override (-D value) </summary> <param name="key">Hadoop configuration key.</param> <param name="value">Configuration value.</param> <returns>A reference to this updated object so that method calls can be chained together.</returns> </member> <member name="M:Amazon.ElasticMapReduce.Model.StreamingStep.ToHadoopJarStepConfig"> <summary> Creates the final HadoopJarStepConfig once you are done configuring the step. You can use this as you would any other HadoopJarStepConfig. </summary> <returns>HadoopJarStepConfig representing this streaming step.</returns> </member> <member name="P:Amazon.ElasticMapReduce.Model.StreamingStep.Inputs"> <summary> Gets and sets list of step input paths. </summary> <value>The inputs.</value> </member> <member name="P:Amazon.ElasticMapReduce.Model.StreamingStep.Output"> <summary> Gets and sets the output path. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StreamingStep.Mapper"> <summary> Gets and sets the mapper. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StreamingStep.Reducer"> <summary> Gets and sets the reducer. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.StreamingStep.HadoopConfig"> <summary> Gets and sets the hadoopConfig. </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.SupportedProductConfig"> <summary> The list of supported product configurations which allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SupportedProductConfig.Args"> <summary> Gets and sets the property Args. <para> The list of user-supplied arguments. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.SupportedProductConfig.Name"> <summary> Gets and sets the property Name. <para> The name of the product configuration. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Tag"> <summary> A key/value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clu\ sters to track your Amazon EMR resource allocation costs. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.Tag.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.Tag.#ctor(System.String,System.String)"> <summary> Instantiates Tag with the parameterized properties </summary> <param name="key">A user-defined key, which is the minimum required information for a valid tag. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </param> <param name="value">A user-defined value, which is optional in a tag. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </param> </member> <member name="P:Amazon.ElasticMapReduce.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> A user-defined key, which is the minimum required information for a valid tag. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> A user-defined value, which is optional in a tag. For more information, see <a href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html">Tagging Amazon EMR Resources</a>. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest"> <summary> Container for the parameters to the TerminateJobFlows operation. TerminateJobFlows shuts a list of job flows down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the job flow is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the job flow was created. <para> The maximum number of JobFlows allowed is 10. The call to TerminateJobFlows is asynchronous. Depending on the configuration of the job flow, it may take up to 5-20 minutes for the job flow to completely terminate and release allocated resources, such as Amazon EC2 instances. </para> </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest.#ctor(System.Collections.Generic.List{System.String})"> <summary> Instantiates TerminateJobFlowsRequest with the parameterized properties </summary> <param name="jobFlowIds">A list of job flows to be shutdown.</param> </member> <member name="P:Amazon.ElasticMapReduce.Model.TerminateJobFlowsRequest.JobFlowIds"> <summary> Gets and sets the property JobFlowIds. <para> A list of job flows to be shutdown. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.VolumeSpecification"> <summary> EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.VolumeSpecification.Iops"> <summary> Gets and sets the property Iops. <para> The number of I/O operations per second (IOPS) that the volume supports. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.VolumeSpecification.SizeInGB"> <summary> Gets and sets the property SizeInGB. <para> The volume size, in gibibytes (GiB). This can be a number from 1 – 1024. If the volume type is EBS-optimized, the minimum value is 10. </para> </summary> </member> <member name="P:Amazon.ElasticMapReduce.Model.VolumeSpecification.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. Volume types supported are gp2, io1, standard. </para> </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddInstanceGroupsRequestMarshaller"> <summary> AddInstanceGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddInstanceGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for AddInstanceGroups operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddJobFlowStepsRequestMarshaller"> <summary> AddJobFlowSteps Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddJobFlowStepsResponseUnmarshaller"> <summary> Response Unmarshaller for AddJobFlowSteps operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddTagsRequestMarshaller"> <summary> AddTags Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.AddTagsResponseUnmarshaller"> <summary> Response Unmarshaller for AddTags operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ApplicationMarshaller"> <summary> Application Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ApplicationUnmarshaller"> <summary> Response Unmarshaller for Application Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.BootstrapActionConfigMarshaller"> <summary> BootstrapActionConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.BootstrapActionConfigUnmarshaller"> <summary> Response Unmarshaller for BootstrapActionConfig Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.BootstrapActionDetailUnmarshaller"> <summary> Response Unmarshaller for BootstrapActionDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ClusterStateChangeReasonUnmarshaller"> <summary> Response Unmarshaller for ClusterStateChangeReason Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ClusterStatusUnmarshaller"> <summary> Response Unmarshaller for ClusterStatus Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ClusterSummaryUnmarshaller"> <summary> Response Unmarshaller for ClusterSummary Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ClusterTimelineUnmarshaller"> <summary> Response Unmarshaller for ClusterTimeline Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ClusterUnmarshaller"> <summary> Response Unmarshaller for Cluster Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.CommandUnmarshaller"> <summary> Response Unmarshaller for Command Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ConfigurationMarshaller"> <summary> Configuration Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ConfigurationUnmarshaller"> <summary> Response Unmarshaller for Configuration Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeClusterRequestMarshaller"> <summary> DescribeCluster Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeClusterResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCluster operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeJobFlowsRequestMarshaller"> <summary> DescribeJobFlows Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeJobFlowsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeJobFlows operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeStepRequestMarshaller"> <summary> DescribeStep Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.DescribeStepResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStep operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.EbsBlockDeviceConfigMarshaller"> <summary> EbsBlockDeviceConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.EbsBlockDeviceUnmarshaller"> <summary> Response Unmarshaller for EbsBlockDevice Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.EbsConfigurationMarshaller"> <summary> EbsConfiguration Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.EbsVolumeUnmarshaller"> <summary> Response Unmarshaller for EbsVolume Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.Ec2InstanceAttributesUnmarshaller"> <summary> Response Unmarshaller for Ec2InstanceAttributes Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.HadoopJarStepConfigMarshaller"> <summary> HadoopJarStepConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.HadoopJarStepConfigUnmarshaller"> <summary> Response Unmarshaller for HadoopJarStepConfig Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.HadoopStepConfigUnmarshaller"> <summary> Response Unmarshaller for HadoopStepConfig Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupConfigMarshaller"> <summary> InstanceGroupConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupDetailUnmarshaller"> <summary> Response Unmarshaller for InstanceGroupDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupModifyConfigMarshaller"> <summary> InstanceGroupModifyConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupStateChangeReasonUnmarshaller"> <summary> Response Unmarshaller for InstanceGroupStateChangeReason Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupStatusUnmarshaller"> <summary> Response Unmarshaller for InstanceGroupStatus Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupTimelineUnmarshaller"> <summary> Response Unmarshaller for InstanceGroupTimeline Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceGroupUnmarshaller"> <summary> Response Unmarshaller for InstanceGroup Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceStateChangeReasonUnmarshaller"> <summary> Response Unmarshaller for InstanceStateChangeReason Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceStatusUnmarshaller"> <summary> Response Unmarshaller for InstanceStatus Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceTimelineUnmarshaller"> <summary> Response Unmarshaller for InstanceTimeline Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.JobFlowDetailUnmarshaller"> <summary> Response Unmarshaller for JobFlowDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.JobFlowExecutionStatusDetailUnmarshaller"> <summary> Response Unmarshaller for JobFlowExecutionStatusDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.JobFlowInstancesConfigMarshaller"> <summary> JobFlowInstancesConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.JobFlowInstancesDetailUnmarshaller"> <summary> Response Unmarshaller for JobFlowInstancesDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.KeyValueMarshaller"> <summary> KeyValue Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.KeyValueUnmarshaller"> <summary> Response Unmarshaller for KeyValue Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListBootstrapActionsRequestMarshaller"> <summary> ListBootstrapActions Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListBootstrapActionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListBootstrapActions operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListClustersRequestMarshaller"> <summary> ListClusters Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListClustersResponseUnmarshaller"> <summary> Response Unmarshaller for ListClusters operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstanceGroupsRequestMarshaller"> <summary> ListInstanceGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstanceGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for ListInstanceGroups operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstancesRequestMarshaller"> <summary> ListInstances Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for ListInstances operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListStepsRequestMarshaller"> <summary> ListSteps Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListStepsResponseUnmarshaller"> <summary> Response Unmarshaller for ListSteps operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ModifyInstanceGroupsRequestMarshaller"> <summary> ModifyInstanceGroups Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ModifyInstanceGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyInstanceGroups operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.PlacementTypeMarshaller"> <summary> PlacementType Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.PlacementTypeUnmarshaller"> <summary> Response Unmarshaller for PlacementType Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.RemoveTagsRequestMarshaller"> <summary> RemoveTags Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.RemoveTagsResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTags operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.RunJobFlowRequestMarshaller"> <summary> RunJobFlow Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.RunJobFlowResponseUnmarshaller"> <summary> Response Unmarshaller for RunJobFlow operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ScriptBootstrapActionConfigMarshaller"> <summary> ScriptBootstrapActionConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ScriptBootstrapActionConfigUnmarshaller"> <summary> Response Unmarshaller for ScriptBootstrapActionConfig Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.SetTerminationProtectionRequestMarshaller"> <summary> SetTerminationProtection Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.SetTerminationProtectionResponseUnmarshaller"> <summary> Response Unmarshaller for SetTerminationProtection operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.SetVisibleToAllUsersRequestMarshaller"> <summary> SetVisibleToAllUsers Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.SetVisibleToAllUsersResponseUnmarshaller"> <summary> Response Unmarshaller for SetVisibleToAllUsers operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepConfigMarshaller"> <summary> StepConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepConfigUnmarshaller"> <summary> Response Unmarshaller for StepConfig Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepDetailUnmarshaller"> <summary> Response Unmarshaller for StepDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepExecutionStatusDetailUnmarshaller"> <summary> Response Unmarshaller for StepExecutionStatusDetail Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepStateChangeReasonUnmarshaller"> <summary> Response Unmarshaller for StepStateChangeReason Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepStatusUnmarshaller"> <summary> Response Unmarshaller for StepStatus Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepSummaryUnmarshaller"> <summary> Response Unmarshaller for StepSummary Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepTimelineUnmarshaller"> <summary> Response Unmarshaller for StepTimeline Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.StepUnmarshaller"> <summary> Response Unmarshaller for Step Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.SupportedProductConfigMarshaller"> <summary> SupportedProductConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.TagMarshaller"> <summary> Tag Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.TerminateJobFlowsRequestMarshaller"> <summary> TerminateJobFlows Request Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.TerminateJobFlowsResponseUnmarshaller"> <summary> Response Unmarshaller for TerminateJobFlows operation </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.VolumeSpecificationMarshaller"> <summary> VolumeSpecification Marshaller </summary> </member> <member name="T:Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.VolumeSpecificationUnmarshaller"> <summary> Response Unmarshaller for VolumeSpecification Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig"> <summary> Configuration for accessing Amazon ElasticTranscoder service </summary> </member> <member name="M:Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ElasticTranscoder.AmazonElasticTranscoderConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.AccessDeniedException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.AccessDeniedException.#ctor(System.String)"> <summary> Constructs a new AccessDeniedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.AmazonElasticTranscoderRequest"> <summary> Base class for ElasticTranscoder operation requests. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Artwork"> <summary> The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. <para> To remove artwork or leave the artwork empty, you can either set <code>Artwork</code> to null, or set the <code>Merge Policy</code> to "Replace" and use an empty <code>Artwork</code> array. </para> <para> To pass through existing artwork unchanged, set the <code>Merge Policy</code> to "Prepend", "Append", or "Fallback", and use an empty <code>Artwork</code> array. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.AlbumArtFormat"> <summary> Gets and sets the property AlbumArtFormat. <para> The format of album art, if any. Valid formats are <code>.jpg</code> and <code>.png</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.InputKey"> <summary> Gets and sets the property InputKey. <para> The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by <code>PipelineId</code>; the <code>InputBucket</code> object in that pipeline identifies the bucket. </para> <para> If the file name includes a prefix, for example, <code>cooking/pie.jpg</code>, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.MaxHeight"> <summary> Gets and sets the property MaxHeight. <para> The maximum height of the output album art in pixels. If you specify <code>auto</code>, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.MaxWidth"> <summary> Gets and sets the property MaxWidth. <para> The maximum width of the output album art in pixels. If you specify <code>auto</code>, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.PaddingPolicy"> <summary> Gets and sets the property PaddingPolicy. <para> When you set <code>PaddingPolicy</code> to <code>Pad</code>, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Artwork.SizingPolicy"> <summary> Gets and sets the property SizingPolicy. <para> Specify one of the following values to control scaling of the output album art: </para> <para> <ul> <li> <code>Fit:</code> Elastic Transcoder scales the output art so it matches the value that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> without exceeding the other value.</li> <li> <code>Fill:</code> Elastic Transcoder scales the output art so it matches the value that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value. </li> <li> <code>Stretch:</code> Elastic Transcoder stretches the output art to match the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. If the relative proportions of the input art and the output art are different, the output art will be distorted.</li> <li> <code>Keep:</code> Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>, Elastic Transcoder crops the output art.</li> <li> <code>ShrinkToFit:</code> Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.</li> <li> <code>ShrinkToFill</code> Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.</li> </ul> </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.AudioCodecOptions"> <summary> Options associated with your audio codec. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioCodecOptions.BitDepth"> <summary> Gets and sets the property BitDepth. <para> You can only choose an audio bit depth when you specify <code>flac</code> or <code>pcm</code> for the value of Audio:Codec. </para> <para> The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file. </para> <para> Valid values are <code>16</code> and <code>24</code>. </para> <para> The most common bit depth is <code>24</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioCodecOptions.BitOrder"> <summary> Gets and sets the property BitOrder. <para> You can only choose an audio bit order when you specify <code>pcm</code> for the value of Audio:Codec. </para> <para> The order the bits of a PCM sample are stored in. </para> <para> The supported value is <code>LittleEndian</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioCodecOptions.Profile"> <summary> Gets and sets the property Profile. <para> You can only choose an audio profile when you specify AAC for the value of Audio:Codec. </para> <para> Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles: </para> <ul> <li> <code>auto</code>: If you specify <code>auto</code>, Elastic Transcoder will select the profile based on the bit rate selected for the output file.</li> <li> <code>AAC-LC</code>: The most common AAC profile. Use for bit rates larger than 64 kbps.</li> <li> <code>HE-AAC</code>: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.</li> <li> <code>HE-AACv2</code>: Not supported on some players and devices. Use for bit rates less than 48 kbps.</li> </ul> <para> All outputs in a <code>Smooth</code> playlist must have the same value for <code>Profile</code>. </para> <note> <para> If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required. </para> </note> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioCodecOptions.Signed"> <summary> Gets and sets the property Signed. <para> You can only choose whether an audio sample is signed when you specify <code>pcm</code> for the value of Audio:Codec. </para> <para> Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). </para> <para> The supported value is <code>Signed</code>. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.AudioParameters"> <summary> Parameters required for transcoding audio. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.AudioPackingMode"> <summary> Gets and sets the property AudioPackingMode. <para> The method of organizing audio channels and tracks. Use <code>Audio:Channels</code> to specify the number of channels in your output, and <code>Audio:AudioPackingMode</code> to specify the number of tracks and their relation to the channels. If you do not specify an <code>Audio:AudioPackingMode</code>, Elastic Transcoder uses <code>SingleTrack</code>. </para> <para> The following values are valid: </para> <para> <code>SingleTrack</code>, <code>OneChannelPerTrack</code>, and <code>OneChannelPerTrackWithMosTo8Tracks</code> </para> <para> When you specify <code>SingleTrack</code>, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use <code>SingleTrack</code> for all non-<code>mxf</code> containers. </para> <para> The outputs of <code>SingleTrack</code> for a specific channel value and inputs are as follows: </para> <ul> <li> <code>0</code> <b> channels with any input:</b> Audio omitted from the output</li> <li> <code>1, 2, or auto </code> <b>channels with no audio input:</b> Audio omitted from the output</li> <li> <code>1 </code> <b>channel with any input with audio:</b> One track with one channel, downmixed if necessary</li> <li> <code>2 </code> <b>channels with one track with one channel:</b> One track with two identical channels</li> <li> <code>2 or auto </code> <b>channels with two tracks with one channel each:</b> One track with two channels</li> <li> <code>2 or auto </code> <b>channels with one track with two channels:</b> One track with two channels</li> <li> <code>2 </code> <b>channels with one track with multiple channels:</b> One track with two channels</li> <li> <code>auto </code> <b>channels with one track with one channel:</b> One track with one channel</li> <li> <code>auto </code> <b>channels with one track with multiple channels:</b> One track with multiple channels</li> </ul> <para> When you specify <code>OneChannelPerTrack</code>, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks. </para> <para> The outputs of <code>OneChannelPerTrack</code> for a specific channel value and inputs are as follows: </para> <ul> <li> <code>0 </code> <b>channels with any input:</b> Audio omitted from the output</li> <li> <code>1, 2, or auto </code> <b>channels with no audio input:</b> Audio omitted from the output</li> <li> <code>1 </code> <b>channel with any input with audio:</b> One track with one channel, downmixed if necessary</li> <li> <code>2 </code> <b>channels with one track with one channel:</b> Two tracks with one identical channel each</li> <li> <code>2 or auto </code> <b>channels with two tracks with one channel each:</b> Two tracks with one channel each</li> <li> <code>2 or auto </code> <b>channels with one track with two channels:</b> Two tracks with one channel each</li> <li> <code>2 </code> <b>channels with one track with multiple channels:</b> Two tracks with one channel each</li> <li> <code>auto </code> <b>channels with one track with one channel:</b> One track with one channel</li> <li> <code>auto </code> <b>channels with one track with multiple channels:</b> Up to eight tracks with one channel each</li> </ul> <para> When you specify <code>OneChannelPerTrackWithMosTo8Tracks</code>, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks. </para> <para> The outputs of <code>OneChannelPerTrackWithMosTo8Tracks</code> for a specific channel value and inputs are as follows: </para> <ul> <li> <code>0 </code> <b>channels with any input:</b> Audio omitted from the output</li> <li> <code>1, 2, or auto </code> <b>channels with no audio input:</b> Audio omitted from the output</li> <li> <code>1 </code> <b>channel with any input with audio:</b> One track with one channel, downmixed if necessary, plus six MOS tracks</li> <li> <code>2 </code> <b>channels with one track with one channel:</b> Two tracks with one identical channel each, plus six MOS tracks</li> <li> <code>2 or auto </code> <b>channels with two tracks with one channel each:</b> Two tracks with one channel each, plus six MOS tracks</li> <li> <code>2 or auto </code> <b>channels with one track with two channels:</b> Two tracks with one channel each, plus six MOS tracks</li> <li> <code>2 </code> <b>channels with one track with multiple channels:</b> Two tracks with one channel each, plus six MOS tracks</li> <li> <code>auto </code> <b>channels with one track with one channel:</b> One track with one channel, plus seven MOS tracks</li> <li> <code>auto </code> <b>channels with one track with multiple channels:</b> Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.BitRate"> <summary> Gets and sets the property BitRate. <para> The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.Channels"> <summary> Gets and sets the property Channels. <para> The number of audio channels in the output file. The following values are valid: </para> <para> <code>auto</code>, <code>0</code>, <code>1</code>, <code>2</code> </para> <para> One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select <code>auto</code>. </para> <para> The output of a specific channel value and inputs are as follows: </para> <ul> <li> <code>auto</code><b> channel specified, with any input:</b> Pass through up to eight input channels.</li> <li> <code>0</code><b> channels specified, with any input:</b> Audio omitted from the output.</li> <li> <code>1</code><b> channel specified, with at least one input channel:</b> Mono sound.</li> <li> <code>2</code><b> channels specified, with any input:</b> Two identical mono channels or stereo. For more information about tracks, see <code>Audio:AudioPackingMode.</code> </li> </ul> <para> For more information about how Elastic Transcoder organizes channels and tracks, see <code>Audio:AudioPackingMode</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.Codec"> <summary> Gets and sets the property Codec. <para> The audio codec for the output file. Valid values include <code>aac</code>, <code>flac</code>, <code>mp2</code>, <code>mp3</code>, <code>pcm</code>, and <code>vorbis</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.CodecOptions"> <summary> Gets and sets the property CodecOptions. <para> If you specified <code>AAC</code> for <code>Audio:Codec</code>, this is the <code>AAC</code> compression profile to use. Valid values include: </para> <para> <code>auto</code>, <code>AAC-LC</code>, <code>HE-AAC</code>, <code>HE-AACv2</code> </para> <para> If you specify <code>auto</code>, Elastic Transcoder chooses a profile based on the bit rate of the output file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.AudioParameters.SampleRate"> <summary> Gets and sets the property SampleRate. <para> The sample rate of the audio stream in the output file, in Hertz. Valid values include: </para> <para> <code>auto</code>, <code>22050</code>, <code>32000</code>, <code>44100</code>, <code>48000</code>, <code>96000</code> </para> <para> If you specify <code>auto</code>, Elastic Transcoder automatically detects the sample rate. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CancelJobRequest"> <summary> Container for the parameters to the CancelJob operation. The CancelJob operation cancels an unfinished job. <note>You can only cancel a job that has a status of <code>Submitted</code>. To prevent a pipeline from starting to process a job while you're getting the job identifier, use <a>UpdatePipelineStatus</a> to temporarily pause the pipeline.</note> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CancelJobRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the job that you want to cancel. </para> <para> To get a list of the jobs (including their <code>jobId</code>) that have a status of <code>Submitted</code>, use the <a>ListJobsByStatus</a> API action. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CancelJobResponse"> <summary> Configuration for accessing Amazon CancelJob service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CancelJobResult"> <summary> The response body contains a JSON object. If the job is successfully canceled, the value of <code>Success</code> is <code>true</code>. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CancelJobResponse.CancelJobResult"> <summary> Gets and sets the CancelJobResult property. Represents the output of a CancelJob operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CaptionFormat"> <summary> The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionFormat.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionFormat.Format"> <summary> Gets and sets the property Format. <para> The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output. </para> <ul> <li> <para> <b>Valid Embedded Caption Formats:</b> </para> <ul> <li> <para> <b>for FLAC</b>: None </para> </li> <li> <para> <b>For MP3</b>: None </para> </li> <li> <para> <b>For MP4</b>: mov-text </para> </li> <li> <para> <b>For MPEG-TS</b>: None </para> </li> <li> <para> <b>For ogg</b>: None </para> </li> <li> <para> <b>For webm</b>: None </para> </li> </ul> </li> <li> <para> <b>Valid Sidecar Caption Formats:</b> Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. </para> <ul> <li> <para> <b>For FMP4</b>: dfxp </para> </li> <li> <para> <b>Non-FMP4 outputs</b>: All sidecar types </para> </li> </ul> <para> <code>fmp4</code> captions have an extension of <code>.ismt</code> </para> </li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionFormat.Pattern"> <summary> Gets and sets the property Pattern. <para> The prefix for caption filenames, in the form <i>description</i>-<code>{language}</code>, where: </para> <ul> <li> <i>description</i> is a description of the video.</li> <li> <code>{language}</code> is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.</li> </ul> <para> If you don't include <code>{language}</code> in the file name pattern, Elastic Transcoder automatically appends "<code>{language}</code>" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files. </para> <para> For example, suppose you're transcoding into srt format. When you enter "Sydney-{language}-sunrise", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Captions"> <summary> The captions to be created, if any. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Captions.CaptionFormats"> <summary> Gets and sets the property CaptionFormats. <para> The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Captions.CaptionSources"> <summary> Gets and sets the property CaptionSources. <para> Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave <code>CaptionSources</code> blank. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Captions.MergePolicy"> <summary> Gets and sets the property MergePolicy. <para> A policy that determines how Elastic Transcoder handles the existence of multiple captions. </para> <ul> <li> <para> <b>MergeOverride:</b> Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language. </para> </li> <li> <para> <b>MergeRetain:</b> Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If <code>CaptionSources</code> is empty, Elastic Transcoder omits all sidecar captions from the output files. </para> </li> <li> <para> <b>Override:</b> Elastic Transcoder transcodes only the sidecar captions that you specify in <code>CaptionSources</code>. </para> </li> </ul> <para> <code>MergePolicy</code> cannot be null. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CaptionSource"> <summary> A source file for the input sidecar captions used during the transcoding process. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionSource.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionSource.Key"> <summary> Gets and sets the property Key. <para> The name of the sidecar caption file that you want Elastic Transcoder to include in the output file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionSource.Label"> <summary> Gets and sets the property Label. <para> The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionSource.Language"> <summary> Gets and sets the property Language. <para> A string that specifies the language of the caption. Specify this as one of: </para> <ul> <li> <para> 2-character ISO 639-1 code </para> </li> <li> <para> 3-character ISO 639-2 code </para> </li> </ul> <para> For more information on ISO language codes and language names, see the List of ISO 639-1 codes. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CaptionSource.TimeOffset"> <summary> Gets and sets the property TimeOffset. <para> For clip generation or captions that do not start at the same time as the associated video file, the <code>TimeOffset</code> tells Elastic Transcoder how much of the video to encode before including captions. </para> <para> Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Clip"> <summary> Settings for one clip in a composition. All jobs in a playlist must have the same clip settings. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Clip.TimeSpan"> <summary> Gets and sets the property TimeSpan. <para> Settings that determine when a clip begins and how long it lasts. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreateJobOutput"> <summary> The <code>CreateJobOutput</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.AlbumArt"> <summary> Gets and sets the property AlbumArt. <para> Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Captions"> <summary> Gets and sets the property Captions. <para> You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: </para> <ul> <li> <para> <b>Embedded:</b> Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. </para> <para> Valid input values include: <code>CEA-608 (EIA-608</code>, first non-empty channel only), <code>CEA-708 (EIA-708</code>, first non-empty channel only), and <code>mov-text</code> </para> <para> Valid outputs include: <code>mov-text</code> </para> <para> Elastic Transcoder supports a maximum of one embedded format per output. </para> </li> <li> <para> <b>Sidecar:</b> Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. </para> <para> Valid input values include: <code>dfxp</code> (first div element only), <code>ebu-tt</code>, <code>scc</code>, <code>smpt</code>, <code>srt</code>, <code>ttml</code> (first div element only), and <code>webvtt</code> </para> <para> Valid outputs include: <code>dfxp</code> (first div element only), <code>scc</code>, <code>srt</code>, and <code>webvtt</code>. </para> </li> </ul> <para> If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. </para> <para> Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. </para> <para> To remove captions or leave the captions empty, set <code>Captions</code> to null. To pass through existing captions unchanged, set the <code>MergePolicy</code> to <code>MergeRetain</code>, and pass in a null <code>CaptionSources</code> array. </para> <para> For more information on embedded files, see the Subtitles Wikipedia page. </para> <para> For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Composition"> <summary> Gets and sets the property Composition. <para> You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Encryption"> <summary> Gets and sets the property Encryption. <para> You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Key"> <summary> Gets and sets the property Key. <para> The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the <code>OutputBucket</code> object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.PresetId"> <summary> Gets and sets the property PresetId. <para> The <code>Id</code> of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Rotate"> <summary> Gets and sets the property Rotate. <para> The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: <code>auto</code>, <code>0</code>, <code>90</code>, <code>180</code>, <code>270</code>. The value <code>auto</code> generally works only if the file that you're transcoding contains rotation metadata. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.SegmentDuration"> <summary> Gets and sets the property SegmentDuration. <para> <important>(Outputs in Fragmented MP4 or MPEG-TS format only.</important>If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code> is <code>fmp4</code> (Fragmented MP4) or <code>ts</code> (MPEG-TS), <code>SegmentDuration</code> is the target maximum duration of each segment in seconds. For <code>HLSv3</code> format playlists, each media segment is stored in a separate <code>.ts</code> file. For <code>HLSv4</code> and <code>Smooth</code> playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the <code>SegmentDuration</code>, though individual segments might be shorter or longer. </para> <para> The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by <code>SegmentDuration</code>, the duration of the last segment is the remainder of total length/SegmentDuration. </para> <para> Elastic Transcoder creates an output-specific playlist for each output <code>HLS</code> output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the <code>OutputKeys</code> of the associated playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.ThumbnailEncryption"> <summary> Gets and sets the property ThumbnailEncryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.ThumbnailPattern"> <summary> Gets and sets the property ThumbnailPattern. <para> Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. </para> <para> If you don't want Elastic Transcoder to create thumbnails, specify "". </para> <para> If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence: </para> <ul> <li> <para> <b><code>{count}</code> (Required)</b>: If you want to create thumbnails, you must include <code>{count}</code> in the <code>ThumbnailPattern</code> object. Wherever you specify <code>{count}</code>, Elastic Transcoder adds a five-digit sequence number (beginning with <b>00001</b>) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file. </para> <important>If you specify a literal value and/or <code>{resolution}</code> but you omit <code>{count}</code>, Elastic Transcoder returns a validation error and does not create the job.</important> </li> <li> <para> <b>Literal values (Optional)</b>: You can specify literal values anywhere in the <code>ThumbnailPattern</code> object. For example, you can include them as a file name prefix or as a delimiter between <code>{resolution}</code> and <code>{count}</code>. </para> </li> <li> <para> <b><code>{resolution}</code> (Optional)</b>: If you want Elastic Transcoder to include the resolution in the file name, include <code>{resolution}</code> in the <code>ThumbnailPattern</code> object. </para> </li> </ul> <para> When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the <code>PresetID</code> value of <code>CreateJobOutput</code>. Elastic Transcoder also appends the applicable file name extension. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobOutput.Watermarks"> <summary> Gets and sets the property Watermarks. <para> Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreateJobPlaylist"> <summary> Information about the master playlist. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobPlaylist.Format"> <summary> Gets and sets the property Format. <para> The format of the output playlist. Valid formats include <code>HLSv3</code>, <code>HLSv4</code>, and <code>Smooth</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobPlaylist.HlsContentProtection"> <summary> Gets and sets the property HlsContentProtection. <para> The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobPlaylist.Name"> <summary> Gets and sets the property Name. <para> The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a <code>/</code> character, the section of the name before the last <code>/</code> must be identical for all <code>Name</code> objects. If you create more than one master playlist, the values of all <code>Name</code> objects must be unique. </para> <para> <b>Note:</b> Elastic Transcoder automatically appends the relevant file extension to the file name (<code>.m3u8</code> for <code>HLSv3</code> and <code>HLSv4</code> playlists, and <code>.ism</code> and <code>.ismc</code> for <code>Smooth</code> playlists). If you include a file extension in <code>Name</code>, the file name will have two extensions. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobPlaylist.OutputKeys"> <summary> Gets and sets the property OutputKeys. <para> For each output in this job that you want to include in a master playlist, the value of the <code>Outputs:Key</code> object. </para> <ul> <li> <para> If your output is not <code>HLS</code> or does not have a segment duration set, the name of the output file is a concatenation of <code>OutputKeyPrefix</code> and <code>Outputs:Key</code>: </para> <para> OutputKeyPrefix<code>Outputs:Key</code> </para> </li> <li> <para> If your output is <code>HLSv3</code> and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of <code>.m3u8</code>, and a series of <code>.ts</code> files that include a five-digit sequential counter beginning with 00000: </para> <para> OutputKeyPrefix<code>Outputs:Key</code>.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>00000.ts </para> </li> <li> <para> If your output is <code>HLSv4</code>, has a segment duration set, and is included in an <code>HLSv4</code> playlist, Elastic Transcoder creates an output playlist file with a file extension of <code>_v4.m3u8</code>. If the output is video, Elastic Transcoder also creates an output file with an extension of <code>_iframe.m3u8</code>: </para> <para> OutputKeyPrefix<code>Outputs:Key</code>_v4.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>_iframe.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>.ts </para> </li> </ul> <para> Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions. </para> <para> If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For <code>Smooth</code> playlists, the <code>Audio:Profile</code>, <code>Video:Profile</code>, and <code>Video:FrameRate</code> to <code>Video:KeyframesMaxDist</code> ratio must be the same for all outputs. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobPlaylist.PlayReadyDrm"> <summary> Gets and sets the property PlayReadyDrm. <para> The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreateJobRequest"> <summary> Container for the parameters to the CreateJob operation. When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created. <para> If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console). </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.Input"> <summary> Gets and sets the property Input. <para> A section of the request body that provides information about the file that is being transcoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.Output"> <summary> Gets and sets the property Output. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.OutputKeyPrefix"> <summary> Gets and sets the property OutputKeyPrefix. <para> The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.Outputs"> <summary> Gets and sets the property Outputs. <para> A section of the request body that provides information about the transcoded (target) files. We recommend that you use the <code>Outputs</code> syntax instead of the <code>Output</code> syntax. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The <code>Id</code> of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.Playlists"> <summary> Gets and sets the property Playlists. <para> If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code> is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. </para> <para> The maximum number of master playlists in a job is 30. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobRequest.UserMetadata"> <summary> Gets and sets the property UserMetadata. <para> User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in <code>key/value</code> pairs, and you can add up to 10 <code>key/value</code> pairs per job. Elastic Transcoder does not guarantee that <code>key/value</code> pairs will be returned in the same order in which you specify them. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreateJobResponse"> <summary> Configuration for accessing Amazon CreateJob service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreateJobResult"> <summary> The CreateJobResponse structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobResult.Job"> <summary> Gets and sets the property Job. <para> A section of the response body that provides information about the job that is created. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreateJobResponse.CreateJobResult"> <summary> Gets and sets the CreateJobResult property. Represents the output of a CreateJob operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePipelineRequest"> <summary> Container for the parameters to the CreatePipeline operation. The CreatePipeline operation creates a pipeline with settings that you specify. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.AwsKmsKeyArn"> <summary> Gets and sets the property AwsKmsKeyArn. <para> The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline. </para> <para> If you use either <code>S3</code> or <code>S3-AWS-KMS</code> as your <code>Encryption:Mode</code>, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an <code>Encryption:Mode</code> of <code>AES-PKCS7</code>, <code>AES-CTR</code>, or <code>AES-GCM</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.ContentConfig"> <summary> Gets and sets the property ContentConfig. <para> The optional <code>ContentConfig</code> object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files. </para> <para> If you specify values for <code>ContentConfig</code>, you must also specify values for <code>ThumbnailConfig</code>. </para> <para> If you specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code>, omit the <code>OutputBucket</code> object. </para> <ul> <li> <b>Bucket</b>: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.</li> <li> <b>Permissions</b> (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.</li> <li> <b>Grantee Type</b>: Specify the type of value that appears in the <code>Grantee</code> object: <ul> <li> <b>Canonical</b>: The value in the <code>Grantee</code> object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <b>Email</b>: The value in the <code>Grantee</code> object is the registered email address of an AWS account.</li> <li> <b>Group</b>: The value in the <code>Grantee</code> object is one of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <b>Grantee</b>: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group </li> <li> <b>Access</b>: The permission that you want to give to the AWS user that you specified in <code>Grantee</code>. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket. </li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has <code>READ</code>, <code>READ_ACP</code>, and <code>WRITE_ACP</code> permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> </ul> </li> <li> <b>StorageClass</b>: The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.InputBucket"> <summary> Gets and sets the property InputBucket. <para> The Amazon S3 bucket in which you saved the media files that you want to transcode. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced. </para> <para> Constraints: Maximum 40 characters. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.Notifications"> <summary> Gets and sets the property Notifications. <para> The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. </para> <important>To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.</important> <ul> <li> <b>Progressing</b>: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.</li> <li> <b>Completed</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.</li> <li> <b>Warning</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.</li> <li> <b>Error</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.OutputBucket"> <summary> Gets and sets the property OutputBucket. <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.) </para> <para> Specify this value when all of the following are true: <ul> <li>You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.</li> <li>You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.</li> <li>You do not want to specify the permissions that Elastic Transcoder grants to the files. <important>When Elastic Transcoder saves files in <code>OutputBucket</code>, it grants full control over the files only to the AWS account that owns the role that is specified by <code>Role</code>.</important> </li> <li>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.</li> </ul> </para> <para> If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit <code>OutputBucket</code> and specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.Role"> <summary> Gets and sets the property Role. <para> The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineRequest.ThumbnailConfig"> <summary> Gets and sets the property ThumbnailConfig. <para> The <code>ThumbnailConfig</code> object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files. </para> <para> If you specify values for <code>ContentConfig</code>, you must also specify values for <code>ThumbnailConfig</code> even if you don't want to create thumbnails. </para> <para> If you specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code>, omit the <code>OutputBucket</code> object. </para> <ul> <li> <b>Bucket</b>: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.</li> <li> <b>Permissions</b> (Optional): The <code>Permissions</code> object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.</li> <li> <b>GranteeType</b>: Specify the type of value that appears in the Grantee object: <ul> <li> <b>Canonical</b>: The value in the <code>Grantee</code> object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <b>Email</b>: The value in the <code>Grantee</code> object is the registered email address of an AWS account. </li> <li> <b>Group</b>: The value in the <code>Grantee</code> object is one of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <b>Grantee</b>: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group. </li> <li> <b>Access</b>: The permission that you want to give to the AWS user that you specified in <code>Grantee</code>. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket. </li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has <code>READ</code>, <code>READ_ACP</code>, and <code>WRITE_ACP</code> permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket. </li> </ul> </li> <li> <b>StorageClass</b>: The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.</li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePipelineResponse"> <summary> Configuration for accessing Amazon CreatePipeline service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePipelineResult"> <summary> When you create a pipeline, Elastic Transcoder returns the values that you specified in the request. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineResult.Pipeline"> <summary> Gets and sets the property Pipeline. <para> A section of the response body that provides information about the pipeline that is created. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineResult.Warnings"> <summary> Gets and sets the property Warnings. <para> Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. </para> <para> Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePipelineResponse.CreatePipelineResult"> <summary> Gets and sets the CreatePipelineResult property. Represents the output of a CreatePipeline operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePresetRequest"> <summary> Container for the parameters to the CreatePreset operation. The CreatePreset operation creates a preset with settings that you specify. <important>Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (<code>ValidationException</code>) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.</important> <para> Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication <i>Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services</i>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Audio"> <summary> Gets and sets the property Audio. <para> A section of the request body that specifies the audio parameters. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Container"> <summary> Gets and sets the property Container. <para> The container type for the output file. Valid values include <code>flac</code>, <code>flv</code>, <code>fmp4</code>, <code>gif</code>, <code>mp3</code>, <code>mp4</code>, <code>mpg</code>, <code>mxf</code>, <code>oga</code>, <code>ogg</code>, <code>ts</code>, and <code>webm</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Description"> <summary> Gets and sets the property Description. <para> A description of the preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Thumbnails"> <summary> Gets and sets the property Thumbnails. <para> A section of the request body that specifies the thumbnail parameters, if any. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetRequest.Video"> <summary> Gets and sets the property Video. <para> A section of the request body that specifies the video parameters. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePresetResponse"> <summary> Configuration for accessing Amazon CreatePreset service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.CreatePresetResult"> <summary> The <code>CreatePresetResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetResult.Preset"> <summary> Gets and sets the property Preset. <para> A section of the response body that provides information about the preset that is created. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetResult.Warning"> <summary> Gets and sets the property Warning. <para> If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.CreatePresetResponse.CreatePresetResult"> <summary> Gets and sets the CreatePresetResult property. Represents the output of a CreatePreset operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePipelineRequest"> <summary> Container for the parameters to the DeletePipeline operation. The DeletePipeline operation removes a pipeline. <para> You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, <code>DeletePipeline</code> returns an error. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DeletePipelineRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the pipeline that you want to delete. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePipelineResponse"> <summary> Configuration for accessing Amazon DeletePipeline service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePipelineResult"> <summary> The <code>DeletePipelineResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DeletePipelineResponse.DeletePipelineResult"> <summary> Gets and sets the DeletePipelineResult property. Represents the output of a DeletePipeline operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePresetRequest"> <summary> Container for the parameters to the DeletePreset operation. The DeletePreset operation removes a preset that you've added in an AWS region. <note> <para> You can't delete the default presets that are included with Elastic Transcoder. </para> </note> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DeletePresetRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the preset for which you want to get detailed information. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePresetResponse"> <summary> Configuration for accessing Amazon DeletePreset service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DeletePresetResult"> <summary> The <code>DeletePresetResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DeletePresetResponse.DeletePresetResult"> <summary> Gets and sets the DeletePresetResult property. Represents the output of a DeletePreset operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.DetectedProperties"> <summary> The detected properties of the input file. Elastic Transcoder identifies these values from the input file. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DetectedProperties.DurationMillis"> <summary> Gets and sets the property DurationMillis. <para> The detected duration of the input file, in milliseconds. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DetectedProperties.FileSize"> <summary> Gets and sets the property FileSize. <para> The detected file size of the input file, in bytes. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DetectedProperties.FrameRate"> <summary> Gets and sets the property FrameRate. <para> The detected frame rate of the input file, in frames per second. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DetectedProperties.Height"> <summary> Gets and sets the property Height. <para> The detected height of the input file, in pixels. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.DetectedProperties.Width"> <summary> Gets and sets the property Width. <para> The detected width of the input file, in pixels. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Encryption"> <summary> The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder will use to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Encryption.InitializationVector"> <summary> Gets and sets the property InitializationVector. <para> The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Encryption.Key"> <summary> Gets and sets the property Key. <para> The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded: </para> <para> <code>128</code>, <code>192</code>, or <code>256</code>. </para> <para> The key must also be encrypted by using the Amazon Key Management Service. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Encryption.KeyMd5"> <summary> Gets and sets the property KeyMd5. <para> The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Encryption.Mode"> <summary> Gets and sets the property Mode. <para> The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: </para> <ul> <li> <para> <b>S3:</b> Amazon S3 creates and manages the keys used for encrypting your files. </para> </li> <li> <para> <b>S3-AWS-KMS:</b> Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify <code>S3-AWS-KMS</code> and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline. </para> </li> <li> <para> <b>AES-CBC-PKCS7:</b> A padded cipher-block mode of operation originally used for HLS files. </para> </li> <li> <para> <b>AES-CTR:</b> AES Counter Mode. </para> </li> <li> <para> <b>AES-GCM:</b> AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process. </para> </li> </ul> <para> For all three AES options, you must provide the following settings, which must be base64-encoded: </para> <ul> <li> <para> <b>Key</b> </para> </li> <li> <para> <b>Key MD5</b> </para> </li> <li> <para> <b>Initialization Vector</b> </para> </li> </ul> <important> <para> For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data. </para> </important> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.HlsContentProtection"> <summary> The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.InitializationVector"> <summary> Gets and sets the property InitializationVector. <para> If Elastic Transcoder is generating your key for you, you must leave this field blank. </para> <para> The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.Key"> <summary> Gets and sets the property Key. <para> If you want Elastic Transcoder to generate a key for you, leave this field blank. </para> <para> If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded: </para> <para> <code>128</code>, <code>192</code>, or <code>256</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.KeyMd5"> <summary> Gets and sets the property KeyMd5. <para> If Elastic Transcoder is generating your key for you, you must leave this field blank. </para> <para> The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.KeyStoragePolicy"> <summary> Gets and sets the property KeyStoragePolicy. <para> Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose <code>WithVariantPlaylists</code>, <code>LicenseAcquisitionUrl</code> must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.LicenseAcquisitionUrl"> <summary> Gets and sets the property LicenseAcquisitionUrl. <para> The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.HlsContentProtection.Method"> <summary> Gets and sets the property Method. <para> The content protection method for your output. The only valid value is: <code>aes-128</code>. </para> <para> This value will be written into the method attribute of the <code>EXT-X-KEY</code> metadata tag in the output playlist. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.IncompatibleVersionException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.IncompatibleVersionException.#ctor(System.String)"> <summary> Constructs a new IncompatibleVersionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.InternalServiceException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.InternalServiceException.#ctor(System.String)"> <summary> Constructs a new InternalServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.Job"> <summary> A section of the response body that provides information about the job that is created. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) for the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Id"> <summary> Gets and sets the property Id. <para> The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Input"> <summary> Gets and sets the property Input. <para> A section of the request or response body that provides information about the file that is being transcoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Output"> <summary> Gets and sets the property Output. <para> If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object. </para> <para> <important>Outputs recommended instead.</important> A section of the request or response body that provides information about the transcoded (target) file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.OutputKeyPrefix"> <summary> Gets and sets the property OutputKeyPrefix. <para> The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the <code>OutputKeyPrefix</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Outputs"> <summary> Gets and sets the property Outputs. <para> Information about the output files. We recommend that you use the <code>Outputs</code> syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the <code>Outputs</code> and <code>Output</code> syntaxes in the same request. You can create a maximum of 30 outputs per job. </para> <para> If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The <code>Id</code> of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Playlists"> <summary> Gets and sets the property Playlists. <para> <important>Outputs in Fragmented MP4 or MPEG-TS format only.</important>If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code> is fmp4 (Fragmented MP4) or ts (MPEG-TS), <code>Playlists</code> contains information about the master playlists that you want Elastic Transcoder to create. </para> <para> The maximum number of master playlists in a job is 30. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Status"> <summary> Gets and sets the property Status. <para> The status of the job: <code>Submitted</code>, <code>Progressing</code>, <code>Complete</code>, <code>Canceled</code>, or <code>Error</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.Timing"> <summary> Gets and sets the property Timing. <para> Details about the timing of a job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Job.UserMetadata"> <summary> Gets and sets the property UserMetadata. <para> User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in <code>key/value</code> pairs, and you can add up to 10 <code>key/value</code> pairs per job. Elastic Transcoder does not guarantee that <code>key/value</code> pairs will be returned in the same order in which you specify them. </para> <para> Metadata <code>keys</code> and <code>values</code> must use characters from the following list: </para> <ul> <li> <para> <code>0-9</code> </para> </li> <li> <para> <code>A-Z</code> and <code>a-z</code> </para> </li> <li> <para> <code>Space</code> </para> </li> <li> <para> The following symbols: <code>_.:/=+-%@</code> </para> </li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.JobAlbumArt"> <summary> The .jpg or .png file associated with an audio file. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobAlbumArt.Artwork"> <summary> Gets and sets the property Artwork. <para> The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobAlbumArt.MergePolicy"> <summary> Gets and sets the property MergePolicy. <para> A policy that determines how Elastic Transcoder will handle the existence of multiple album artwork files. </para> <para> <ul> <li> <code>Replace:</code> The specified album art will replace any existing album art.</li> <li> <code>Prepend:</code> The specified album art will be placed in front of any existing album art.</li> <li> <code>Append:</code> The specified album art will be placed after any existing album art.</li> <li> <code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder will use that artwork for the output. If the original input does not contain artwork, Elastic Transcoder will use the specified album art file.</li> </ul> </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.JobInput"> <summary> Information about the file that you're transcoding. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.AspectRatio"> <summary> Gets and sets the property AspectRatio. <para> The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify <code>auto</code>. If you want to specify the aspect ratio for the output file, enter one of the following values: </para> <para> <code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code> </para> <para> If you specify a value other than <code>auto</code>, Elastic Transcoder disables automatic detection of the aspect ratio. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.Container"> <summary> Gets and sets the property Container. <para> The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify <code>auto</code>. If you want to specify the container type for the input file, enter one of the following values: </para> <para> <code>3gp</code>, <code>aac</code>, <code>asf</code>, <code>avi</code>, <code>divx</code>, <code>flv</code>, <code>m4a</code>, <code>mkv</code>, <code>mov</code>, <code>mp3</code>, <code>mp4</code>, <code>mpeg</code>, <code>mpeg-ps</code>, <code>mpeg-ts</code>, <code>mxf</code>, <code>ogg</code>, <code>vob</code>, <code>wav</code>, <code>webm</code> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.DetectedProperties"> <summary> Gets and sets the property DetectedProperties. <para> The detected properties of the input file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder will use to decrypt your file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.FrameRate"> <summary> Gets and sets the property FrameRate. <para> The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify <code>auto</code>. If you want to specify the frame rate for the input file, enter one of the following values: </para> <para> <code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>, <code>25</code>, <code>29.97</code>, <code>30</code>, <code>60</code> </para> <para> If you specify a value other than <code>auto</code>, Elastic Transcoder disables automatic detection of the frame rate. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.Interlaced"> <summary> Gets and sets the property Interlaced. <para> Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify <code>auto</code>. If you want to specify whether the input file is interlaced, enter one of the following values: </para> <para> <code>true</code>, <code>false</code> </para> <para> If you specify a value other than <code>auto</code>, Elastic Transcoder disables automatic detection of interlacing. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.Key"> <summary> Gets and sets the property Key. <para> The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The <code>InputBucket</code> object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from. </para> <para> If the file name includes a prefix, such as <code>cooking/lasagna.mpg</code>, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobInput.Resolution"> <summary> Gets and sets the property Resolution. <para> This value must be <code>auto</code>, which causes Elastic Transcoder to automatically detect the resolution of the input file. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.JobOutput"> <summary> <important>Outputs recommended instead.</important>If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the <code>Output</code> object lists information about the first output. This duplicates the information that is listed for the first output in the <code>Outputs</code> object. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.AlbumArt"> <summary> Gets and sets the property AlbumArt. <para> The album art to be associated with the output file, if any. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.AppliedColorSpaceConversion"> <summary> Gets and sets the property AppliedColorSpaceConversion. <para> If Elastic Transcoder used a preset with a <code>ColorSpaceConversionMode</code> to transcode the output file, the <code>AppliedColorSpaceConversion</code> parameter shows the conversion used. If no <code>ColorSpaceConversionMode</code> was defined in the preset, this parameter will not be included in the job response. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Captions"> <summary> Gets and sets the property Captions. <para> You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: </para> <ul> <li> <para> <b>Embedded:</b> Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. </para> <para> Valid input values include: <code>CEA-608 (EIA-608</code>, first non-empty channel only), <code>CEA-708 (EIA-708</code>, first non-empty channel only), and <code>mov-text</code> </para> <para> Valid outputs include: <code>mov-text</code> </para> <para> Elastic Transcoder supports a maximum of one embedded format per output. </para> </li> <li> <para> <b>Sidecar:</b> Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. </para> <para> Valid input values include: <code>dfxp</code> (first div element only), <code>ebu-tt</code>, <code>scc</code>, <code>smpt</code>, <code>srt</code>, <code>ttml</code> (first div element only), and <code>webvtt</code> </para> <para> Valid outputs include: <code>dfxp</code> (first div element only), <code>scc</code>, <code>srt</code>, and <code>webvtt</code>. </para> </li> </ul> <para> If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. </para> <para> Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. </para> <para> To remove captions or leave the captions empty, set <code>Captions</code> to null. To pass through existing captions unchanged, set the <code>MergePolicy</code> to <code>MergeRetain</code>, and pass in a null <code>CaptionSources</code> array. </para> <para> For more information on embedded files, see the Subtitles Wikipedia page. </para> <para> For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Composition"> <summary> Gets and sets the property Composition. <para> You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Duration"> <summary> Gets and sets the property Duration. <para> Duration of the output file, in seconds. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.DurationMillis"> <summary> Gets and sets the property DurationMillis. <para> Duration of the output file, in milliseconds. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder will write an unencrypted file to your Amazon S3 bucket. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.FileSize"> <summary> Gets and sets the property FileSize. <para> File size of the output file, in bytes. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.FrameRate"> <summary> Gets and sets the property FrameRate. <para> Frame rate of the output file, in frames per second. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Height"> <summary> Gets and sets the property Height. <para> Height of the output file, in pixels. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Id"> <summary> Gets and sets the property Id. <para> A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Key"> <summary> Gets and sets the property Key. <para> The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the <code>OutputBucket</code> object in the pipeline that is specified by the pipeline ID. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.PresetId"> <summary> Gets and sets the property PresetId. <para> The value of the <code>Id</code> object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with <code>ListPresets</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Rotate"> <summary> Gets and sets the property Rotate. <para> The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: </para> <para> <code>auto</code>, <code>0</code>, <code>90</code>, <code>180</code>, <code>270</code> </para> <para> The value <code>auto</code> generally works only if the file that you're transcoding contains rotation metadata. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.SegmentDuration"> <summary> Gets and sets the property SegmentDuration. <para> <important>(Outputs in Fragmented MP4 or MPEG-TS format only.</important>If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code> is <code>fmp4</code> (Fragmented MP4) or <code>ts</code> (MPEG-TS), <code>SegmentDuration</code> is the target maximum duration of each segment in seconds. For <code>HLSv3</code> format playlists, each media segment is stored in a separate <code>.ts</code> file. For <code>HLSv4</code> and <code>Smooth</code> playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the <code>SegmentDuration</code>, though individual segments might be shorter or longer. </para> <para> The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by <code>SegmentDuration</code>, the duration of the last segment is the remainder of total length/SegmentDuration. </para> <para> Elastic Transcoder creates an output-specific playlist for each output <code>HLS</code> output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the <code>OutputKeys</code> of the associated playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Status"> <summary> Gets and sets the property Status. <para> The status of one output in a job. If you specified only one output for the job, <code>Outputs:Status</code> is always the same as <code>Job:Status</code>. If you specified more than one output: <ul> <li> <code>Job:Status</code> and <code>Outputs:Status</code> for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.</li> <li>When Elastic Transcoder starts to process the first output, <code>Outputs:Status</code> for that output and <code>Job:Status</code> both change to Progressing. For each output, the value of <code>Outputs:Status</code> remains Submitted until Elastic Transcoder starts to process the output.</li> <li>Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.</li> <li>When all of the outputs reach a terminal status, <code>Job:Status</code> changes to Complete only if <code>Outputs:Status</code> for all of the outputs is <code>Complete</code>. If <code>Outputs:Status</code> for one or more outputs is <code>Error</code>, the terminal status for <code>Job:Status</code> is also <code>Error</code>.</li> </ul> The value of <code>Status</code> is one of the following: <code>Submitted</code>, <code>Progressing</code>, <code>Complete</code>, <code>Canceled</code>, or <code>Error</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.StatusDetail"> <summary> Gets and sets the property StatusDetail. <para> Information that further explains <code>Status</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.ThumbnailEncryption"> <summary> Gets and sets the property ThumbnailEncryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.ThumbnailPattern"> <summary> Gets and sets the property ThumbnailPattern. <para> Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. </para> <para> If you don't want Elastic Transcoder to create thumbnails, specify "". </para> <para> If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence: </para> <ul> <li> <para> <b><code>{count}</code> (Required)</b>: If you want to create thumbnails, you must include <code>{count}</code> in the <code>ThumbnailPattern</code> object. Wherever you specify <code>{count}</code>, Elastic Transcoder adds a five-digit sequence number (beginning with <b>00001</b>) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file. </para> <important>If you specify a literal value and/or <code>{resolution}</code> but you omit <code>{count}</code>, Elastic Transcoder returns a validation error and does not create the job.</important> </li> <li> <para> <b>Literal values (Optional)</b>: You can specify literal values anywhere in the <code>ThumbnailPattern</code> object. For example, you can include them as a file name prefix or as a delimiter between <code>{resolution}</code> and <code>{count}</code>. </para> </li> <li> <para> <b><code>{resolution}</code> (Optional)</b>: If you want Elastic Transcoder to include the resolution in the file name, include <code>{resolution}</code> in the <code>ThumbnailPattern</code> object. </para> </li> </ul> <para> When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the <code>PresetID</code> value of <code>CreateJobOutput</code>. Elastic Transcoder also appends the applicable file name extension. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Watermarks"> <summary> Gets and sets the property Watermarks. <para> Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in <code>Preset</code> for the current output. </para> <para> Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add will cover the first one, the third one will cover the second, and the fourth one will cover the third. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobOutput.Width"> <summary> Gets and sets the property Width. <para> Specifies the width of the output file in pixels. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.JobWatermark"> <summary> Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobWatermark.Encryption"> <summary> Gets and sets the property Encryption. <para> The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobWatermark.InputKey"> <summary> Gets and sets the property InputKey. <para> The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by <code>Pipeline</code>; the <code>Input Bucket</code> object in that pipeline identifies the bucket. </para> <para> If the file name includes a prefix, for example, <b>logos/128x64.png</b>, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.JobWatermark.PresetWatermarkId"> <summary> Gets and sets the property PresetWatermarkId. <para> The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.LimitExceededException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest"> <summary> Container for the parameters to the ListJobsByPipeline operation. The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline. <para> Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest.Ascending"> <summary> Gets and sets the property Ascending. <para> To list jobs in chronological order by the date and time that they were submitted, enter <code>true</code>. To list jobs in reverse chronological order, enter <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest.PageToken"> <summary> Gets and sets the property PageToken. <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code> in subsequent <code>GET</code> requests to get each successive page of results. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest.PipelineId"> <summary> Gets and sets the property PipelineId. <para> The ID of the pipeline for which you want to get job information. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse"> <summary> Configuration for accessing Amazon ListJobsByPipeline service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByPipelineResult"> <summary> The <code>ListJobsByPipelineResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineResult.Jobs"> <summary> Gets and sets the property Jobs. <para> An array of <code>Job</code> objects that are in the specified pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineResult.NextPageToken"> <summary> Gets and sets the property NextPageToken. <para> A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of <code>NextPageToken</code> is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse.ListJobsByPipelineResult"> <summary> Gets and sets the ListJobsByPipelineResult property. Represents the output of a ListJobsByPipeline operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest"> <summary> Container for the parameters to the ListJobsByStatus operation. The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest.Ascending"> <summary> Gets and sets the property Ascending. <para> To list jobs in chronological order by the date and time that they were submitted, enter <code>true</code>. To list jobs in reverse chronological order, enter <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest.PageToken"> <summary> Gets and sets the property PageToken. <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code> in subsequent <code>GET</code> requests to get each successive page of results. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest.Status"> <summary> Gets and sets the property Status. <para> To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: <code>Submitted</code>, <code>Progressing</code>, <code>Complete</code>, <code>Canceled</code>, or <code>Error</code>. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse"> <summary> Configuration for accessing Amazon ListJobsByStatus service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListJobsByStatusResult"> <summary> The <code>ListJobsByStatusResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusResult.Jobs"> <summary> Gets and sets the property Jobs. <para> An array of <code>Job</code> objects that have the specified status. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusResult.NextPageToken"> <summary> Gets and sets the property NextPageToken. <para> A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of <code>NextPageToken</code> is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse.ListJobsByStatusResult"> <summary> Gets and sets the ListJobsByStatusResult property. Represents the output of a ListJobsByStatus operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPipelinesRequest"> <summary> Container for the parameters to the ListPipelines operation. The ListPipelines operation gets a list of the pipelines associated with the current AWS account. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPipelinesRequest.Ascending"> <summary> Gets and sets the property Ascending. <para> To list pipelines in chronological order by the date and time that they were created, enter <code>true</code>. To list pipelines in reverse chronological order, enter <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPipelinesRequest.PageToken"> <summary> Gets and sets the property PageToken. <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code> in subsequent <code>GET</code> requests to get each successive page of results. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPipelinesResponse"> <summary> Configuration for accessing Amazon ListPipelines service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPipelinesResult"> <summary> A list of the pipelines associated with the current AWS account. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPipelinesResult.NextPageToken"> <summary> Gets and sets the property NextPageToken. <para> A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of <code>NextPageToken</code> is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPipelinesResult.Pipelines"> <summary> Gets and sets the property Pipelines. <para> An array of <code>Pipeline</code> objects. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPipelinesResponse.ListPipelinesResult"> <summary> Gets and sets the ListPipelinesResult property. Represents the output of a ListPipelines operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPresetsRequest"> <summary> Container for the parameters to the ListPresets operation. The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPresetsRequest.Ascending"> <summary> Gets and sets the property Ascending. <para> To list presets in chronological order by the date and time that they were created, enter <code>true</code>. To list presets in reverse chronological order, enter <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPresetsRequest.PageToken"> <summary> Gets and sets the property PageToken. <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code> in subsequent <code>GET</code> requests to get each successive page of results. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPresetsResponse"> <summary> Configuration for accessing Amazon ListPresets service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ListPresetsResult"> <summary> The <code>ListPresetsResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPresetsResult.NextPageToken"> <summary> Gets and sets the property NextPageToken. <para> A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of <code>NextPageToken</code> is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPresetsResult.Presets"> <summary> Gets and sets the property Presets. <para> An array of <code>Preset</code> objects. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ListPresetsResponse.ListPresetsResult"> <summary> Gets and sets the ListPresetsResult property. Represents the output of a ListPresets operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Notifications"> <summary> The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. <important>To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.</important> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Notifications.Completed"> <summary> Gets and sets the property Completed. <para> The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Notifications.Error"> <summary> Gets and sets the property Error. <para> The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Notifications.Progressing"> <summary> Gets and sets the property Progressing. <para> The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Notifications.Warning"> <summary> Gets and sets the property Warning. <para> The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Permission"> <summary> The <code>Permission</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Permission.Access"> <summary> Gets and sets the property Access. <para> The permission that you want to give to the AWS user that is listed in Grantee. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> </ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Permission.Grantee"> <summary> Gets and sets the property Grantee. <para> The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Permission.GranteeType"> <summary> Gets and sets the property GranteeType. <para> The type of value that appears in the Grantee object: <ul> <li> <code>Canonical</code>: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <code>Email</code>: The registered email address of an AWS account.</li> <li> <code>Group</code>: One of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Pipeline"> <summary> The pipeline (queue) that is used to manage jobs. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) for the pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.AwsKmsKeyArn"> <summary> Gets and sets the property AwsKmsKeyArn. <para> The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline. </para> <para> If you use either <code>S3</code> or <code>S3-AWS-KMS</code> as your <code>Encryption:Mode</code>, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an <code>Encryption:Mode</code> of <code>AES-PKCS7</code>, <code>AES-CTR</code>, or <code>AES-GCM</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.ContentConfig"> <summary> Gets and sets the property ContentConfig. <para> Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both <code>ContentConfig</code> and <code>ThumbnailConfig</code>, or you specify <code>OutputBucket</code>. </para> <ul> <li> <b>Bucket</b>: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.</li> <li> <b>Permissions</b>: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have. <ul> <li>GranteeType: The type of value that appears in the <code>Grantee</code> object: <ul> <li> <code>Canonical</code>: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.</li> <li> <code>Email</code>: The registered email address of an AWS account.</li> <li> <code>Group</code>: One of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <code>Grantee</code>: The AWS user or group that you want to have access to transcoded files and playlists.</li> <li> <code>Access</code>: The permission that you want to give to the AWS user that is listed in <code>Grantee</code>. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has <code>READ</code>, <code>READ_ACP</code>, and <code>WRITE_ACP</code> permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> </ul> </li> </ul> </li> <li> <b>StorageClass</b>: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket. </li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Id"> <summary> Gets and sets the property Id. <para> The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.InputBucket"> <summary> Gets and sets the property InputBucket. <para> The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Name"> <summary> Gets and sets the property Name. <para> The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced. </para> <para> Constraints: Maximum 40 characters </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Notifications"> <summary> Gets and sets the property Notifications. <para> The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. </para> <important>To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.</important> <ul> <li> <b>Progressing</b> (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.</li> <li> <b>Completed</b> (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.</li> <li> <b>Warning</b> (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.</li> <li> <b>Error</b> (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.OutputBucket"> <summary> Gets and sets the property OutputBucket. <para> The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both <code>ContentConfig</code> and <code>ThumbnailConfig</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Role"> <summary> Gets and sets the property Role. <para> The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.Status"> <summary> Gets and sets the property Status. <para> The current status of the pipeline: </para> <ul> <li> <code>Active</code>: The pipeline is processing jobs.</li> <li> <code>Paused</code>: The pipeline is not currently processing jobs.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Pipeline.ThumbnailConfig"> <summary> Gets and sets the property ThumbnailConfig. <para> Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both <code>ContentConfig</code> and <code>ThumbnailConfig</code>, or you specify <code>OutputBucket</code>. </para> <ul> <li> <code>Bucket</code>: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. </li> <li> <code>Permissions</code>: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have. <ul> <li>GranteeType: The type of value that appears in the Grantee object: <ul> <li> <code>Canonical</code>: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <code>Email</code>: The registered email address of an AWS account.</li> <li> <code>Group</code>: One of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <code>Grantee</code>: The AWS user or group that you want to have access to thumbnail files.</li> <li>Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> </ul> </li> </ul> </li> <li> <code>StorageClass</code>: The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.</li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.PipelineOutputConfig"> <summary> The <code>PipelineOutputConfig</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PipelineOutputConfig.Bucket"> <summary> Gets and sets the property Bucket. <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: <ul> <li>You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.</li> <li>You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.</li> <li>You do not want to specify the permissions that Elastic Transcoder grants to the files. </li> <li>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.</li> </ul> If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PipelineOutputConfig.Permissions"> <summary> Gets and sets the property Permissions. <para> Optional. The <code>Permissions</code> object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups. </para> <para> If you include <code>Permissions</code>, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by <code>Role</code>. If you want that user to have full control, you must explicitly grant full control to the user. </para> <para> If you omit <code>Permissions</code>, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by <code>Role</code>, and grants no other permissions to any other user or group. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PipelineOutputConfig.StorageClass"> <summary> Gets and sets the property StorageClass. <para> The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Playlist"> <summary> Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is <code>fmp4</code> (Fragmented MP4) or <code>ts</code> (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.Format"> <summary> Gets and sets the property Format. <para> The format of the output playlist. Valid formats include <code>HLSv3</code>, <code>HLSv4</code>, and <code>Smooth</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.HlsContentProtection"> <summary> Gets and sets the property HlsContentProtection. <para> The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.Name"> <summary> Gets and sets the property Name. <para> The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a <code>/</code> character, the section of the name before the last <code>/</code> must be identical for all <code>Name</code> objects. If you create more than one master playlist, the values of all <code>Name</code> objects must be unique. </para> <para> <b>Note</b>: Elastic Transcoder automatically appends the relevant file extension to the file name (<code>.m3u8</code> for <code>HLSv3</code> and <code>HLSv4</code> playlists, and <code>.ism</code> and <code>.ismc</code> for <code>Smooth</code> playlists). If you include a file extension in <code>Name</code>, the file name will have two extensions. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.OutputKeys"> <summary> Gets and sets the property OutputKeys. <para> For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object. </para> <ul> <li> <para> If your output is not <code>HLS</code> or does not have a segment duration set, the name of the output file is a concatenation of <code>OutputKeyPrefix</code> and <code>Outputs:Key</code>: </para> <para> OutputKeyPrefix<code>Outputs:Key</code> </para> </li> <li> <para> If your output is <code>HLSv3</code> and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of <code>.m3u8</code>, and a series of <code>.ts</code> files that include a five-digit sequential counter beginning with 00000: </para> <para> OutputKeyPrefix<code>Outputs:Key</code>.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>00000.ts </para> </li> <li> <para> If your output is <code>HLSv4</code>, has a segment duration set, and is included in an <code>HLSv4</code> playlist, Elastic Transcoder creates an output playlist file with a file extension of <code>_v4.m3u8</code>. If the output is video, Elastic Transcoder also creates an output file with an extension of <code>_iframe.m3u8</code>: </para> <para> OutputKeyPrefix<code>Outputs:Key</code>_v4.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>_iframe.m3u8 </para> <para> OutputKeyPrefix<code>Outputs:Key</code>.ts </para> </li> </ul> <para> Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions. </para> <para> If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For <code>Smooth</code> playlists, the <code>Audio:Profile</code>, <code>Video:Profile</code>, and <code>Video:FrameRate</code> to <code>Video:KeyframesMaxDist</code> ratio must be the same for all outputs. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.PlayReadyDrm"> <summary> Gets and sets the property PlayReadyDrm. <para> The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.Status"> <summary> Gets and sets the property Status. <para> The status of the job with which the playlist is associated. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Playlist.StatusDetail"> <summary> Gets and sets the property StatusDetail. <para> Information that further explains the status. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.PlayReadyDrm"> <summary> The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. <para> PlayReady DRM encrypts your media files using <code>AES-CTR</code> encryption. </para> <para> If you use DRM for an <code>HLSv3</code> playlist, your outputs must have a master playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.Format"> <summary> Gets and sets the property Format. <para> The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.InitializationVector"> <summary> Gets and sets the property InitializationVector. <para> The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.Key"> <summary> Gets and sets the property Key. <para> The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded: </para> <para> <code>128</code>, <code>192</code>, or <code>256</code>. </para> <para> The key must also be encrypted by using AWS KMS. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.KeyId"> <summary> Gets and sets the property KeyId. <para> The ID for your DRM key, so that your DRM license provider knows which key to provide. </para> <para> The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.KeyMd5"> <summary> Gets and sets the property KeyMd5. <para> The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PlayReadyDrm.LicenseAcquisitionUrl"> <summary> Gets and sets the property LicenseAcquisitionUrl. <para> The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: <programlisting>https://www.example.com/exampleKey/</programlisting> </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Preset"> <summary> Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) for the preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Audio"> <summary> Gets and sets the property Audio. <para> A section of the response body that provides information about the audio preset values. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Container"> <summary> Gets and sets the property Container. <para> The container type for the output file. Valid values include <code>flac</code>, <code>flv</code>, <code>fmp4</code>, <code>gif</code>, <code>mp3</code>, <code>mp4</code>, <code>mpg</code>, <code>mxf</code>, <code>oga</code>, <code>ogg</code>, <code>ts</code>, and <code>webm</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Description"> <summary> Gets and sets the property Description. <para> A description of the preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Id"> <summary> Gets and sets the property Id. <para> Identifier for the new preset. You use this value to get settings for the preset or to delete it. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Name"> <summary> Gets and sets the property Name. <para> The name of the preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Thumbnails"> <summary> Gets and sets the property Thumbnails. <para> A section of the response body that provides information about the thumbnail preset values, if any. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Type"> <summary> Gets and sets the property Type. <para> Whether the preset is a default preset provided by Elastic Transcoder (<code>System</code>) or a preset that you have defined (<code>Custom</code>). </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Preset.Video"> <summary> Gets and sets the property Video. <para> A section of the response body that provides information about the video preset values. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.PresetWatermark"> <summary> Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video. <para> Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. </para> <para> When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.HorizontalAlign"> <summary> Gets and sets the property HorizontalAlign. <para> The horizontal position of the watermark unless you specify a non-zero value for <code>HorizontalOffset</code>: <ul> <li> <b>Left</b>: The left edge of the watermark is aligned with the left border of the video.</li> <li> <b>Right</b>: The right edge of the watermark is aligned with the right border of the video.</li> <li> <b>Center</b>: The watermark is centered between the left and right borders.</li> </ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.HorizontalOffset"> <summary> Gets and sets the property HorizontalOffset. <para> The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign: <ul> <li>number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.</li> <li>integer percentage (%): The range of valid values is 0 to 100.</li> </ul>For example, if you specify Left for <code>HorizontalAlign</code> and 5px for <code>HorizontalOffset</code>, the left side of the watermark appears 5 pixels from the left border of the output video. </para> <para> <code>HorizontalOffset</code> is only valid when the value of <code>HorizontalAlign</code> is <code>Left</code> or <code>Right</code>. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped. </para> <para> Use the value of <code>Target</code> to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.Id"> <summary> Gets and sets the property Id. A unique identifier for the settings for one watermark. The value of <code>Id</code> can be up to 40 characters long. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.MaxHeight"> <summary> Gets and sets the property MaxHeight. <para> The maximum height of the watermark in one of the following formats: <ul> <li>number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of <code>MaxHeight</code>.</li> <li>integer percentage (%): The range of valid values is 0 to 100. Use the value of <code>Target</code> to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.</li> </ul> If you specify the value in pixels, it must be less than or equal to the value of <code>MaxHeight</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.MaxWidth"> <summary> Gets and sets the property MaxWidth. <para> The maximum width of the watermark in one of the following formats: <ul> <li>number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of <code>MaxWidth</code>.</li> <li>integer percentage (%): The range of valid values is 0 to 100. Use the value of <code>Target</code> to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.</li> If you specify the value in pixels, it must be less than or equal to the value of <code>MaxWidth</code>.</ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.Opacity"> <summary> Gets and sets the property Opacity. <para> A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of <code>Opacity</code> is float. </para> <para> Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for <code>Opacity</code>. The .jpg file format doesn't support transparency. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.SizingPolicy"> <summary> Gets and sets the property SizingPolicy. <para> A value that controls scaling of the watermark: <ul> <li> <b>Fit</b>: Elastic Transcoder scales the watermark so it matches the value that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> without exceeding the other value.</li> <li> <b>Stretch</b>: Elastic Transcoder stretches the watermark to match the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. If the relative proportions of the watermark and the values of <code>MaxWidth</code> and <code>MaxHeight</code> are different, the watermark will be distorted.</li> <li> <b>ShrinkToFit</b>: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.</li> </ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.Target"> <summary> Gets and sets the property Target. <para> A value that determines how Elastic Transcoder interprets values that you specified for <code>HorizontalOffset</code>, <code>VerticalOffset</code>, <code>MaxWidth</code>, and <code>MaxHeight</code>: <ul> <li> <b>Content</b>: <code>HorizontalOffset</code> and <code>VerticalOffset</code> values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, <code>MaxWidth</code> and <code>MaxHeight</code>, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.</li> <li> <b>Frame</b>: <code>HorizontalOffset</code> and <code>VerticalOffset</code> values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.</li> In addition, <code>MaxWidth</code> and <code>MaxHeight</code>, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.</ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.VerticalAlign"> <summary> Gets and sets the property VerticalAlign. <para> The vertical position of the watermark unless you specify a non-zero value for <code>VerticalOffset</code>: <ul> <li> <b>Top</b>: The top edge of the watermark is aligned with the top border of the video.</li> <li> <b>Bottom</b>: The bottom edge of the watermark is aligned with the bottom border of the video.</li> <li> <b>Center</b>: The watermark is centered between the top and bottom borders.</li> </ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.PresetWatermark.VerticalOffset"> <summary> Gets and sets the property VerticalOffset. <code>VerticalOffset</code> <para> The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:<ul> <li>number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of <code>MaxHeight</code>.</li> <li>integer percentage (%): The range of valid values is 0 to 100.</li> </ul> For example, if you specify <code>Top</code> for <code>VerticalAlign</code> and <code>5px</code> for <code>VerticalOffset</code>, the top of the watermark appears 5 pixels from the top border of the output video. </para> <para> <code>VerticalOffset</code> is only valid when the value of VerticalAlign is Top or Bottom. </para> <para> If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped. </para> <para> Use the value of <code>Target</code> to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadJobRequest"> <summary> Container for the parameters to the ReadJob operation. The ReadJob operation returns detailed information about a job. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadJobRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the job for which you want to get detailed information. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadJobResponse"> <summary> Configuration for accessing Amazon ReadJob service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadJobResult"> <summary> The <code>ReadJobResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadJobResult.Job"> <summary> Gets and sets the property Job. <para> A section of the response body that provides information about the job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadJobResponse.ReadJobResult"> <summary> Gets and sets the ReadJobResult property. Represents the output of a ReadJob operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPipelineRequest"> <summary> Container for the parameters to the ReadPipeline operation. The ReadPipeline operation gets detailed information about a pipeline. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPipelineRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the pipeline to read. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPipelineResponse"> <summary> Configuration for accessing Amazon ReadPipeline service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPipelineResult"> <summary> The <code>ReadPipelineResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPipelineResult.Pipeline"> <summary> Gets and sets the property Pipeline. <para> A section of the response body that provides information about the pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPipelineResult.Warnings"> <summary> Gets and sets the property Warnings. <para> Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. </para> <para> Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPipelineResponse.ReadPipelineResult"> <summary> Gets and sets the ReadPipelineResult property. Represents the output of a ReadPipeline operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPresetRequest"> <summary> Container for the parameters to the ReadPreset operation. The ReadPreset operation gets detailed information about a preset. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPresetRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the preset for which you want to get detailed information. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPresetResponse"> <summary> Configuration for accessing Amazon ReadPreset service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ReadPresetResult"> <summary> The <code>ReadPresetResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPresetResult.Preset"> <summary> Gets and sets the property Preset. <para> A section of the response body that provides information about the preset. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.ReadPresetResponse.ReadPresetResult"> <summary> Gets and sets the ReadPresetResult property. Represents the output of a ReadPreset operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ResourceInUseException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.ResourceInUseException.#ctor(System.String)"> <summary> Constructs a new ResourceInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.ResourceNotFoundException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.TestRoleRequest"> <summary> Container for the parameters to the TestRole operation. The TestRole operation tests the IAM role used to create the pipeline. <para> The <code>TestRole</code> action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleRequest.InputBucket"> <summary> Gets and sets the property InputBucket. <para> The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleRequest.OutputBucket"> <summary> Gets and sets the property OutputBucket. <para> The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleRequest.Role"> <summary> Gets and sets the property Role. <para> The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleRequest.Topics"> <summary> Gets and sets the property Topics. <para> The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.TestRoleResponse"> <summary> Configuration for accessing Amazon TestRole service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.TestRoleResult"> <summary> The <code>TestRoleResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleResult.Messages"> <summary> Gets and sets the property Messages. <para> If the <code>Success</code> element contains <code>false</code>, this value is an array of one or more error messages that were generated during the test process. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleResult.Success"> <summary> Gets and sets the property Success. <para> If the operation is successful, this value is <code>true</code>; otherwise, the value is <code>false</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TestRoleResponse.TestRoleResult"> <summary> Gets and sets the TestRoleResult property. Represents the output of a TestRole operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Thumbnails"> <summary> Thumbnails for videos. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.AspectRatio"> <summary> Gets and sets the property AspectRatio. <important> <para> To better control resolution and aspect ratio of thumbnails, we recommend that you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>, and <code>PaddingPolicy</code> instead of <code>Resolution</code> and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do not use them together. </para> </important> <para> The aspect ratio of thumbnails. Valid values include: </para> <para> <code>auto</code>, <code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code> </para> <para> If you specify <code>auto</code>, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.Format"> <summary> Gets and sets the property Format. <para> The format of thumbnails, if any. Valid values are <code>jpg</code> and <code>png</code>. </para> <para> You specify whether you want Elastic Transcoder to create thumbnails when you create a job. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.Interval"> <summary> Gets and sets the property Interval. <para> The approximate number of seconds between thumbnails. Specify an integer value. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.MaxHeight"> <summary> Gets and sets the property MaxHeight. <para> The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.MaxWidth"> <summary> Gets and sets the property MaxWidth. <para> The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.PaddingPolicy"> <summary> Gets and sets the property PaddingPolicy. <para> When you set <code>PaddingPolicy</code> to <code>Pad</code>, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail <code>MaxWidth</code> and <code>MaxHeight</code> settings. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.Resolution"> <summary> Gets and sets the property Resolution. <important> <para> To better control resolution and aspect ratio of thumbnails, we recommend that you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>, and <code>PaddingPolicy</code> instead of <code>Resolution</code> and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do not use them together. </para> </important> <para> The width and height of thumbnail files in pixels. Specify a value in the format <code><i>width</i></code> x <code><i>height</i></code> where both values are even integers. The values cannot exceed the width and height that you specified in the <code>Video:Resolution</code> object. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Thumbnails.SizingPolicy"> <summary> Gets and sets the property SizingPolicy. <para> Specify one of the following values to control scaling of thumbnails: </para> <para> <ul> <li> <code>Fit</code>: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value. </li> <li> <code>Fill</code>: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail <code>MaxWidth</code> or <code>MaxHeight</code> settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.</li> <li> <code>Stretch</code>: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail <code>MaxWidth</code> and <code>MaxHeight</code> settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.</li> <li> <code>Keep</code>: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail <code>MaxWidth</code> and <code>MaxHeight</code> settings, Elastic Transcoder crops the thumbnails.</li> <li> <code>ShrinkToFit</code>: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail <code>MaxWidth</code> and <code>MaxHeight</code> without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.</li> <li> <code>ShrinkToFill</code>: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.</li> </ul> </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.TimeSpan"> <summary> Settings that determine when a clip begins and how long it lasts. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TimeSpan.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file. </para> <para> If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.TimeSpan.StartTime"> <summary> Gets and sets the property StartTime. <para> The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Timing"> <summary> Details about the timing of a job. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Timing.FinishTimeMillis"> <summary> Gets and sets the property FinishTimeMillis. <para> The time the job finished transcoding, in epoch milliseconds. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Timing.StartTimeMillis"> <summary> Gets and sets the property StartTimeMillis. <para> The time the job began transcoding, in epoch milliseconds. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Timing.SubmitTimeMillis"> <summary> Gets and sets the property SubmitTimeMillis. <para> The time the job was submitted to Elastic Transcoder, in epoch milliseconds. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest"> <summary> Container for the parameters to the UpdatePipelineNotifications operation. With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline. <para> When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the pipeline for which you want to change notification settings. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsRequest.Notifications"> <summary> Gets and sets the property Notifications. <para> The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. </para> <important>To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.</important> <ul> <li> <b>Progressing</b>: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.</li> <li> <b>Completed</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.</li> <li> <b>Warning</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.</li> <li> <b>Error</b>: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.</li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse"> <summary> Configuration for accessing Amazon UpdatePipelineNotifications service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResult"> <summary> The <code>UpdatePipelineNotificationsResponse</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResult.Pipeline"> <summary> Gets and sets the property Pipeline. <para> A section of the response body that provides information about the pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse.UpdatePipelineNotificationsResult"> <summary> Gets and sets the UpdatePipelineNotificationsResult property. Represents the output of a UpdatePipelineNotifications operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest"> <summary> Container for the parameters to the UpdatePipeline operation. Use the <code>UpdatePipeline</code> operation to update settings for a pipeline. <important>When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings. </important> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.AwsKmsKeyArn"> <summary> Gets and sets the property AwsKmsKeyArn. <para> The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline. </para> <para> If you use either <code>S3</code> or <code>S3-AWS-KMS</code> as your <code>Encryption:Mode</code>, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an <code>Encryption:Mode</code> of <code>AES-PKCS7</code>, <code>AES-CTR</code>, or <code>AES-GCM</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.ContentConfig"> <summary> Gets and sets the property ContentConfig. <para> The optional <code>ContentConfig</code> object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files. </para> <para> If you specify values for <code>ContentConfig</code>, you must also specify values for <code>ThumbnailConfig</code>. </para> <para> If you specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code>, omit the <code>OutputBucket</code> object. </para> <ul> <li> <b>Bucket</b>: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.</li> <li> <b>Permissions</b> (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.</li> <li> <b>Grantee Type</b>: Specify the type of value that appears in the <code>Grantee</code> object: <ul> <li> <b>Canonical</b>: The value in the <code>Grantee</code> object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <b>Email</b>: The value in the <code>Grantee</code> object is the registered email address of an AWS account.</li> <li> <b>Group</b>: The value in the <code>Grantee</code> object is one of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <b>Grantee</b>: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group </li> <li> <b>Access</b>: The permission that you want to give to the AWS user that you specified in <code>Grantee</code>. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket. </li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has <code>READ</code>, <code>READ_ACP</code>, and <code>WRITE_ACP</code> permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> </ul> </li> <li> <b>StorageClass</b>: The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.Id"> <summary> Gets and sets the property Id. <para> The ID of the pipeline that you want to update. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.InputBucket"> <summary> Gets and sets the property InputBucket. <para> The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced. </para> <para> Constraints: Maximum 40 characters </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.Notifications"> <summary> Gets and sets the property Notifications. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.Role"> <summary> Gets and sets the property Role. <para> The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineRequest.ThumbnailConfig"> <summary> Gets and sets the property ThumbnailConfig. <para> The <code>ThumbnailConfig</code> object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files. </para> <para> If you specify values for <code>ContentConfig</code>, you must also specify values for <code>ThumbnailConfig</code> even if you don't want to create thumbnails. </para> <para> If you specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code>, omit the <code>OutputBucket</code> object. </para> <ul> <li> <b>Bucket</b>: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.</li> <li> <b>Permissions</b> (Optional): The <code>Permissions</code> object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.</li> <li> <b>GranteeType</b>: Specify the type of value that appears in the Grantee object: <ul> <li> <b>Canonical</b>: The value in the <code>Grantee</code> object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. <important>A canonical user ID is not the same as an AWS account number.</important> </li> <li> <b>Email</b>: The value in the <code>Grantee</code> object is the registered email address of an AWS account. </li> <li> <b>Group</b>: The value in the <code>Grantee</code> object is one of the following predefined Amazon S3 groups: <code>AllUsers</code>, <code>AuthenticatedUsers</code>, or <code>LogDelivery</code>.</li> </ul> </li> <li> <b>Grantee</b>: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group. </li> <li> <b>Access</b>: The permission that you want to give to the AWS user that you specified in <code>Grantee</code>. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include: <ul> <li> <code>READ</code>: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>READ_ACP</code>: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket. </li> <li> <code>WRITE_ACP</code>: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.</li> <li> <code>FULL_CONTROL</code>: The grantee has <code>READ</code>, <code>READ_ACP</code>, and <code>WRITE_ACP</code> permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket. </li> </ul> </li> <li> <b>StorageClass</b>: The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.</li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineResponse"> <summary> Configuration for accessing Amazon UpdatePipeline service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineResult"> <summary> When you update a pipeline, Elastic Transcoder returns the values that you specified in the request. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineResult.Pipeline"> <summary> Gets and sets the property Pipeline. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineResult.Warnings"> <summary> Gets and sets the property Warnings. <para> Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. </para> <para> Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineResponse.UpdatePipelineResult"> <summary> Gets and sets the UpdatePipelineResult property. Represents the output of a UpdatePipeline operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest"> <summary> Container for the parameters to the UpdatePipelineStatus operation. The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs. <para> Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a <a>CancelJob</a> request. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest.Id"> <summary> Gets and sets the property Id. <para> The identifier of the pipeline to update. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusRequest.Status"> <summary> Gets and sets the property Status. <para> The desired status of the pipeline: </para> <ul> <li> <code>Active</code>: The pipeline is processing jobs.</li> <li> <code>Paused</code>: The pipeline is not currently processing jobs.</li> </ul> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse"> <summary> Configuration for accessing Amazon UpdatePipelineStatus service </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResult"> <summary> When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResult.Pipeline"> <summary> Gets and sets the property Pipeline. <para> A section of the response body that provides information about the pipeline. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse.UpdatePipelineStatusResult"> <summary> Gets and sets the UpdatePipelineStatusResult property. Represents the output of a UpdatePipelineStatus operation. </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.ValidationException"> <summary> ElasticTranscoder exception </summary> </member> <member name="M:Amazon.ElasticTranscoder.Model.ValidationException.#ctor(System.String)"> <summary> Constructs a new ValidationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ElasticTranscoder.Model.VideoParameters"> <summary> The <code>VideoParameters</code> structure. </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.AspectRatio"> <summary> Gets and sets the property AspectRatio. <important> <para> To better control resolution and aspect ratio of output videos, we recommend that you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>, <code>PaddingPolicy</code>, and <code>DisplayAspectRatio</code> instead of <code>Resolution</code> and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do not use them together. </para> </important> <para> The display aspect ratio of the video in the output file. Valid values include: </para> <para> <code>auto</code>, <code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code> </para> <para> If you specify <code>auto</code>, Elastic Transcoder tries to preserve the aspect ratio of the input file. </para> <para> If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.BitRate"> <summary> Gets and sets the property BitRate. <para> The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of <code>Level</code> and <code>Profile</code>. If you specify <code>auto</code>, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than <code>auto</code>, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile: </para> <para> <i>Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)</i> </para> <ul> <li>1 - 64 : 80</li> <li>1b - 128 : 160</li> <li>1.1 - 192 : 240</li> <li>1.2 - 384 : 480</li> <li>1.3 - 768 : 960</li> <li>2 - 2000 : 2500</li> <li>3 - 10000 : 12500</li> <li>3.1 - 14000 : 17500</li> <li>3.2 - 20000 : 25000</li> <li>4 - 20000 : 25000</li> <li>4.1 - 50000 : 62500</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.Codec"> <summary> Gets and sets the property Codec. <para> The video codec for the output file. Valid values include <code>gif</code>, <code>H.264</code>, <code>mpeg2</code>, and <code>vp8</code>. You can only specify <code>vp8</code> when the container type is <code>webm</code>, <code>gif</code> when the container type is <code>gif</code>, and <code>mpeg2</code> when the container type is <code>mpg</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.CodecOptions"> <summary> Gets and sets the property CodecOptions. <para> <b>Profile (H.264/VP8 Only)</b> </para> <para> The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles: </para> <ul> <li> <code>baseline</code>: The profile most commonly used for videoconferencing and for mobile applications.</li> <li> <code>main</code>: The profile used for standard-definition digital TV broadcasts.</li> <li> <code>high</code>: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.</li> </ul> <para> <b>Level (H.264 Only)</b> </para> <para> The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels: </para> <para> <code>1</code>, <code>1b</code>, <code>1.1</code>, <code>1.2</code>, <code>1.3</code>, <code>2</code>, <code>2.1</code>, <code>2.2</code>, <code>3</code>, <code>3.1</code>, <code>3.2</code>, <code>4</code>, <code>4.1</code> </para> <para> <b>MaxReferenceFrames (H.264 Only)</b> </para> <para> Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following: </para> <para> <code>Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)</code> </para> <para> where <i>Width in pixels</i> and <i>Height in pixels</i> represent either MaxWidth and MaxHeight, or Resolution. <i>Maximum decoded picture buffer in macroblocks</i> depends on the value of the <code>Level</code> object. See the list below. (A macroblock is a block of pixels measuring 16x16.) </para> <ul> <li>1 - 396</li> <li>1b - 396</li> <li>1.1 - 900</li> <li>1.2 - 2376</li> <li>1.3 - 2376</li> <li>2 - 2376</li> <li>2.1 - 4752</li> <li>2.2 - 8100</li> <li>3 - 8100</li> <li>3.1 - 18000</li> <li>3.2 - 20480</li> <li>4 - 32768</li> <li>4.1 - 32768</li> </ul> <para> <b>MaxBitRate (Optional, H.264/MPEG2/VP8 only)</b> </para> <para> The maximum number of bits per second in a video buffer; the size of the buffer is specified by <code>BufferSize</code>. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video. </para> <para> <b>BufferSize (Optional, H.264/MPEG2/VP8 only)</b> </para> <para> The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify <code>MaxBitRate</code> and omit <code>BufferSize</code>, Elastic Transcoder sets <code>BufferSize</code> to 10 times the value of <code>MaxBitRate</code>. </para> <para> <b>InterlacedMode (Optional, H.264/MPEG2 Only)</b> </para> <para> The interlace mode for the output video. </para> <para> Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering. </para> <para> Valid values include <code>Progressive</code> (no interlacing, top to bottom), <code>TopFirst</code> (top field first), <code>BottomFirst</code> (bottom field first), and <code>Auto</code>. </para> <para> If <code>InterlaceMode</code> is not specified, Elastic Transcoder uses <code>Progressive</code> for the output. If <code>Auto</code> is specified, Elastic Transcoder interlaces the output. </para> <para> <b>ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)</b> </para> <para> The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. <code>Bt.601</code> is the standard for standard definition video, while <code>Bt.709</code> is the standard for high definition video. </para> <para> Valid values include <code>None</code>, <code>Bt709toBt601</code>, <code>Bt601toBt709</code>, and <code>Auto</code>. </para> <para> If you chose <code>Auto</code> for <code>ColorSpaceConversionMode</code> and your output is interlaced, your frame rate is one of <code>23.97</code>, <code>24</code>, <code>25</code>, <code>29.97</code>, <code>50</code>, or <code>60</code>, your <code>SegmentDuration</code> is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions: </para> <ul> <li> <i>Standard to HD, 720x480 to 1920x1080</i> - Elastic Transcoder applies <code>Bt601ToBt709</code> </li> <li> <i>Standard to HD, 720x576 to 1920x1080</i> - Elastic Transcoder applies <code>Bt601ToBt709</code> </li> <li> <i>HD to Standard, 1920x1080 to 720x480</i> - Elastic Transcoder applies <code>Bt709ToBt601</code> </li> <li> <i>HD to Standard, 1920x1080 to 720x576</i> - Elastic Transcoder applies <code>Bt709ToBt601</code> </li> </ul> <note>Elastic Transcoder may change the behavior of the <code>ColorspaceConversionMode</code> <code>Auto</code> mode in the future. All outputs in a playlist must use the same <code>ColorSpaceConversionMode</code>.</note> <para> If you do not specify a <code>ColorSpaceConversionMode</code>, Elastic Transcoder does not change the color space of a file. If you are unsure what <code>ColorSpaceConversionMode</code> was applied to your output file, you can check the <code>AppliedColorSpaceConversion</code> parameter included in your job response. If your job does not have an <code>AppliedColorSpaceConversion</code> in its response, no <code>ColorSpaceConversionMode</code> was applied. </para> <para> <b>ChromaSubsampling</b> </para> <para> The sampling pattern for the chroma (color) channels of the output video. Valid values include <code>yuv420p</code> and <code>yuv422p</code>. </para> <para> <code>yuv420p</code> samples the chroma information of every other horizontal and every other vertical line, <code>yuv422p</code> samples the color information of every horizontal line and every other vertical line. </para> <para> <b>LoopCount (Gif Only)</b> </para> <para> The number of times you want the output gif to loop. Valid values include <code>Infinite</code> and integers between <code>0</code> and <code>100</code>, inclusive. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.DisplayAspectRatio"> <summary> Gets and sets the property DisplayAspectRatio. <para> The value that Elastic Transcoder adds to the metadata in the output file. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.FixedGOP"> <summary> Gets and sets the property FixedGOP. <para> Applicable only when the value of Video:Codec is one of <code>H.264</code>, <code>MPEG2</code>, or <code>VP8</code>. </para> <para> Whether to use a fixed value for <code>FixedGOP</code>. Valid values are <code>true</code> and <code>false</code>: </para> <ul> <li> <code>true</code>: Elastic Transcoder uses the value of <code>KeyframesMaxDist</code> for the distance between key frames (the number of frames in a group of pictures, or GOP).</li> <li> <code>false</code>: The distance between key frames can vary.</li> </ul> <important> <para> <code>FixedGOP</code> must be set to <code>true</code> for <code>fmp4</code> containers. </para> </important> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.FrameRate"> <summary> Gets and sets the property FrameRate. <para> The frames per second for the video stream in the output file. Valid values include: </para> <para> <code>auto</code>, <code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>, <code>25</code>, <code>29.97</code>, <code>30</code>, <code>60</code> </para> <para> If you specify <code>auto</code>, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation: </para> <para> <code>Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)</code> </para> <para> where: </para> <ul> <li> <i>width in pixels</i> and <i>height in pixels</i> represent the Resolution of the output video.</li> <li> <i>maximum recommended decoding speed in Luma samples/second</i> is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.</li> </ul> <para> The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (<i>Level - Decoding speed</i>): </para> <ul> <li>1 - 380160</li> <li>1b - 380160</li> <li>1.1 - 76800</li> <li>1.2 - 1536000</li> <li>1.3 - 3041280</li> <li>2 - 3041280</li> <li>2.1 - 5068800</li> <li>2.2 - 5184000</li> <li>3 - 10368000</li> <li>3.1 - 27648000</li> <li>3.2 - 55296000</li> <li>4 - 62914560</li> <li>4.1 - 62914560</li> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.KeyframesMaxDist"> <summary> Gets and sets the property KeyframesMaxDist. <para> Applicable only when the value of Video:Codec is one of <code>H.264</code>, <code>MPEG2</code>, or <code>VP8</code>. </para> <para> The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality. </para> <para> For <code>Smooth</code> outputs, the <code>FrameRate</code> must have a constant ratio to the <code>KeyframesMaxDist</code>. This allows <code>Smooth</code> playlists to switch between different quality levels while the file is being played. </para> <para> For example, an input file can have a <code>FrameRate</code> of 30 with a <code>KeyframesMaxDist</code> of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have <code>FrameRate</code> of 30, 25, and 10, and <code>KeyframesMaxDist</code> of 90, 75, and 30, respectively. </para> <para> Alternately, this can be achieved by setting <code>FrameRate</code> to auto and having the same values for <code>MaxFrameRate</code> and <code>KeyframesMaxDist</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.MaxFrameRate"> <summary> Gets and sets the property MaxFrameRate. <para> If you specify <code>auto</code> for <code>FrameRate</code>, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: <code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>, <code>25</code>, <code>29.97</code>, <code>30</code>, <code>60</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.MaxHeight"> <summary> Gets and sets the property MaxHeight. <para> The maximum height of the output video in pixels. If you specify <code>auto</code>, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.MaxWidth"> <summary> Gets and sets the property MaxWidth. <para> The maximum width of the output video in pixels. If you specify <code>auto</code>, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.PaddingPolicy"> <summary> Gets and sets the property PaddingPolicy. <para> When you set <code>PaddingPolicy</code> to <code>Pad</code>, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.Resolution"> <summary> Gets and sets the property Resolution. <important> <para> To better control resolution and aspect ratio of output videos, we recommend that you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>, <code>PaddingPolicy</code>, and <code>DisplayAspectRatio</code> instead of <code>Resolution</code> and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do not use them together. </para> </important> <para> The width and height of the video in the output file, in pixels. Valid values are <code>auto</code> and <i>width</i> x <i>height</i>: </para> <ul> <li> <code>auto</code>: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.</li> <li> <code><i>width</i> x <i>height</i></code>: The width and height of the output video in pixels.</li> </ul> <para> Note the following about specifying the width and height: </para> <ul> <li>The width must be an even integer between 128 and 4096, inclusive.</li> <li>The height must be an even integer between 96 and 3072, inclusive.</li> <li>If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.</li> <li>If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.</li> <li>We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (<i>List - Max width x height value</i>):</li> <ul> <li>1 - 25344</li> <li>1b - 25344</li> <li>1.1 - 101376</li> <li>1.2 - 101376</li> <li>1.3 - 101376</li> <li>2 - 101376</li> <li>2.1 - 202752</li> <li>2.2 - 404720</li> <li>3 - 404720</li> <li>3.1 - 921600</li> <li>3.2 - 1310720</li> <li>4 - 2097152</li> <li>4.1 - 2097152</li> </ul> </ul> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.SizingPolicy"> <summary> Gets and sets the property SizingPolicy. <para> Specify one of the following values to control scaling of the output video: </para> <para> <ul> <li> <code>Fit</code>: Elastic Transcoder scales the output video so it matches the value that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> without exceeding the other value.</li> <li> <code>Fill</code>: Elastic Transcoder scales the output video so it matches the value that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.</li> <li> <code>Stretch</code>: Elastic Transcoder stretches the output video to match the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. If the relative proportions of the input video and the output video are different, the output video will be distorted.</li> <li> <code>Keep</code>: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>, Elastic Transcoder crops the output video.</li> <li> <code>ShrinkToFit</code>: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.</li> <li> <code>ShrinkToFill</code>: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of <code>MaxWidth</code> and <code>MaxHeight</code> without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.</li> </ul> </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.VideoParameters.Watermarks"> <summary> Gets and sets the property Watermarks. <para> Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video. </para> <para> Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency. </para> <para> When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Warning"> <summary> Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline. <para> Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Warning.Code"> <summary> Gets and sets the property Code. <para> The code of the cross-regional warning. </para> </summary> </member> <member name="P:Amazon.ElasticTranscoder.Model.Warning.Message"> <summary> Gets and sets the property Message. <para> The message explaining what resources are in a different region from the pipeline. </para> <para> <b>Note:</b> AWS KMS keys must be in the same region as the pipeline. </para> </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ArtworkMarshaller"> <summary> Artwork Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ArtworkUnmarshaller"> <summary> Response Unmarshaller for Artwork Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.AudioCodecOptionsMarshaller"> <summary> AudioCodecOptions Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.AudioCodecOptionsUnmarshaller"> <summary> Response Unmarshaller for AudioCodecOptions Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.AudioParametersMarshaller"> <summary> AudioParameters Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.AudioParametersUnmarshaller"> <summary> Response Unmarshaller for AudioParameters Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CancelJobRequestMarshaller"> <summary> CancelJob Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CancelJobResponseUnmarshaller"> <summary> Response Unmarshaller for CancelJob operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionFormatMarshaller"> <summary> CaptionFormat Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionFormatUnmarshaller"> <summary> Response Unmarshaller for CaptionFormat Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionsMarshaller"> <summary> Captions Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionSourceMarshaller"> <summary> CaptionSource Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionSourceUnmarshaller"> <summary> Response Unmarshaller for CaptionSource Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CaptionsUnmarshaller"> <summary> Response Unmarshaller for Captions Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ClipMarshaller"> <summary> Clip Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ClipUnmarshaller"> <summary> Response Unmarshaller for Clip Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreateJobOutputMarshaller"> <summary> CreateJobOutput Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreateJobPlaylistMarshaller"> <summary> CreateJobPlaylist Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreateJobRequestMarshaller"> <summary> CreateJob Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreateJobResponseUnmarshaller"> <summary> Response Unmarshaller for CreateJob operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreatePipelineRequestMarshaller"> <summary> CreatePipeline Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreatePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePipeline operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreatePresetRequestMarshaller"> <summary> CreatePreset Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.CreatePresetResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePreset operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DeletePipelineRequestMarshaller"> <summary> DeletePipeline Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DeletePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePipeline operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DeletePresetRequestMarshaller"> <summary> DeletePreset Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DeletePresetResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePreset operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DetectedPropertiesMarshaller"> <summary> DetectedProperties Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.DetectedPropertiesUnmarshaller"> <summary> Response Unmarshaller for DetectedProperties Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.EncryptionMarshaller"> <summary> Encryption Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.EncryptionUnmarshaller"> <summary> Response Unmarshaller for Encryption Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.HlsContentProtectionMarshaller"> <summary> HlsContentProtection Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.HlsContentProtectionUnmarshaller"> <summary> Response Unmarshaller for HlsContentProtection Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobAlbumArtMarshaller"> <summary> JobAlbumArt Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobAlbumArtUnmarshaller"> <summary> Response Unmarshaller for JobAlbumArt Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobInputMarshaller"> <summary> JobInput Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobInputUnmarshaller"> <summary> Response Unmarshaller for JobInput Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobOutputUnmarshaller"> <summary> Response Unmarshaller for JobOutput Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobUnmarshaller"> <summary> Response Unmarshaller for Job Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobWatermarkMarshaller"> <summary> JobWatermark Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.JobWatermarkUnmarshaller"> <summary> Response Unmarshaller for JobWatermark Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListJobsByPipelineRequestMarshaller"> <summary> ListJobsByPipeline Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListJobsByPipelineResponseUnmarshaller"> <summary> Response Unmarshaller for ListJobsByPipeline operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListJobsByStatusRequestMarshaller"> <summary> ListJobsByStatus Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListJobsByStatusResponseUnmarshaller"> <summary> Response Unmarshaller for ListJobsByStatus operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListPipelinesRequestMarshaller"> <summary> ListPipelines Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListPipelinesResponseUnmarshaller"> <summary> Response Unmarshaller for ListPipelines operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListPresetsRequestMarshaller"> <summary> ListPresets Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ListPresetsResponseUnmarshaller"> <summary> Response Unmarshaller for ListPresets operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.NotificationsMarshaller"> <summary> Notifications Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.NotificationsUnmarshaller"> <summary> Response Unmarshaller for Notifications Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PermissionMarshaller"> <summary> Permission Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PermissionUnmarshaller"> <summary> Response Unmarshaller for Permission Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PipelineOutputConfigMarshaller"> <summary> PipelineOutputConfig Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PipelineOutputConfigUnmarshaller"> <summary> Response Unmarshaller for PipelineOutputConfig Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PipelineUnmarshaller"> <summary> Response Unmarshaller for Pipeline Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PlaylistUnmarshaller"> <summary> Response Unmarshaller for Playlist Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PlayReadyDrmMarshaller"> <summary> PlayReadyDrm Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PlayReadyDrmUnmarshaller"> <summary> Response Unmarshaller for PlayReadyDrm Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PresetUnmarshaller"> <summary> Response Unmarshaller for Preset Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PresetWatermarkMarshaller"> <summary> PresetWatermark Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.PresetWatermarkUnmarshaller"> <summary> Response Unmarshaller for PresetWatermark Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadJobRequestMarshaller"> <summary> ReadJob Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadJobResponseUnmarshaller"> <summary> Response Unmarshaller for ReadJob operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadPipelineRequestMarshaller"> <summary> ReadPipeline Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadPipelineResponseUnmarshaller"> <summary> Response Unmarshaller for ReadPipeline operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadPresetRequestMarshaller"> <summary> ReadPreset Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ReadPresetResponseUnmarshaller"> <summary> Response Unmarshaller for ReadPreset operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.TestRoleRequestMarshaller"> <summary> TestRole Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.TestRoleResponseUnmarshaller"> <summary> Response Unmarshaller for TestRole operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ThumbnailsMarshaller"> <summary> Thumbnails Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.ThumbnailsUnmarshaller"> <summary> Response Unmarshaller for Thumbnails Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.TimeSpanMarshaller"> <summary> TimeSpan Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.TimeSpanUnmarshaller"> <summary> Response Unmarshaller for TimeSpan Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.TimingUnmarshaller"> <summary> Response Unmarshaller for Timing Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineNotificationsRequestMarshaller"> <summary> UpdatePipelineNotifications Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineNotificationsResponseUnmarshaller"> <summary> Response Unmarshaller for UpdatePipelineNotifications operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineRequestMarshaller"> <summary> UpdatePipeline Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineResponseUnmarshaller"> <summary> Response Unmarshaller for UpdatePipeline operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineStatusRequestMarshaller"> <summary> UpdatePipelineStatus Request Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineStatusResponseUnmarshaller"> <summary> Response Unmarshaller for UpdatePipelineStatus operation </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.VideoParametersMarshaller"> <summary> VideoParameters Marshaller </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.VideoParametersUnmarshaller"> <summary> Response Unmarshaller for VideoParameters Object </summary> </member> <member name="T:Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.WarningUnmarshaller"> <summary> Response Unmarshaller for Warning Object </summary> </member> <member name="T:Amazon.Glacier.AmazonGlacierConfig"> <summary> Configuration for accessing Amazon Glacier service </summary> <summary> Configuration for accessing AmazonGlacier service </summary> </member> <member name="M:Amazon.Glacier.AmazonGlacierConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.Glacier.AmazonGlacierConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.Glacier.AmazonGlacierConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.Glacier.AmazonGlacierExtensions"> <summary> Extension methods for Amazon Glacier. </summary> </member> <member name="M:Amazon.Glacier.AmazonGlacierExtensions.SetRange(Amazon.Glacier.Model.GetJobOutputRequest,System.Int64,System.Nullable{System.Int64})"> <summary> Creates the range formatted string and set the Range property. </summary> <param name="request"></param> <param name="start">The start of the range.</param> <param name="end">The end of the range. This can be null which would return the data to the end.</param> </member> <member name="M:Amazon.Glacier.AmazonGlacierExtensions.SetRange(Amazon.Glacier.Model.UploadMultipartPartRequest,System.Int64,System.Int64)"> <summary> Creates the range formatted string and set the Range property. </summary> <param name="request"></param> <param name="start">The start of the range.</param> <param name="end">The end of the range.</param> </member> <member name="T:Amazon.Glacier.GlacierUtils"> <summary> This class defines utility methods and constants for use with Glacier service. </summary> </member> <member name="F:Amazon.Glacier.GlacierUtils.JOB_STATUS_INPROGRESS"> <summary> Constant for in progress job status </summary> </member> <member name="F:Amazon.Glacier.GlacierUtils.JOB_STATUS_FAILED"> <summary> Constant for failed job status </summary> </member> <member name="F:Amazon.Glacier.GlacierUtils.JOB_STATUS_SUCCEEDED"> <summary> Constant for succeeded job status </summary> </member> <member name="M:Amazon.Glacier.GlacierUtils.CreatePartStream(System.IO.Stream,System.Int64)"> <summary> Creates a stream that wraps the passed in stream with the length of the stream set to the part size. This is useful when using multi part upload API by wrapping the stream being uploaded and setting it to the Body property on the UploadMultipartPartRequest object. </summary> <param name="stream">Stream that is wrapped.</param> <param name="partSize">The part size to be read from the original stream.</param> <returns></returns> </member> <member name="T:Amazon.Glacier.ActionCode"> <summary> Constants used for properties of type ActionCode. </summary> </member> <member name="F:Amazon.Glacier.ActionCode.ArchiveRetrieval"> <summary> Constant ArchiveRetrieval for ActionCode </summary> </member> <member name="F:Amazon.Glacier.ActionCode.InventoryRetrieval"> <summary> Constant InventoryRetrieval for ActionCode </summary> </member> <member name="M:Amazon.Glacier.ActionCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Glacier.ActionCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Glacier.StatusCode"> <summary> Constants used for properties of type StatusCode. </summary> </member> <member name="F:Amazon.Glacier.StatusCode.Failed"> <summary> Constant Failed for StatusCode </summary> </member> <member name="F:Amazon.Glacier.StatusCode.InProgress"> <summary> Constant InProgress for StatusCode </summary> </member> <member name="F:Amazon.Glacier.StatusCode.Succeeded"> <summary> Constant Succeeded for StatusCode </summary> </member> <member name="M:Amazon.Glacier.StatusCode.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Glacier.StatusCode.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Glacier.TreeHashGenerator"> <summary> This class computes the tree hash that is set on the CheckSum property on UploadArchiveRequest, UploadMultipartPartRequest and CompleteMultipartUploadRequest. </summary> </member> <member name="M:Amazon.Glacier.TreeHashGenerator.CalculateTreeHash(System.IO.Stream)"> <summary> This method computes the tree hash used by glacier. It reads the whole stream and then resets the position of the stream back to the beginning. </summary> <param name="stream">The stream to read and compute the tree hash for.</param> <returns>The tree hash that can be used to set the the Checksum property.</returns> </member> <member name="M:Amazon.Glacier.TreeHashGenerator.CalculateTreeHash(System.Collections.Generic.IEnumerable{System.String})"> <summary> This method computes the final tree hash used on the CompleteMultipartUploadRequest from the tree hashes of the individual part uploaded. </summary> <param name="partsTreeHash">The list of tree hashes for the individual parts.</param> <returns>The tree hash that can be used to set the the Checksum property.</returns> </member> <member name="T:Amazon.Glacier.Model.AbortMultipartUploadRequest"> <summary> Container for the parameters to the AbortMultipartUpload operation. This operation aborts a multipart upload identified by the upload ID. <para> After the Abort Multipart Upload request succeeds, you cannot upload any more parts to the multipart upload or complete the multipart upload. Aborting a completed upload fails. However, aborting an already-aborted upload will succeed, for a short time. For more information about uploading a part and completing a multipart upload, see <a>UploadMultipartPart</a> and <a>CompleteMultipartUpload</a>. </para> <para> This operation is idempotent. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html">Abort Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.Glacier.AmazonGlacierRequest"> <summary> Base class for Glacier operation requests. </summary> </member> <member name="M:Amazon.Glacier.Model.AbortMultipartUploadRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.AbortMultipartUploadRequest.#ctor(System.String,System.String)"> <summary> Instantiates AbortMultipartUploadRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload to delete.</param> </member> <member name="M:Amazon.Glacier.Model.AbortMultipartUploadRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates AbortMultipartUploadRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload to delete.</param> </member> <member name="P:Amazon.Glacier.Model.AbortMultipartUploadRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AbortMultipartUploadRequest.UploadId"> <summary> Gets and sets the property UploadId. <para> The upload ID of the multipart upload to delete. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AbortMultipartUploadRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.AbortVaultLockRequest"> <summary> Container for the parameters to the AbortVaultLock operation. This operation aborts the vault locking process if the vault lock is not in the <code>Locked</code> state. If the vault lock is in the <code>Locked</code> state when this operation is requested, the operation returns an <code>AccessDeniedException</code> error. Aborting the vault locking process removes the vault lock policy from the specified vault. <para> A vault lock is put into the <code>InProgress</code> state by calling <a>InitiateVaultLock</a>. A vault lock is put into the <code>Locked</code> state by calling <a>CompleteVaultLock</a>. You can get the state of a vault lock by calling <a>GetVaultLock</a>. For more information about the vault locking process, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html">Amazon Glacier Vault Lock</a>. For more information about vault lock policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html">Amazon Glacier Access Control with Vault Lock Policies</a>. </para> <para> This operation is idempotent. You can successfully invoke this operation multiple times, if the vault lock is in the <code>InProgress</code> state or if there is no policy associated with the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AbortVaultLockRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AbortVaultLockRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.AddTagsToVaultRequest"> <summary> Container for the parameters to the AddTagsToVault operation. This operation adds the specified tags to a vault. Each tag is composed of a key and a value. Each vault can have up to 10 tags. If your request would cause the tag limit for the vault to be exceeded, the operation throws the <code>LimitExceededException</code> error. If a tag already exists on the vault under a specified key, the existing key value will be overwritten. For more information about tags, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon Glacier Resources</a>. </summary> </member> <member name="P:Amazon.Glacier.Model.AddTagsToVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AddTagsToVaultRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.AddTagsToVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.CompleteMultipartUploadRequest"> <summary> Container for the parameters to the CompleteMultipartUpload operation. You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource. Using the URI path, you can then access the archive. After you upload an archive, you should save the archive ID returned to retrieve the archive at a later point. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see <a>InitiateJob</a>. <para> In the request, you must include the computed SHA256 tree hash of the entire archive you have uploaded. For information about computing a SHA256 tree hash, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html">Computing Checksums</a>. On the server side, Amazon Glacier also constructs the SHA256 tree hash of the assembled archive. If the values match, Amazon Glacier saves the archive to the vault; otherwise, it returns an error, and the operation fails. The <a>ListParts</a> operation returns a list of parts uploaded for a specific multipart upload. It includes checksum information for each uploaded part that can be used to debug a bad checksum issue. </para> <para> Additionally, Amazon Glacier also checks for any missing content ranges when assembling the archive, if missing content ranges are found, Amazon Glacier returns an error and the operation fails. </para> <para> Complete Multipart Upload is an idempotent operation. After your first successful complete multipart upload, if you call the operation again within a short period, the operation will succeed and return the same archive ID. This is useful in the event you experience a network issue that causes an aborted connection or receive a 500 server error, in which case you can repeat your Complete Multipart Upload request and get the same archive ID without creating duplicate archives. Note, however, that after the multipart upload completes, you cannot call the List Parts operation and the multipart upload will not appear in List Multipart Uploads response, even if idempotent complete is possible. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html">Complete Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.CompleteMultipartUploadRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.CompleteMultipartUploadRequest.#ctor(System.String,System.String,System.String,System.String)"> <summary> Instantiates CompleteMultipartUploadRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> <param name="archiveSize">The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.</param> <param name="checksum">The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.</param> </member> <member name="M:Amazon.Glacier.Model.CompleteMultipartUploadRequest.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Instantiates CompleteMultipartUploadRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> <param name="archiveSize">The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.</param> <param name="checksum">The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.</param> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadRequest.ArchiveSize"> <summary> Gets and sets the property ArchiveSize. <para> The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadRequest.Checksum"> <summary> Gets and sets the property Checksum. <para> The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadRequest.UploadId"> <summary> Gets and sets the property UploadId. <para> The upload ID of the multipart upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.CompleteMultipartUploadResponse"> <summary> Configuration for accessing Amazon CompleteMultipartUpload service </summary> </member> <member name="T:Amazon.Glacier.Model.CompleteMultipartUploadResult"> <summary> Contains the Amazon Glacier response to your request. <para> For information about the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html">Upload Archive</a>. For conceptual information, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in Amazon Glacier</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadResult.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> The ID of the archive. This value is also included as part of the location. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadResult.Checksum"> <summary> Gets and sets the property Checksum. <para> The checksum of the archive computed by Amazon Glacier. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadResult.Location"> <summary> Gets and sets the property Location. <para> The relative URI path of the newly added archive resource. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteMultipartUploadResponse.CompleteMultipartUploadResult"> <summary> Gets and sets the CompleteMultipartUploadResult property. Represents the output of a CompleteMultipartUpload operation. </summary> </member> <member name="T:Amazon.Glacier.Model.CompleteVaultLockRequest"> <summary> Container for the parameters to the CompleteVaultLock operation. This operation completes the vault locking process by transitioning the vault lock from the <code>InProgress</code> state to the <code>Locked</code> state, which causes the vault lock policy to become unchangeable. A vault lock is put into the <code>InProgress</code> state by calling <a>InitiateVaultLock</a>. You can obtain the state of the vault lock by calling <a>GetVaultLock</a>. For more information about the vault locking process, <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html">Amazon Glacier Vault Lock</a>. <para> This operation is idempotent. This request is always successful if the vault lock is in the <code>Locked</code> state and the provided lock ID matches the lock ID originally used to lock the vault. </para> <para> If an invalid lock ID is passed in the request when the vault lock is in the <code>Locked</code> state, the operation returns an <code>AccessDeniedException</code> error. If an invalid lock ID is passed in the request when the vault lock is in the <code>InProgress</code> state, the operation throws an <code>InvalidParameter</code> error. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteVaultLockRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteVaultLockRequest.LockId"> <summary> Gets and sets the property LockId. <para> The <code>lockId</code> value is the lock ID obtained from a <a>InitiateVaultLock</a> request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CompleteVaultLockRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.CreateVaultRequest"> <summary> Container for the parameters to the CreateVault operation. This operation creates a new vault with the specified name. The name of the vault must be unique within a region for an AWS account. You can create up to 1,000 vaults per account. If you need to create more vaults, contact Amazon Glacier. <para> You must use the following guidelines when naming a vault. </para> <para> <ul> <li> <para> Names can be between 1 and 255 characters long. </para> </li> <li> <para> Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period). </para> </li> </ul> </para> <para> This operation is idempotent. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html">Creating a Vault in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html">Create Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.CreateVaultRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.CreateVaultRequest.#ctor(System.String)"> <summary> Instantiates CreateVaultRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.CreateVaultRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateVaultRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.CreateVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CreateVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.CreateVaultResponse"> <summary> Configuration for accessing Amazon CreateVault service </summary> </member> <member name="T:Amazon.Glacier.Model.CreateVaultResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.CreateVaultResult.Location"> <summary> Gets and sets the property Location. <para> The URI of the vault that was created. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.CreateVaultResponse.CreateVaultResult"> <summary> Gets and sets the CreateVaultResult property. Represents the output of a CreateVault operation. </summary> </member> <member name="T:Amazon.Glacier.Model.DataRetrievalPolicy"> <summary> Data retrieval policy. </summary> </member> <member name="P:Amazon.Glacier.Model.DataRetrievalPolicy.Rules"> <summary> Gets and sets the property Rules. <para> The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DataRetrievalRule"> <summary> Data retrieval policy rule. </summary> </member> <member name="P:Amazon.Glacier.Model.DataRetrievalRule.BytesPerHour"> <summary> Gets and sets the property BytesPerHour. <para> The maximum number of bytes that can be retrieved in an hour. </para> <para> This field is required only if the value of the Strategy field is <code>BytesPerHour</code>. Your PUT operation will be rejected if the Strategy field is not set to <code>BytesPerHour</code> and you set this field. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DataRetrievalRule.Strategy"> <summary> Gets and sets the property Strategy. <para> The type of data retrieval policy to set. </para> <para> Valid values: BytesPerHour|FreeTier|None </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DeleteArchiveRequest"> <summary> Container for the parameters to the DeleteArchive operation. This operation deletes an archive from a vault. Subsequent requests to initiate a retrieval of this archive will fail. Archive retrievals that are in progress for this archive ID may or may not succeed according to the following scenarios: <ul> <li>If the archive retrieval job is actively preparing the data for download when Amazon Glacier receives the delete archive request, the archival retrieval operation might fail. </li> <li>If the archive retrieval job has successfully prepared the archive for download when Amazon Glacier receives the delete archive request, you will be able to download the output. </li> </ul> <para> This operation is idempotent. Attempting to delete an already-deleted archive does not result in an error. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html">Deleting an Archive in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html">Delete Archive</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteArchiveRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteArchiveRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteArchiveRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="archiveId">The ID of the archive to delete.</param> </member> <member name="M:Amazon.Glacier.Model.DeleteArchiveRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates DeleteArchiveRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="archiveId">The ID of the archive to delete.</param> </member> <member name="P:Amazon.Glacier.Model.DeleteArchiveRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteArchiveRequest.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> The ID of the archive to delete. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteArchiveRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DeleteVaultAccessPolicyRequest"> <summary> Container for the parameters to the DeleteVaultAccessPolicy operation. This operation deletes the access policy associated with the specified vault. The operation is eventually consistent; that is, it might take some time for Amazon Glacier to completely remove the access policy, and you might still see the effect of the policy for a short time after you send the delete request. <para> This operation is idempotent. You can invoke delete multiple times, even if there is no policy associated with the vault. For more information about vault access policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html">Amazon Glacier Access Control with Vault Access Policies</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultAccessPolicyRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultAccessPolicyRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DeleteVaultNotificationsRequest"> <summary> Container for the parameters to the DeleteVaultNotifications operation. This operation deletes the notification configuration set for a vault. The operation is eventually consistent; that is, it might take some time for Amazon Glacier to completely disable the notifications and you might still receive some notifications for a short time after you send the delete request. <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html">Configuring Vault Notifications in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html">Delete Vault Notification Configuration </a> in the Amazon Glacier Developer Guide. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultNotificationsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultNotificationsRequest.#ctor(System.String)"> <summary> Instantiates DeleteVaultNotificationsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultNotificationsRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteVaultNotificationsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultNotificationsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultNotificationsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DeleteVaultRequest"> <summary> Container for the parameters to the DeleteVault operation. This operation deletes a vault. Amazon Glacier will delete a vault only if there are no archives in the vault as of the last inventory and there have been no writes to the vault since the last inventory. If either of these conditions is not satisfied, the vault deletion fails (that is, the vault is not removed) and Amazon Glacier returns an error. You can use <a>DescribeVault</a> to return the number of archives in a vault, and you can use <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html">Initiate a Job (POST jobs)</a> to initiate a new inventory retrieval for a vault. The inventory contains the archive IDs you use to delete archives using <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html">Delete Archive (DELETE archive)</a>. <para> This operation is idempotent. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html">Deleting a Vault in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html">Delete Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultRequest.#ctor(System.String)"> <summary> Instantiates DeleteVaultRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.DeleteVaultRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteVaultRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DeleteVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeJobRequest"> <summary> Container for the parameters to the DescribeJob operation. This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job. For more information about initiating a job, see <a>InitiateJob</a>. <note> <para> This operation enables you to check the status of your job. However, it is strongly recommended that you set up an Amazon SNS topic and specify it in your initiate job request so that Amazon Glacier can notify the topic after it completes the job. </para> </note> <para> A job ID will not expire for at least 24 hours after Amazon Glacier completes the job. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For information about the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html">Working with Archives in Amazon Glacier</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.DescribeJobRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.DescribeJobRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates DescribeJobRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> <param name="jobId">The ID of the job to describe.</param> </member> <member name="M:Amazon.Glacier.Model.DescribeJobRequest.#ctor(System.String,System.String)"> <summary> Instantiates DescribeJobRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="jobId">The ID of the job to describe.</param> </member> <member name="P:Amazon.Glacier.Model.DescribeJobRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobRequest.JobId"> <summary> Gets and sets the property JobId. <para> The ID of the job to describe. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeJobResponse"> <summary> Configuration for accessing Amazon DescribeJob service </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeJobResult"> <summary> Describes an Amazon Glacier job. </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.Action"> <summary> Gets and sets the property Action. <para> The job type. It is either ArchiveRetrieval or InventoryRetrieval. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.ArchiveSHA256TreeHash"> <summary> Gets and sets the property ArchiveSHA256TreeHash. <para> The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.ArchiveSizeInBytes"> <summary> Gets and sets the property ArchiveSizeInBytes. <para> For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.Completed"> <summary> Gets and sets the property Completed. <para> The job status. When a job is completed, you get the job's output. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.CompletionDate"> <summary> Gets and sets the property CompletionDate. <para> The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC date when the job was created. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.InventoryRetrievalParameters"> <summary> Gets and sets the property InventoryRetrievalParameters. <para> Parameters used for range inventory retrieval. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.InventorySizeInBytes"> <summary> Gets and sets the property InventorySizeInBytes. <para> For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.JobDescription"> <summary> Gets and sets the property JobDescription. <para> The job description you provided when you initiated the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.JobId"> <summary> Gets and sets the property JobId. <para> An opaque string that identifies an Amazon Glacier job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.RetrievalByteRange"> <summary> Gets and sets the property RetrievalByteRange. <para> The retrieved byte range for archive retrieval jobs in the form "<i>StartByteValue</i>-<i>EndByteValue</i>" If no range was specified in the archive retrieval, then the whole archive is retrieved and <i>StartByteValue</i> equals 0 and <i>EndByteValue</i> equals the size of the archive minus 1. For inventory retrieval jobs this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.SHA256TreeHash"> <summary> Gets and sets the property SHA256TreeHash. <para> For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null. </para> <para> The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value. </para> <para> For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value. </para> <para> This field is null in the following situations: <ul> <li> <para> Archive retrieval jobs that specify a range that is not tree-hash aligned. </para> </li> </ul> <ul> <li> <para> Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress. </para> </li> </ul> <ul> <li> <para> Inventory jobs. </para> </li> </ul> </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.SNSTopic"> <summary> Gets and sets the property SNSTopic. <para> An Amazon Simple Notification Service (Amazon SNS) topic that receives notification. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.StatusCode"> <summary> Gets and sets the property StatusCode. <para> The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A friendly message that describes the job status. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResult.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeJobResponse.DescribeJobResult"> <summary> Gets and sets the DescribeJobResult property. Represents the output of a DescribeJob operation. </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeVaultOutput"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.LastInventoryDate"> <summary> Gets and sets the property LastInventoryDate. <para> The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.NumberOfArchives"> <summary> Gets and sets the property NumberOfArchives. <para> The number of archives in the vault as of the last inventory date. This field will return <code>null</code> if an inventory has not yet run on the vault, for example, if you just created the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.SizeInBytes"> <summary> Gets and sets the property SizeInBytes. <para> Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultOutput.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeVaultRequest"> <summary> Container for the parameters to the DescribeVault operation. This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault. The number of archives and their total size are as of the last inventory generation. This means that if you add or remove an archive from a vault, and then immediately use Describe Vault, the change in contents will not be immediately reflected. If you want to retrieve the latest inventory of the vault, use <a>InitiateJob</a>. Amazon Glacier generates vault inventories approximately daily. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html">Downloading a Vault Inventory in Amazon Glacier</a>. <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html">Retrieving Vault Metadata in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html">Describe Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.DescribeVaultRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.DescribeVaultRequest.#ctor(System.String)"> <summary> Instantiates DescribeVaultRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.DescribeVaultRequest.#ctor(System.String,System.String)"> <summary> Instantiates DescribeVaultRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeVaultResponse"> <summary> Configuration for accessing Amazon DescribeVault service </summary> </member> <member name="T:Amazon.Glacier.Model.DescribeVaultResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.LastInventoryDate"> <summary> Gets and sets the property LastInventoryDate. <para> The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.NumberOfArchives"> <summary> Gets and sets the property NumberOfArchives. <para> The number of archives in the vault as of the last inventory date. This field will return <code>null</code> if an inventory has not yet run on the vault, for example, if you just created the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.SizeInBytes"> <summary> Gets and sets the property SizeInBytes. <para> Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResult.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.DescribeVaultResponse.DescribeVaultResult"> <summary> Gets and sets the DescribeVaultResult property. Represents the output of a DescribeVault operation. </summary> </member> <member name="T:Amazon.Glacier.Model.GetDataRetrievalPolicyRequest"> <summary> Container for the parameters to the GetDataRetrievalPolicy operation. This operation returns the current data retrieval policy for the account and region specified in the GET request. For more information about data retrieval policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html">Amazon Glacier Data Retrieval Policies</a>. </summary> </member> <member name="P:Amazon.Glacier.Model.GetDataRetrievalPolicyRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.GetDataRetrievalPolicyResponse"> <summary> Configuration for accessing Amazon GetDataRetrievalPolicy service </summary> </member> <member name="T:Amazon.Glacier.Model.GetDataRetrievalPolicyResult"> <summary> Contains the Amazon Glacier response to the <code>GetDataRetrievalPolicy</code> request. </summary> </member> <member name="P:Amazon.Glacier.Model.GetDataRetrievalPolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> Contains the returned data retrieval policy in JSON format. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetDataRetrievalPolicyResponse.GetDataRetrievalPolicyResult"> <summary> Gets and sets the GetDataRetrievalPolicyResult property. Represents the output of a GetDataRetrievalPolicy operation. </summary> </member> <member name="T:Amazon.Glacier.Model.GetJobOutputRequest"> <summary> Container for the parameters to the GetJobOutput operation. This operation downloads the output of the job you initiated using <a>InitiateJob</a>. Depending on the job type you specified when you initiated the job, the output will be either the content of an archive or a vault inventory. <para> A job ID will not expire for at least 24 hours after Amazon Glacier completes the job. That is, you can download the job output within the 24 hours period after Amazon Glacier completes the job. </para> <para> If the job output is large, then you can use the <code>Range</code> request header to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output: </para> <ol> <li> <para> Download a 128 MB chunk of output by specifying the appropriate byte range using the <code>Range</code> header. </para> </li> <li> <para> Along with the data, the response includes a SHA256 tree hash of the payload. You compute the checksum of the payload on the client and compare it with the checksum you received in the response to ensure you received all the expected data. </para> </li> <li> <para> Repeat steps 1 and 2 for all the eight 128 MB chunks of output data, each time specifying the appropriate byte range. </para> </li> <li> <para> After downloading all the parts of the job output, you have a list of eight checksum values. Compute the tree hash of these values to find the checksum of the entire output. Using the <a>DescribeJob</a> API, obtain job information of the job that provided you the output. The response includes the checksum of the entire archive stored in Amazon Glacier. You compare this value with the checksum you computed to ensure you have downloaded the entire archive content with no errors. </para> </li> </ol> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html">Downloading a Vault Inventory</a>, <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html">Downloading an Archive</a>, and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html">Get Job Output </a> </para> </summary> </member> <member name="M:Amazon.Glacier.Model.GetJobOutputRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.GetJobOutputRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates GetJobOutputRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="jobId">The job ID whose data is downloaded.</param> <param name="range">The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify "Range: bytes=0-1048575". By default, this operation downloads the entire output. </param> </member> <member name="M:Amazon.Glacier.Model.GetJobOutputRequest.#ctor(System.String,System.String,System.String,System.String)"> <summary> Instantiates GetJobOutputRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="jobId">The job ID whose data is downloaded.</param> <param name="range">The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify "Range: bytes=0-1048575". By default, this operation downloads the entire output. </param> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputRequest.JobId"> <summary> Gets and sets the property JobId. <para> The job ID whose data is downloaded. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputRequest.Range"> <summary> Gets and sets the property Range. <para> The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify "Range: bytes=0-1048575". By default, this operation downloads the entire output. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.GetJobOutputResponse"> <summary> Configuration for accessing Amazon GetJobOutput service </summary> </member> <member name="T:Amazon.Glacier.Model.GetJobOutputResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.AcceptRanges"> <summary> Gets and sets the property AcceptRanges. <para> Indicates the range units accepted. For more information, go to <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">RFC2616</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.ArchiveDescription"> <summary> Gets and sets the property ArchiveDescription. <para> The description of an archive. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.Body"> <summary> Gets and sets the property Body. <para> The job data, either archive data or inventory data. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.Checksum"> <summary> Gets and sets the property Checksum. <para> The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions: <ul> <li>You get the entire range of the archive.</li> <li>You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.</li> <li>You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.</li> </ul> </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.ContentRange"> <summary> Gets and sets the property ContentRange. <para> The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.ContentType"> <summary> Gets and sets the property ContentType. <para> The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResult.Status"> <summary> Gets and sets the property Status. <para> The HTTP response code for a job output request. The value depends on whether a range was specified in the request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetJobOutputResponse.GetJobOutputResult"> <summary> Gets and sets the GetJobOutputResult property. Represents the output of a GetJobOutput operation. </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultAccessPolicyRequest"> <summary> Container for the parameters to the GetVaultAccessPolicy operation. This operation retrieves the <code>access-policy</code> subresource set on the vault; for more information on setting this subresource, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html">Set Vault Access Policy (PUT access-policy)</a>. If there is no access policy set on the vault, the operation returns a <code>404 Not found</code> error. For more information about vault access policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html">Amazon Glacier Access Control with Vault Access Policies</a>. </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultAccessPolicyRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultAccessPolicyRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultAccessPolicyResponse"> <summary> Configuration for accessing Amazon GetVaultAccessPolicy service </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultAccessPolicyResult"> <summary> Output for GetVaultAccessPolicy. </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultAccessPolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> Contains the returned vault access policy as a JSON string. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultAccessPolicyResponse.GetVaultAccessPolicyResult"> <summary> Gets and sets the GetVaultAccessPolicyResult property. Represents the output of a GetVaultAccessPolicy operation. </summary> </member> <!-- Badly formed XML comment ignored for member "T:Amazon.Glacier.Model.GetVaultLockRequest" --> <member name="P:Amazon.Glacier.Model.GetVaultLockRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultLockResponse"> <summary> Configuration for accessing Amazon GetVaultLock service </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultLockResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockResult.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC date and time at which the vault lock was put into the <code>InProgress</code> state. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockResult.ExpirationDate"> <summary> Gets and sets the property ExpirationDate. <para> The UTC date and time at which the lock ID expires. This value can be <code>null</code> if the vault lock is in a <code>Locked</code> state. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockResult.Policy"> <summary> Gets and sets the property Policy. <para> The vault lock policy as a JSON string, which uses "\" as an escape character. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockResult.State"> <summary> Gets and sets the property State. <para> The state of the vault lock. <code>InProgress</code> or <code>Locked</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultLockResponse.GetVaultLockResult"> <summary> Gets and sets the GetVaultLockResult property. Represents the output of a GetVaultLock operation. </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultNotificationsRequest"> <summary> Container for the parameters to the GetVaultNotifications operation. This operation retrieves the <code class="code">notification-configuration</code> subresource of the specified vault. <para> For information about setting a notification configuration on a vault, see <a>SetVaultNotifications</a>. If a notification configuration for a vault is not set, the operation returns a <code class="code">404 Not Found</code> error. For more information about vault notifications, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html">Configuring Vault Notifications in Amazon Glacier</a>. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html">Configuring Vault Notifications in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html">Get Vault Notification Configuration </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.GetVaultNotificationsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.GetVaultNotificationsRequest.#ctor(System.String)"> <summary> Instantiates GetVaultNotificationsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.GetVaultNotificationsRequest.#ctor(System.String,System.String)"> <summary> Instantiates GetVaultNotificationsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.GetVaultNotificationsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultNotificationsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultNotificationsResponse"> <summary> Configuration for accessing Amazon GetVaultNotifications service </summary> </member> <member name="T:Amazon.Glacier.Model.GetVaultNotificationsResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultNotificationsResult.VaultNotificationConfig"> <summary> Gets and sets the property VaultNotificationConfig. <para> Returns the notification configuration set on the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GetVaultNotificationsResponse.GetVaultNotificationsResult"> <summary> Gets and sets the GetVaultNotificationsResult property. Represents the output of a GetVaultNotifications operation. </summary> </member> <member name="T:Amazon.Glacier.Model.GlacierJobDescription"> <summary> Describes an Amazon Glacier job. </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.Action"> <summary> Gets and sets the property Action. <para> The job type. It is either ArchiveRetrieval or InventoryRetrieval. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.ArchiveSHA256TreeHash"> <summary> Gets and sets the property ArchiveSHA256TreeHash. <para> The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.ArchiveSizeInBytes"> <summary> Gets and sets the property ArchiveSizeInBytes. <para> For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.Completed"> <summary> Gets and sets the property Completed. <para> The job status. When a job is completed, you get the job's output. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.CompletionDate"> <summary> Gets and sets the property CompletionDate. <para> The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC date when the job was created. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.InventoryRetrievalParameters"> <summary> Gets and sets the property InventoryRetrievalParameters. <para> Parameters used for range inventory retrieval. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.InventorySizeInBytes"> <summary> Gets and sets the property InventorySizeInBytes. <para> For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.JobDescription"> <summary> Gets and sets the property JobDescription. <para> The job description you provided when you initiated the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.JobId"> <summary> Gets and sets the property JobId. <para> An opaque string that identifies an Amazon Glacier job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.RetrievalByteRange"> <summary> Gets and sets the property RetrievalByteRange. <para> The retrieved byte range for archive retrieval jobs in the form "<i>StartByteValue</i>-<i>EndByteValue</i>" If no range was specified in the archive retrieval, then the whole archive is retrieved and <i>StartByteValue</i> equals 0 and <i>EndByteValue</i> equals the size of the archive minus 1. For inventory retrieval jobs this field is null. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.SHA256TreeHash"> <summary> Gets and sets the property SHA256TreeHash. <para> For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null. </para> <para> The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value. </para> <para> For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value. </para> <para> This field is null in the following situations: <ul> <li> <para> Archive retrieval jobs that specify a range that is not tree-hash aligned. </para> </li> </ul> <ul> <li> <para> Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress. </para> </li> </ul> <ul> <li> <para> Inventory jobs. </para> </li> </ul> </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.SNSTopic"> <summary> Gets and sets the property SNSTopic. <para> An Amazon Simple Notification Service (Amazon SNS) topic that receives notification. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.StatusCode"> <summary> Gets and sets the property StatusCode. <para> The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.StatusMessage"> <summary> Gets and sets the property StatusMessage. <para> A friendly message that describes the job status. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.GlacierJobDescription.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateJobRequest"> <summary> Container for the parameters to the InitiateJob operation. This operation initiates a job of the specified type. In this release, you can initiate a job to retrieve either an archive or a vault inventory (a list of archives in a vault). <para> Retrieving data from Amazon Glacier is a two-step process: </para> <ol> <li> <para> Initiate a retrieval job. </para> <note> <para> A data retrieval policy can cause your initiate retrieval job request to fail with a PolicyEnforcedException exception. For more information about data retrieval policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html">Amazon Glacier Data Retrieval Policies</a>. For more information about the PolicyEnforcedException exception, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-error-responses.html">Error Responses</a>. </para> </note> </li> <li> <para> After the job completes, download the bytes. </para> </li> </ol> <para> The retrieval request is executed asynchronously. When you initiate a retrieval job, Amazon Glacier creates a job and returns a job ID in the response. When Amazon Glacier completes the job, you can get the job output (archive or inventory data). For information about getting job output, see <a>GetJobOutput</a> operation. </para> <para> The job must complete before you can get its output. To determine when a job is complete, you have the following options: </para> <ul> <li> <para> <b>Use Amazon SNS Notification</b> You can specify an Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Glacier can post a notification after the job is completed. You can specify an SNS topic per job request. The notification is sent only after Amazon Glacier completes the job. In addition to specifying an SNS topic per job request, you can configure vault notifications for a vault so that job notifications are always sent. For more information, see <a>SetVaultNotifications</a>. </para> </li> <li> <para> <b>Get job details</b> You can make a <a>DescribeJob</a> request to obtain job status information while a job is in progress. However, it is more efficient to use an Amazon SNS notification to determine when a job is complete. </para> </li> </ul> <note> <para> The information you get via notification is same that you get by calling <a>DescribeJob</a>. </para> </note> <para> If for a specific event, you add both the notification configuration on the vault and also specify an SNS topic in your initiate job request, Amazon Glacier sends both notifications. For more information, see <a>SetVaultNotifications</a>. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> <b>About the Vault Inventory</b> </para> <para> Amazon Glacier prepares an inventory for each vault periodically, every 24 hours. When you initiate a job for a vault inventory, Amazon Glacier returns the last inventory for the vault. The inventory data you get might be up to a day or two days old. Also, the initiate inventory job might take some time to complete before you can download the vault inventory. So you do not want to retrieve a vault inventory for each vault operation. However, in some scenarios, you might find the vault inventory useful. For example, when you upload an archive, you can provide an archive description but not an archive name. Amazon Glacier provides you a unique archive ID, an opaque string of characters. So, you might maintain your own database that maps archive names to their corresponding Amazon Glacier assigned archive IDs. You might find the vault inventory useful in the event you need to reconcile information in your database with the actual vault inventory. </para> <para> <b>Range Inventory Retrieval</b> </para> <para> You can limit the number of inventory items retrieved by filtering on the archive creation date or by setting a limit. </para> <para> <i>Filtering by Archive Creation Date</i> </para> <para> You can retrieve inventory items for archives created between <code>StartDate</code> and <code>EndDate</code> by specifying values for these parameters in the <b>InitiateJob</b> request. Archives created on or after the <code>StartDate</code> and before the <code>EndDate</code> will be returned. If you only provide the <code>StartDate</code> without the <code>EndDate</code>, you will retrieve the inventory for all archives created on or after the <code>StartDate</code>. If you only provide the <code>EndDate</code> without the <code>StartDate</code>, you will get back the inventory for all archives created before the <code>EndDate</code>. </para> <para> <i>Limiting Inventory Items per Retrieval</i> </para> <para> You can limit the number of inventory items returned by setting the <code>Limit</code> parameter in the <b>InitiateJob</b> request. The inventory job output will contain inventory items up to the specified <code>Limit</code>. If there are more inventory items available, the result is paginated. After a job is complete you can use the <a>DescribeJob</a> operation to get a marker that you use in a subsequent <b>InitiateJob</b> request. The marker will indicate the starting point to retrieve the next set of inventory items. You can page through your entire inventory by repeatedly making <b>InitiateJob</b> requests with the marker from the previous <b>DescribeJob</b> output, until you get a marker from <b>DescribeJob</b> that returns null, indicating that there are no more inventory items available. </para> <para> You can use the <code>Limit</code> parameter together with the date range parameters. </para> <para> <b>About Ranged Archive Retrieval</b> </para> <para> You can initiate an archive retrieval for the whole archive or a range of the archive. In the case of ranged archive retrieval, you specify a byte range to return or the whole archive. The range specified must be megabyte (MB) aligned, that is the range start value must be divisible by 1 MB and range end value plus 1 must be divisible by 1 MB or equal the end of the archive. If the ranged archive retrieval is not megabyte aligned, this operation returns a 400 response. Furthermore, to ensure you get checksum values for data you download using Get Job Output API, the range must be tree hash aligned. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html">Initiate a Job</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html">Downloading a Vault Inventory</a> </para> </summary> </member> <member name="M:Amazon.Glacier.Model.InitiateJobRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.InitiateJobRequest.#ctor(System.String,Amazon.Glacier.Model.JobParameters)"> <summary> Instantiates InitiateJobRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="jobParameters">Provides options for specifying job information.</param> </member> <member name="M:Amazon.Glacier.Model.InitiateJobRequest.#ctor(System.String,System.String,Amazon.Glacier.Model.JobParameters)"> <summary> Instantiates InitiateJobRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="jobParameters">Provides options for specifying job information.</param> </member> <member name="P:Amazon.Glacier.Model.InitiateJobRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateJobRequest.JobParameters"> <summary> Gets and sets the property JobParameters. <para> Provides options for specifying job information. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateJobRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateJobResponse"> <summary> Configuration for accessing Amazon InitiateJob service </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateJobResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateJobResult.JobId"> <summary> Gets and sets the property JobId. <para> The ID of the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateJobResult.Location"> <summary> Gets and sets the property Location. <para> The relative URI path of the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateJobResponse.InitiateJobResult"> <summary> Gets and sets the InitiateJobResult property. Represents the output of a InitiateJob operation. </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateMultipartUploadRequest"> <summary> Container for the parameters to the InitiateMultipartUpload operation. This operation initiates a multipart upload. Amazon Glacier creates a multipart upload resource and returns its ID in the response. The multipart upload ID is used in subsequent requests to upload parts of an archive (see <a>UploadMultipartPart</a>). <para> When you initiate a multipart upload, you specify the part size in number of bytes. The part size must be a megabyte (1024 KB) multiplied by a power of 2-for example, 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB. </para> <para> Every part you upload to this resource (see <a>UploadMultipartPart</a>), except the last one, must have the same size. The last one can be the same size or smaller. For example, suppose you want to upload a 16.2 MB file. If you initiate the multipart upload with a part size of 4 MB, you will upload four parts of 4 MB each and one part of 0.2 MB. </para> <note> <para> You don't need to know the size of the archive when you start a multipart upload because Amazon Glacier does not require you to specify the overall archive size. </para> </note> <para> After you complete the multipart upload, Amazon Glacier removes the multipart upload resource referenced by the ID. Amazon Glacier also removes the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html">Initiate Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.InitiateMultipartUploadRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.InitiateMultipartUploadRequest.#ctor(System.String,System.String,System.Int64)"> <summary> Instantiates InitiateMultipartUploadRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="archiveDescription">The archive description that you are uploading in parts. The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).</param> <param name="partSize">The size of each part except the last, in bytes. The last part can be smaller than this part size.</param> </member> <member name="M:Amazon.Glacier.Model.InitiateMultipartUploadRequest.#ctor(System.String,System.String,System.String,System.Int64)"> <summary> Instantiates InitiateMultipartUploadRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> <param name="archiveDescription">The archive description that you are uploading in parts. The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).</param> <param name="partSize">The size of each part except the last, in bytes. The last part can be smaller than this part size.</param> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadRequest.ArchiveDescription"> <summary> Gets and sets the property ArchiveDescription. <para> The archive description that you are uploading in parts. </para> <para> The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB). </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadRequest.PartSize"> <summary> Gets and sets the property PartSize. <para> The size of each part except the last, in bytes. The last part can be smaller than this part size. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateMultipartUploadResponse"> <summary> Configuration for accessing Amazon InitiateMultipartUpload service </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateMultipartUploadResult"> <summary> The Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadResult.Location"> <summary> Gets and sets the property Location. <para> The relative URI path of the multipart upload ID Amazon Glacier created. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadResult.UploadId"> <summary> Gets and sets the property UploadId. <para> The ID of the multipart upload. This value is also included as part of the location. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateMultipartUploadResponse.InitiateMultipartUploadResult"> <summary> Gets and sets the InitiateMultipartUploadResult property. Represents the output of a InitiateMultipartUpload operation. </summary> </member> <!-- Badly formed XML comment ignored for member "T:Amazon.Glacier.Model.InitiateVaultLockRequest" --> <member name="P:Amazon.Glacier.Model.InitiateVaultLockRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateVaultLockRequest.Policy"> <summary> Gets and sets the property Policy. <para> The vault lock policy as a JSON string, which uses "\" as an escape character. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateVaultLockRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateVaultLockResponse"> <summary> Configuration for accessing Amazon InitiateVaultLock service </summary> </member> <member name="T:Amazon.Glacier.Model.InitiateVaultLockResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateVaultLockResult.LockId"> <summary> Gets and sets the property LockId. <para> The lock ID, which is used to complete the vault locking process. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InitiateVaultLockResponse.InitiateVaultLockResult"> <summary> Gets and sets the InitiateVaultLockResult property. Represents the output of a InitiateVaultLock operation. </summary> </member> <member name="T:Amazon.Glacier.Model.InvalidParameterValueException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.InvalidParameterValueException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterValueException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.InventoryRetrievalJobDescription"> <summary> Describes the options for a range inventory retrieval job. </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobDescription.EndDate"> <summary> Gets and sets the property EndDate. <para> The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobDescription.Format"> <summary> Gets and sets the property Format. <para> The output format for the vault inventory list, which is set by the <b>InitiateJob</b> request when initiating a job to retrieve a vault inventory. Valid values are "CSV" and "JSON". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobDescription.Limit"> <summary> Gets and sets the property Limit. <para> Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a <b>InitiateJob</b> request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobDescription.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new <b>InitiateJob</b> request to obtain additional inventory items. If there are no more inventory items, this value is <code>null</code>. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html#api-initiate-job-post-vault-inventory-list-filtering"> Range Inventory Retrieval</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobDescription.StartDate"> <summary> Gets and sets the property StartDate. <para> The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.InventoryRetrievalJobInput"> <summary> Provides options for specifying a range inventory retrieval job. </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobInput.EndDate"> <summary> Gets and sets the property EndDate. <para> The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobInput.Limit"> <summary> Gets and sets the property Limit. <para> Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobInput.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new <b>InitiateJob</b> request to obtain additional inventory items. If there are no more inventory items, this value is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.InventoryRetrievalJobInput.StartDate"> <summary> Gets and sets the property StartDate. <para> The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.JobParameters"> <summary> Provides options for defining a job. </summary> </member> <member name="M:Amazon.Glacier.Model.JobParameters.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.JobParameters.#ctor(System.String,System.String,System.String,System.String)"> <summary> Instantiates JobParameters with the parameterized properties </summary> <param name="format">When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are "CSV" and "JSON". </param> <param name="type">The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are "archive-retrieval" and "inventory-retrieval".</param> <param name="archiveId">The ID of the archive that you want to retrieve. This field is required only if <code>Type</code> is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request. </param> <param name="description">The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.</param> </member> <member name="P:Amazon.Glacier.Model.JobParameters.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> The ID of the archive that you want to retrieve. This field is required only if <code>Type</code> is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.Description"> <summary> Gets and sets the property Description. <para> The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.Format"> <summary> Gets and sets the property Format. <para> When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are "CSV" and "JSON". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.InventoryRetrievalParameters"> <summary> Gets and sets the property InventoryRetrievalParameters. <para> Input parameters used for range inventory retrieval. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.RetrievalByteRange"> <summary> Gets and sets the property RetrievalByteRange. <para> The byte range to retrieve for an archive retrieval. in the form "<i>StartByteValue</i>-<i>EndByteValue</i>" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that <i>StartByteValue</i> must be divisible by 1 MB and <i>EndByteValue</i> plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response. </para> <para> An error occurs if you specify this field for an inventory retrieval job request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.SNSTopic"> <summary> Gets and sets the property SNSTopic. <para> The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.JobParameters.Type"> <summary> Gets and sets the property Type. <para> The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are "archive-retrieval" and "inventory-retrieval". </para> </summary> </member> <member name="T:Amazon.Glacier.Model.LimitExceededException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.ListJobsRequest"> <summary> Container for the parameters to the ListJobs operation. This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished. <note> <para> Amazon Glacier retains recently completed jobs for a period before deleting them; however, it eventually removes completed jobs. The output of completed jobs can be retrieved. Retaining completed jobs for a period of time after they have completed enables you to get a job output in the event you miss the job completion notification or your first attempt to download it fails. For example, suppose you start an archive retrieval job to download an archive. After the job completes, you start to download the archive but encounter a network error. In this scenario, you can retry and download the archive while the job exists. </para> </note> <para> To retrieve an archive or retrieve a vault inventory from Amazon Glacier, you first initiate a job, and after the job completes, you download the data. For an archive retrieval, the output is the archive data, and for an inventory retrieval, it is the inventory list. The List Job operation returns a list of these jobs sorted by job initiation time. </para> <para> This List Jobs operation supports pagination. By default, this operation returns up to 1,000 jobs in the response. You should always check the response for a <code>marker</code> at which to continue the list; if there are no more items the <code>marker</code> is <code>null</code>. To return a list of jobs that begins at a specific job, set the <code>marker</code> request parameter to the value you obtained from a previous List Jobs request. You can also limit the number of jobs returned in the response by specifying the <code>limit</code> parameter in the request. </para> <para> Additionally, you can filter the jobs list returned by specifying an optional <code>statuscode</code> (InProgress, Succeeded, or Failed) and <code>completed</code> (true, false) parameter. The <code>statuscode</code> allows you to specify that only jobs that match a specified status are returned. The <code>completed</code> parameter allows you to specify that only jobs in a specific completion state are returned. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-jobs-get.html">List Jobs </a> </para> </summary> </member> <member name="M:Amazon.Glacier.Model.ListJobsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.ListJobsRequest.#ctor(System.String)"> <summary> Instantiates ListJobsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.ListJobsRequest.#ctor(System.String,System.String)"> <summary> Instantiates ListJobsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.Completed"> <summary> Gets and sets the property Completed. <para> Specifies the state of the jobs to return. You can specify <code>true</code> or <code>false</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.Limit"> <summary> Gets and sets the property Limit. <para> Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.Statuscode"> <summary> Gets and sets the property Statuscode. <para> Specifies the type of job status to return. You can specify the following values: "InProgress", "Succeeded", or "Failed". </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.ListJobsResponse"> <summary> Configuration for accessing Amazon ListJobs service </summary> </member> <member name="T:Amazon.Glacier.Model.ListJobsResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsResult.JobList"> <summary> Gets and sets the property JobList. <para> A list of job objects. Each job object contains metadata describing the job. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsResult.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListJobsResponse.ListJobsResult"> <summary> Gets and sets the ListJobsResult property. Represents the output of a ListJobs operation. </summary> </member> <member name="T:Amazon.Glacier.Model.ListMultipartUploadsRequest"> <summary> Container for the parameters to the ListMultipartUploads operation. This operation lists in-progress multipart uploads for the specified vault. An in-progress multipart upload is a multipart upload that has been initiated by an <a>InitiateMultipartUpload</a> request, but has not yet been completed or aborted. The list returned in the List Multipart Upload response has no guaranteed order. <para> The List Multipart Uploads operation supports pagination. By default, this operation returns up to 1,000 multipart uploads in the response. You should always check the response for a <code>marker</code> at which to continue the list; if there are no more items the <code>marker</code> is <code>null</code>. To return a list of multipart uploads that begins at a specific upload, set the <code>marker</code> request parameter to the value you obtained from a previous List Multipart Upload request. You can also limit the number of uploads returned in the response by specifying the <code>limit</code> parameter in the request. </para> <para> Note the difference between this operation and listing parts (<a>ListParts</a>). The List Multipart Uploads operation lists all multipart uploads for a vault and does not require a multipart upload ID. The List Parts operation requires a multipart upload ID since parts are associated with a single upload. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-uploads.html">List Multipart Uploads </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.ListMultipartUploadsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.ListMultipartUploadsRequest.#ctor(System.String)"> <summary> Instantiates ListMultipartUploadsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> </member> <member name="M:Amazon.Glacier.Model.ListMultipartUploadsRequest.#ctor(System.String,System.String)"> <summary> Instantiates ListMultipartUploadsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsRequest.Limit"> <summary> Gets and sets the property Limit. <para> Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsRequest.UploadIdMarker"> <summary> Gets and sets the property UploadIdMarker. <para> An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.ListMultipartUploadsResponse"> <summary> Configuration for accessing Amazon ListMultipartUploads service </summary> </member> <member name="T:Amazon.Glacier.Model.ListMultipartUploadsResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsResult.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsResult.UploadsList"> <summary> Gets and sets the property UploadsList. <para> A list of in-progress multipart uploads. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListMultipartUploadsResponse.ListMultipartUploadsResult"> <summary> Gets and sets the ListMultipartUploadsResult property. Represents the output of a ListMultipartUploads operation. </summary> </member> <member name="T:Amazon.Glacier.Model.ListPartsRequest"> <summary> Container for the parameters to the ListParts operation. This operation lists the parts of an archive that have been uploaded in a specific multipart upload. You can make this request at any time during an in-progress multipart upload before you complete the upload (see <a>CompleteMultipartUpload</a>. List Parts returns an error for completed uploads. The list returned in the List Parts response is sorted by part range. <para> The List Parts operation supports pagination. By default, this operation returns up to 1,000 uploaded parts in the response. You should always check the response for a <code class="code">marker</code> at which to continue the list; if there are no more items the <code class="code">marker</code> is <code class="code">null</code>. To return a list of parts that begins at a specific part, set the <code>marker</code> request parameter to the value you obtained from a previous List Parts request. You can also limit the number of parts returned in the response by specifying the <code>limit</code> parameter in the request. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html">List Parts</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.ListPartsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.ListPartsRequest.#ctor(System.String,System.String)"> <summary> Instantiates ListPartsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> </member> <member name="M:Amazon.Glacier.Model.ListPartsRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates ListPartsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> </member> <member name="P:Amazon.Glacier.Model.ListPartsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsRequest.Limit"> <summary> Gets and sets the property Limit. <para> Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsRequest.UploadId"> <summary> Gets and sets the property UploadId. <para> The upload ID of the multipart upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.ListPartsResponse"> <summary> Configuration for accessing Amazon ListParts service </summary> </member> <member name="T:Amazon.Glacier.Model.ListPartsResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.ArchiveDescription"> <summary> Gets and sets the property ArchiveDescription. <para> The description of the archive that was specified in the Initiate Multipart Upload request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC time at which the multipart upload was initiated. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.Marker"> <summary> Gets and sets the property Marker. <para> An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is <code>null</code>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.MultipartUploadId"> <summary> Gets and sets the property MultipartUploadId. <para> The ID of the upload to which the parts are associated. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.Parts"> <summary> Gets and sets the property Parts. <para> A list of the part sizes of the multipart upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.PartSizeInBytes"> <summary> Gets and sets the property PartSizeInBytes. <para> The part size in bytes. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResult.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListPartsResponse.ListPartsResult"> <summary> Gets and sets the ListPartsResult property. Represents the output of a ListParts operation. </summary> </member> <member name="T:Amazon.Glacier.Model.ListTagsForVaultRequest"> <summary> Container for the parameters to the ListTagsForVault operation. This operation lists all the tags attached to a vault. The operation returns an empty map if there are no tags. For more information about tags, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon Glacier Resources</a>. </summary> </member> <member name="P:Amazon.Glacier.Model.ListTagsForVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListTagsForVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.ListTagsForVaultResponse"> <summary> Configuration for accessing Amazon ListTagsForVault service </summary> </member> <member name="T:Amazon.Glacier.Model.ListTagsForVaultResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.ListTagsForVaultResult.Tags"> <summary> Gets and sets the property Tags. <para> The tags attached to the vault. Each tag is composed of a key and a value. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListTagsForVaultResponse.ListTagsForVaultResult"> <summary> Gets and sets the ListTagsForVaultResult property. Represents the output of a ListTagsForVault operation. </summary> </member> <member name="T:Amazon.Glacier.Model.ListVaultsRequest"> <summary> Container for the parameters to the ListVaults operation. This operation lists all vaults owned by the calling user's account. The list returned in the response is ASCII-sorted by vault name. <para> By default, this operation returns up to 1,000 items. If there are more vaults to list, the response <code class="code">marker</code> field contains the vault Amazon Resource Name (ARN) at which to continue the list with a new List Vaults request; otherwise, the <code class="code">marker</code> field is <code class="code">null</code>. To return a list of vaults that begins at a specific vault, set the <code class="code">marker</code> request parameter to the vault ARN you obtained from a previous List Vaults request. You can also limit the number of vaults returned in the response by specifying the <code class="code">limit</code> parameter in the request. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html">Retrieving Vault Metadata in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html">List Vaults </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.ListVaultsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.ListVaultsRequest.#ctor(System.String)"> <summary> Instantiates ListVaultsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.</param> </member> <member name="M:Amazon.Glacier.Model.ListVaultsRequest.#ctor(System.String,System.String,System.Int32)"> <summary> Instantiates ListVaultsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="marker">A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.</param> <param name="limit">The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.</param> </member> <member name="P:Amazon.Glacier.Model.ListVaultsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListVaultsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListVaultsRequest.Marker"> <summary> Gets and sets the property Marker. <para> A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.ListVaultsResponse"> <summary> Configuration for accessing Amazon ListVaults service </summary> </member> <member name="T:Amazon.Glacier.Model.ListVaultsResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.ListVaultsResult.Marker"> <summary> Gets and sets the property Marker. <para> The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListVaultsResult.VaultList"> <summary> Gets and sets the property VaultList. <para> List of vaults. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.ListVaultsResponse.ListVaultsResult"> <summary> Gets and sets the ListVaultsResult property. Represents the output of a ListVaults operation. </summary> </member> <member name="T:Amazon.Glacier.Model.MissingParameterValueException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.MissingParameterValueException.#ctor(System.String)"> <summary> Constructs a new MissingParameterValueException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.PartListElement"> <summary> A list of the part sizes of the multipart upload. </summary> </member> <member name="M:Amazon.Glacier.Model.PartListElement.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.Glacier.Model.PartListElement.RangeInBytes"> <summary> Gets and sets the property RangeInBytes. <para> The byte range of a part, inclusive of the upper value of the range. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.PartListElement.SHA256TreeHash"> <summary> Gets and sets the property SHA256TreeHash. <para> The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never <code>null</code>. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.PolicyEnforcedException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.PolicyEnforcedException.#ctor(System.String)"> <summary> Constructs a new PolicyEnforcedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.RemoveTagsFromVaultRequest"> <summary> Container for the parameters to the RemoveTagsFromVault operation. This operation removes one or more tags from the set of tags attached to a vault. For more information about tags, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html">Tagging Amazon Glacier Resources</a>. This operation is idempotent. The operation will be successful, even if there are no tags attached to the vault. </summary> </member> <member name="P:Amazon.Glacier.Model.RemoveTagsFromVaultRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.RemoveTagsFromVaultRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> A list of tag keys. Each corresponding tag is removed from the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.RemoveTagsFromVaultRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.RequestTimeoutException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.RequestTimeoutException.#ctor(System.String)"> <summary> Constructs a new RequestTimeoutException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.ResourceNotFoundException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.ServiceUnavailableException"> <summary> Glacier exception </summary> </member> <member name="M:Amazon.Glacier.Model.ServiceUnavailableException.#ctor(System.String)"> <summary> Constructs a new ServiceUnavailableException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Glacier.Model.SetDataRetrievalPolicyRequest"> <summary> Container for the parameters to the SetDataRetrievalPolicy operation. This operation sets and then enacts a data retrieval policy in the region specified in the PUT request. You can set one policy per region for an AWS account. The policy is enacted within a few minutes of a successful PUT operation. <para> The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html">Amazon Glacier Data Retrieval Policies</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetDataRetrievalPolicyRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetDataRetrievalPolicyRequest.Policy"> <summary> Gets and sets the property Policy. <para> The data retrieval policy in JSON format. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.SetVaultAccessPolicyRequest"> <summary> Container for the parameters to the SetVaultAccessPolicy operation. This operation configures an access policy for a vault and will overwrite an existing policy. To configure a vault access policy, send a PUT request to the <code>access-policy</code> subresource of the vault. An access policy is specific to a vault and is also called a vault subresource. You can set one access policy per vault and the policy can be up to 20 KB in size. For more information about vault access policies, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html">Amazon Glacier Access Control with Vault Access Policies</a>. </summary> </member> <member name="P:Amazon.Glacier.Model.SetVaultAccessPolicyRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetVaultAccessPolicyRequest.Policy"> <summary> Gets and sets the property Policy. <para> The vault access policy as a JSON string. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetVaultAccessPolicyRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.SetVaultNotificationsRequest"> <summary> Container for the parameters to the SetVaultNotifications operation. This operation configures notifications that will be sent when specific events happen to a vault. By default, you don't get any notifications. <para> To configure vault notifications, send a PUT request to the <code class="code">notification-configuration</code> subresource of the vault. The request should include a JSON document that provides an Amazon SNS topic and specific events for which you want Amazon Glacier to send notifications to the topic. </para> <para> Amazon SNS topics must grant permission to the vault to be allowed to publish notifications to the topic. You can configure a vault to publish a notification for the following vault events: </para> <ul> <li> <b>ArchiveRetrievalCompleted</b> This event occurs when a job that was initiated for an archive retrieval is completed (<a>InitiateJob</a>). The status of the completed job can be "Succeeded" or "Failed". The notification sent to the SNS topic is the same output as returned from <a>DescribeJob</a>. </li> <li> <b>InventoryRetrievalCompleted</b> This event occurs when a job that was initiated for an inventory retrieval is completed (<a>InitiateJob</a>). The status of the completed job can be "Succeeded" or "Failed". The notification sent to the SNS topic is the same output as returned from <a>DescribeJob</a>. </li> </ul> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html">Configuring Vault Notifications in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html">Set Vault Notification Configuration </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.SetVaultNotificationsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.SetVaultNotificationsRequest.#ctor(System.String,Amazon.Glacier.Model.VaultNotificationConfig)"> <summary> Instantiates SetVaultNotificationsRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param> </member> <member name="M:Amazon.Glacier.Model.SetVaultNotificationsRequest.#ctor(System.String,System.String,Amazon.Glacier.Model.VaultNotificationConfig)"> <summary> Instantiates SetVaultNotificationsRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param> <param name="vaultName">The name of the vault.</param> <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param> </member> <member name="P:Amazon.Glacier.Model.SetVaultNotificationsRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetVaultNotificationsRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.SetVaultNotificationsRequest.VaultNotificationConfig"> <summary> Gets and sets the property VaultNotificationConfig. <para> Provides options for specifying notification configuration. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.UploadArchiveRequest"> <summary> Container for the parameters to the UploadArchive operation. This operation adds an archive to a vault. This is a synchronous operation, and for a successful upload, your data is durably persisted. Amazon Glacier returns the archive ID in the <code class="code">x-amz-archive-id</code> header of the response. <para> You must use the archive ID to access your data in Amazon Glacier. After you upload an archive, you should save the archive ID returned so that you can retrieve or delete the archive later. Besides saving the archive ID, you can also index it and give it a friendly name to allow for better searching. You can also use the optional archive description field to specify how the archive is referred to in an external index of archives, such as you might create in Amazon DynamoDB. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see <a>InitiateJob</a>. </para> <para> You must provide a SHA256 tree hash of the data you are uploading. For information about computing a SHA256 tree hash, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html">Computing Checksums</a>. </para> <para> You can optionally specify an archive description of up to 1,024 printable ASCII characters. You can get the archive description when you either retrieve the archive or get the vault inventory. For more information, see <a>InitiateJob</a>. Amazon Glacier does not interpret the description in any way. An archive description does not need to be unique. You cannot use the description to retrieve or sort the archive list. </para> <para> Archives are immutable. After you upload an archive, you cannot edit the archive or its description. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html">Uploading an Archive in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html">Upload Archive</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> <summary> Container for the parameters to the UploadArchive operation. This operation adds an archive to a vault. This is a synchronous operation, and for a successful upload, your data is durably persisted. Amazon Glacier returns the archive ID in the <code class="code">x-amz-archive-id</code> header of the response. <para> You must use the archive ID to access your data in Amazon Glacier. After you upload an archive, you should save the archive ID returned so that you can retrieve or delete the archive later. Besides saving the archive ID, you can also index it and give it a friendly name to allow for better searching. You can also use the optional archive description field to specify how the archive is referred to in an external index of archives, such as you might create in Amazon DynamoDB. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see <a>InitiateJob</a>. </para> <para> You must provide a SHA256 tree hash of the data you are uploading. For information about computing a SHA256 tree hash, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html">Computing Checksums</a>. </para> <para> You can optionally specify an archive description of up to 1,024 printable ASCII characters. You can get the archive description when you either retrieve the archive or get the vault inventory. For more information, see <a>InitiateJob</a>. Amazon Glacier does not interpret the description in any way. An archive description does not need to be unique. You cannot use the description to retrieve or sort the archive list. </para> <para> Archives are immutable. After you upload an archive, you cannot edit the archive or its description. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html">Uploading an Archive in Amazon Glacier</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html">Upload Archive</a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.UploadArchiveRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.UploadArchiveRequest.#ctor(System.String,System.String,System.String,System.IO.Stream)"> <summary> Instantiates UploadArchiveRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="archiveDescription">The optional description of the archive you are uploading. </param> <param name="checksum">The SHA256 tree hash of the data being uploaded.</param> <param name="body">The data to upload.</param> </member> <member name="M:Amazon.Glacier.Model.UploadArchiveRequest.#ctor(System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> Instantiates UploadArchiveRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> <param name="archiveDescription">The optional description of the archive you are uploading. </param> <param name="checksum">The SHA256 tree hash of the data being uploaded.</param> <param name="body">The data to upload.</param> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.ArchiveDescription"> <summary> Gets and sets the property ArchiveDescription. <para> The optional description of the archive you are uploading. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.Body"> <summary> Gets and sets the property Body. <para> The data to upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.Checksum"> <summary> Gets and sets the property Checksum. <para> The SHA256 tree hash of the data being uploaded. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveRequest.StreamTransferProgress"> <summary> Attach a callback that will be called as data is being sent to the AWS Service. </summary> </member> <member name="T:Amazon.Glacier.Model.UploadArchiveResponse"> <summary> Configuration for accessing Amazon UploadArchive service </summary> </member> <member name="T:Amazon.Glacier.Model.UploadArchiveResult"> <summary> Contains the Amazon Glacier response to your request. <para> For information about the underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html">Upload Archive</a>. For conceptual information, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html">Working with Archives in Amazon Glacier</a>. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveResult.ArchiveId"> <summary> Gets and sets the property ArchiveId. <para> The ID of the archive. This value is also included as part of the location. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveResult.Checksum"> <summary> Gets and sets the property Checksum. <para> The checksum of the archive computed by Amazon Glacier. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveResult.Location"> <summary> Gets and sets the property Location. <para> The relative URI path of the newly added archive resource. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadArchiveResponse.UploadArchiveResult"> <summary> Gets and sets the UploadArchiveResult property. Represents the output of a UploadArchive operation. </summary> </member> <member name="T:Amazon.Glacier.Model.UploadListElement"> <summary> A list of in-progress multipart uploads for a vault. </summary> </member> <member name="M:Amazon.Glacier.Model.UploadListElement.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.Glacier.Model.UploadListElement.ArchiveDescription"> <summary> Gets and sets the property ArchiveDescription. <para> The description of the archive that was specified in the Initiate Multipart Upload request. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadListElement.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The UTC time at which the multipart upload was initiated. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadListElement.MultipartUploadId"> <summary> Gets and sets the property MultipartUploadId. <para> The ID of a multipart upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadListElement.PartSizeInBytes"> <summary> Gets and sets the property PartSizeInBytes. <para> The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadListElement.VaultARN"> <summary> Gets and sets the property VaultARN. <para> The Amazon Resource Name (ARN) of the vault that contains the archive. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.UploadMultipartPartRequest"> <summary> Container for the parameters to the UploadMultipartPart operation. This operation uploads a part of an archive. You can upload archive parts in any order. You can also upload them in parallel. You can upload up to 10,000 parts for a multipart upload. <para> Amazon Glacier rejects your upload part request if any of the following conditions is true: </para> <ul> <li> <para> <b>SHA256 tree hash does not match</b>To ensure that part data is not corrupted in transmission, you compute a SHA256 tree hash of the part and include it in your request. Upon receiving the part data, Amazon Glacier also computes a SHA256 tree hash. If these hash values don't match, the operation fails. For information about computing a SHA256 tree hash, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html">Computing Checksums</a>. </para> </li> <li> <para> <b>Part size does not match</b>The size of each part except the last must match the size specified in the corresponding <a>InitiateMultipartUpload</a> request. The size of the last part must be the same size as, or smaller than, the specified size. </para> <note> <para> If you upload a part whose size is smaller than the part size you specified in your initiate multipart upload request and that part is not the last part, then the upload part request will succeed. However, the subsequent Complete Multipart Upload request will fail. </para> </note> </li> <li> <b>Range does not align</b>The byte range value in the request does not align with the part size specified in the corresponding initiate request. For example, if you specify a part size of 4194304 bytes (4 MB), then 0 to 4194303 bytes (4 MB - 1) and 4194304 (4 MB) to 8388607 (8 MB - 1) are valid part ranges. However, if you set a range value of 2 MB to 6 MB, the range does not align with the part size and the upload will fail. </li> </ul> <para> This operation is idempotent. If you upload the same part multiple times, the data included in the most recent request overwrites the previously uploaded data. </para> <para> An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html">Access Control Using AWS Identity and Access Management (IAM)</a>. </para> <para> For conceptual information and underlying REST API, go to <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html">Upload Part </a> in the <i>Amazon Glacier Developer Guide</i>. </para> </summary> </member> <member name="M:Amazon.Glacier.Model.UploadMultipartPartRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.UploadMultipartPartRequest.#ctor(System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> Instantiates UploadMultipartPartRequest with the parameterized properties </summary> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> <param name="checksum">The SHA256 tree hash of the data being uploaded. </param> <param name="range">Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.</param> <param name="body">The data to upload.</param> </member> <member name="M:Amazon.Glacier.Model.UploadMultipartPartRequest.#ctor(System.String,System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> Instantiates UploadMultipartPartRequest with the parameterized properties </summary> <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </param> <param name="vaultName">The name of the vault.</param> <param name="uploadId">The upload ID of the multipart upload.</param> <param name="checksum">The SHA256 tree hash of the data being uploaded. </param> <param name="range">Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.</param> <param name="body">The data to upload.</param> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.AccountId"> <summary> Gets and sets the property AccountId. <para> The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.Body"> <summary> Gets and sets the property Body. <para> The data to upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.Checksum"> <summary> Gets and sets the property Checksum. <para> The SHA256 tree hash of the data being uploaded. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.Range"> <summary> Gets and sets the property Range. <para> Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.UploadId"> <summary> Gets and sets the property UploadId. <para> The upload ID of the multipart upload. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.VaultName"> <summary> Gets and sets the property VaultName. <para> The name of the vault. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartRequest.StreamTransferProgress"> <summary> Attach a callback that will be called as data is being sent to the AWS Service. </summary> </member> <member name="T:Amazon.Glacier.Model.UploadMultipartPartResponse"> <summary> Configuration for accessing Amazon UploadMultipartPart service </summary> </member> <member name="T:Amazon.Glacier.Model.UploadMultipartPartResult"> <summary> Contains the Amazon Glacier response to your request. </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartResult.Checksum"> <summary> Gets and sets the property Checksum. <para> The SHA256 tree hash that Amazon Glacier computed for the uploaded part. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.UploadMultipartPartResponse.UploadMultipartPartResult"> <summary> Gets and sets the UploadMultipartPartResult property. Represents the output of a UploadMultipartPart operation. </summary> </member> <member name="T:Amazon.Glacier.Model.VaultAccessPolicy"> <summary> Contains the vault access policy. </summary> </member> <member name="P:Amazon.Glacier.Model.VaultAccessPolicy.Policy"> <summary> Gets and sets the property Policy. <para> The vault access policy. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.VaultLockPolicy"> <summary> Contains the vault lock policy. </summary> </member> <member name="P:Amazon.Glacier.Model.VaultLockPolicy.Policy"> <summary> Gets and sets the property Policy. <para> The vault lock policy. </para> </summary> </member> <member name="T:Amazon.Glacier.Model.VaultNotificationConfig"> <summary> Represents a vault's notification configuration. </summary> </member> <member name="M:Amazon.Glacier.Model.VaultNotificationConfig.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.Glacier.Model.VaultNotificationConfig.#ctor(System.String,System.Collections.Generic.List{System.String})"> <summary> Instantiates VaultNotificationConfig with the parameterized properties </summary> <param name="snsTopic">The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).</param> <param name="events">A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.</param> </member> <member name="P:Amazon.Glacier.Model.VaultNotificationConfig.Events"> <summary> Gets and sets the property Events. <para> A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic. </para> </summary> </member> <member name="P:Amazon.Glacier.Model.VaultNotificationConfig.SNSTopic"> <summary> Gets and sets the property SNSTopic. <para> The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN). </para> </summary> </member> <member name="M:Amazon.Glacier.Internal.ProcessRequestHandler.InvokeSync(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <param name="executionContext">The execution context which contains both the requests and response context.</param> </member> <member name="M:Amazon.Glacier.Internal.ProcessRequestHandler.InvokeAsync``1(Amazon.Runtime.IExecutionContext)"> <summary> Calls pre invoke logic before calling the next handler in the pipeline. </summary> <typeparam name="T">The response type for the current request.</typeparam> <param name="executionContext">The execution context, it contains the request and response context.</param> <returns>A task that represents the asynchronous operation.</returns> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AbortMultipartUploadRequestMarshaller"> <summary> AbortMultipartUpload Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AbortMultipartUploadResponseUnmarshaller"> <summary> Response Unmarshaller for AbortMultipartUpload operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AbortVaultLockRequestMarshaller"> <summary> AbortVaultLock Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AbortVaultLockResponseUnmarshaller"> <summary> Response Unmarshaller for AbortVaultLock operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AddTagsToVaultRequestMarshaller"> <summary> AddTagsToVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.AddTagsToVaultResponseUnmarshaller"> <summary> Response Unmarshaller for AddTagsToVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CompleteMultipartUploadRequestMarshaller"> <summary> CompleteMultipartUpload Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CompleteMultipartUploadResponseUnmarshaller"> <summary> Response Unmarshaller for CompleteMultipartUpload operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CompleteVaultLockRequestMarshaller"> <summary> CompleteVaultLock Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CompleteVaultLockResponseUnmarshaller"> <summary> Response Unmarshaller for CompleteVaultLock operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CreateVaultRequestMarshaller"> <summary> CreateVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.CreateVaultResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DataRetrievalPolicyMarshaller"> <summary> DataRetrievalPolicy Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DataRetrievalPolicyUnmarshaller"> <summary> Response Unmarshaller for DataRetrievalPolicy Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DataRetrievalRuleMarshaller"> <summary> DataRetrievalRule Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DataRetrievalRuleUnmarshaller"> <summary> Response Unmarshaller for DataRetrievalRule Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteArchiveRequestMarshaller"> <summary> DeleteArchive Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteArchiveResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteArchive operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultAccessPolicyRequestMarshaller"> <summary> DeleteVaultAccessPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultAccessPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVaultAccessPolicy operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultNotificationsRequestMarshaller"> <summary> DeleteVaultNotifications Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultNotificationsResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVaultNotifications operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultRequestMarshaller"> <summary> DeleteVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DeleteVaultResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DescribeJobRequestMarshaller"> <summary> DescribeJob Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DescribeJobResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeJob operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DescribeVaultOutputUnmarshaller"> <summary> Response Unmarshaller for DescribeVaultOutput Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DescribeVaultRequestMarshaller"> <summary> DescribeVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.DescribeVaultResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetDataRetrievalPolicyRequestMarshaller"> <summary> GetDataRetrievalPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetDataRetrievalPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetDataRetrievalPolicy operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetJobOutputRequestMarshaller"> <summary> GetJobOutput Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetJobOutputResponseUnmarshaller"> <summary> Response Unmarshaller for GetJobOutput operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultAccessPolicyRequestMarshaller"> <summary> GetVaultAccessPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultAccessPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetVaultAccessPolicy operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultLockRequestMarshaller"> <summary> GetVaultLock Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultLockResponseUnmarshaller"> <summary> Response Unmarshaller for GetVaultLock operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultNotificationsRequestMarshaller"> <summary> GetVaultNotifications Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultNotificationsResponseUnmarshaller"> <summary> Response Unmarshaller for GetVaultNotifications operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.GlacierJobDescriptionUnmarshaller"> <summary> Response Unmarshaller for GlacierJobDescription Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateJobRequestMarshaller"> <summary> InitiateJob Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateJobResponseUnmarshaller"> <summary> Response Unmarshaller for InitiateJob operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateMultipartUploadRequestMarshaller"> <summary> InitiateMultipartUpload Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateMultipartUploadResponseUnmarshaller"> <summary> Response Unmarshaller for InitiateMultipartUpload operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateVaultLockRequestMarshaller"> <summary> InitiateVaultLock Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InitiateVaultLockResponseUnmarshaller"> <summary> Response Unmarshaller for InitiateVaultLock operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InventoryRetrievalJobDescriptionUnmarshaller"> <summary> Response Unmarshaller for InventoryRetrievalJobDescription Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.InventoryRetrievalJobInputMarshaller"> <summary> InventoryRetrievalJobInput Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.JobParametersMarshaller"> <summary> JobParameters Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListJobsRequestMarshaller"> <summary> ListJobs Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListJobsResponseUnmarshaller"> <summary> Response Unmarshaller for ListJobs operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListMultipartUploadsRequestMarshaller"> <summary> ListMultipartUploads Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListMultipartUploadsResponseUnmarshaller"> <summary> Response Unmarshaller for ListMultipartUploads operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListPartsRequestMarshaller"> <summary> ListParts Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListPartsResponseUnmarshaller"> <summary> Response Unmarshaller for ListParts operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListTagsForVaultRequestMarshaller"> <summary> ListTagsForVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListTagsForVaultResponseUnmarshaller"> <summary> Response Unmarshaller for ListTagsForVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListVaultsRequestMarshaller"> <summary> ListVaults Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.ListVaultsResponseUnmarshaller"> <summary> Response Unmarshaller for ListVaults operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.PartListElementUnmarshaller"> <summary> Response Unmarshaller for PartListElement Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.RemoveTagsFromVaultRequestMarshaller"> <summary> RemoveTagsFromVault Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.RemoveTagsFromVaultResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTagsFromVault operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetDataRetrievalPolicyRequestMarshaller"> <summary> SetDataRetrievalPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetDataRetrievalPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for SetDataRetrievalPolicy operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetVaultAccessPolicyRequestMarshaller"> <summary> SetVaultAccessPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetVaultAccessPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for SetVaultAccessPolicy operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetVaultNotificationsRequestMarshaller"> <summary> SetVaultNotifications Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.SetVaultNotificationsResponseUnmarshaller"> <summary> Response Unmarshaller for SetVaultNotifications operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.UploadArchiveRequestMarshaller"> <summary> UploadArchive Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.UploadArchiveResponseUnmarshaller"> <summary> Response Unmarshaller for UploadArchive operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.UploadListElementUnmarshaller"> <summary> Response Unmarshaller for UploadListElement Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.UploadMultipartPartRequestMarshaller"> <summary> UploadMultipartPart Request Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.UploadMultipartPartResponseUnmarshaller"> <summary> Response Unmarshaller for UploadMultipartPart operation </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.VaultAccessPolicyMarshaller"> <summary> VaultAccessPolicy Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.VaultAccessPolicyUnmarshaller"> <summary> Response Unmarshaller for VaultAccessPolicy Object </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.VaultLockPolicyMarshaller"> <summary> VaultLockPolicy Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.VaultNotificationConfigMarshaller"> <summary> VaultNotificationConfig Marshaller </summary> </member> <member name="T:Amazon.Glacier.Model.Internal.MarshallTransformations.VaultNotificationConfigUnmarshaller"> <summary> Response Unmarshaller for VaultNotificationConfig Object </summary> </member> <member name="T:Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig"> <summary> Configuration for accessing Amazon IdentityManagementService service </summary> </member> <member name="M:Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.IdentityManagement.AmazonIdentityManagementServiceConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.IdentityManagement.AssignmentStatusType"> <summary> Constants used for properties of type AssignmentStatusType. </summary> </member> <member name="F:Amazon.IdentityManagement.AssignmentStatusType.Any"> <summary> Constant Any for AssignmentStatusType </summary> </member> <member name="F:Amazon.IdentityManagement.AssignmentStatusType.Assigned"> <summary> Constant Assigned for AssignmentStatusType </summary> </member> <member name="F:Amazon.IdentityManagement.AssignmentStatusType.Unassigned"> <summary> Constant Unassigned for AssignmentStatusType </summary> </member> <member name="M:Amazon.IdentityManagement.AssignmentStatusType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.AssignmentStatusType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.ContextKeyTypeEnum"> <summary> Constants used for properties of type ContextKeyTypeEnum. </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.Binary"> <summary> Constant Binary for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.BinaryList"> <summary> Constant BinaryList for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.Boolean"> <summary> Constant Boolean for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.BooleanList"> <summary> Constant BooleanList for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.Date"> <summary> Constant Date for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.DateList"> <summary> Constant DateList for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.Ip"> <summary> Constant Ip for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.IpList"> <summary> Constant IpList for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.Numeric"> <summary> Constant Numeric for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.NumericList"> <summary> Constant NumericList for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.String"> <summary> Constant String for ContextKeyTypeEnum </summary> </member> <member name="F:Amazon.IdentityManagement.ContextKeyTypeEnum.StringList"> <summary> Constant StringList for ContextKeyTypeEnum </summary> </member> <member name="M:Amazon.IdentityManagement.ContextKeyTypeEnum.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.ContextKeyTypeEnum.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.EncodingType"> <summary> Constants used for properties of type EncodingType. </summary> </member> <member name="F:Amazon.IdentityManagement.EncodingType.PEM"> <summary> Constant PEM for EncodingType </summary> </member> <member name="F:Amazon.IdentityManagement.EncodingType.SSH"> <summary> Constant SSH for EncodingType </summary> </member> <member name="M:Amazon.IdentityManagement.EncodingType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.EncodingType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.EntityType"> <summary> Constants used for properties of type EntityType. </summary> </member> <member name="F:Amazon.IdentityManagement.EntityType.AWSManagedPolicy"> <summary> Constant AWSManagedPolicy for EntityType </summary> </member> <member name="F:Amazon.IdentityManagement.EntityType.Group"> <summary> Constant Group for EntityType </summary> </member> <member name="F:Amazon.IdentityManagement.EntityType.LocalManagedPolicy"> <summary> Constant LocalManagedPolicy for EntityType </summary> </member> <member name="F:Amazon.IdentityManagement.EntityType.Role"> <summary> Constant Role for EntityType </summary> </member> <member name="F:Amazon.IdentityManagement.EntityType.User"> <summary> Constant User for EntityType </summary> </member> <member name="M:Amazon.IdentityManagement.EntityType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.EntityType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.PolicyEvaluationDecisionType"> <summary> Constants used for properties of type PolicyEvaluationDecisionType. </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyEvaluationDecisionType.Allowed"> <summary> Constant Allowed for PolicyEvaluationDecisionType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyEvaluationDecisionType.ExplicitDeny"> <summary> Constant ExplicitDeny for PolicyEvaluationDecisionType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyEvaluationDecisionType.ImplicitDeny"> <summary> Constant ImplicitDeny for PolicyEvaluationDecisionType </summary> </member> <member name="M:Amazon.IdentityManagement.PolicyEvaluationDecisionType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.PolicyEvaluationDecisionType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.PolicyScopeType"> <summary> Constants used for properties of type PolicyScopeType. </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyScopeType.All"> <summary> Constant All for PolicyScopeType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyScopeType.AWS"> <summary> Constant AWS for PolicyScopeType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicyScopeType.Local"> <summary> Constant Local for PolicyScopeType </summary> </member> <member name="M:Amazon.IdentityManagement.PolicyScopeType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.PolicyScopeType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.PolicySourceType"> <summary> Constants used for properties of type PolicySourceType. </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.AwsManaged"> <summary> Constant AwsManaged for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.Group"> <summary> Constant Group for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.None"> <summary> Constant None for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.Resource"> <summary> Constant Resource for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.Role"> <summary> Constant Role for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.User"> <summary> Constant User for PolicySourceType </summary> </member> <member name="F:Amazon.IdentityManagement.PolicySourceType.UserManaged"> <summary> Constant UserManaged for PolicySourceType </summary> </member> <member name="M:Amazon.IdentityManagement.PolicySourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.PolicySourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.ReportFormatType"> <summary> Constants used for properties of type ReportFormatType. </summary> </member> <member name="F:Amazon.IdentityManagement.ReportFormatType.TextCsv"> <summary> Constant TextCsv for ReportFormatType </summary> </member> <member name="M:Amazon.IdentityManagement.ReportFormatType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.ReportFormatType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.ReportStateType"> <summary> Constants used for properties of type ReportStateType. </summary> </member> <member name="F:Amazon.IdentityManagement.ReportStateType.COMPLETE"> <summary> Constant COMPLETE for ReportStateType </summary> </member> <member name="F:Amazon.IdentityManagement.ReportStateType.INPROGRESS"> <summary> Constant INPROGRESS for ReportStateType </summary> </member> <member name="F:Amazon.IdentityManagement.ReportStateType.STARTED"> <summary> Constant STARTED for ReportStateType </summary> </member> <member name="M:Amazon.IdentityManagement.ReportStateType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.ReportStateType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.StatusType"> <summary> Constants used for properties of type StatusType. </summary> </member> <member name="F:Amazon.IdentityManagement.StatusType.Active"> <summary> Constant Active for StatusType </summary> </member> <member name="F:Amazon.IdentityManagement.StatusType.Inactive"> <summary> Constant Inactive for StatusType </summary> </member> <member name="M:Amazon.IdentityManagement.StatusType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.StatusType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.SummaryKeyType"> <summary> Constants used for properties of type SummaryKeyType. </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AccessKeysPerUserQuota"> <summary> Constant AccessKeysPerUserQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AccountAccessKeysPresent"> <summary> Constant AccountAccessKeysPresent for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AccountMFAEnabled"> <summary> Constant AccountMFAEnabled for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AccountSigningCertificatesPresent"> <summary> Constant AccountSigningCertificatesPresent for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AttachedPoliciesPerGroupQuota"> <summary> Constant AttachedPoliciesPerGroupQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AttachedPoliciesPerRoleQuota"> <summary> Constant AttachedPoliciesPerRoleQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.AttachedPoliciesPerUserQuota"> <summary> Constant AttachedPoliciesPerUserQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.GroupPolicySizeQuota"> <summary> Constant GroupPolicySizeQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.Groups"> <summary> Constant Groups for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.GroupsPerUserQuota"> <summary> Constant GroupsPerUserQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.GroupsQuota"> <summary> Constant GroupsQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.MFADevices"> <summary> Constant MFADevices for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.MFADevicesInUse"> <summary> Constant MFADevicesInUse for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.Policies"> <summary> Constant Policies for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.PoliciesQuota"> <summary> Constant PoliciesQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.PolicySizeQuota"> <summary> Constant PolicySizeQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.PolicyVersionsInUse"> <summary> Constant PolicyVersionsInUse for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.PolicyVersionsInUseQuota"> <summary> Constant PolicyVersionsInUseQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.ServerCertificates"> <summary> Constant ServerCertificates for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.ServerCertificatesQuota"> <summary> Constant ServerCertificatesQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.SigningCertificatesPerUserQuota"> <summary> Constant SigningCertificatesPerUserQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.UserPolicySizeQuota"> <summary> Constant UserPolicySizeQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.Users"> <summary> Constant Users for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.UsersQuota"> <summary> Constant UsersQuota for SummaryKeyType </summary> </member> <member name="F:Amazon.IdentityManagement.SummaryKeyType.VersionsPerPolicyQuota"> <summary> Constant VersionsPerPolicyQuota for SummaryKeyType </summary> </member> <member name="M:Amazon.IdentityManagement.SummaryKeyType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.IdentityManagement.SummaryKeyType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.IdentityManagement.Model.AccessKey"> <summary> Contains information about an AWS access key. <para> This data type is used as a response element in the <a>CreateAccessKey</a> and <a>ListAccessKeys</a> actions. </para> <note>The <code>SecretAccessKey</code> value is returned only in response to <a>CreateAccessKey</a>. You can get a secret access key only when you first create an access key; you cannot recover the secret access key later. If you lose a secret access key, you must create a new access key. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.AccessKey.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.AccessKey.#ctor(System.String,System.String,Amazon.IdentityManagement.StatusType,System.String)"> <summary> Instantiates AccessKey with the parameterized properties </summary> <param name="userName">The name of the IAM user that the access key is associated with.</param> <param name="accessKeyId">The ID for this access key.</param> <param name="status">The status of the access key. <code>Active</code> means the key is valid for API calls, while <code>Inactive</code> means it is not. </param> <param name="secretAccessKey">The secret key used to sign requests.</param> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKey.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The ID for this access key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKey.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date when the access key was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKey.SecretAccessKey"> <summary> Gets and sets the property SecretAccessKey. <para> The secret key used to sign requests. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKey.Status"> <summary> Gets and sets the property Status. <para> The status of the access key. <code>Active</code> means the key is valid for API calls, while <code>Inactive</code> means it is not. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKey.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user that the access key is associated with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AccessKeyLastUsed"> <summary> Contains information about the last time an AWS access key was used. <para> This data type is used as a response element in the <a>GetAccessKeyLastUsed</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyLastUsed.LastUsedDate"> <summary> Gets and sets the property LastUsedDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the access key was most recently used. This field is null when: </para> <ul> <li> <para> The user does not have an access key. </para> </li> <li> <para> An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. </para> </li> <li> <para> There is no sign-in data associated with the user </para> </li> </ul> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyLastUsed.Region"> <summary> Gets and sets the property Region. <para> The AWS region where this access key was most recently used. This field is null when: </para> <ul> <li> <para> The user does not have an access key. </para> </li> <li> <para> An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. </para> </li> <li> <para> There is no sign-in data associated with the user </para> </li> </ul> <para> For more information about AWS regions, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a> in the Amazon Web Services General Reference. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyLastUsed.ServiceName"> <summary> Gets and sets the property ServiceName. <para> The name of the AWS service with which this access key was most recently used. This field is null when: </para> <ul> <li> <para> The user does not have an access key. </para> </li> <li> <para> An access key exists but has never been used, at least not since IAM started tracking this information on April 22nd, 2015. </para> </li> <li> <para> There is no sign-in data associated with the user </para> </li> </ul> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AccessKeyMetadata"> <summary> Contains information about an AWS access key, without its secret key. <para> This data type is used as a response element in the <a>ListAccessKeys</a> action. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.AccessKeyMetadata.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyMetadata.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The ID for this access key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyMetadata.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date when the access key was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyMetadata.Status"> <summary> Gets and sets the property Status. <para> The status of the access key. <code>Active</code> means the key is valid for API calls; <code>Inactive</code> means it is not. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AccessKeyMetadata.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user that the key is associated with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AddClientIDToOpenIDConnectProviderRequest"> <summary> Container for the parameters to the AddClientIDToOpenIDConnectProvider operation. Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect provider. <para> This action is idempotent; it does not fail or return an error if you add an existing client ID to the provider. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.AmazonIdentityManagementServiceRequest"> <summary> Base class for IdentityManagementService operation requests. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AddClientIDToOpenIDConnectProviderRequest.ClientID"> <summary> Gets and sets the property ClientID. <para> The client ID (also known as audience) to add to the IAM OpenID Connect provider. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AddClientIDToOpenIDConnectProviderRequest.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to add the client ID to. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> action. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AddRoleToInstanceProfileRequest"> <summary> Container for the parameters to the AddRoleToInstanceProfile operation. Adds the specified role to the specified instance profile. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AddRoleToInstanceProfileRequest.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name of the instance profile to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AddRoleToInstanceProfileRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to add. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AddUserToGroupRequest"> <summary> Container for the parameters to the AddUserToGroup operation. Adds the specified user to the specified group. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.AddUserToGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.AddUserToGroupRequest.#ctor(System.String,System.String)"> <summary> Instantiates AddUserToGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the group to update.</param> <param name="userName">The name of the user to add.</param> </member> <member name="P:Amazon.IdentityManagement.Model.AddUserToGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AddUserToGroupRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to add. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AttachedPolicyType"> <summary> Contains information about an attached policy. <para> An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the <a>ListAttachedGroupPolicies</a>, <a>ListAttachedRolePolicies</a>, <a>ListAttachedUserPolicies</a>, and <a>GetAccountAuthorizationDetails</a> actions. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachedPolicyType.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachedPolicyType.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The friendly name of the attached policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AttachGroupPolicyRequest"> <summary> Container for the parameters to the AttachGroupPolicy operation. Attaches the specified managed policy to the specified group. <para> You use this API to attach a managed policy to a group. To embed an inline policy in a group, use <a>PutGroupPolicy</a>. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachGroupPolicyRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name (friendly name, not ARN) of the group to attach the policy to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachGroupPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AttachRolePolicyRequest"> <summary> Container for the parameters to the AttachRolePolicy operation. Attaches the specified managed policy to the specified role. <para> When you attach a managed policy to a role, the managed policy is used as the role's access (permissions) policy. You cannot use a managed policy as the role's trust policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>. </para> <para> Use this API to attach a managed policy to a role. To embed an inline policy in a role, use <a>PutRolePolicy</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachRolePolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name (friendly name, not ARN) of the role to attach the policy to. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.AttachUserPolicyRequest"> <summary> Container for the parameters to the AttachUserPolicy operation. Attaches the specified managed policy to the specified user. <para> You use this API to attach a managed policy to a user. To embed an inline policy in a user, use <a>PutUserPolicy</a>. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachUserPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.AttachUserPolicyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name (friendly name, not ARN) of the user to attach the policy to. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ChangePasswordRequest"> <summary> Container for the parameters to the ChangePassword operation. Changes the password of the IAM user who is calling this action. The root account password is not affected by this action. <para> To change the password for a different user, see <a>UpdateLoginProfile</a>. For more information about modifying passwords, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing Passwords</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ChangePasswordRequest.NewPassword"> <summary> Gets and sets the property NewPassword. <para> The new password. The new password must conform to the AWS account's password policy, if one exists. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ChangePasswordRequest.OldPassword"> <summary> Gets and sets the property OldPassword. <para> The IAM user's current password. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ContextEntry"> <summary> Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the <code>Condition</code> elements of the input policies. <para> This data type is used as an input parameter to <code><a>SimulatePolicy</a></code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ContextEntry.ContextKeyName"> <summary> Gets and sets the property ContextKeyName. <para> The full name of a condition context key, including the service prefix. For example, <code>aws:SourceIp</code> or <code>s3:VersionId</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ContextEntry.ContextKeyType"> <summary> Gets and sets the property ContextKeyType. <para> The data type of the value (or values) specified in the <code>ContextKeyValues</code> parameter. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ContextEntry.ContextKeyValues"> <summary> Gets and sets the property ContextKeyValues. <para> The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by a <code>Condition</code> element in an input policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateAccessKeyRequest"> <summary> Container for the parameters to the CreateAccessKey operation. Creates a new AWS secret access key and corresponding AWS access key ID for the specified user. The default status for new keys is <code>Active</code>. <para> If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> <para> For information about limits on the number of keys you can create, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> <important> To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can delete the access keys for the associated user and then create new keys. </important> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateAccessKeyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateAccessKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The user name that the new key will belong to. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateAccessKeyResponse"> <summary> Configuration for accessing Amazon CreateAccessKey service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateAccessKeyResult"> <summary> Contains the response to a successful <a>CreateAccessKey</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateAccessKeyResult.AccessKey"> <summary> Gets and sets the property AccessKey. <para> Information about the access key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateAccessKeyResponse.CreateAccessKeyResult"> <summary> Gets and sets the CreateAccessKeyResult property. Represents the output of a CreateAccessKey operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateAccountAliasRequest"> <summary> Container for the parameters to the CreateAccountAlias operation. Creates an alias for your AWS account. For information about using an AWS account alias, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an Alias for Your AWS Account ID</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateAccountAliasRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateAccountAliasRequest.#ctor(System.String)"> <summary> Instantiates CreateAccountAliasRequest with the parameterized properties </summary> <param name="accountAlias">The account alias to create.</param> </member> <member name="P:Amazon.IdentityManagement.Model.CreateAccountAliasRequest.AccountAlias"> <summary> Gets and sets the property AccountAlias. <para> The account alias to create. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateGroupRequest"> <summary> Container for the parameters to the CreateGroup operation. Creates a new group. <para> For information about the number of groups you can create, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateGroupRequest.#ctor(System.String)"> <summary> Instantiates CreateGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the group to create. Do not include the path in this value.</param> </member> <member name="P:Amazon.IdentityManagement.Model.CreateGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to create. Do not include the path in this value. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateGroupRequest.Path"> <summary> Gets and sets the property Path. <para> The path to the group. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateGroupResponse"> <summary> Configuration for accessing Amazon CreateGroup service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateGroupResult"> <summary> Contains the response to a successful <a>CreateGroup</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateGroupResult.Group"> <summary> Gets and sets the property Group. <para> Information about the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateGroupResponse.CreateGroupResult"> <summary> Gets and sets the CreateGroupResult property. Represents the output of a CreateGroup operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateInstanceProfileRequest"> <summary> Container for the parameters to the CreateInstanceProfile operation. Creates a new instance profile. For information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. <para> For information about the number of instance profiles you can create, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateInstanceProfileRequest.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name of the instance profile to create. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateInstanceProfileRequest.Path"> <summary> Gets and sets the property Path. <para> The path to the instance profile. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateInstanceProfileResponse"> <summary> Configuration for accessing Amazon CreateInstanceProfile service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateInstanceProfileResult"> <summary> Contains the response to a successful <a>CreateInstanceProfile</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateInstanceProfileResult.InstanceProfile"> <summary> Gets and sets the property InstanceProfile. <para> Information about the instance profile. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateInstanceProfileResponse.CreateInstanceProfileResult"> <summary> Gets and sets the CreateInstanceProfileResult property. Represents the output of a CreateInstanceProfile operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateLoginProfileRequest"> <summary> Container for the parameters to the CreateLoginProfile operation. Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing Passwords</a> in the <i>Using IAM</i> guide. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateLoginProfileRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateLoginProfileRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateLoginProfileRequest with the parameterized properties </summary> <param name="userName">The name of the user to create a password for.</param> <param name="password">The new password for the user.</param> </member> <member name="P:Amazon.IdentityManagement.Model.CreateLoginProfileRequest.Password"> <summary> Gets and sets the property Password. <para> The new password for the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateLoginProfileRequest.PasswordResetRequired"> <summary> Gets and sets the property PasswordResetRequired. <para> Specifies whether the user is required to set a new password on next sign-in. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateLoginProfileRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to create a password for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateLoginProfileResponse"> <summary> Configuration for accessing Amazon CreateLoginProfile service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateLoginProfileResult"> <summary> Contains the response to a successful <a>CreateLoginProfile</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateLoginProfileResult.LoginProfile"> <summary> Gets and sets the property LoginProfile. <para> The user name and password create date. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateLoginProfileResponse.CreateLoginProfileResult"> <summary> Gets and sets the CreateLoginProfileResult property. Represents the output of a CreateLoginProfile operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest"> <summary> Container for the parameters to the CreateOpenIDConnectProvider operation. Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>. <para> The OIDC provider that you create with this operation can be used as a principal in a role's trust policy to establish a trust relationship between AWS and the OIDC provider. </para> <para> When you create the IAM OIDC provider, you specify the URL of the OIDC identity provider (IdP) to trust, a list of client IDs (also known as audiences) that identify the application or applications that are allowed to authenticate using the OIDC provider, and a list of thumbprints of the server certificate(s) that the IdP uses. You get all of this information from the OIDC IdP that you want to use for access to AWS. </para> <note>Because trust for the OIDC provider is ultimately derived from the IAM provider that this action creates, it is a best practice to limit access to the <a>CreateOpenIDConnectProvider</a> action to highly-privileged users. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest.ClientIDList"> <summary> Gets and sets the property ClientIDList. <para> A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the <code>client_id</code> parameter on OAuth requests.) </para> <para> You can register multiple client IDs with the same provider. For example, you might have multiple applications that use the same OIDC provider. You cannot register more than 100 client IDs with a single IAM OIDC provider. </para> <para> There is no defined format for a client ID. The <code>CreateOpenIDConnectProviderRequest</code> action accepts client IDs up to 255 characters long. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest.ThumbprintList"> <summary> Gets and sets the property ThumbprintList. <para> A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s). Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates. </para> <para> The server certificate thumbprint is the hex-encoded SHA-1 hash value of the X.509 certificate used by the domain where the OpenID Connect provider makes its keys available. It is always a 40-character string. </para> <para> You must provide at least one thumbprint when creating an IAM OIDC provider. For example, if the OIDC provider is <code>server.example.com</code> and the provider stores its keys at "https://keys.server.example.com/openid-connect", the thumbprint string would be the hex-encoded SHA-1 hash value of the certificate used by https://keys.server.example.com. </para> <para> For more information about obtaining the OIDC provider's thumbprint, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html">Obtaining the Thumbprint for an OpenID Connect Provider</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderRequest.Url"> <summary> Gets and sets the property Url. <para> The URL of the identity provider. The URL must begin with "https://" and should correspond to the <code>iss</code> claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a host name, like "https://server.example.org" or "https://example.com". </para> <para> You cannot register the same provider multiple times in a single AWS account. If you try to submit a URL that has already been used for an OpenID Connect provider in the AWS account, you will get an error. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderResponse"> <summary> Configuration for accessing Amazon CreateOpenIDConnectProvider service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderResult"> <summary> Contains the response to a successful <a>CreateOpenIDConnectProvider</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderResult.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect provider that was created. For more information, see <a>OpenIDConnectProviderListEntry</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateOpenIDConnectProviderResponse.CreateOpenIDConnectProviderResult"> <summary> Gets and sets the CreateOpenIDConnectProviderResult property. Represents the output of a CreateOpenIDConnectProvider operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyRequest"> <summary> Container for the parameters to the CreatePolicy operation. Creates a new managed policy for your AWS account. <para> This operation creates a policy version with a version identifier of <code>v1</code> and sets v1 as the policy's default version. For more information about policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> <para> For more information about managed policies in general, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyRequest.Description"> <summary> Gets and sets the property Description. <para> A friendly description of the policy. </para> <para> Typically used to store information about the permissions defined in the policy. For example, "Grants access to production DynamoDB tables." </para> <para> The policy description is immutable. After a value is assigned, it cannot be changed. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyRequest.Path"> <summary> Gets and sets the property Path. <para> The path for the policy. </para> <para> For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>IAM User Guide</i>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyResponse"> <summary> Configuration for accessing Amazon CreatePolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyResult"> <summary> Contains the response to a successful <a>CreatePolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> Information about the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyResponse.CreatePolicyResult"> <summary> Gets and sets the CreatePolicyResult property. Represents the output of a CreatePolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyVersionRequest"> <summary> Container for the parameters to the CreatePolicyVersion operation. Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version. <para> Optionally, you can set the new version as the policy's default version. The default version is the operative version; that is, the version that is in effect for the IAM users, groups, and roles that the policy is attached to. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyVersionRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyVersionRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyVersionRequest.SetAsDefault"> <summary> Gets and sets the property SetAsDefault. <para> Specifies whether to set this version as the policy's default version. </para> <para> When this parameter is <code>true</code>, the new policy version becomes the operative version; that is, the version that is in effect for the IAM users, groups, and roles that the policy is attached to. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyVersionResponse"> <summary> Configuration for accessing Amazon CreatePolicyVersion service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreatePolicyVersionResult"> <summary> Contains the response to a successful <a>CreatePolicyVersion</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyVersionResult.PolicyVersion"> <summary> Gets and sets the property PolicyVersion. <para> Information about the policy version. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreatePolicyVersionResponse.CreatePolicyVersionResult"> <summary> Gets and sets the CreatePolicyVersionResult property. Represents the output of a CreatePolicyVersion operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateRoleRequest"> <summary> Container for the parameters to the CreateRole operation. Creates a new role for your AWS account. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. For information about limitations on role names and the number of roles you can create, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateRoleRequest.AssumeRolePolicyDocument"> <summary> Gets and sets the property AssumeRolePolicyDocument. <para> The trust relationship policy document that grants an entity permission to assume the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateRoleRequest.Path"> <summary> Gets and sets the property Path. <para> The path to the role. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateRoleRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to create. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateRoleResponse"> <summary> Configuration for accessing Amazon CreateRole service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateRoleResult"> <summary> Contains the response to a successful <a>CreateRole</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateRoleResult.Role"> <summary> Gets and sets the property Role. <para> Information about the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateRoleResponse.CreateRoleResult"> <summary> Gets and sets the CreateRoleResult property. Represents the output of a CreateRole operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateSAMLProviderRequest"> <summary> Container for the parameters to the CreateSAMLProvider operation. Creates an IAM entity to describe an identity provider (IdP) that supports SAML 2.0. <para> The SAML provider that you create with this operation can be used as a principal in a role's trust policy to establish a trust relationship between AWS and a SAML identity provider. You can create an IAM role that supports Web-based single sign-on (SSO) to the AWS Management Console or one that supports API access to AWS. </para> <para> When you create the SAML provider, you upload an a SAML metadata document that you get from your IdP and that includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. </para> <note> This operation requires <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </note> <para> For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html">Enabling SAML 2.0 Federated Users to Access the AWS Management Console</a> and <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based Federation</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateSAMLProviderRequest.Name"> <summary> Gets and sets the property Name. <para> The name of the provider to create. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateSAMLProviderRequest.SAMLMetadataDocument"> <summary> Gets and sets the property SAMLMetadataDocument. <para> An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. </para> <para> For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based Federation</a> in the <i>IAM User Guide</i> </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateSAMLProviderResponse"> <summary> Configuration for accessing Amazon CreateSAMLProvider service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateSAMLProviderResult"> <summary> Contains the response to a successful <a>CreateSAMLProvider</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateSAMLProviderResult.SAMLProviderArn"> <summary> Gets and sets the property SAMLProviderArn. <para> The Amazon Resource Name (ARN) of the SAML provider. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateSAMLProviderResponse.CreateSAMLProviderResult"> <summary> Gets and sets the CreateSAMLProviderResult property. Represents the output of a CreateSAMLProvider operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateUserRequest"> <summary> Container for the parameters to the CreateUser operation. Creates a new user for your AWS account. <para> For information about limitations on the number of users you can create, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateUserRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CreateUserRequest.#ctor(System.String)"> <summary> Instantiates CreateUserRequest with the parameterized properties </summary> <param name="userName">The name of the user to create.</param> </member> <member name="P:Amazon.IdentityManagement.Model.CreateUserRequest.Path"> <summary> Gets and sets the property Path. <para> The path for the user name. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateUserRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to create. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateUserResponse"> <summary> Configuration for accessing Amazon CreateUser service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateUserResult"> <summary> Contains the response to a successful <a>CreateUser</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateUserResult.User"> <summary> Gets and sets the property User. <para> Information about the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateUserResponse.CreateUserResult"> <summary> Gets and sets the CreateUserResult property. Represents the output of a CreateUser operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceRequest"> <summary> Container for the parameters to the CreateVirtualMFADevice operation. Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, use <a>EnableMFADevice</a> to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a Virtual MFA Device</a> in the <i>Using IAM</i> guide. <para> For information about limits on the number of MFA devices you can create, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on Entities</a> in the <i>Using IAM</i> guide. </para> <important>The seed information contained in the QR code and the Base32 string should be treated like any other secret access information, such as your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures. </important> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceRequest.Path"> <summary> Gets and sets the property Path. <para> The path for the virtual MFA device. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceRequest.VirtualMFADeviceName"> <summary> Gets and sets the property VirtualMFADeviceName. <para> The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceResponse"> <summary> Configuration for accessing Amazon CreateVirtualMFADevice service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceResult"> <summary> Contains the response to a successful <a>CreateVirtualMFADevice</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceResult.VirtualMFADevice"> <summary> Gets and sets the property VirtualMFADevice. <para> A newly created virtual MFA device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.CreateVirtualMFADeviceResponse.CreateVirtualMFADeviceResult"> <summary> Gets and sets the CreateVirtualMFADeviceResult property. Represents the output of a CreateVirtualMFADevice operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.CredentialReportExpiredException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CredentialReportExpiredException.#ctor(System.String)"> <summary> Constructs a new CredentialReportExpiredException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.CredentialReportNotPresentException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CredentialReportNotPresentException.#ctor(System.String)"> <summary> Constructs a new CredentialReportNotPresentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.CredentialReportNotReadyException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.CredentialReportNotReadyException.#ctor(System.String)"> <summary> Constructs a new CredentialReportNotReadyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest"> <summary> Container for the parameters to the DeactivateMFADevice operation. Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled. <para> For more information about creating and working with virtual MFA devices, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a Virtual MFA Device</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeactivateMFADeviceRequest with the parameterized properties </summary> <param name="userName">The name of the user whose MFA device you want to deactivate.</param> <param name="serialNumber"> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. </param> </member> <member name="P:Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeactivateMFADeviceRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose MFA device you want to deactivate. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteAccessKeyRequest"> <summary> Container for the parameters to the DeleteAccessKey operation. Deletes the access key associated with the specified user. <para> If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteAccessKeyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteAccessKeyRequest.#ctor(System.String)"> <summary> Instantiates DeleteAccessKeyRequest with the parameterized properties </summary> <param name="accessKeyId">The access key ID for the access key ID and secret access key you want to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteAccessKeyRequest.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The access key ID for the access key ID and secret access key you want to delete. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteAccessKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose key you want to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteAccountAliasRequest"> <summary> Container for the parameters to the DeleteAccountAlias operation. Deletes the specified AWS account alias. For information about using an AWS account alias, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an Alias for Your AWS Account ID</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteAccountAliasRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteAccountAliasRequest.#ctor(System.String)"> <summary> Instantiates DeleteAccountAliasRequest with the parameterized properties </summary> <param name="accountAlias">The name of the account alias to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteAccountAliasRequest.AccountAlias"> <summary> Gets and sets the property AccountAlias. <para> The name of the account alias to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteAccountPasswordPolicyRequest"> <summary> Container for the parameters to the DeleteAccountPasswordPolicy operation. Deletes the password policy for the AWS account. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteConflictException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteConflictException.#ctor(System.String)"> <summary> Constructs a new DeleteConflictException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest"> <summary> Container for the parameters to the DeleteGroupPolicy operation. Deletes the specified inline policy that is embedded in the specified group. <para> A group can also have managed policies attached to it. To detach a managed policy from a group, use <a>DetachGroupPolicy</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteGroupPolicyRequest with the parameterized properties </summary> <param name="groupName">The name (friendly name, not ARN) identifying the group that the policy is embedded in.</param> <param name="policyName">The name identifying the policy document to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name (friendly name, not ARN) identifying the group that the policy is embedded in. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name identifying the policy document to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteGroupRequest"> <summary> Container for the parameters to the DeleteGroup operation. Deletes the specified group. The group must not contain any users or have any attached policies. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the group to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteInstanceProfileRequest"> <summary> Container for the parameters to the DeleteInstanceProfile operation. Deletes the specified instance profile. The instance profile must not have an associated role. <important> Make sure you do not have any Amazon EC2 instances running with the instance profile you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance. </important> <para> For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteInstanceProfileRequest.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name of the instance profile to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteLoginProfileRequest"> <summary> Container for the parameters to the DeleteLoginProfile operation. Deletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console. <important> Deleting a user's password does not prevent a user from accessing IAM through the command line interface or the API. To prevent all user access you must also either make the access key inactive or delete it. For more information about making keys inactive or deleting them, see <a>UpdateAccessKey</a> and <a>DeleteAccessKey</a>. </important> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteLoginProfileRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteLoginProfileRequest.#ctor(System.String)"> <summary> Instantiates DeleteLoginProfileRequest with the parameterized properties </summary> <param name="userName">The name of the user whose password you want to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteLoginProfileRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose password you want to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteOpenIDConnectProviderRequest"> <summary> Container for the parameters to the DeleteOpenIDConnectProvider operation. Deletes an IAM OpenID Connect identity provider. <para> Deleting an OIDC provider does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a provider that has been deleted will fail. </para> <para> This action is idempotent; it does not fail or return an error if you call the action for a provider that was already deleted. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteOpenIDConnectProviderRequest.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to delete. You can get a list of OpenID Connect provider ARNs by using the <a>ListOpenIDConnectProviders</a> action. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeletePolicyRequest"> <summary> Container for the parameters to the DeletePolicy operation. Deletes the specified managed policy. <para> Before you can delete a managed policy, you must detach the policy from all users, groups, and roles that it is attached to, and you must delete all of the policy's versions. The following steps describe the process for deleting a managed policy: <ol> <li>Detach the policy from all users, groups, and roles that the policy is attached to, using the <a>DetachUserPolicy</a>, <a>DetachGroupPolicy</a>, or <a>DetachRolePolicy</a> APIs. To list all the users, groups, and roles that a policy is attached to, use <a>ListEntitiesForPolicy</a>. </li> <li>Delete all versions of the policy using <a>DeletePolicyVersion</a>. To list the policy's versions, use <a>ListPolicyVersions</a>. You cannot use <a>DeletePolicyVersion</a> to delete the version that is marked as the default version. You delete the policy's default version in the next step of the process. </li> <li>Delete the policy (this automatically deletes the policy's default version) using this API. </li> </ol> </para> <para> For information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeletePolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeletePolicyVersionRequest"> <summary> Container for the parameters to the DeletePolicyVersion operation. Deletes the specified version of the specified managed policy. <para> You cannot delete the default version of a policy using this API. To delete the default version of a policy, use <a>DeletePolicy</a>. To find out which version of a policy is marked as the default version, use <a>ListPolicyVersions</a>. </para> <para> For information about versions for managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeletePolicyVersionRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeletePolicyVersionRequest.VersionId"> <summary> Gets and sets the property VersionId. <para> The policy version to delete. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteRolePolicyRequest"> <summary> Container for the parameters to the DeleteRolePolicy operation. Deletes the specified inline policy that is embedded in the specified role. <para> A role can also have managed policies attached to it. To detach a managed policy from a role, use <a>DetachRolePolicy</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteRolePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name identifying the policy document to delete. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name (friendly name, not ARN) identifying the role that the policy is embedded in. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteRoleRequest"> <summary> Container for the parameters to the DeleteRole operation. Deletes the specified role. The role must not have any policies attached. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. <important>Make sure you do not have any Amazon EC2 instances running with the role you are about to delete. Deleting a role or instance profile that is associated with a running instance will break any applications running on the instance. </important> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteRoleRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteSAMLProviderRequest"> <summary> Container for the parameters to the DeleteSAMLProvider operation. Deletes a SAML provider. <para> Deleting the provider does not update any roles that reference the SAML provider as a principal in their trust policies. Any attempt to assume a role that references a SAML provider that has been deleted will fail. </para> <note> This operation requires <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteSAMLProviderRequest.SAMLProviderArn"> <summary> Gets and sets the property SAMLProviderArn. <para> The Amazon Resource Name (ARN) of the SAML provider to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteServerCertificateRequest"> <summary> Container for the parameters to the DeleteServerCertificate operation. Deletes the specified server certificate. <para> For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with Server Certificates</a> in the <i>IAM User Guide</i>. </para> <important> If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_DeleteLoadBalancerListeners.html">DeleteLoadBalancerListeners</a> in the <i>Elastic Load Balancing API Reference</i>. </important> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteServerCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteServerCertificateRequest.#ctor(System.String)"> <summary> Instantiates DeleteServerCertificateRequest with the parameterized properties </summary> <param name="serverCertificateName">The name of the server certificate you want to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteServerCertificateRequest.ServerCertificateName"> <summary> Gets and sets the property ServerCertificateName. <para> The name of the server certificate you want to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest"> <summary> Container for the parameters to the DeleteSigningCertificate operation. Deletes the specified signing certificate associated with the specified user. <para> If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest.#ctor(System.String)"> <summary> Instantiates DeleteSigningCertificateRequest with the parameterized properties </summary> <param name="certificateId">The ID of the signing certificate to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest.CertificateId"> <summary> Gets and sets the property CertificateId. <para> The ID of the signing certificate to delete. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteSigningCertificateRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user the signing certificate belongs to. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteSSHPublicKeyRequest"> <summary> Container for the parameters to the DeleteSSHPublicKey operation. Deletes the specified SSH public key. <para> The SSH public key deleted by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <a href="http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up AWS CodeCommit for SSH Connections</a> in the <i>AWS CodeCommit User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteSSHPublicKeyRequest.SSHPublicKeyId"> <summary> Gets and sets the property SSHPublicKeyId. <para> The unique identifier for the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteSSHPublicKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user associated with the SSH public key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteUserPolicyRequest"> <summary> Container for the parameters to the DeleteUserPolicy operation. Deletes the specified inline policy that is embedded in the specified user. <para> A user can also have managed policies attached to it. To detach a managed policy from a user, use <a>DetachUserPolicy</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteUserPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteUserPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates DeleteUserPolicyRequest with the parameterized properties </summary> <param name="userName">The name (friendly name, not ARN) identifying the user that the policy is embedded in.</param> <param name="policyName">The name identifying the policy document to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteUserPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name identifying the policy document to delete. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteUserPolicyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name (friendly name, not ARN) identifying the user that the policy is embedded in. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteUserRequest"> <summary> Container for the parameters to the DeleteUser operation. Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteUserRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DeleteUserRequest.#ctor(System.String)"> <summary> Instantiates DeleteUserRequest with the parameterized properties </summary> <param name="userName">The name of the user to delete.</param> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteUserRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to delete. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DeleteVirtualMFADeviceRequest"> <summary> Container for the parameters to the DeleteVirtualMFADevice operation. Deletes a virtual MFA device. <note> You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see <a>DeactivateMFADevice</a>. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DeleteVirtualMFADeviceRequest.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DetachGroupPolicyRequest"> <summary> Container for the parameters to the DetachGroupPolicy operation. Removes the specified managed policy from the specified group. <para> A group can also have inline policies embedded with it. To delete an inline policy, use the <a>DeleteGroupPolicy</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachGroupPolicyRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name (friendly name, not ARN) of the group to detach the policy from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachGroupPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DetachRolePolicyRequest"> <summary> Container for the parameters to the DetachRolePolicy operation. Removes the specified managed policy from the specified role. <para> A role can also have inline policies embedded with it. To delete an inline policy, use the <a>DeleteRolePolicy</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachRolePolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name (friendly name, not ARN) of the role to detach the policy from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DetachUserPolicyRequest"> <summary> Container for the parameters to the DetachUserPolicy operation. Removes the specified managed policy from the specified user. <para> A user can also have inline policies embedded with it. To delete an inline policy, use the <a>DeleteUserPolicy</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachUserPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.DetachUserPolicyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name (friendly name, not ARN) of the user to detach the policy from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.DuplicateCertificateException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DuplicateCertificateException.#ctor(System.String)"> <summary> Constructs a new DuplicateCertificateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.DuplicateSSHPublicKeyException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.DuplicateSSHPublicKeyException.#ctor(System.String)"> <summary> Constructs a new DuplicateSSHPublicKeyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.EnableMFADeviceRequest"> <summary> Container for the parameters to the EnableMFADevice operation. Enables the specified MFA device and associates it with the specified user name. When enabled, the MFA device is required for every subsequent login by the user name associated with the device. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EnableMFADeviceRequest.AuthenticationCode1"> <summary> Gets and sets the property AuthenticationCode1. <para> An authentication code emitted by the device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EnableMFADeviceRequest.AuthenticationCode2"> <summary> Gets and sets the property AuthenticationCode2. <para> A subsequent authentication code emitted by the device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EnableMFADeviceRequest.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EnableMFADeviceRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user for whom you want to enable the MFA device. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.EntityAlreadyExistsException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.EntityAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new EntityAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.EntityTemporarilyUnmodifiableException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.EntityTemporarilyUnmodifiableException.#ctor(System.String)"> <summary> Constructs a new EntityTemporarilyUnmodifiableException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.EvaluationResult"> <summary> Contains the results of a simulation. <para> This data type is used by the return parameter of <code><a>SimulatePolicy</a></code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.EvalActionName"> <summary> Gets and sets the property EvalActionName. <para> The name of the API action tested on the indicated resource. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.EvalDecision"> <summary> Gets and sets the property EvalDecision. <para> The result of the simulation. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.EvalDecisionDetails"> <summary> Gets and sets the property EvalDecisionDetails. <para> Additional details about the results of the evaluation decision. When there are both IAM policies and resource policies, this parameter explains how each set of policies contributes to the final evaluation decision. When simulating cross-account access to a resource, both the resource-based policy and the caller's IAM policy must grant access. See <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html">How IAM Roles Differ from Resource-based Policies</a> </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.EvalResourceName"> <summary> Gets and sets the property EvalResourceName. <para> The ARN of the resource that the indicated API action was tested on. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.MatchedStatements"> <summary> Gets and sets the property MatchedStatements. <para> A list of the statements in the input policies that determine the result for this scenario. Remember that even if multiple statements allow the action on the resource, if only one statement denies that action, then the explicit deny overrides any allow, and the deny statement is the only entry included in the result. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.MissingContextValues"> <summary> Gets and sets the property MissingContextValues. <para> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. To discover the context keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>. </para> <caution> <para> If the response includes any keys in this list, then the reported results might be untrustworthy because the simulation could not completely evaluate all of the conditions specified in the policies that would occur in a real world request. </para> </caution> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.EvaluationResult.ResourceSpecificResults"> <summary> Gets and sets the property ResourceSpecificResults. <para> The individual results of the simulation of the API action specified in EvalActionName on each resource. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GenerateCredentialReportRequest"> <summary> Container for the parameters to the GenerateCredentialReport operation. Generates a credential report for the AWS account. For more information about the credential report, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting Credential Reports</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GenerateCredentialReportResponse"> <summary> Configuration for accessing Amazon GenerateCredentialReport service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GenerateCredentialReportResult"> <summary> Contains the response to a successful <a>GenerateCredentialReport</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GenerateCredentialReportResult.Description"> <summary> Gets and sets the property Description. <para> Information about the credential report. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GenerateCredentialReportResult.State"> <summary> Gets and sets the property State. <para> Information about the state of the credential report. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GenerateCredentialReportResponse.GenerateCredentialReportResult"> <summary> Gets and sets the GenerateCredentialReportResult property. Represents the output of a GenerateCredentialReport operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedRequest"> <summary> Container for the parameters to the GetAccessKeyLastUsed operation. Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the AWS service and region that were specified in the last request made with that key. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedRequest.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The identifier of an access key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedResponse"> <summary> Configuration for accessing Amazon GetAccessKeyLastUsed service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedResult"> <summary> Contains the response to a successful <a>GetAccessKeyLastUsed</a> request. It is also returned as a member of the <a>AccessKeyMetaData</a> structure returned by the <a>ListAccessKeys</a> action. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedResult.AccessKeyLastUsed"> <summary> Gets and sets the property AccessKeyLastUsed. <para> Contains information about the last time the access key was used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedResult.UserName"> <summary> Gets and sets the property UserName. <para> The name of the AWS IAM user that owns this access key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccessKeyLastUsedResponse.GetAccessKeyLastUsedResult"> <summary> Gets and sets the GetAccessKeyLastUsedResult property. Represents the output of a GetAccessKeyLastUsed operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest"> <summary> Container for the parameters to the GetAccountAuthorizationDetails operation. Retrieves information about all IAM users, groups, roles, and policies in your account, including their relationships to one another. Use this API to obtain a snapshot of the configuration of IAM permissions (users, groups, roles, and policies) in your account. <para> You can optionally filter the results using the <code>Filter</code> parameter. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest.Filter"> <summary> Gets and sets the property Filter. <para> A list of entity types (user, group, role, local managed policy, or AWS managed policy) for filtering the results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResponse"> <summary> Configuration for accessing Amazon GetAccountAuthorizationDetails service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult"> <summary> Contains the response to a successful <a>GetAccountAuthorizationDetails</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.GroupDetailList"> <summary> Gets and sets the property GroupDetailList. <para> A list containing information about IAM groups. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.Policies"> <summary> Gets and sets the property Policies. <para> A list containing information about managed policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.RoleDetailList"> <summary> Gets and sets the property RoleDetailList. <para> A list containing information about IAM roles. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResult.UserDetailList"> <summary> Gets and sets the property UserDetailList. <para> A list containing information about IAM users. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountAuthorizationDetailsResponse.GetAccountAuthorizationDetailsResult"> <summary> Gets and sets the GetAccountAuthorizationDetailsResult property. Represents the output of a GetAccountAuthorizationDetails operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountPasswordPolicyRequest"> <summary> Container for the parameters to the GetAccountPasswordPolicy operation. Retrieves the password policy for the AWS account. For more information about using a password policy, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM Password Policy</a>. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountPasswordPolicyResponse"> <summary> Configuration for accessing Amazon GetAccountPasswordPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountPasswordPolicyResult"> <summary> Contains the response to a successful <a>GetAccountPasswordPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountPasswordPolicyResult.PasswordPolicy"> <summary> Gets and sets the property PasswordPolicy. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountPasswordPolicyResponse.GetAccountPasswordPolicyResult"> <summary> Gets and sets the GetAccountPasswordPolicyResult property. Represents the output of a GetAccountPasswordPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountSummaryRequest"> <summary> Container for the parameters to the GetAccountSummary operation. Retrieves information about IAM entity usage and IAM quotas in the AWS account. <para> For information about limitations on IAM entities, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountSummaryResponse"> <summary> Configuration for accessing Amazon GetAccountSummary service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetAccountSummaryResult"> <summary> Contains the response to a successful <a>GetAccountSummary</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountSummaryResult.SummaryMap"> <summary> Gets and sets the property SummaryMap. <para> A set of key value pairs containing information about IAM entity usage and IAM quotas. </para> <para> <code>SummaryMap</code> contains the following keys: <ul> <li> <para> <b>AccessKeysPerUserQuota</b> </para> <para> The maximum number of active access keys allowed for each IAM user. </para> </li> <li> <para> <b>AccountAccessKeysPresent</b> </para> <para> This value is 1 if the AWS account (root) has an access key, otherwise it is 0. </para> </li> <li> <para> <b>AccountMFAEnabled</b> </para> <para> This value is 1 if the AWS account (root) has an MFA device assigned, otherwise it is 0. </para> </li> <li> <para> <b>AccountSigningCertificatesPresent</b> </para> <para> This value is 1 if the AWS account (root) has a signing certificate, otherwise it is 0. </para> </li> <li> <para> <b>AssumeRolePolicySizeQuota</b> </para> <para> The maximum allowed size for assume role policy documents (trust policies), in non-whitespace characters. </para> </li> <li> <para> <b>AttachedPoliciesPerGroupQuota</b> </para> <para> The maximum number of managed policies that can be attached to an IAM group. </para> </li> <li> <para> <b>AttachedPoliciesPerRoleQuota</b> </para> <para> The maximum number of managed policies that can be attached to an IAM role. </para> </li> <li> <para> <b>AttachedPoliciesPerUserQuota</b> </para> <para> The maximum number of managed policies that can be attached to an IAM user. </para> </li> <li> <para> <b>GroupPolicySizeQuota</b> </para> <para> The maximum allowed size for the aggregate of all inline policies embedded in an IAM group, in non-whitespace characters. </para> </li> <li> <para> <b>Groups</b> </para> <para> The number of IAM groups in the AWS account. </para> </li> <li> <para> <b>GroupsPerUserQuota</b> </para> <para> The maximum number of IAM groups each IAM user can belong to. </para> </li> <li> <para> <b>GroupsQuota</b> </para> <para> The maximum number of IAM groups allowed in the AWS account. </para> </li> <li> <para> <b>InstanceProfiles</b> </para> <para> The number of instance profiles in the AWS account. </para> </li> <li> <para> <b>InstanceProfilesQuota</b> </para> <para> The maximum number of instance profiles allowed in the AWS account. </para> </li> <li> <para> <b>MFADevices</b> </para> <para> The number of MFA devices in the AWS account, including those assigned and unassigned. </para> </li> <li> <para> <b>MFADevicesInUse</b> </para> <para> The number of MFA devices that have been assigned to an IAM user or to the AWS account (root). </para> </li> <li> <para> <b>Policies</b> </para> <para> The number of customer managed policies in the AWS account. </para> </li> <li> <para> <b>PoliciesQuota</b> </para> <para> The maximum number of customer managed policies allowed in the AWS account. </para> </li> <li> <para> <b>PolicySizeQuota</b> </para> <para> The maximum allowed size of a customer managed policy, in non-whitespace characters. </para> </li> <li> <para> <b>PolicyVersionsInUse</b> </para> <para> The number of managed policies that are attached to IAM users, groups, or roles in the AWS account. </para> </li> <li> <para> <b>PolicyVersionsInUseQuota</b> </para> <para> The maximum number of managed policies that can be attached to IAM users, groups, or roles in the AWS account. </para> </li> <li> <para> <b>Providers</b> </para> <para> The number of identity providers in the AWS account. </para> </li> <li> <para> <b>RolePolicySizeQuota</b> </para> <para> The maximum allowed size for the aggregate of all inline policies (access policies, not the trust policy) embedded in an IAM role, in non-whitespace characters. </para> </li> <li> <para> <b>Roles</b> </para> <para> The number of IAM roles in the AWS account. </para> </li> <li> <para> <b>RolesQuota</b> </para> <para> The maximum number of IAM roles allowed in the AWS account. </para> </li> <li> <para> <b>ServerCertificates</b> </para> <para> The number of server certificates in the AWS account. </para> </li> <li> <para> <b>ServerCertificatesQuota</b> </para> <para> The maximum number of server certificates allowed in the AWS account. </para> </li> <li> <para> <b>SigningCertificatesPerUserQuota</b> </para> <para> The maximum number of X.509 signing certificates allowed for each IAM user. </para> </li> <li> <para> <b>UserPolicySizeQuota</b> </para> <para> The maximum allowed size for the aggregate of all inline policies embedded in an IAM user, in non-whitespace characters. </para> </li> <li> <para> <b>Users</b> </para> <para> The number of IAM users in the AWS account. </para> </li> <li> <para> <b>UsersQuota</b> </para> <para> The maximum number of IAM users allowed in the AWS account. </para> </li> <li> <para> <b>VersionsPerPolicyQuota</b> </para> <para> The maximum number of policy versions allowed for each managed policy. </para> </li> </ul> </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetAccountSummaryResponse.GetAccountSummaryResult"> <summary> Gets and sets the GetAccountSummaryResult property. Represents the output of a GetAccountSummary operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyRequest"> <summary> Container for the parameters to the GetContextKeysForCustomPolicy operation. Gets a list of all of the context keys referenced in <code>Condition</code> elements in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use <a>GetContextKeysForPrincipalPolicy</a>. <para> Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by using the <code>Condition</code> element of an IAM policy. Use GetContextKeysForCustomPolicy to understand what key names and values you must supply when you call <a>SimulateCustomPolicy</a>. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyRequest.PolicyInputList"> <summary> Gets and sets the property PolicyInputList. <para> A list of policies for which you want list of context keys used in <code>Condition</code> elements. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResponse"> <summary> Configuration for accessing Amazon GetContextKeysForCustomPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResult"> <summary> Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResult.ContextKeyNames"> <summary> Gets and sets the property ContextKeyNames. <para> The list of context keys that are used in the <code>Condition</code> elements of the input policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForCustomPolicyResponse.GetContextKeysForCustomPolicyResult"> <summary> Gets and sets the GetContextKeysForCustomPolicyResult property. Represents the output of a GetContextKeysForCustomPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyRequest"> <summary> Container for the parameters to the GetContextKeysForPrincipalPolicy operation. Gets a list of all of the context keys referenced in <code>Condition</code> elements in all of the IAM policies attached to the specified IAM entity. The entity can be an IAM user, group, or role. If you specify a user, then the request also includes all of the policies attached to groups that the user is a member of. <para> You can optionally include a list of one or more additional policies, specified as strings. If you want to include only a list of policies by string, use <a>GetContextKeysForCustomPolicy</a> instead. </para> <para> <b>Note:</b> This API discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>GetContextKeysForCustomPolicy</a> instead. </para> <para> Context keys are variables maintained by AWS and its services that provide details about the context of an API query request, and can be evaluated by using the <code>Condition</code> element of an IAM policy. Use GetContextKeysForPrincipalPolicy to understand what key names and values you must supply when you call <a>SimulatePrincipalPolicy</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyRequest.PolicyInputList"> <summary> Gets and sets the property PolicyInputList. <para> A optional list of additional policies for which you want list of context keys used in <code>Condition</code> elements. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyRequest.PolicySourceArn"> <summary> Gets and sets the property PolicySourceArn. <para> The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies attached to the user as well as to all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyResponse"> <summary> Configuration for accessing Amazon GetContextKeysForPrincipalPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyResult"> <summary> Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyResult.ContextKeyNames"> <summary> Gets and sets the property ContextKeyNames. <para> The list of context keys that are used in the <code>Condition</code> elements of the input policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetContextKeysForPrincipalPolicyResponse.GetContextKeysForPrincipalPolicyResult"> <summary> Gets and sets the GetContextKeysForPrincipalPolicyResult property. Represents the output of a GetContextKeysForPrincipalPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetCredentialReportRequest"> <summary> Container for the parameters to the GetCredentialReport operation. Retrieves a credential report for the AWS account. For more information about the credential report, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting Credential Reports</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetCredentialReportResponse"> <summary> Configuration for accessing Amazon GetCredentialReport service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetCredentialReportResult"> <summary> Contains the response to a successful <a>GetCredentialReport</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetCredentialReportResult.Content"> <summary> Gets and sets the property Content. <para> Contains the credential report. The report is Base64-encoded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetCredentialReportResult.GeneratedTime"> <summary> Gets and sets the property GeneratedTime. <para> The date and time when the credential report was created, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetCredentialReportResult.ReportFormat"> <summary> Gets and sets the property ReportFormat. <para> The format (MIME type) of the credential report. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetCredentialReportResponse.GetCredentialReportResult"> <summary> Gets and sets the GetCredentialReportResult property. Represents the output of a GetCredentialReport operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupPolicyRequest"> <summary> Container for the parameters to the GetGroupPolicy operation. Retrieves the specified inline policy document that is embedded in the specified group. <para> A group can also have managed policies attached to it. To retrieve a managed policy document that is attached to a group, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetGroupPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetGroupPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates GetGroupPolicyRequest with the parameterized properties </summary> <param name="groupName">The name of the group the policy is associated with.</param> <param name="policyName">The name of the policy document to get.</param> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group the policy is associated with. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document to get. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupPolicyResponse"> <summary> Configuration for accessing Amazon GetGroupPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupPolicyResult"> <summary> Contains the response to a successful <a>GetGroupPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyResult.GroupName"> <summary> Gets and sets the property GroupName. <para> The group the policy is associated with. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyResult.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyResult.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupPolicyResponse.GetGroupPolicyResult"> <summary> Gets and sets the GetGroupPolicyResult property. Represents the output of a GetGroupPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupRequest"> <summary> Container for the parameters to the GetGroup operation. Returns a list of users that are in the specified group. You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetGroupRequest.#ctor(System.String)"> <summary> Instantiates GetGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the group.</param> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupResponse"> <summary> Configuration for accessing Amazon GetGroup service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetGroupResult"> <summary> Contains the response to a successful <a>GetGroup</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupResult.Group"> <summary> Gets and sets the property Group. <para> Information about the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupResult.Users"> <summary> Gets and sets the property Users. <para> A list of users in the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetGroupResponse.GetGroupResult"> <summary> Gets and sets the GetGroupResult property. Represents the output of a GetGroup operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetInstanceProfileRequest"> <summary> Container for the parameters to the GetInstanceProfile operation. Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. For more information about ARNs, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs">ARNs</a>. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetInstanceProfileRequest.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name of the instance profile to get information about. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetInstanceProfileResponse"> <summary> Configuration for accessing Amazon GetInstanceProfile service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetInstanceProfileResult"> <summary> Contains the response to a successful <a>GetInstanceProfile</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetInstanceProfileResult.InstanceProfile"> <summary> Gets and sets the property InstanceProfile. <para> Information about the instance profile. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetInstanceProfileResponse.GetInstanceProfileResult"> <summary> Gets and sets the GetInstanceProfileResult property. Represents the output of a GetInstanceProfile operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetLoginProfileRequest"> <summary> Container for the parameters to the GetLoginProfile operation. Retrieves the user name and password-creation date for the specified user. If the user has not been assigned a password, the action returns a 404 (<code>NoSuchEntity</code>) error. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetLoginProfileRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetLoginProfileRequest.#ctor(System.String)"> <summary> Instantiates GetLoginProfileRequest with the parameterized properties </summary> <param name="userName">The name of the user whose login profile you want to retrieve.</param> </member> <member name="P:Amazon.IdentityManagement.Model.GetLoginProfileRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose login profile you want to retrieve. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetLoginProfileResponse"> <summary> Configuration for accessing Amazon GetLoginProfile service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetLoginProfileResult"> <summary> Contains the response to a successful <a>GetLoginProfile</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetLoginProfileResult.LoginProfile"> <summary> Gets and sets the property LoginProfile. <para> The user name and password create date for the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetLoginProfileResponse.GetLoginProfileResult"> <summary> Gets and sets the GetLoginProfileResult property. Represents the output of a GetLoginProfile operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderRequest"> <summary> Container for the parameters to the GetOpenIDConnectProvider operation. Returns information about the specified OpenID Connect provider. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderRequest.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to get information for. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> action. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResponse"> <summary> Configuration for accessing Amazon GetOpenIDConnectProvider service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResult"> <summary> Contains the response to a successful <a>GetOpenIDConnectProvider</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResult.ClientIDList"> <summary> Gets and sets the property ClientIDList. <para> A list of client IDs (also known as audiences) that are associated with the specified IAM OpenID Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResult.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time when the IAM OpenID Connect provider entity was created in the AWS account. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResult.ThumbprintList"> <summary> Gets and sets the property ThumbprintList. <para> A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResult.Url"> <summary> Gets and sets the property Url. <para> The URL that the IAM OpenID Connect provider is associated with. For more information, see <a>CreateOpenIDConnectProvider</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetOpenIDConnectProviderResponse.GetOpenIDConnectProviderResult"> <summary> Gets and sets the GetOpenIDConnectProviderResult property. Represents the output of a GetOpenIDConnectProvider operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyRequest"> <summary> Container for the parameters to the GetPolicy operation. Retrieves information about the specified managed policy, including the policy's default version and the total number of users, groups, and roles that the policy is attached to. For a list of the specific users, groups, and roles that the policy is attached to, use the <a>ListEntitiesForPolicy</a> API. This API returns metadata about the policy. To retrieve the policy document for a specific version of the policy, use <a>GetPolicyVersion</a>. <para> This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded with a user, group, or role, use the <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a> API. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyResponse"> <summary> Configuration for accessing Amazon GetPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyResult"> <summary> Contains the response to a successful <a>GetPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> Information about the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyResponse.GetPolicyResult"> <summary> Gets and sets the GetPolicyResult property. Represents the output of a GetPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyVersionRequest"> <summary> Container for the parameters to the GetPolicyVersion operation. Retrieves information about the specified version of the specified managed policy, including the policy document. <para> To list the available versions for a policy, use <a>ListPolicyVersions</a>. </para> <para> This API retrieves information about managed policies. To retrieve information about an inline policy that is embedded in a user, group, or role, use the <a>GetUserPolicy</a>, <a>GetGroupPolicy</a>, or <a>GetRolePolicy</a> API. </para> <para> For more information about the types of policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyVersionRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyVersionRequest.VersionId"> <summary> Gets and sets the property VersionId. <para> Identifies the policy version to retrieve. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyVersionResponse"> <summary> Configuration for accessing Amazon GetPolicyVersion service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetPolicyVersionResult"> <summary> Contains the response to a successful <a>GetPolicyVersion</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyVersionResult.PolicyVersion"> <summary> Gets and sets the property PolicyVersion. <para> Information about the policy version. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetPolicyVersionResponse.GetPolicyVersionResult"> <summary> Gets and sets the GetPolicyVersionResult property. Represents the output of a GetPolicyVersion operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRolePolicyRequest"> <summary> Container for the parameters to the GetRolePolicy operation. Retrieves the specified inline policy document that is embedded with the specified role. <para> A role can also have managed policies attached to it. To retrieve a managed policy document that is attached to a role, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using Roles to Delegate Permissions and Federate Identities</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document to get. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role associated with the policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRolePolicyResponse"> <summary> Configuration for accessing Amazon GetRolePolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRolePolicyResult"> <summary> Contains the response to a successful <a>GetRolePolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyResult.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyResult.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyResult.RoleName"> <summary> Gets and sets the property RoleName. <para> The role the policy is associated with. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRolePolicyResponse.GetRolePolicyResult"> <summary> Gets and sets the GetRolePolicyResult property. Represents the output of a GetRolePolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRoleRequest"> <summary> Container for the parameters to the GetRole operation. Retrieves information about the specified role, including the role's path, GUID, ARN, and the policy granting permission to assume the role. For more information about ARNs, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#Identifiers_ARNs">ARNs</a>. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRoleRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to get information about. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRoleResponse"> <summary> Configuration for accessing Amazon GetRole service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetRoleResult"> <summary> Contains the response to a successful <a>GetRole</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRoleResult.Role"> <summary> Gets and sets the property Role. <para> Information about the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetRoleResponse.GetRoleResult"> <summary> Gets and sets the GetRoleResult property. Represents the output of a GetRole operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSAMLProviderRequest"> <summary> Container for the parameters to the GetSAMLProvider operation. Returns the SAML provider metadocument that was uploaded when the provider was created or updated. <note>This operation requires <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSAMLProviderRequest.SAMLProviderArn"> <summary> Gets and sets the property SAMLProviderArn. <para> The Amazon Resource Name (ARN) of the SAML provider to get information about. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSAMLProviderResponse"> <summary> Configuration for accessing Amazon GetSAMLProvider service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSAMLProviderResult"> <summary> Contains the response to a successful <a>GetSAMLProvider</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSAMLProviderResult.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time when the SAML provider was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSAMLProviderResult.SAMLMetadataDocument"> <summary> Gets and sets the property SAMLMetadataDocument. <para> The XML metadata document that includes information about an identity provider. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSAMLProviderResult.ValidUntil"> <summary> Gets and sets the property ValidUntil. <para> The expiration date and time for the SAML provider. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSAMLProviderResponse.GetSAMLProviderResult"> <summary> Gets and sets the GetSAMLProviderResult property. Represents the output of a GetSAMLProvider operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetServerCertificateRequest"> <summary> Container for the parameters to the GetServerCertificate operation. Retrieves information about the specified server certificate. <para> For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with Server Certificates</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetServerCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetServerCertificateRequest.#ctor(System.String)"> <summary> Instantiates GetServerCertificateRequest with the parameterized properties </summary> <param name="serverCertificateName">The name of the server certificate you want to retrieve information about.</param> </member> <member name="P:Amazon.IdentityManagement.Model.GetServerCertificateRequest.ServerCertificateName"> <summary> Gets and sets the property ServerCertificateName. <para> The name of the server certificate you want to retrieve information about. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetServerCertificateResponse"> <summary> Configuration for accessing Amazon GetServerCertificate service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetServerCertificateResult"> <summary> Contains the response to a successful <a>GetServerCertificate</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetServerCertificateResult.ServerCertificate"> <summary> Gets and sets the property ServerCertificate. <para> Information about the server certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetServerCertificateResponse.GetServerCertificateResult"> <summary> Gets and sets the GetServerCertificateResult property. Represents the output of a GetServerCertificate operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest"> <summary> Container for the parameters to the GetSSHPublicKey operation. Retrieves the specified SSH public key, including metadata about the key. <para> The SSH public key retrieved by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <a href="http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up AWS CodeCommit for SSH Connections</a> in the <i>AWS CodeCommit User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest.Encoding"> <summary> Gets and sets the property Encoding. <para> Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa format, use <code>SSH</code>. To retrieve the public key in PEM format, use <code>PEM</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest.SSHPublicKeyId"> <summary> Gets and sets the property SSHPublicKeyId. <para> The unique identifier for the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSSHPublicKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user associated with the SSH public key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSSHPublicKeyResponse"> <summary> Configuration for accessing Amazon GetSSHPublicKey service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetSSHPublicKeyResult"> <summary> Contains the response to a successful <a>GetSSHPublicKey</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSSHPublicKeyResult.SSHPublicKey"> <summary> Gets and sets the property SSHPublicKey. <para> Information about the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetSSHPublicKeyResponse.GetSSHPublicKeyResult"> <summary> Gets and sets the GetSSHPublicKeyResult property. Represents the output of a GetSSHPublicKey operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserPolicyRequest"> <summary> Container for the parameters to the GetUserPolicy operation. Retrieves the specified inline policy document that is embedded in the specified user. <para> A user can also have managed policies attached to it. To retrieve a managed policy document that is attached to a user, use <a>GetPolicy</a> to determine the policy's default version, then use <a>GetPolicyVersion</a> to retrieve the policy document. </para> <para> For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetUserPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetUserPolicyRequest.#ctor(System.String,System.String)"> <summary> Instantiates GetUserPolicyRequest with the parameterized properties </summary> <param name="userName">The name of the user who the policy is associated with.</param> <param name="policyName">The name of the policy document to get.</param> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document to get. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user who the policy is associated with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserPolicyResponse"> <summary> Configuration for accessing Amazon GetUserPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserPolicyResult"> <summary> Contains the response to a successful <a>GetUserPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyResult.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyResult.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyResult.UserName"> <summary> Gets and sets the property UserName. <para> The user the policy is associated with. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserPolicyResponse.GetUserPolicyResult"> <summary> Gets and sets the GetUserPolicyResult property. Represents the output of a GetUserPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserRequest"> <summary> Container for the parameters to the GetUser operation. Retrieves information about the specified user, including the user's creation date, path, unique ID, and ARN. <para> If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID used to sign the request. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.GetUserRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to get information about. </para> <para> This parameter is optional. If it is not included, it defaults to the user making the request. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserResponse"> <summary> Configuration for accessing Amazon GetUser service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GetUserResult"> <summary> Contains the response to a successful <a>GetUser</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserResult.User"> <summary> Gets and sets the property User. <para> Information about the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GetUserResponse.GetUserResult"> <summary> Gets and sets the GetUserResult property. Represents the output of a GetUser operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Group"> <summary> Contains information about an IAM group entity. <para> This data type is used as a response element in the following actions: </para> <ul> <li> <a>CreateGroup</a> </li> <li> <a>GetGroup</a> </li> <li> <a>ListGroups</a> </li> </ul> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.Group.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.Group.#ctor(System.String,System.String,System.String,System.String,System.DateTime)"> <summary> Instantiates Group with the parameterized properties </summary> <param name="path">The path to the group. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="groupName">The friendly name that identifies the group.</param> <param name="groupId"> The stable and unique string identifying the group. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="arn"> The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="createDate">The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the group was created.</param> </member> <member name="P:Amazon.IdentityManagement.Model.Group.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Group.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the group was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Group.GroupId"> <summary> Gets and sets the property GroupId. <para> The stable and unique string identifying the group. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Group.GroupName"> <summary> Gets and sets the property GroupName. <para> The friendly name that identifies the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Group.Path"> <summary> Gets and sets the property Path. <para> The path to the group. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.GroupDetail"> <summary> Contains information about an IAM group, including all of the group's policies. <para> This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.AttachedManagedPolicies"> <summary> Gets and sets the property AttachedManagedPolicies. <para> A list of the managed policies attached to the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the group was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.GroupId"> <summary> Gets and sets the property GroupId. <para> The stable and unique string identifying the group. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.GroupName"> <summary> Gets and sets the property GroupName. <para> The friendly name that identifies the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.GroupPolicyList"> <summary> Gets and sets the property GroupPolicyList. <para> A list of the inline policies embedded in the group. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.GroupDetail.Path"> <summary> Gets and sets the property Path. <para> The path to the group. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.InstanceProfile"> <summary> Contains information about an instance profile. <para> This data type is used as a response element in the following actions: </para> <ul> <li> <para> <a>CreateInstanceProfile</a> </para> </li> <li> <para> <a>GetInstanceProfile</a> </para> </li> <li> <para> <a>ListInstanceProfiles</a> </para> </li> <li> <para> <a>ListInstanceProfilesForRole</a> </para> </li> </ul> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date when the instance profile was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.InstanceProfileId"> <summary> Gets and sets the property InstanceProfileId. <para> The stable and unique string identifying the instance profile. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name identifying the instance profile. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.Path"> <summary> Gets and sets the property Path. <para> The path to the instance profile. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.InstanceProfile.Roles"> <summary> Gets and sets the property Roles. <para> The role associated with the instance profile. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.InvalidAuthenticationCodeException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.InvalidAuthenticationCodeException.#ctor(System.String)"> <summary> Constructs a new InvalidAuthenticationCodeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.InvalidCertificateException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.InvalidCertificateException.#ctor(System.String)"> <summary> Constructs a new InvalidCertificateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.InvalidInputException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.InvalidInputException.#ctor(System.String)"> <summary> Constructs a new InvalidInputException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.InvalidPublicKeyException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.InvalidPublicKeyException.#ctor(System.String)"> <summary> Constructs a new InvalidPublicKeyException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.InvalidUserTypeException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.InvalidUserTypeException.#ctor(System.String)"> <summary> Constructs a new InvalidUserTypeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.KeyPairMismatchException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.KeyPairMismatchException.#ctor(System.String)"> <summary> Constructs a new KeyPairMismatchException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.LimitExceededException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccessKeysRequest"> <summary> Container for the parameters to the ListAccessKeys operation. Returns information about the access key IDs associated with the specified user. If there are none, the action returns an empty list. <para> Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> <para> If the <code>UserName</code> field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> <note>To ensure the security of your AWS account, the secret access key is accessible only during key and user creation. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListAccessKeysRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccessKeysResponse"> <summary> Configuration for accessing Amazon ListAccessKeys service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccessKeysResult"> <summary> Contains the response to a successful <a>ListAccessKeys</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysResult.AccessKeyMetadata"> <summary> Gets and sets the property AccessKeyMetadata. <para> A list of access key metadata. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccessKeysResponse.ListAccessKeysResult"> <summary> Gets and sets the ListAccessKeysResult property. Represents the output of a ListAccessKeys operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccountAliasesRequest"> <summary> Container for the parameters to the ListAccountAliases operation. Lists the account alias associated with the account (Note: you can have only one). For information about using an AWS account alias, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an Alias for Your AWS Account ID</a> in the <i>IAM User Guide</i>. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListAccountAliasesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccountAliasesResponse"> <summary> Configuration for accessing Amazon ListAccountAliases service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAccountAliasesResult"> <summary> Contains the response to a successful <a>ListAccountAliases</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesResult.AccountAliases"> <summary> Gets and sets the property AccountAliases. <para> A list of aliases associated with the account. AWS supports only one alias per account. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAccountAliasesResponse.ListAccountAliasesResult"> <summary> Gets and sets the ListAccountAliasesResult property. Represents the output of a ListAccountAliases operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest"> <summary> Container for the parameters to the ListAttachedGroupPolicies operation. Lists all managed policies that are attached to the specified group. <para> A group can also have inline policies embedded with it. To list the inline policies for a group, use the <a>ListGroupPolicies</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the action returns an empty list. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name (friendly name, not ARN) of the group to list attached policies for. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResponse"> <summary> Configuration for accessing Amazon ListAttachedGroupPolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResult"> <summary> Contains the response to a successful <a>ListAttachedGroupPolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResult.AttachedPolicies"> <summary> Gets and sets the property AttachedPolicies. <para> A list of the attached policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedGroupPoliciesResponse.ListAttachedGroupPoliciesResult"> <summary> Gets and sets the ListAttachedGroupPoliciesResult property. Represents the output of a ListAttachedGroupPolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest"> <summary> Container for the parameters to the ListAttachedRolePolicies operation. Lists all managed policies that are attached to the specified role. <para> A role can also have inline policies embedded with it. To list the inline policies for a role, use the <a>ListRolePolicies</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified role (or none that match the specified path prefix), the action returns an empty list. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name (friendly name, not ARN) of the role to list attached policies for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResponse"> <summary> Configuration for accessing Amazon ListAttachedRolePolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResult"> <summary> Contains the response to a successful <a>ListAttachedRolePolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResult.AttachedPolicies"> <summary> Gets and sets the property AttachedPolicies. <para> A list of the attached policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResponse.ListAttachedRolePoliciesResult"> <summary> Gets and sets the ListAttachedRolePoliciesResult property. Represents the output of a ListAttachedRolePolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest"> <summary> Container for the parameters to the ListAttachedUserPolicies operation. Lists all managed policies that are attached to the specified user. <para> A user can also have inline policies embedded with it. To list the inline policies for a user, use the <a>ListUserPolicies</a> API. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. You can use the <code>PathPrefix</code> parameter to limit the list of policies to only those matching the specified path prefix. If there are no policies attached to the specified group (or none that match the specified path prefix), the action returns an empty list. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name (friendly name, not ARN) of the user to list attached policies for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResponse"> <summary> Configuration for accessing Amazon ListAttachedUserPolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResult"> <summary> Contains the response to a successful <a>ListAttachedUserPolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResult.AttachedPolicies"> <summary> Gets and sets the property AttachedPolicies. <para> A list of the attached policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResponse.ListAttachedUserPoliciesResult"> <summary> Gets and sets the ListAttachedUserPoliciesResult property. Represents the output of a ListAttachedUserPolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest"> <summary> Container for the parameters to the ListEntitiesForPolicy operation. Lists all users, groups, and roles that the specified managed policy is attached to. <para> You can use the optional <code>EntityFilter</code> parameter to limit the results to a particular type of entity (users, groups, or roles). For example, to list only the roles that are attached to the specified policy, set <code>EntityFilter</code> to <code>Role</code>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest.EntityFilter"> <summary> Gets and sets the property EntityFilter. <para> The entity type to use for filtering the results. </para> <para> For example, when <code>EntityFilter</code> is <code>Role</code>, only the roles that are attached to the specified policy are returned. This parameter is optional. If it is not included, all attached entities (users, groups, and roles) are returned. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all entities. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResponse"> <summary> Configuration for accessing Amazon ListEntitiesForPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult"> <summary> Contains the response to a successful <a>ListEntitiesForPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult.PolicyGroups"> <summary> Gets and sets the property PolicyGroups. <para> A list of groups that the policy is attached to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult.PolicyRoles"> <summary> Gets and sets the property PolicyRoles. <para> A list of roles that the policy is attached to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResult.PolicyUsers"> <summary> Gets and sets the property PolicyUsers. <para> A list of users that the policy is attached to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListEntitiesForPolicyResponse.ListEntitiesForPolicyResult"> <summary> Gets and sets the ListEntitiesForPolicyResult property. Represents the output of a ListEntitiesForPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest"> <summary> Container for the parameters to the ListGroupPolicies operation. Lists the names of the inline policies that are embedded in the specified group. <para> A group can also have managed policies attached to it. To list the managed policies that are attached to a group, use <a>ListAttachedGroupPolicies</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified group, the action returns an empty list. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest.#ctor(System.String)"> <summary> Instantiates ListGroupPoliciesRequest with the parameterized properties </summary> <param name="groupName">The name of the group to list policies for.</param> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to list policies for. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupPoliciesResponse"> <summary> Configuration for accessing Amazon ListGroupPolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupPoliciesResult"> <summary> Contains the response to a successful <a>ListGroupPolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesResult.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> A list of policy names. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupPoliciesResponse.ListGroupPoliciesResult"> <summary> Gets and sets the ListGroupPoliciesResult property. Represents the output of a ListGroupPolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsForUserRequest"> <summary> Container for the parameters to the ListGroupsForUser operation. Lists the groups the specified user belongs to. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListGroupsForUserRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListGroupsForUserRequest.#ctor(System.String)"> <summary> Instantiates ListGroupsForUserRequest with the parameterized properties </summary> <param name="userName">The name of the user to list groups for.</param> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to list groups for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsForUserResponse"> <summary> Configuration for accessing Amazon ListGroupsForUser service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsForUserResult"> <summary> Contains the response to a successful <a>ListGroupsForUser</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserResult.Groups"> <summary> Gets and sets the property Groups. <para> A list of groups. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsForUserResponse.ListGroupsForUserResult"> <summary> Gets and sets the ListGroupsForUserResult property. Represents the output of a ListGroupsForUser operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsRequest"> <summary> Container for the parameters to the ListGroups operation. Lists the groups that have the specified path prefix. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. For example, the prefix <code>/division_abc/subdivision_xyz/</code> gets all groups whose path starts with <code>/division_abc/subdivision_xyz/</code>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/), listing all groups. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsResponse"> <summary> Configuration for accessing Amazon ListGroups service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListGroupsResult"> <summary> Contains the response to a successful <a>ListGroups</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsResult.Groups"> <summary> Gets and sets the property Groups. <para> A list of groups. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListGroupsResponse.ListGroupsResult"> <summary> Gets and sets the ListGroupsResult property. Represents the output of a ListGroups operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest"> <summary> Container for the parameters to the ListInstanceProfilesForRole operation. Lists the instance profiles that have the specified associated role. If there are none, the action returns an empty list. For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to list instance profiles for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResponse"> <summary> Configuration for accessing Amazon ListInstanceProfilesForRole service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResult"> <summary> Contains the response to a successful <a>ListInstanceProfilesForRole</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResult.InstanceProfiles"> <summary> Gets and sets the property InstanceProfiles. <para> A list of instance profiles. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResponse.ListInstanceProfilesForRoleResult"> <summary> Gets and sets the ListInstanceProfilesForRoleResult property. Represents the output of a ListInstanceProfilesForRole operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesRequest"> <summary> Container for the parameters to the ListInstanceProfiles operation. Lists the instance profiles that have the specified path prefix. If there are none, the action returns an empty list. For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all instance profiles whose path starts with <code>/application_abc/component_xyz/</code>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/), listing all instance profiles. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesResponse"> <summary> Configuration for accessing Amazon ListInstanceProfiles service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListInstanceProfilesResult"> <summary> Contains the response to a successful <a>ListInstanceProfiles</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesResult.InstanceProfiles"> <summary> Gets and sets the property InstanceProfiles. <para> A list of instance profiles. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListInstanceProfilesResponse.ListInstanceProfilesResult"> <summary> Gets and sets the ListInstanceProfilesResult property. Represents the output of a ListInstanceProfiles operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListMFADevicesRequest"> <summary> Container for the parameters to the ListMFADevices operation. Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListMFADevicesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListMFADevicesRequest.#ctor(System.String)"> <summary> Instantiates ListMFADevicesRequest with the parameterized properties </summary> <param name="userName">The name of the user whose MFA devices you want to list.</param> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose MFA devices you want to list. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListMFADevicesResponse"> <summary> Configuration for accessing Amazon ListMFADevices service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListMFADevicesResult"> <summary> Contains the response to a successful <a>ListMFADevices</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesResult.MFADevices"> <summary> Gets and sets the property MFADevices. <para> A list of MFA devices. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListMFADevicesResponse.ListMFADevicesResult"> <summary> Gets and sets the ListMFADevicesResult property. Represents the output of a ListMFADevices operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersRequest"> <summary> Container for the parameters to the ListOpenIDConnectProviders operation. Lists information about the OpenID Connect providers in the AWS account. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersResponse"> <summary> Configuration for accessing Amazon ListOpenIDConnectProviders service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersResult"> <summary> Contains the response to a successful <a>ListOpenIDConnectProviders</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersResult.OpenIDConnectProviderList"> <summary> Gets and sets the property OpenIDConnectProviderList. <para> The list of IAM OpenID Connect providers in the AWS account. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListOpenIDConnectProvidersResponse.ListOpenIDConnectProvidersResult"> <summary> Gets and sets the ListOpenIDConnectProvidersResult property. Represents the output of a ListOpenIDConnectProviders operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPoliciesRequest"> <summary> Container for the parameters to the ListPolicies operation. Lists all the managed policies that are available to your account, including your own customer managed policies and all AWS managed policies. <para> You can filter the list of policies that is returned using the optional <code>OnlyAttached</code>, <code>Scope</code>, and <code>PathPrefix</code> parameters. For example, to list only the customer managed policies in your AWS account, set <code>Scope</code> to <code>Local</code>. To list only AWS managed policies, set <code>Scope</code> to <code>AWS</code>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesRequest.OnlyAttached"> <summary> Gets and sets the property OnlyAttached. <para> A flag to filter the results to only the attached policies. </para> <para> When <code>OnlyAttached</code> is <code>true</code>, the returned list contains only the policies that are attached to a user, group, or role. When <code>OnlyAttached</code> is <code>false</code>, or when the parameter is not included, all policies are returned. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. This parameter is optional. If it is not included, it defaults to a slash (/), listing all policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesRequest.Scope"> <summary> Gets and sets the property Scope. <para> The scope to use for filtering the results. </para> <para> To list only AWS managed policies, set <code>Scope</code> to <code>AWS</code>. To list only the customer managed policies in your AWS account, set <code>Scope</code> to <code>Local</code>. </para> <para> This parameter is optional. If it is not included, or if it is set to <code>All</code>, all policies are returned. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPoliciesResponse"> <summary> Configuration for accessing Amazon ListPolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPoliciesResult"> <summary> Contains the response to a successful <a>ListPolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesResult.Policies"> <summary> Gets and sets the property Policies. <para> A list of policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPoliciesResponse.ListPoliciesResult"> <summary> Gets and sets the ListPoliciesResult property. Represents the output of a ListPolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPolicyVersionsRequest"> <summary> Container for the parameters to the ListPolicyVersions operation. Lists information about the versions of the specified managed policy, including the version that is set as the policy's default version. <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPolicyVersionsResponse"> <summary> Configuration for accessing Amazon ListPolicyVersions service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListPolicyVersionsResult"> <summary> Contains the response to a successful <a>ListPolicyVersions</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsResult.Versions"> <summary> Gets and sets the property Versions. <para> A list of policy versions. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListPolicyVersionsResponse.ListPolicyVersionsResult"> <summary> Gets and sets the ListPolicyVersionsResult property. Represents the output of a ListPolicyVersions operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolePoliciesRequest"> <summary> Container for the parameters to the ListRolePolicies operation. Lists the names of the inline policies that are embedded in the specified role. <para> A role can also have managed policies attached to it. To list the managed policies that are attached to a role, use <a>ListAttachedRolePolicies</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified role, the action returns an empty list. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to list policies for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolePoliciesResponse"> <summary> Configuration for accessing Amazon ListRolePolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolePoliciesResult"> <summary> Contains the response to a successful <a>ListRolePolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesResult.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> A list of policy names. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolePoliciesResponse.ListRolePoliciesResult"> <summary> Gets and sets the ListRolePoliciesResult property. Represents the output of a ListRolePolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolesRequest"> <summary> Container for the parameters to the ListRoles operation. Lists the roles that have the specified path prefix. If there are none, the action returns an empty list. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. For example, the prefix <code>/application_abc/component_xyz/</code> gets all roles whose path starts with <code>/application_abc/component_xyz/</code>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/), listing all roles. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolesResponse"> <summary> Configuration for accessing Amazon ListRoles service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListRolesResult"> <summary> Contains the response to a successful <a>ListRoles</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesResult.Roles"> <summary> Gets and sets the property Roles. <para> A list of roles. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListRolesResponse.ListRolesResult"> <summary> Gets and sets the ListRolesResult property. Represents the output of a ListRoles operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSAMLProvidersRequest"> <summary> Container for the parameters to the ListSAMLProviders operation. Lists the SAML providers in the account. <note> This operation requires <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </note> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSAMLProvidersResponse"> <summary> Configuration for accessing Amazon ListSAMLProviders service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSAMLProvidersResult"> <summary> Contains the response to a successful <a>ListSAMLProviders</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSAMLProvidersResult.SAMLProviderList"> <summary> Gets and sets the property SAMLProviderList. <para> The list of SAML providers for this account. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSAMLProvidersResponse.ListSAMLProvidersResult"> <summary> Gets and sets the ListSAMLProvidersResult property. Represents the output of a ListSAMLProviders operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListServerCertificatesRequest"> <summary> Container for the parameters to the ListServerCertificates operation. Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> <para> For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with Server Certificates</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListServerCertificatesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. For example: <code>/company/servercerts</code> would get all server certificates for which the path starts with <code>/company/servercerts</code>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/), listing all server certificates. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListServerCertificatesResponse"> <summary> Configuration for accessing Amazon ListServerCertificates service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListServerCertificatesResult"> <summary> Contains the response to a successful <a>ListServerCertificates</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesResult.ServerCertificateMetadataList"> <summary> Gets and sets the property ServerCertificateMetadataList. <para> A list of server certificates. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListServerCertificatesResponse.ListServerCertificatesResult"> <summary> Gets and sets the ListServerCertificatesResult property. Represents the output of a ListServerCertificates operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSigningCertificatesRequest"> <summary> Container for the parameters to the ListSigningCertificates operation. Returns information about the signing certificates associated with the specified user. If there are none, the action returns an empty list. <para> Although each user is limited to a small number of signing certificates, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> <para> If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListSigningCertificatesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSigningCertificatesResponse"> <summary> Configuration for accessing Amazon ListSigningCertificates service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSigningCertificatesResult"> <summary> Contains the response to a successful <a>ListSigningCertificates</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesResult.Certificates"> <summary> Gets and sets the property Certificates. <para> A list of the user's signing certificate information. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSigningCertificatesResponse.ListSigningCertificatesResult"> <summary> Gets and sets the ListSigningCertificatesResult property. Represents the output of a ListSigningCertificates operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest"> <summary> Container for the parameters to the ListSSHPublicKeys operation. Returns information about the SSH public keys associated with the specified IAM user. If there are none, the action returns an empty list. <para> The SSH public keys returned by this action are used only for authenticating the IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <a href="http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up AWS CodeCommit for SSH Connections</a> in the <i>AWS CodeCommit User Guide</i>. </para> <para> Although each user is limited to a small number of keys, you can still paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user to list SSH public keys for. If none is specified, the UserName field is determined implicitly based on the AWS access key used to sign the request. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSSHPublicKeysResponse"> <summary> Configuration for accessing Amazon ListSSHPublicKeys service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListSSHPublicKeysResult"> <summary> Contains the response to a successful <a>ListSSHPublicKeys</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysResult.SSHPublicKeys"> <summary> Gets and sets the property SSHPublicKeys. <para> A list of SSH public keys. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListSSHPublicKeysResponse.ListSSHPublicKeysResult"> <summary> Gets and sets the ListSSHPublicKeysResult property. Represents the output of a ListSSHPublicKeys operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUserPoliciesRequest"> <summary> Container for the parameters to the ListUserPolicies operation. Lists the names of the inline policies embedded in the specified user. <para> A user can also have managed policies attached to it. To list the managed policies that are attached to a user, use <a>ListAttachedUserPolicies</a>. For more information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. If there are no inline policies embedded with the specified user, the action returns an empty list. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListUserPoliciesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListUserPoliciesRequest.#ctor(System.String)"> <summary> Instantiates ListUserPoliciesRequest with the parameterized properties </summary> <param name="userName">The name of the user to list policies for.</param> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to list policies for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUserPoliciesResponse"> <summary> Configuration for accessing Amazon ListUserPolicies service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUserPoliciesResult"> <summary> Contains the response to a successful <a>ListUserPolicies</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesResult.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> A list of policy names. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUserPoliciesResponse.ListUserPoliciesResult"> <summary> Gets and sets the ListUserPoliciesResult property. Represents the output of a ListUserPolicies operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUsersRequest"> <summary> Container for the parameters to the ListUsers operation. Lists the IAM users that have the specified path prefix. If no path prefix is specified, the action returns all users in the AWS account. If there are none, the action returns an empty list. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ListUsersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersRequest.PathPrefix"> <summary> Gets and sets the property PathPrefix. <para> The path prefix for filtering the results. For example: <code>/division_abc/subdivision_xyz/</code>, which would get all user names whose path starts with <code>/division_abc/subdivision_xyz/</code>. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/), listing all user names. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUsersResponse"> <summary> Configuration for accessing Amazon ListUsers service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListUsersResult"> <summary> Contains the response to a successful <a>ListUsers</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersResult.Users"> <summary> Gets and sets the property Users. <para> A list of users. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListUsersResponse.ListUsersResult"> <summary> Gets and sets the ListUsersResult property. Represents the output of a ListUsers operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest"> <summary> Container for the parameters to the ListVirtualMFADevices operation. Lists the virtual MFA devices under the AWS account by assignment status. If you do not specify an assignment status, the action returns a list of all virtual MFA devices. Assignment status can be <code>Assigned</code>, <code>Unassigned</code>, or <code>Any</code>. <para> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code> parameters. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest.AssignmentStatus"> <summary> Gets and sets the property AssignmentStatus. <para> The status (unassigned or assigned) of the devices to list. If you do not specify an <code>AssignmentStatus</code>, the action defaults to <code>Any</code> which lists both assigned and unassigned virtual MFA devices. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResponse"> <summary> Configuration for accessing Amazon ListVirtualMFADevices service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResult"> <summary> Contains the response to a successful <a>ListVirtualMFADevices</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResult.VirtualMFADevices"> <summary> Gets and sets the property VirtualMFADevices. <para> The list of virtual MFA devices in the current account that match the <code>AssignmentStatus</code> value that was passed in the request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ListVirtualMFADevicesResponse.ListVirtualMFADevicesResult"> <summary> Gets and sets the ListVirtualMFADevicesResult property. Represents the output of a ListVirtualMFADevices operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.LoginProfile"> <summary> Contains the user name and password create date for a user. <para> This data type is used as a response element in the <a>CreateLoginProfile</a> and <a>GetLoginProfile</a> actions. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.LoginProfile.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.LoginProfile.#ctor(System.String,System.DateTime)"> <summary> Instantiates LoginProfile with the parameterized properties </summary> <param name="userName">The name of the user, which can be used for signing in to the AWS Management Console.</param> <param name="createDate">The date when the password for the user was created.</param> </member> <member name="P:Amazon.IdentityManagement.Model.LoginProfile.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date when the password for the user was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.LoginProfile.PasswordResetRequired"> <summary> Gets and sets the property PasswordResetRequired. <para> Specifies whether the user is required to set a new password on next sign-in. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.LoginProfile.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user, which can be used for signing in to the AWS Management Console. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.MalformedCertificateException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.MalformedCertificateException.#ctor(System.String)"> <summary> Constructs a new MalformedCertificateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.MalformedPolicyDocumentException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.MalformedPolicyDocumentException.#ctor(System.String)"> <summary> Constructs a new MalformedPolicyDocumentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.ManagedPolicy"> <summary> Contains information about a managed policy. <para> This data type is used as a response element in the <a>CreatePolicy</a>, <a>GetPolicy</a>, and <a>ListPolicies</a> actions. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.AttachmentCount"> <summary> Gets and sets the property AttachmentCount. <para> The number of entities (users, groups, and roles) that the policy is attached to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.DefaultVersionId"> <summary> Gets and sets the property DefaultVersionId. <para> The identifier for the version of the policy that is set as the default version. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.Description"> <summary> Gets and sets the property Description. <para> A friendly description of the policy. </para> <para> This element is included in the response to the <a>GetPolicy</a> operation. It is not included in the response to the <a>ListPolicies</a> operation. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.IsAttachable"> <summary> Gets and sets the property IsAttachable. <para> Specifies whether the policy can be attached to an IAM user, group, or role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.Path"> <summary> Gets and sets the property Path. <para> The path to the policy. </para> <para> For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.PolicyId"> <summary> Gets and sets the property PolicyId. <para> The stable and unique string identifying the policy. </para> <para> For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The friendly name (not ARN) identifying the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicy.UpdateDate"> <summary> Gets and sets the property UpdateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was last updated. </para> <para> When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ManagedPolicyDetail"> <summary> Contains information about a managed policy, including the policy's ARN, versions, and the number of principal entities (users, groups, and roles) that the policy is attached to. <para> This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> action. </para> <para> For more information about managed policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.AttachmentCount"> <summary> Gets and sets the property AttachmentCount. <para> The number of principal entities (users, groups, and roles) that the policy is attached to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.DefaultVersionId"> <summary> Gets and sets the property DefaultVersionId. <para> The identifier for the version of the policy that is set as the default (operative) version. </para> <para> For more information about policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.Description"> <summary> Gets and sets the property Description. <para> A friendly description of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.IsAttachable"> <summary> Gets and sets the property IsAttachable. <para> Specifies whether the policy can be attached to an IAM user, group, or role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.Path"> <summary> Gets and sets the property Path. <para> The path to the policy. </para> <para> For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.PolicyId"> <summary> Gets and sets the property PolicyId. <para> The stable and unique string identifying the policy. </para> <para> For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The friendly name (not ARN) identifying the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.PolicyVersionList"> <summary> Gets and sets the property PolicyVersionList. <para> A list containing information about the versions of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ManagedPolicyDetail.UpdateDate"> <summary> Gets and sets the property UpdateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy was last updated. </para> <para> When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.MFADevice"> <summary> Contains information about an MFA device. <para> This data type is used as a response element in the <a>ListMFADevices</a> action. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.MFADevice.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.MFADevice.#ctor(System.String,System.String,System.DateTime)"> <summary> Instantiates MFADevice with the parameterized properties </summary> <param name="userName">The user with whom the MFA device is associated.</param> <param name="serialNumber"> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. </param> <param name="enableDate">The date when the MFA device was enabled for the user.</param> </member> <member name="P:Amazon.IdentityManagement.Model.MFADevice.EnableDate"> <summary> Gets and sets the property EnableDate. <para> The date when the MFA device was enabled for the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.MFADevice.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.MFADevice.UserName"> <summary> Gets and sets the property UserName. <para> The user with whom the MFA device is associated. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.NoSuchEntityException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.NoSuchEntityException.#ctor(System.String)"> <summary> Constructs a new NoSuchEntityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.OpenIDConnectProviderListEntry"> <summary> Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.OpenIDConnectProviderListEntry.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PasswordPolicy"> <summary> Contains information about the account password policy. <para> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.AllowUsersToChangePassword"> <summary> Gets and sets the property AllowUsersToChangePassword. <para> Specifies whether IAM users are allowed to change their own password. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.ExpirePasswords"> <summary> Gets and sets the property ExpirePasswords. <para> Indicates whether passwords in the account expire. Returns true if MaxPasswordAge is contains a value greater than 0. Returns false if MaxPasswordAge is 0 or not present. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.HardExpiry"> <summary> Gets and sets the property HardExpiry. <para> Specifies whether IAM users are prevented from setting a new password after their password has expired. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.MaxPasswordAge"> <summary> Gets and sets the property MaxPasswordAge. <para> The number of days that an IAM user password is valid. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.MinimumPasswordLength"> <summary> Gets and sets the property MinimumPasswordLength. <para> Minimum length to require for IAM user passwords. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.PasswordReusePrevention"> <summary> Gets and sets the property PasswordReusePrevention. <para> Specifies the number of previous passwords that IAM users are prevented from reusing. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.RequireLowercaseCharacters"> <summary> Gets and sets the property RequireLowercaseCharacters. <para> Specifies whether to require lowercase characters for IAM user passwords. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.RequireNumbers"> <summary> Gets and sets the property RequireNumbers. <para> Specifies whether to require numbers for IAM user passwords. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.RequireSymbols"> <summary> Gets and sets the property RequireSymbols. <para> Specifies whether to require symbols for IAM user passwords. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PasswordPolicy.RequireUppercaseCharacters"> <summary> Gets and sets the property RequireUppercaseCharacters. <para> Specifies whether to require uppercase characters for IAM user passwords. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PasswordPolicyViolationException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PasswordPolicyViolationException.#ctor(System.String)"> <summary> Constructs a new PasswordPolicyViolationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyDetail"> <summary> Contains information about an IAM policy, including the policy document. <para> This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyDetail.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyDetail.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyEvaluationException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PolicyEvaluationException.#ctor(System.String)"> <summary> Constructs a new PolicyEvaluationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyGroup"> <summary> Contains information about a group that a managed policy is attached to. <para> This data type is used as a response element in the <a>ListEntitiesForPolicy</a> action. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyGroup.GroupName"> <summary> Gets and sets the property GroupName. <para> The name (friendly name, not ARN) identifying the group. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyRole"> <summary> Contains information about a role that a managed policy is attached to. <para> This data type is used as a response element in the <a>ListEntitiesForPolicy</a> action. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyRole.RoleName"> <summary> Gets and sets the property RoleName. <para> The name (friendly name, not ARN) identifying the role. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyUser"> <summary> Contains information about a user that a managed policy is attached to. <para> This data type is used as a response element in the <a>ListEntitiesForPolicy</a> action. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyUser.UserName"> <summary> Gets and sets the property UserName. <para> The name (friendly name, not ARN) identifying the user. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PolicyVersion"> <summary> Contains information about a version of a managed policy. <para> This data type is used as a response element in the <a>CreatePolicyVersion</a>, <a>GetPolicyVersion</a>, <a>ListPolicyVersions</a>, and <a>GetAccountAuthorizationDetails</a> actions. </para> <para> For more information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyVersion.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the policy version was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyVersion.Document"> <summary> Gets and sets the property Document. <para> The policy document. </para> <para> The policy document is returned in the response to the <a>GetPolicyVersion</a> and <a>GetAccountAuthorizationDetails</a> operations. It is not returned in the response to the <a>CreatePolicyVersion</a> or <a>ListPolicyVersions</a> operations. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyVersion.IsDefaultVersion"> <summary> Gets and sets the property IsDefaultVersion. <para> Specifies whether the policy version is set as the policy's default version. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PolicyVersion.VersionId"> <summary> Gets and sets the property VersionId. <para> The identifier for the policy version. </para> <para> Policy version identifiers always begin with <code>v</code> (always lowercase). When a policy is created, the first policy version is <code>v1</code>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Position"> <summary> Contains the row and column of a location of a <code>Statement</code> element in a policy document. <para> This data type is used as a member of the <code><a>Statement</a></code> type. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Position.Column"> <summary> Gets and sets the property Column. <para> The column in the line containing the specified position in the document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Position.Line"> <summary> Gets and sets the property Line. <para> The line containing the specified position in the document. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PutGroupPolicyRequest"> <summary> Container for the parameters to the PutGroupPolicy operation. Adds (or updates) an inline policy document that is embedded in the specified group. <para> A user can also have managed policies attached to it. To attach a managed policy to a group, use <a>AttachGroupPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> For information about limits on the number of inline policies that you can embed in a group, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> <note>Because policy documents can be large, you should use POST rather than GET when calling <code>PutGroupPolicy</code>. For general information about using the Query API with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i> guide. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PutGroupPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PutGroupPolicyRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates PutGroupPolicyRequest with the parameterized properties </summary> <param name="groupName">The name of the group to associate the policy with.</param> <param name="policyName">The name of the policy document.</param> <param name="policyDocument">The policy document.</param> </member> <member name="P:Amazon.IdentityManagement.Model.PutGroupPolicyRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to associate the policy with. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutGroupPolicyRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutGroupPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PutRolePolicyRequest"> <summary> Container for the parameters to the PutRolePolicy operation. Adds (or updates) an inline policy document that is embedded in the specified role. <para> When you embed an inline policy in a role, the inline policy is used as the role's access (permissions) policy. The role's trust policy is created at the same time as the role, using <a>CreateRole</a>. You can update a role's trust policy using <a>UpdateAssumeRolePolicy</a>. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using Roles to Delegate Permissions and Federate Identities</a>. </para> <para> A role can also have a managed policy attached to it. To attach a managed policy to a role, use <a>AttachRolePolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> For information about limits on the number of inline policies that you can embed with a role, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> <note>Because policy documents can be large, you should use POST rather than GET when calling <code>PutRolePolicy</code>. For general information about using the Query API with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i> guide. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutRolePolicyRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutRolePolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to associate the policy with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.PutUserPolicyRequest"> <summary> Container for the parameters to the PutUserPolicy operation. Adds (or updates) an inline policy document that is embedded in the specified user. <para> A user can also have a managed policy attached to it. To attach a managed policy to a user, use <a>AttachUserPolicy</a>. To create a new managed policy, use <a>CreatePolicy</a>. For information about policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> <para> For information about limits on the number of inline policies that you can embed in a user, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html">Limitations on IAM Entities</a> in the <i>IAM User Guide</i>. </para> <note>Because policy documents can be large, you should use POST rather than GET when calling <code>PutUserPolicy</code>. For general information about using the Query API with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i> guide. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PutUserPolicyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.PutUserPolicyRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates PutUserPolicyRequest with the parameterized properties </summary> <param name="userName">The name of the user to associate the policy with.</param> <param name="policyName">The name of the policy document.</param> <param name="policyDocument">The policy document.</param> </member> <member name="P:Amazon.IdentityManagement.Model.PutUserPolicyRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutUserPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> The name of the policy document. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.PutUserPolicyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to associate the policy with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.RemoveClientIDFromOpenIDConnectProviderRequest"> <summary> Container for the parameters to the RemoveClientIDFromOpenIDConnectProvider operation. Removes the specified client ID (also known as audience) from the list of client IDs registered for the specified IAM OpenID Connect provider. <para> This action is idempotent; it does not fail or return an error if you try to remove a client ID that was removed previously. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveClientIDFromOpenIDConnectProviderRequest.ClientID"> <summary> Gets and sets the property ClientID. <para> The client ID (also known as audience) to remove from the IAM OpenID Connect provider. For more information about client IDs, see <a>CreateOpenIDConnectProvider</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveClientIDFromOpenIDConnectProviderRequest.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to remove the client ID from. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> action. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.RemoveRoleFromInstanceProfileRequest"> <summary> Container for the parameters to the RemoveRoleFromInstanceProfile operation. Removes the specified role from the specified instance profile. <important> Make sure you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance will break any applications running on the instance. </important> <para> For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working with Roles</a>. For more information about instance profiles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About Instance Profiles</a>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveRoleFromInstanceProfileRequest.InstanceProfileName"> <summary> Gets and sets the property InstanceProfileName. <para> The name of the instance profile to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveRoleFromInstanceProfileRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to remove. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest"> <summary> Container for the parameters to the RemoveUserFromGroup operation. Removes the specified user from the specified group. </summary> </member> <member name="M:Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest.#ctor(System.String,System.String)"> <summary> Instantiates RemoveUserFromGroupRequest with the parameterized properties </summary> <param name="groupName">The name of the group to update.</param> <param name="userName">The name of the user to remove.</param> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> The name of the group to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user to remove. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ResourceSpecificResult"> <summary> Contains the result of the simulation of a single API action call on a single resource. <para> This data type is used by a member of the <a>EvaluationResult</a> data type. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResourceSpecificResult.EvalDecisionDetails"> <summary> Gets and sets the property EvalDecisionDetails. <para> Additional details about the results of the evaluation decision. When there are both IAM policies and resource policies, this parameter explains how each set of policies contributes to the final evaluation decision. When simulating cross-account access to a resource, both the resource-based policy and the caller's IAM policy must grant access. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResourceSpecificResult.EvalResourceDecision"> <summary> Gets and sets the property EvalResourceDecision. <para> The result of the simulation of the simulated API action on the resource specified in <code>EvalResourceName</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResourceSpecificResult.EvalResourceName"> <summary> Gets and sets the property EvalResourceName. <para> The name of the simulated resource, in Amazon Resource Name (ARN) format. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResourceSpecificResult.MatchedStatements"> <summary> Gets and sets the property MatchedStatements. <para> A list of the statements in the input policies that determine the result for this part of the simulation. Remember that even if multiple statements allow the action on the resource, if <i>any</i> statement denies that action, then the explicit deny overrides any allow, and the deny statement is the only entry included in the result. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResourceSpecificResult.MissingContextValues"> <summary> Gets and sets the property MissingContextValues. <para> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. To discover the context keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ResyncMFADeviceRequest"> <summary> Container for the parameters to the ResyncMFADevice operation. Synchronizes the specified MFA device with AWS servers. <para> For more information about creating and working with virtual MFA devices, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a Virtual MFA Device</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResyncMFADeviceRequest.AuthenticationCode1"> <summary> Gets and sets the property AuthenticationCode1. <para> An authentication code emitted by the device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResyncMFADeviceRequest.AuthenticationCode2"> <summary> Gets and sets the property AuthenticationCode2. <para> A subsequent authentication code emitted by the device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResyncMFADeviceRequest.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> Serial number that uniquely identifies the MFA device. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ResyncMFADeviceRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose MFA device you want to resynchronize. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Role"> <summary> Contains information about an IAM role. <para> This data type is used as a response element in the following actions: </para> <ul> <li> <para> <a>CreateRole</a> </para> </li> <li> <para> <a>GetRole</a> </para> </li> <li> <para> <a>ListRoles</a> </para> </li> </ul> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) specifying the role. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.AssumeRolePolicyDocument"> <summary> Gets and sets the property AssumeRolePolicyDocument. <para> The policy that grants an entity permission to assume the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the role was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.Path"> <summary> Gets and sets the property Path. <para> The path to the role. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.RoleId"> <summary> Gets and sets the property RoleId. <para> The stable and unique string identifying the role. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Role.RoleName"> <summary> Gets and sets the property RoleName. <para> The friendly name that identifies the role. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.RoleDetail"> <summary> Contains information about an IAM role, including all of the role's policies. <para> This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.AssumeRolePolicyDocument"> <summary> Gets and sets the property AssumeRolePolicyDocument. <para> The trust policy that grants permission to assume the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.AttachedManagedPolicies"> <summary> Gets and sets the property AttachedManagedPolicies. <para> A list of managed policies attached to the role. These policies are the role's access (permissions) policies. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the role was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.InstanceProfileList"> <summary> Gets and sets the property InstanceProfileList. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.Path"> <summary> Gets and sets the property Path. <para> The path to the role. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.RoleId"> <summary> Gets and sets the property RoleId. <para> The stable and unique string identifying the role. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.RoleName"> <summary> Gets and sets the property RoleName. <para> The friendly name that identifies the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.RoleDetail.RolePolicyList"> <summary> Gets and sets the property RolePolicyList. <para> A list of inline policies embedded in the role. These policies are the role's access (permissions) policies. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SAMLProviderListEntry"> <summary> Contains the list of SAML providers for this account. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SAMLProviderListEntry.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) of the SAML provider. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SAMLProviderListEntry.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time when the SAML provider was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SAMLProviderListEntry.ValidUntil"> <summary> Gets and sets the property ValidUntil. <para> The expiration date and time for the SAML provider. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ServerCertificate"> <summary> Contains information about a server certificate. <para> This data type is used as a response element in the <a>GetServerCertificate</a> action. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ServerCertificate.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ServerCertificate.#ctor(Amazon.IdentityManagement.Model.ServerCertificateMetadata,System.String)"> <summary> Instantiates ServerCertificate with the parameterized properties </summary> <param name="serverCertificateMetadata">The meta information of the server certificate, such as its name, path, ID, and ARN.</param> <param name="certificateBody">The contents of the public key certificate.</param> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificate.CertificateBody"> <summary> Gets and sets the property CertificateBody. <para> The contents of the public key certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificate.CertificateChain"> <summary> Gets and sets the property CertificateChain. <para> The contents of the public key certificate chain. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificate.ServerCertificateMetadata"> <summary> Gets and sets the property ServerCertificateMetadata. <para> The meta information of the server certificate, such as its name, path, ID, and ARN. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ServerCertificateMetadata"> <summary> Contains information about a server certificate without its certificate body, certificate chain, and private key. <para> This data type is used as a response element in the <a>UploadServerCertificate</a> and <a>ListServerCertificates</a> actions. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ServerCertificateMetadata.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ServerCertificateMetadata.#ctor(System.String,System.String,System.String,System.String)"> <summary> Instantiates ServerCertificateMetadata with the parameterized properties </summary> <param name="path"> The path to the server certificate. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="serverCertificateName">The name that identifies the server certificate.</param> <param name="serverCertificateId"> The stable and unique string identifying the server certificate. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="arn"> The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.Expiration"> <summary> Gets and sets the property Expiration. <para> The date on which the certificate is set to expire. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.Path"> <summary> Gets and sets the property Path. <para> The path to the server certificate. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.ServerCertificateId"> <summary> Gets and sets the property ServerCertificateId. <para> The stable and unique string identifying the server certificate. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.ServerCertificateName"> <summary> Gets and sets the property ServerCertificateName. <para> The name that identifies the server certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.ServerCertificateMetadata.UploadDate"> <summary> Gets and sets the property UploadDate. <para> The date when the server certificate was uploaded. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.ServiceFailureException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.ServiceFailureException.#ctor(System.String)"> <summary> Constructs a new ServiceFailureException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.SetDefaultPolicyVersionRequest"> <summary> Container for the parameters to the SetDefaultPolicyVersion operation. Sets the specified version of the specified policy as the policy's default (operative) version. <para> This action affects all users, groups, and roles that the policy is attached to. To list the users, groups, and roles that the policy is attached to, use the <a>ListEntitiesForPolicy</a> API. </para> <para> For information about managed policies, refer to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed Policies and Inline Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SetDefaultPolicyVersionRequest.PolicyArn"> <summary> Gets and sets the property PolicyArn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SetDefaultPolicyVersionRequest.VersionId"> <summary> Gets and sets the property VersionId. <para> The version of the policy to set as the default (operative) version. </para> <para> For more information about managed policy versions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for Managed Policies</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SigningCertificate"> <summary> Contains information about an X.509 signing certificate. <para> This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a> actions. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.SigningCertificate.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.SigningCertificate.#ctor(System.String,System.String,System.String,Amazon.IdentityManagement.StatusType)"> <summary> Instantiates SigningCertificate with the parameterized properties </summary> <param name="userName">The name of the user the signing certificate is associated with.</param> <param name="certificateId">The ID for the signing certificate.</param> <param name="certificateBody">The contents of the signing certificate.</param> <param name="status">The status of the signing certificate. <code>Active</code> means the key is valid for API calls, while <code>Inactive</code> means it is not.</param> </member> <member name="P:Amazon.IdentityManagement.Model.SigningCertificate.CertificateBody"> <summary> Gets and sets the property CertificateBody. <para> The contents of the signing certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SigningCertificate.CertificateId"> <summary> Gets and sets the property CertificateId. <para> The ID for the signing certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SigningCertificate.Status"> <summary> Gets and sets the property Status. <para> The status of the signing certificate. <code>Active</code> means the key is valid for API calls, while <code>Inactive</code> means it is not. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SigningCertificate.UploadDate"> <summary> Gets and sets the property UploadDate. <para> The date when the signing certificate was uploaded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SigningCertificate.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user the signing certificate is associated with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest"> <summary> Container for the parameters to the SimulateCustomPolicy operation. Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API actions and AWS resources to determine the policies' effective permissions. The policies are provided as strings. <para> The simulation does not perform the API actions; it only checks the authorization to determine if the simulated policies allow or deny the actions. </para> <para> If you want to simulate existing policies attached to an IAM user, group, or role, use <a>SimulatePrincipalPolicy</a> instead. </para> <para> Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForCustomPolicy</a>. </para> <para> If the output is long, you can use <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ActionNames"> <summary> Gets and sets the property ActionNames. <para> A list of names of API actions to evaluate in the simulation. Each action is evaluated against each resource. Each action must include the service identifier, such as <code>iam:CreateUser</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.CallerArn"> <summary> Gets and sets the property CallerArn. <para> The ARN of the user that you want to use as the simulated caller of the APIs. <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has a value to use in evaluating the policy. </para> <para> You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ContextEntries"> <summary> Gets and sets the property ContextEntries. <para> A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated by a <code>Condition</code> element in one of the simulated IAM permission policies, the corresponding value is supplied. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.PolicyInputList"> <summary> Gets and sets the property PolicyInputList. <para> A list of policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. Do not include any resource-based policies in this parameter. Any resource-based policy must be submitted with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down" policies, such as you could include in a call to <a href="http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of the <a href="http://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> APIs to restrict what a user can do while using the temporary credentials. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ResourceArns"> <summary> Gets and sets the property ResourceArns. <para> A list of ARNs of AWS resources to include in the simulation. If this parameter is not provided then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. </para> <para> The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter. </para> <para> If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the resources included in the simulation or you receive an invalid input error. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ResourceHandlingOption"> <summary> Gets and sets the property ResourceHandlingOption. <para> Specifies the type of simulation to run. Different APIs that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. </para> <para> Each of the EC2 scenarios requires that you specify instance, image, and security-group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network-interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported Platforms</a> in the <i>AWS EC2 User Guide</i>. </para> <ul> <li> <para> <b>EC2-Classic-InstanceStore</b> </para> <para> instance, image, security-group </para> </li> <li> <para> <b>EC2-Classic-EBS</b> </para> <para> instance, image, security-group, volume </para> </li> <li> <para> <b>EC2-VPC-InstanceStore</b> </para> <para> instance, image, security-group, network-interface </para> </li> <li> <para> <b>EC2-VPC-InstanceStore-Subnet</b> </para> <para> instance, image, security-group, network-interface, subnet </para> </li> <li> <para> <b>EC2-VPC-EBS</b> </para> <para> instance, image, security-group, network-interface, volume </para> </li> <li> <para> <b>EC2-VPC-EBS-Subnet</b> </para> <para> instance, image, security-group, network-interface, subnet, volume </para> </li> </ul> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ResourceOwner"> <summary> Gets and sets the property ResourceOwner. <para> An AWS account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN, such as an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyRequest.ResourcePolicy"> <summary> Gets and sets the property ResourcePolicy. <para> A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulateCustomPolicyResponse"> <summary> Configuration for accessing Amazon SimulateCustomPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulateCustomPolicyResult"> <summary> Contains the response to a successful <a>SimulatePrincipalPolicy</a> or <a>SimulateCustomPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyResult.EvaluationResults"> <summary> Gets and sets the property EvaluationResults. <para> The results of the simulation. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulateCustomPolicyResponse.SimulateCustomPolicyResult"> <summary> Gets and sets the SimulateCustomPolicyResult property. Represents the output of a SimulateCustomPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest"> <summary> Container for the parameters to the SimulatePrincipalPolicy operation. Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions. The entity can be an IAM user, group, or role. If you specify a user, then the simulation also includes all of the policies that are attached to groups that the user belongs to . <para> You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use <a>SimulateCustomPolicy</a> instead. </para> <para> You can also optionally include one resource-based policy to be evaluated with each of the resources included in the simulation. </para> <para> The simulation does not perform the API actions, it only checks the authorization to determine if the simulated policies allow or deny the actions. </para> <para> <b>Note:</b> This API discloses information about the permissions granted to other users. If you do not want users to see other user's permissions, then consider allowing them to use <a>SimulateCustomPolicy</a> instead. </para> <para> Context keys are variables maintained by AWS and its services that provide details about the context of an API query request. You can use the <code>Condition</code> element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use <a>GetContextKeysForPrincipalPolicy</a>. </para> <para> If the output is long, you can use the <code>MaxItems</code> and <code>Marker</code> parameters to paginate the results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ActionNames"> <summary> Gets and sets the property ActionNames. <para> A list of names of API actions to evaluate in the simulation. Each action is evaluated for each resource. Each action must include the service identifier, such as <code>iam:CreateUser</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.CallerArn"> <summary> Gets and sets the property CallerArn. <para> The ARN of the user that you want to specify as the simulated caller of the APIs. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If you include both a <code>PolicySourceArn</code> (for example, <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you simulate calling the APIs as Bob, as if Bob had David's policies. </para> <para> You can specify only the ARN of an IAM user. You cannot specify the ARN of an assumed role, federated user, or a service principal. </para> <para> <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so that the resource-based policy's <code>Principal</code> element has a value to use in evaluating the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ContextEntries"> <summary> Gets and sets the property ContextEntries. <para> A list of context keys and corresponding values for the simulation to use. Whenever a context key is evaluated by a <code>Condition</code> element in one of the simulated policies, the corresponding value is supplied. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>. </para> <para> This parameter is optional. If you do not include it, it defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code> and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.PolicyInputList"> <summary> Gets and sets the property PolicyInputList. <para> An optional list of additional policy documents to include in the simulation. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.PolicySourceArn"> <summary> Gets and sets the property PolicySourceArn. <para> The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to include in the simulation. If you specify a user, group, or role, the simulation includes all policies that are associated with that entity. If you specify a user, the simulation also includes all policies that are attached to any groups the user belongs to. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ResourceArns"> <summary> Gets and sets the property ResourceArns. <para> A list of ARNs of AWS resources to include in the simulation. If this parameter is not provided then the value defaults to <code>*</code> (all resources). Each API in the <code>ActionNames</code> parameter is evaluated for each resource in this list. The simulation determines the access result (allowed or denied) of each combination and reports it in the response. </para> <para> The simulation does not automatically retrieve policies for the specified resources. If you want to include a resource policy in the simulation, then you must include the policy as a string in the <code>ResourcePolicy</code> parameter. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ResourceHandlingOption"> <summary> Gets and sets the property ResourceHandlingOption. <para> Specifies the type of simulation to run. Different APIs that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. </para> <para> Each of the EC2 scenarios requires that you specify instance, image, and security-group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network-interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported Platforms</a> in the <i>AWS EC2 User Guide</i>. </para> <ul> <li> <para> <b>EC2-Classic-InstanceStore</b> </para> <para> instance, image, security-group </para> </li> <li> <para> <b>EC2-Classic-EBS</b> </para> <para> instance, image, security-group, volume </para> </li> <li> <para> <b>EC2-VPC-InstanceStore</b> </para> <para> instance, image, security-group, network-interface </para> </li> <li> <para> <b>EC2-VPC-InstanceStore-Subnet</b> </para> <para> instance, image, security-group, network-interface, subnet </para> </li> <li> <para> <b>EC2-VPC-EBS</b> </para> <para> instance, image, security-group, network-interface, volume </para> </li> <li> <para> <b>EC2-VPC-EBS-Subnet</b> </para> <para> instance, image, security-group, network-interface, subnet, volume </para> </li> </ul> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ResourceOwner"> <summary> Gets and sets the property ResourceOwner. <para> An AWS account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN, such as an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also used as the account owner of any <code>ResourcePolicy</code> included in the simulation. If the <code>ResourceOwner</code> parameter is not specified, then the owner of the resources and the resource policy defaults to the account of the identity provided in <code>CallerArn</code>. This parameter is required only if you specify a resource-based policy and account that owns the resource is different from the account that owns the simulated calling user <code>CallerArn</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyRequest.ResourcePolicy"> <summary> Gets and sets the property ResourcePolicy. <para> A resource-based policy to include in the simulation provided as a string. Each resource in the simulation is treated as if it had this policy attached. You can include only one resource-based policy in a simulation. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResponse"> <summary> Configuration for accessing Amazon SimulatePrincipalPolicy service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResult"> <summary> Contains the response to a successful <a>SimulatePrincipalPolicy</a> or <a>SimulateCustomPolicy</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResult.EvaluationResults"> <summary> Gets and sets the property EvaluationResults. <para> The results of the simulation. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. <para> A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the <code>Marker</code> request parameter to retrieve more items. Note that IAM might return fewer than the <code>MaxItems</code> number of results even when there are more results available. We recommend that you check <code>IsTruncated</code> after every call to ensure that you receive all of your results. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResult.Marker"> <summary> Gets and sets the property Marker. <para> When <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SimulatePrincipalPolicyResponse.SimulatePrincipalPolicyResult"> <summary> Gets and sets the SimulatePrincipalPolicyResult property. Represents the output of a SimulatePrincipalPolicy operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SSHPublicKey"> <summary> Contains information about an SSH public key. <para> This data type is used as a response element in the <a>GetSSHPublicKey</a> and <a>UploadSSHPublicKey</a> actions. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.Fingerprint"> <summary> Gets and sets the property Fingerprint. <para> The MD5 message digest of the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.SSHPublicKeyBody"> <summary> Gets and sets the property SSHPublicKeyBody. <para> The SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.SSHPublicKeyId"> <summary> Gets and sets the property SSHPublicKeyId. <para> The unique identifier for the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.Status"> <summary> Gets and sets the property Status. <para> The status of the SSH public key. <code>Active</code> means the key can be used for authentication with an AWS CodeCommit repository. <code>Inactive</code> means the key cannot be used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.UploadDate"> <summary> Gets and sets the property UploadDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the SSH public key was uploaded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKey.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user associated with the SSH public key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.SSHPublicKeyMetadata"> <summary> Contains information about an SSH public key, without the key's body or fingerprint. <para> This data type is used as a response element in the <a>ListSSHPublicKeys</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKeyMetadata.SSHPublicKeyId"> <summary> Gets and sets the property SSHPublicKeyId. <para> The unique identifier for the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKeyMetadata.Status"> <summary> Gets and sets the property Status. <para> The status of the SSH public key. <code>Active</code> means the key can be used for authentication with an AWS CodeCommit repository. <code>Inactive</code> means the key cannot be used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKeyMetadata.UploadDate"> <summary> Gets and sets the property UploadDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the SSH public key was uploaded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.SSHPublicKeyMetadata.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user associated with the SSH public key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Statement"> <summary> Contains a reference to a <code>Statement</code> element in a policy document that determines the result of the simulation. <para> This data type is used by the <code>MatchedStatements</code> member of the <code><a>EvaluationResult</a></code> type. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Statement.EndPosition"> <summary> Gets and sets the property EndPosition. <para> The row and column of the end of a <code>Statement</code> in an IAM policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Statement.SourcePolicyId"> <summary> Gets and sets the property SourcePolicyId. <para> The identifier of the policy that was provided as an input. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Statement.SourcePolicyType"> <summary> Gets and sets the property SourcePolicyType. <para> The type of the policy. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.Statement.StartPosition"> <summary> Gets and sets the property StartPosition. <para> The row and column of the beginning of the <code>Statement</code> in an IAM policy. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UnrecognizedPublicKeyEncodingException"> <summary> IdentityManagementService exception </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UnrecognizedPublicKeyEncodingException.#ctor(System.String)"> <summary> Constructs a new UnrecognizedPublicKeyEncodingException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest"> <summary> Container for the parameters to the UpdateAccessKey operation. Changes the status of the specified access key from Active to Inactive, or vice versa. This action can be used to disable a user's key as part of a key rotation work flow. <para> If the <code>UserName</code> field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> <para> For information about rotating keys, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html">Managing Keys and Certificates</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest.#ctor(System.String,Amazon.IdentityManagement.StatusType)"> <summary> Instantiates UpdateAccessKeyRequest with the parameterized properties </summary> <param name="accessKeyId">The access key ID of the secret access key you want to update.</param> <param name="status"> The status you want to assign to the secret access key. <code>Active</code> means the key can be used for API calls to AWS, while <code>Inactive</code> means the key cannot be used. </param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest.AccessKeyId"> <summary> Gets and sets the property AccessKeyId. <para> The access key ID of the secret access key you want to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest.Status"> <summary> Gets and sets the property Status. <para> The status you want to assign to the secret access key. <code>Active</code> means the key can be used for API calls to AWS, while <code>Inactive</code> means the key cannot be used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccessKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose key you want to update. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest"> <summary> Container for the parameters to the UpdateAccountPasswordPolicy operation. Updates the password policy settings for the AWS account. <note> <para> This action does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the <b>Request Parameters</b> section for each parameter's default value. </para> </note> <para> For more information about using a password policy, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM Password Policy</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.AllowUsersToChangePassword"> <summary> Gets and sets the property AllowUsersToChangePassword. <para> Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/HowToPwdIAMUser.html">Letting IAM Users Change Their Own Passwords</a> in the <i>IAM User Guide</i>. </para> <para> Default value: false </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.HardExpiry"> <summary> Gets and sets the property HardExpiry. <para> Prevents IAM users from setting a new password after their password has expired. </para> <para> Default value: false </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.MaxPasswordAge"> <summary> Gets and sets the property MaxPasswordAge. <para> The number of days that an IAM user password is valid. The default value of 0 means IAM user passwords never expire. </para> <para> Default value: 0 </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.MinimumPasswordLength"> <summary> Gets and sets the property MinimumPasswordLength. <para> The minimum number of characters allowed in an IAM user password. </para> <para> Default value: 6 </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.PasswordReusePrevention"> <summary> Gets and sets the property PasswordReusePrevention. <para> Specifies the number of previous passwords that IAM users are prevented from reusing. The default value of 0 means IAM users are not prevented from reusing previous passwords. </para> <para> Default value: 0 </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.RequireLowercaseCharacters"> <summary> Gets and sets the property RequireLowercaseCharacters. <para> Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). </para> <para> Default value: false </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.RequireNumbers"> <summary> Gets and sets the property RequireNumbers. <para> Specifies whether IAM user passwords must contain at least one numeric character (0 to 9). </para> <para> Default value: false </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.RequireSymbols"> <summary> Gets and sets the property RequireSymbols. <para> Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters: </para> <para> ! @ # $ % ^ &amp; * ( ) _ + - = [ ] { } | ' </para> <para> Default value: false </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.RequireUppercaseCharacters"> <summary> Gets and sets the property RequireUppercaseCharacters. <para> Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). </para> <para> Default value: false </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateAssumeRolePolicyRequest"> <summary> Container for the parameters to the UpdateAssumeRolePolicy operation. Updates the policy that grants an entity permission to assume a role. For more information about roles, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using Roles to Delegate Permissions and Federate Identities</a>. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAssumeRolePolicyRequest.PolicyDocument"> <summary> Gets and sets the property PolicyDocument. <para> The policy that grants an entity permission to assume the role. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateAssumeRolePolicyRequest.RoleName"> <summary> Gets and sets the property RoleName. <para> The name of the role to update. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateGroupRequest"> <summary> Container for the parameters to the UpdateGroup operation. Updates the name and/or the path of the specified group. <important> You should understand the implications of changing a group's path or name. For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html">Renaming Users and Groups</a> in the <i>IAM User Guide</i>. </important> <note>To change a group name the requester must have appropriate permissions on both the source object and the target object. For example, to change Managers to MGRs, the entity making the request must have permission on Managers and MGRs, or must have permission on all (*). For more information about permissions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html" target="blank">Permissions and Policies</a>. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateGroupRequest.#ctor(System.String)"> <summary> Instantiates UpdateGroupRequest with the parameterized properties </summary> <param name="groupName"> Name of the group to update. If you're changing the name of the group, this is the original name. </param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateGroupRequest.GroupName"> <summary> Gets and sets the property GroupName. <para> Name of the group to update. If you're changing the name of the group, this is the original name. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateGroupRequest.NewGroupName"> <summary> Gets and sets the property NewGroupName. <para> New name for the group. Only include this if changing the group's name. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateGroupRequest.NewPath"> <summary> Gets and sets the property NewPath. <para> New path for the group. Only include this if changing the group's path. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest"> <summary> Container for the parameters to the UpdateLoginProfile operation. Changes the password for the specified user. <para> Users can change their own passwords by calling <a>ChangePassword</a>. For more information about modifying passwords, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing Passwords</a> in the <i>IAM User Guide</i>. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest.#ctor(System.String)"> <summary> Instantiates UpdateLoginProfileRequest with the parameterized properties </summary> <param name="userName">The name of the user whose password you want to update.</param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest.Password"> <summary> Gets and sets the property Password. <para> The new password for the specified user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest.PasswordResetRequired"> <summary> Gets and sets the property PasswordResetRequired. <para> Require the specified user to set a new password on next sign-in. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateLoginProfileRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user whose password you want to update. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateOpenIDConnectProviderThumbprintRequest"> <summary> Container for the parameters to the UpdateOpenIDConnectProviderThumbprint operation. Replaces the existing list of server certificate thumbprints with a new list. <para> The list that you pass with this action completely replaces the existing list of thumbprints. (The lists are not merged.) </para> <para> Typically, you need to update a thumbprint only when the identity provider's certificate changes, which occurs rarely. However, if the provider's certificate <i>does</i> change, any attempt to assume an IAM role that specifies the OIDC provider as a principal will fail until the certificate thumbprint is updated. </para> <note>Because trust for the OpenID Connect provider is ultimately derived from the provider's certificate and is validated by the thumbprint, it is a best practice to limit access to the <code>UpdateOpenIDConnectProviderThumbprint</code> action to highly-privileged users. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateOpenIDConnectProviderThumbprintRequest.OpenIDConnectProviderArn"> <summary> Gets and sets the property OpenIDConnectProviderArn. <para> The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateOpenIDConnectProviderThumbprintRequest.ThumbprintList"> <summary> Gets and sets the property ThumbprintList. <para> A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateSAMLProviderRequest"> <summary> Container for the parameters to the UpdateSAMLProvider operation. Updates the metadata document for an existing SAML provider. <note>This operation requires <a href="http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4</a>. </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSAMLProviderRequest.SAMLMetadataDocument"> <summary> Gets and sets the property SAMLMetadataDocument. <para> An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSAMLProviderRequest.SAMLProviderArn"> <summary> Gets and sets the property SAMLProviderArn. <para> The Amazon Resource Name (ARN) of the SAML provider to update. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateSAMLProviderResponse"> <summary> Configuration for accessing Amazon UpdateSAMLProvider service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateSAMLProviderResult"> <summary> Contains the response to a successful <a>UpdateSAMLProvider</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSAMLProviderResult.SAMLProviderArn"> <summary> Gets and sets the property SAMLProviderArn. <para> The Amazon Resource Name (ARN) of the SAML provider that was updated. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSAMLProviderResponse.UpdateSAMLProviderResult"> <summary> Gets and sets the UpdateSAMLProviderResult property. Represents the output of a UpdateSAMLProvider operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest"> <summary> Container for the parameters to the UpdateServerCertificate operation. Updates the name and/or the path of the specified server certificate. <para> For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with Server Certificates</a> in the <i>IAM User Guide</i>. </para> <important>You should understand the implications of changing a server certificate's path or name. For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs_manage.html#RenamingServerCerts">Renaming a Server Certificate</a> in the <i>IAM User Guide</i>.</important> <note>To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the <i>IAM User Guide</i>. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest.#ctor(System.String)"> <summary> Instantiates UpdateServerCertificateRequest with the parameterized properties </summary> <param name="serverCertificateName">The name of the server certificate that you want to update.</param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest.NewPath"> <summary> Gets and sets the property NewPath. <para> The new path for the server certificate. Include this only if you are updating the server certificate's path. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest.NewServerCertificateName"> <summary> Gets and sets the property NewServerCertificateName. <para> The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateServerCertificateRequest.ServerCertificateName"> <summary> Gets and sets the property ServerCertificateName. <para> The name of the server certificate that you want to update. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest"> <summary> Container for the parameters to the UpdateSigningCertificate operation. Changes the status of the specified signing certificate from active to disabled, or vice versa. This action can be used to disable a user's signing certificate as part of a certificate rotation work flow. <para> If the <code>UserName</code> field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest.#ctor(System.String,Amazon.IdentityManagement.StatusType)"> <summary> Instantiates UpdateSigningCertificateRequest with the parameterized properties </summary> <param name="certificateId">The ID of the signing certificate you want to update.</param> <param name="status"> The status you want to assign to the certificate. <code>Active</code> means the certificate can be used for API calls to AWS, while <code>Inactive</code> means the certificate cannot be used. </param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest.CertificateId"> <summary> Gets and sets the property CertificateId. <para> The ID of the signing certificate you want to update. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest.Status"> <summary> Gets and sets the property Status. <para> The status you want to assign to the certificate. <code>Active</code> means the certificate can be used for API calls to AWS, while <code>Inactive</code> means the certificate cannot be used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSigningCertificateRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user the signing certificate belongs to. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest"> <summary> Container for the parameters to the UpdateSSHPublicKey operation. Sets the status of the specified SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This action can be used to disable a user's SSH public key as part of a key rotation work flow. <para> The SSH public key affected by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <a href="http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up AWS CodeCommit for SSH Connections</a> in the <i>AWS CodeCommit User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest.SSHPublicKeyId"> <summary> Gets and sets the property SSHPublicKeyId. <para> The unique identifier for the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest.Status"> <summary> Gets and sets the property Status. <para> The status to assign to the SSH public key. <code>Active</code> means the key can be used for authentication with an AWS CodeCommit repository. <code>Inactive</code> means the key cannot be used. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateSSHPublicKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user associated with the SSH public key. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UpdateUserRequest"> <summary> Container for the parameters to the UpdateUser operation. Updates the name and/or the path of the specified user. <important> You should understand the implications of changing a user's path or name. For more information, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_WorkingWithGroupsAndUsers.html">Renaming Users and Groups</a> in the <i>IAM User Guide</i>. </important> <note> To change a user name the requester must have appropriate permissions on both the source object and the target object. For example, to change Bob to Robert, the entity making the request must have permission on Bob and Robert, or must have permission on all (*). For more information about permissions, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/PermissionsAndPolicies.html" target="blank">Permissions and Policies</a>. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateUserRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UpdateUserRequest.#ctor(System.String)"> <summary> Instantiates UpdateUserRequest with the parameterized properties </summary> <param name="userName">Name of the user to update. If you're changing the name of the user, this is the original user name. </param> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateUserRequest.NewPath"> <summary> Gets and sets the property NewPath. <para> New path for the user. Include this parameter only if you're changing the user's path. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateUserRequest.NewUserName"> <summary> Gets and sets the property NewUserName. <para> New name for the user. Include this parameter only if you're changing the user's name. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UpdateUserRequest.UserName"> <summary> Gets and sets the property UserName. <para> Name of the user to update. If you're changing the name of the user, this is the original user name. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadServerCertificateRequest"> <summary> Container for the parameters to the UploadServerCertificate operation. Uploads a server certificate entity for the AWS account. The server certificate entity includes a public key certificate, a private key, and an optional certificate chain, which should all be PEM-encoded. <para> For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working with Server Certificates</a> in the <i>IAM User Guide</i>. </para> <para> For information about the number of server certificates you can upload, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html">Limitations on IAM Entities and Objects</a> in the <i>IAM User Guide</i>. </para> <note>Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling <code>UploadServerCertificate</code>. For information about setting up signatures and authorization through the API, go to <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a> in the <i>AWS General Reference</i>. For general information about using the Query API with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html">Calling the API by Making HTTP Query Requests</a> in the <i>IAM User Guide</i>. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates UploadServerCertificateRequest with the parameterized properties </summary> <param name="serverCertificateName">The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces.</param> <param name="certificateBody">The contents of the public key certificate in PEM-encoded format.</param> <param name="privateKey">The contents of the private key in PEM-encoded format.</param> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.CertificateBody"> <summary> Gets and sets the property CertificateBody. <para> The contents of the public key certificate in PEM-encoded format. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.CertificateChain"> <summary> Gets and sets the property CertificateChain. <para> The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.Path"> <summary> Gets and sets the property Path. <para> The path for the server certificate. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> <para> This parameter is optional. If it is not included, it defaults to a slash (/). </para> <note> If you are uploading a server certificate specifically for use with Amazon CloudFront distributions, you must specify a path using the <code>--path</code> option. The path must begin with <code>/cloudfront</code> and must include a trailing slash (for example, <code>/cloudfront/test/</code>). </note> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.PrivateKey"> <summary> Gets and sets the property PrivateKey. <para> The contents of the private key in PEM-encoded format. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateRequest.ServerCertificateName"> <summary> Gets and sets the property ServerCertificateName. <para> The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadServerCertificateResponse"> <summary> Configuration for accessing Amazon UploadServerCertificate service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadServerCertificateResult"> <summary> Contains the response to a successful <a>UploadServerCertificate</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateResult.ServerCertificateMetadata"> <summary> Gets and sets the property ServerCertificateMetadata. <para> The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadServerCertificateResponse.UploadServerCertificateResult"> <summary> Gets and sets the UploadServerCertificateResult property. Represents the output of a UploadServerCertificate operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSigningCertificateRequest"> <summary> Container for the parameters to the UploadSigningCertificate operation. Uploads an X.509 signing certificate and associates it with the specified user. Some AWS services use X.509 signing certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is <code>Active</code>. <para> If the <code>UserName</code> field is not specified, the user name is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users. </para> <note>Because the body of a X.509 certificate can be large, you should use POST rather than GET when calling <code>UploadSigningCertificate</code>. For information about setting up signatures and authorization through the API, go to <a href="http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html">Signing AWS API Requests</a> in the <i>AWS General Reference</i>. For general information about using the Query API with IAM, go to <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAM_UsingQueryAPI.html">Making Query Requests</a> in the <i>Using IAM</i>guide. </note> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UploadSigningCertificateRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.UploadSigningCertificateRequest.#ctor(System.String)"> <summary> Instantiates UploadSigningCertificateRequest with the parameterized properties </summary> <param name="certificateBody">The contents of the signing certificate.</param> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSigningCertificateRequest.CertificateBody"> <summary> Gets and sets the property CertificateBody. <para> The contents of the signing certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSigningCertificateRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the user the signing certificate is for. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSigningCertificateResponse"> <summary> Configuration for accessing Amazon UploadSigningCertificate service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSigningCertificateResult"> <summary> Contains the response to a successful <a>UploadSigningCertificate</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSigningCertificateResult.Certificate"> <summary> Gets and sets the property Certificate. <para> Information about the certificate. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSigningCertificateResponse.UploadSigningCertificateResult"> <summary> Gets and sets the UploadSigningCertificateResult property. Represents the output of a UploadSigningCertificate operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSSHPublicKeyRequest"> <summary> Container for the parameters to the UploadSSHPublicKey operation. Uploads an SSH public key and associates it with the specified IAM user. <para> The SSH public key uploaded by this action can be used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see <a href="http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-credentials-ssh.html">Set up AWS CodeCommit for SSH Connections</a> in the <i>AWS CodeCommit User Guide</i>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSSHPublicKeyRequest.SSHPublicKeyBody"> <summary> Gets and sets the property SSHPublicKeyBody. <para> The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSSHPublicKeyRequest.UserName"> <summary> Gets and sets the property UserName. <para> The name of the IAM user to associate the SSH public key with. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSSHPublicKeyResponse"> <summary> Configuration for accessing Amazon UploadSSHPublicKey service </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UploadSSHPublicKeyResult"> <summary> Contains the response to a successful <a>UploadSSHPublicKey</a> request. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSSHPublicKeyResult.SSHPublicKey"> <summary> Gets and sets the property SSHPublicKey. <para> Contains information about the SSH public key. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UploadSSHPublicKeyResponse.UploadSSHPublicKeyResult"> <summary> Gets and sets the UploadSSHPublicKeyResult property. Represents the output of a UploadSSHPublicKey operation. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.User"> <summary> Contains information about an IAM user entity. <para> This data type is used as a response element in the following actions: </para> <ul> <li> <para> <a>CreateUser</a> </para> </li> <li> <para> <a>GetUser</a> </para> </li> <li> <para> <a>ListUsers</a> </para> </li> </ul> </summary> </member> <member name="M:Amazon.IdentityManagement.Model.User.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.IdentityManagement.Model.User.#ctor(System.String,System.String,System.String,System.String,System.DateTime)"> <summary> Instantiates User with the parameterized properties </summary> <param name="path">The path to the user. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide.</param> <param name="userName">The friendly name identifying the user.</param> <param name="userId">The stable and unique string identifying the user. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide.</param> <param name="arn">The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </param> <param name="createDate">The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user was created.</param> </member> <member name="P:Amazon.IdentityManagement.Model.User.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.User.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.User.PasswordLastUsed"> <summary> Gets and sets the property PasswordLastUsed. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Credential Reports</a> topic in the <i>Using IAM</i> guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when: </para> <ul> <li> <para> The user does not have a password </para> </li> <li> <para> The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014 </para> </li> <li> <para> there is no sign-in data associated with the user </para> </li> </ul> <para> This value is returned only in the <a>GetUser</a> and <a>ListUsers</a> actions. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.User.Path"> <summary> Gets and sets the property Path. <para> The path to the user. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.User.UserId"> <summary> Gets and sets the property UserId. <para> The stable and unique string identifying the user. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.User.UserName"> <summary> Gets and sets the property UserName. <para> The friendly name identifying the user. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.UserDetail"> <summary> Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in. <para> This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> action. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.Arn"> <summary> Gets and sets the property Arn. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.AttachedManagedPolicies"> <summary> Gets and sets the property AttachedManagedPolicies. <para> A list of the managed policies attached to the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.CreateDate"> <summary> Gets and sets the property CreateDate. <para> The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>, when the user was created. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.GroupList"> <summary> Gets and sets the property GroupList. <para> A list of IAM groups that the user is in. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.Path"> <summary> Gets and sets the property Path. <para> The path to the user. For more information about paths, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.UserId"> <summary> Gets and sets the property UserId. <para> The stable and unique string identifying the user. For more information about IDs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM Identifiers</a> in the <i>Using IAM</i> guide. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.UserName"> <summary> Gets and sets the property UserName. <para> The friendly name identifying the user. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.UserDetail.UserPolicyList"> <summary> Gets and sets the property UserPolicyList. <para> A list of the inline policies embedded in the user. </para> </summary> </member> <member name="T:Amazon.IdentityManagement.Model.VirtualMFADevice"> <summary> Contains information about a virtual MFA device. </summary> </member> <member name="P:Amazon.IdentityManagement.Model.VirtualMFADevice.Base32StringSeed"> <summary> Gets and sets the property Base32StringSeed. <para> The Base32 seed defined as specified in <a href="http://www.ietf.org/rfc/rfc3548.txt">RFC3548</a>. The <code>Base32StringSeed</code> is Base64-encoded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.VirtualMFADevice.EnableDate"> <summary> Gets and sets the property EnableDate. <para> The date and time on which the virtual MFA device was enabled. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.VirtualMFADevice.QRCodePNG"> <summary> Gets and sets the property QRCodePNG. <para> A QR code PNG image that encodes <code>otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String</code> where <code>$virtualMFADeviceName</code> is one of the create call arguments, <code>AccountName</code> is the user name if set (otherwise, the account ID otherwise), and <code>Base32String</code> is the seed in Base32 format. The <code>Base32String</code> value is Base64-encoded. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.VirtualMFADevice.SerialNumber"> <summary> Gets and sets the property SerialNumber. <para> The serial number associated with <code>VirtualMFADevice</code>. </para> </summary> </member> <member name="P:Amazon.IdentityManagement.Model.VirtualMFADevice.User"> <summary> Gets and sets the property User. </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AccessKeyLastUsedUnmarshaller"> <summary> Response Unmarshaller for AccessKeyLastUsed Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AccessKeyMetadataUnmarshaller"> <summary> Response Unmarshaller for AccessKeyMetadata Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AccessKeyUnmarshaller"> <summary> Response Unmarshaller for AccessKey Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddClientIDToOpenIDConnectProviderRequestMarshaller"> <summary> AddClientIDToOpenIDConnectProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddClientIDToOpenIDConnectProviderResponseUnmarshaller"> <summary> Response Unmarshaller for AddClientIDToOpenIDConnectProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddRoleToInstanceProfileRequestMarshaller"> <summary> AddRoleToInstanceProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddRoleToInstanceProfileResponseUnmarshaller"> <summary> Response Unmarshaller for AddRoleToInstanceProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddUserToGroupRequestMarshaller"> <summary> AddUserToGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AddUserToGroupResponseUnmarshaller"> <summary> Response Unmarshaller for AddUserToGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachedPolicyTypeUnmarshaller"> <summary> Response Unmarshaller for AttachedPolicyType Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachGroupPolicyRequestMarshaller"> <summary> AttachGroupPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachGroupPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for AttachGroupPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachRolePolicyRequestMarshaller"> <summary> AttachRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for AttachRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachUserPolicyRequestMarshaller"> <summary> AttachUserPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.AttachUserPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for AttachUserPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ChangePasswordRequestMarshaller"> <summary> ChangePassword Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ChangePasswordResponseUnmarshaller"> <summary> Response Unmarshaller for ChangePassword operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateAccessKeyRequestMarshaller"> <summary> CreateAccessKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateAccessKeyResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAccessKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateAccountAliasRequestMarshaller"> <summary> CreateAccountAlias Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateAccountAliasResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAccountAlias operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateGroupRequestMarshaller"> <summary> CreateGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateInstanceProfileRequestMarshaller"> <summary> CreateInstanceProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateInstanceProfileResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInstanceProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateLoginProfileRequestMarshaller"> <summary> CreateLoginProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateLoginProfileResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLoginProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateOpenIDConnectProviderRequestMarshaller"> <summary> CreateOpenIDConnectProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateOpenIDConnectProviderResponseUnmarshaller"> <summary> Response Unmarshaller for CreateOpenIDConnectProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreatePolicyRequestMarshaller"> <summary> CreatePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreatePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreatePolicyVersionRequestMarshaller"> <summary> CreatePolicyVersion Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreatePolicyVersionResponseUnmarshaller"> <summary> Response Unmarshaller for CreatePolicyVersion operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateRoleRequestMarshaller"> <summary> CreateRole Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateRoleResponseUnmarshaller"> <summary> Response Unmarshaller for CreateRole operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateSAMLProviderRequestMarshaller"> <summary> CreateSAMLProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateSAMLProviderResponseUnmarshaller"> <summary> Response Unmarshaller for CreateSAMLProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateUserRequestMarshaller"> <summary> CreateUser Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateUserResponseUnmarshaller"> <summary> Response Unmarshaller for CreateUser operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateVirtualMFADeviceRequestMarshaller"> <summary> CreateVirtualMFADevice Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateVirtualMFADeviceResponseUnmarshaller"> <summary> Response Unmarshaller for CreateVirtualMFADevice operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeactivateMFADeviceRequestMarshaller"> <summary> DeactivateMFADevice Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeactivateMFADeviceResponseUnmarshaller"> <summary> Response Unmarshaller for DeactivateMFADevice operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccessKeyRequestMarshaller"> <summary> DeleteAccessKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccessKeyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAccessKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccountAliasRequestMarshaller"> <summary> DeleteAccountAlias Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccountAliasResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAccountAlias operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccountPasswordPolicyRequestMarshaller"> <summary> DeleteAccountPasswordPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteAccountPasswordPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAccountPasswordPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteGroupPolicyRequestMarshaller"> <summary> DeleteGroupPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteGroupPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteGroupPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteGroupRequestMarshaller"> <summary> DeleteGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteInstanceProfileRequestMarshaller"> <summary> DeleteInstanceProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteInstanceProfileResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteInstanceProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteLoginProfileRequestMarshaller"> <summary> DeleteLoginProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteLoginProfileResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLoginProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteOpenIDConnectProviderRequestMarshaller"> <summary> DeleteOpenIDConnectProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteOpenIDConnectProviderResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteOpenIDConnectProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeletePolicyRequestMarshaller"> <summary> DeletePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeletePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeletePolicyVersionRequestMarshaller"> <summary> DeletePolicyVersion Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeletePolicyVersionResponseUnmarshaller"> <summary> Response Unmarshaller for DeletePolicyVersion operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteRolePolicyRequestMarshaller"> <summary> DeleteRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteRoleRequestMarshaller"> <summary> DeleteRole Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteRoleResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteRole operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSAMLProviderRequestMarshaller"> <summary> DeleteSAMLProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSAMLProviderResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSAMLProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteServerCertificateRequestMarshaller"> <summary> DeleteServerCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteServerCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteServerCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSigningCertificateRequestMarshaller"> <summary> DeleteSigningCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSigningCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSigningCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSSHPublicKeyRequestMarshaller"> <summary> DeleteSSHPublicKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSSHPublicKeyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteSSHPublicKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteUserPolicyRequestMarshaller"> <summary> DeleteUserPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteUserPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteUserPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteUserRequestMarshaller"> <summary> DeleteUser Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteUserResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteUser operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteVirtualMFADeviceRequestMarshaller"> <summary> DeleteVirtualMFADevice Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteVirtualMFADeviceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteVirtualMFADevice operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachGroupPolicyRequestMarshaller"> <summary> DetachGroupPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachGroupPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DetachGroupPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachRolePolicyRequestMarshaller"> <summary> DetachRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DetachRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachUserPolicyRequestMarshaller"> <summary> DetachUserPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DetachUserPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for DetachUserPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.EnableMFADeviceRequestMarshaller"> <summary> EnableMFADevice Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.EnableMFADeviceResponseUnmarshaller"> <summary> Response Unmarshaller for EnableMFADevice operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.EvaluationResultUnmarshaller"> <summary> Response Unmarshaller for EvaluationResult Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GenerateCredentialReportRequestMarshaller"> <summary> GenerateCredentialReport Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GenerateCredentialReportResponseUnmarshaller"> <summary> Response Unmarshaller for GenerateCredentialReport operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccessKeyLastUsedRequestMarshaller"> <summary> GetAccessKeyLastUsed Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccessKeyLastUsedResponseUnmarshaller"> <summary> Response Unmarshaller for GetAccessKeyLastUsed operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountAuthorizationDetailsRequestMarshaller"> <summary> GetAccountAuthorizationDetails Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountAuthorizationDetailsResponseUnmarshaller"> <summary> Response Unmarshaller for GetAccountAuthorizationDetails operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountPasswordPolicyRequestMarshaller"> <summary> GetAccountPasswordPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountPasswordPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetAccountPasswordPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountSummaryRequestMarshaller"> <summary> GetAccountSummary Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetAccountSummaryResponseUnmarshaller"> <summary> Response Unmarshaller for GetAccountSummary operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetContextKeysForCustomPolicyRequestMarshaller"> <summary> GetContextKeysForCustomPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetContextKeysForCustomPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetContextKeysForCustomPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetContextKeysForPrincipalPolicyRequestMarshaller"> <summary> GetContextKeysForPrincipalPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetContextKeysForPrincipalPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetContextKeysForPrincipalPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetCredentialReportRequestMarshaller"> <summary> GetCredentialReport Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetCredentialReportResponseUnmarshaller"> <summary> Response Unmarshaller for GetCredentialReport operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetGroupPolicyRequestMarshaller"> <summary> GetGroupPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetGroupPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetGroupPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetGroupRequestMarshaller"> <summary> GetGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for GetGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetInstanceProfileRequestMarshaller"> <summary> GetInstanceProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetInstanceProfileResponseUnmarshaller"> <summary> Response Unmarshaller for GetInstanceProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetLoginProfileRequestMarshaller"> <summary> GetLoginProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetLoginProfileResponseUnmarshaller"> <summary> Response Unmarshaller for GetLoginProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetOpenIDConnectProviderRequestMarshaller"> <summary> GetOpenIDConnectProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetOpenIDConnectProviderResponseUnmarshaller"> <summary> Response Unmarshaller for GetOpenIDConnectProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetPolicyRequestMarshaller"> <summary> GetPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetPolicyVersionRequestMarshaller"> <summary> GetPolicyVersion Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetPolicyVersionResponseUnmarshaller"> <summary> Response Unmarshaller for GetPolicyVersion operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetRolePolicyRequestMarshaller"> <summary> GetRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetRoleRequestMarshaller"> <summary> GetRole Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetRoleResponseUnmarshaller"> <summary> Response Unmarshaller for GetRole operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetSAMLProviderRequestMarshaller"> <summary> GetSAMLProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetSAMLProviderResponseUnmarshaller"> <summary> Response Unmarshaller for GetSAMLProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetServerCertificateRequestMarshaller"> <summary> GetServerCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetServerCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for GetServerCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetSSHPublicKeyRequestMarshaller"> <summary> GetSSHPublicKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetSSHPublicKeyResponseUnmarshaller"> <summary> Response Unmarshaller for GetSSHPublicKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserPolicyRequestMarshaller"> <summary> GetUserPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetUserPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserRequestMarshaller"> <summary> GetUser Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserResponseUnmarshaller"> <summary> Response Unmarshaller for GetUser operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GroupDetailUnmarshaller"> <summary> Response Unmarshaller for GroupDetail Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GroupUnmarshaller"> <summary> Response Unmarshaller for Group Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.InstanceProfileUnmarshaller"> <summary> Response Unmarshaller for InstanceProfile Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAccessKeysRequestMarshaller"> <summary> ListAccessKeys Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAccessKeysResponseUnmarshaller"> <summary> Response Unmarshaller for ListAccessKeys operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAccountAliasesRequestMarshaller"> <summary> ListAccountAliases Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAccountAliasesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAccountAliases operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedGroupPoliciesRequestMarshaller"> <summary> ListAttachedGroupPolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedGroupPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAttachedGroupPolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedRolePoliciesRequestMarshaller"> <summary> ListAttachedRolePolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedRolePoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAttachedRolePolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedUserPoliciesRequestMarshaller"> <summary> ListAttachedUserPolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListAttachedUserPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAttachedUserPolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListEntitiesForPolicyRequestMarshaller"> <summary> ListEntitiesForPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListEntitiesForPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for ListEntitiesForPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupPoliciesRequestMarshaller"> <summary> ListGroupPolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListGroupPolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupsForUserRequestMarshaller"> <summary> ListGroupsForUser Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupsForUserResponseUnmarshaller"> <summary> Response Unmarshaller for ListGroupsForUser operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupsRequestMarshaller"> <summary> ListGroups Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for ListGroups operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListInstanceProfilesForRoleRequestMarshaller"> <summary> ListInstanceProfilesForRole Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListInstanceProfilesForRoleResponseUnmarshaller"> <summary> Response Unmarshaller for ListInstanceProfilesForRole operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListInstanceProfilesRequestMarshaller"> <summary> ListInstanceProfiles Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListInstanceProfilesResponseUnmarshaller"> <summary> Response Unmarshaller for ListInstanceProfiles operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListMFADevicesRequestMarshaller"> <summary> ListMFADevices Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListMFADevicesResponseUnmarshaller"> <summary> Response Unmarshaller for ListMFADevices operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListOpenIDConnectProvidersRequestMarshaller"> <summary> ListOpenIDConnectProviders Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListOpenIDConnectProvidersResponseUnmarshaller"> <summary> Response Unmarshaller for ListOpenIDConnectProviders operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListPoliciesRequestMarshaller"> <summary> ListPolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListPolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListPolicyVersionsRequestMarshaller"> <summary> ListPolicyVersions Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListPolicyVersionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListPolicyVersions operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListRolePoliciesRequestMarshaller"> <summary> ListRolePolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListRolePoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListRolePolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListRolesRequestMarshaller"> <summary> ListRoles Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListRolesResponseUnmarshaller"> <summary> Response Unmarshaller for ListRoles operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSAMLProvidersRequestMarshaller"> <summary> ListSAMLProviders Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSAMLProvidersResponseUnmarshaller"> <summary> Response Unmarshaller for ListSAMLProviders operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListServerCertificatesRequestMarshaller"> <summary> ListServerCertificates Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListServerCertificatesResponseUnmarshaller"> <summary> Response Unmarshaller for ListServerCertificates operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSigningCertificatesRequestMarshaller"> <summary> ListSigningCertificates Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSigningCertificatesResponseUnmarshaller"> <summary> Response Unmarshaller for ListSigningCertificates operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSSHPublicKeysRequestMarshaller"> <summary> ListSSHPublicKeys Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSSHPublicKeysResponseUnmarshaller"> <summary> Response Unmarshaller for ListSSHPublicKeys operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListUserPoliciesRequestMarshaller"> <summary> ListUserPolicies Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListUserPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListUserPolicies operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListUsersRequestMarshaller"> <summary> ListUsers Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListUsersResponseUnmarshaller"> <summary> Response Unmarshaller for ListUsers operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListVirtualMFADevicesRequestMarshaller"> <summary> ListVirtualMFADevices Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListVirtualMFADevicesResponseUnmarshaller"> <summary> Response Unmarshaller for ListVirtualMFADevices operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.LoginProfileUnmarshaller"> <summary> Response Unmarshaller for LoginProfile Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ManagedPolicyDetailUnmarshaller"> <summary> Response Unmarshaller for ManagedPolicyDetail Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ManagedPolicyUnmarshaller"> <summary> Response Unmarshaller for ManagedPolicy Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.MFADeviceUnmarshaller"> <summary> Response Unmarshaller for MFADevice Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.OpenIDConnectProviderListEntryUnmarshaller"> <summary> Response Unmarshaller for OpenIDConnectProviderListEntry Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PasswordPolicyUnmarshaller"> <summary> Response Unmarshaller for PasswordPolicy Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PolicyDetailUnmarshaller"> <summary> Response Unmarshaller for PolicyDetail Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PolicyGroupUnmarshaller"> <summary> Response Unmarshaller for PolicyGroup Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PolicyRoleUnmarshaller"> <summary> Response Unmarshaller for PolicyRole Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PolicyUserUnmarshaller"> <summary> Response Unmarshaller for PolicyUser Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PolicyVersionUnmarshaller"> <summary> Response Unmarshaller for PolicyVersion Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PositionUnmarshaller"> <summary> Response Unmarshaller for Position Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutGroupPolicyRequestMarshaller"> <summary> PutGroupPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutGroupPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for PutGroupPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutRolePolicyRequestMarshaller"> <summary> PutRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for PutRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutUserPolicyRequestMarshaller"> <summary> PutUserPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.PutUserPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for PutUserPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveClientIDFromOpenIDConnectProviderRequestMarshaller"> <summary> RemoveClientIDFromOpenIDConnectProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveClientIDFromOpenIDConnectProviderResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveClientIDFromOpenIDConnectProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveRoleFromInstanceProfileRequestMarshaller"> <summary> RemoveRoleFromInstanceProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveRoleFromInstanceProfileResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveRoleFromInstanceProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveUserFromGroupRequestMarshaller"> <summary> RemoveUserFromGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RemoveUserFromGroupResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveUserFromGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ResourceSpecificResultUnmarshaller"> <summary> Response Unmarshaller for ResourceSpecificResult Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ResyncMFADeviceRequestMarshaller"> <summary> ResyncMFADevice Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ResyncMFADeviceResponseUnmarshaller"> <summary> Response Unmarshaller for ResyncMFADevice operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RoleDetailUnmarshaller"> <summary> Response Unmarshaller for RoleDetail Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.RoleUnmarshaller"> <summary> Response Unmarshaller for Role Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SAMLProviderListEntryUnmarshaller"> <summary> Response Unmarshaller for SAMLProviderListEntry Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ServerCertificateMetadataUnmarshaller"> <summary> Response Unmarshaller for ServerCertificateMetadata Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ServerCertificateUnmarshaller"> <summary> Response Unmarshaller for ServerCertificate Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SetDefaultPolicyVersionRequestMarshaller"> <summary> SetDefaultPolicyVersion Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SetDefaultPolicyVersionResponseUnmarshaller"> <summary> Response Unmarshaller for SetDefaultPolicyVersion operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SigningCertificateUnmarshaller"> <summary> Response Unmarshaller for SigningCertificate Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SimulateCustomPolicyRequestMarshaller"> <summary> SimulateCustomPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SimulateCustomPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for SimulateCustomPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SimulatePrincipalPolicyRequestMarshaller"> <summary> SimulatePrincipalPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SimulatePrincipalPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for SimulatePrincipalPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SSHPublicKeyMetadataUnmarshaller"> <summary> Response Unmarshaller for SSHPublicKeyMetadata Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.SSHPublicKeyUnmarshaller"> <summary> Response Unmarshaller for SSHPublicKey Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.StatementUnmarshaller"> <summary> Response Unmarshaller for Statement Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAccessKeyRequestMarshaller"> <summary> UpdateAccessKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAccessKeyResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAccessKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAccountPasswordPolicyRequestMarshaller"> <summary> UpdateAccountPasswordPolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAccountPasswordPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAccountPasswordPolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAssumeRolePolicyRequestMarshaller"> <summary> UpdateAssumeRolePolicy Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateAssumeRolePolicyResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAssumeRolePolicy operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateGroupRequestMarshaller"> <summary> UpdateGroup Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateGroupResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateGroup operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateLoginProfileRequestMarshaller"> <summary> UpdateLoginProfile Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateLoginProfileResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateLoginProfile operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateOpenIDConnectProviderThumbprintRequestMarshaller"> <summary> UpdateOpenIDConnectProviderThumbprint Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateOpenIDConnectProviderThumbprintResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateOpenIDConnectProviderThumbprint operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSAMLProviderRequestMarshaller"> <summary> UpdateSAMLProvider Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSAMLProviderResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateSAMLProvider operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateServerCertificateRequestMarshaller"> <summary> UpdateServerCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateServerCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateServerCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSigningCertificateRequestMarshaller"> <summary> UpdateSigningCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSigningCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateSigningCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSSHPublicKeyRequestMarshaller"> <summary> UpdateSSHPublicKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSSHPublicKeyResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateSSHPublicKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateUserRequestMarshaller"> <summary> UpdateUser Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateUserResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateUser operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadServerCertificateRequestMarshaller"> <summary> UploadServerCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadServerCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for UploadServerCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadSigningCertificateRequestMarshaller"> <summary> UploadSigningCertificate Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadSigningCertificateResponseUnmarshaller"> <summary> Response Unmarshaller for UploadSigningCertificate operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadSSHPublicKeyRequestMarshaller"> <summary> UploadSSHPublicKey Request Marshaller </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UploadSSHPublicKeyResponseUnmarshaller"> <summary> Response Unmarshaller for UploadSSHPublicKey operation </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UserDetailUnmarshaller"> <summary> Response Unmarshaller for UserDetail Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UserUnmarshaller"> <summary> Response Unmarshaller for User Object </summary> </member> <member name="T:Amazon.IdentityManagement.Model.Internal.MarshallTransformations.VirtualMFADeviceUnmarshaller"> <summary> Response Unmarshaller for VirtualMFADevice Object </summary> </member> <member name="T:Amazon.ImportExport.AmazonImportExportConfig"> <summary> Configuration for accessing Amazon ImportExport service </summary> </member> <member name="M:Amazon.ImportExport.AmazonImportExportConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.ImportExport.AmazonImportExportConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.ImportExport.AmazonImportExportConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.ImportExport.JobType"> <summary> Constants used for properties of type JobType. </summary> </member> <member name="F:Amazon.ImportExport.JobType.Export"> <summary> Constant Export for JobType </summary> </member> <member name="F:Amazon.ImportExport.JobType.Import"> <summary> Constant Import for JobType </summary> </member> <member name="M:Amazon.ImportExport.JobType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.ImportExport.JobType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.ImportExport.AmazonImportExportRequest"> <summary> Base class for ImportExport operation requests. </summary> </member> <member name="T:Amazon.ImportExport.Model.Artifact"> <summary> A discrete item that contains the description and URL of an artifact (such as a PDF). </summary> </member> <member name="P:Amazon.ImportExport.Model.Artifact.Description"> <summary> Gets and sets the property Description. </summary> </member> <member name="P:Amazon.ImportExport.Model.Artifact.URL"> <summary> Gets and sets the property URL. </summary> </member> <member name="T:Amazon.ImportExport.Model.BucketPermissionException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.BucketPermissionException.#ctor(System.String)"> <summary> Constructs a new BucketPermissionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.CanceledJobIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.CanceledJobIdException.#ctor(System.String)"> <summary> Constructs a new CanceledJobIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.CancelJobRequest"> <summary> Container for the parameters to the CancelJob operation. This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete. </summary> </member> <member name="P:Amazon.ImportExport.Model.CancelJobRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.CancelJobRequest.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="T:Amazon.ImportExport.Model.CancelJobResponse"> <summary> Configuration for accessing Amazon CancelJob service </summary> </member> <member name="T:Amazon.ImportExport.Model.CancelJobResult"> <summary> Output structure for the CancelJob operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.CancelJobResult.Success"> <summary> Gets and sets the property Success. </summary> </member> <member name="P:Amazon.ImportExport.Model.CancelJobResponse.CancelJobResult"> <summary> Gets and sets the CancelJobResult property. Represents the output of a CancelJob operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.CreateJobQuotaExceededException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.CreateJobQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new CreateJobQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.CreateJobRequest"> <summary> Container for the parameters to the CreateJob operation. This operation initiates the process of scheduling an upload or download of your data. You include in the request a manifest that describes the data transfer specifics. The response to the request includes a job ID, which you can use in other operations, a signature that you use to identify your storage device, and the address where you should ship your storage device. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobRequest.JobType"> <summary> Gets and sets the property JobType. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobRequest.Manifest"> <summary> Gets and sets the property Manifest. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobRequest.ManifestAddendum"> <summary> Gets and sets the property ManifestAddendum. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobRequest.ValidateOnly"> <summary> Gets and sets the property ValidateOnly. </summary> </member> <member name="T:Amazon.ImportExport.Model.CreateJobResponse"> <summary> Configuration for accessing Amazon CreateJob service </summary> </member> <member name="T:Amazon.ImportExport.Model.CreateJobResult"> <summary> Output structure for the CreateJob operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.ArtifactList"> <summary> Gets and sets the property ArtifactList. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.JobType"> <summary> Gets and sets the property JobType. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.Signature"> <summary> Gets and sets the property Signature. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.SignatureFileContents"> <summary> Gets and sets the property SignatureFileContents. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResult.WarningMessage"> <summary> Gets and sets the property WarningMessage. </summary> </member> <member name="P:Amazon.ImportExport.Model.CreateJobResponse.CreateJobResult"> <summary> Gets and sets the CreateJobResult property. Represents the output of a CreateJob operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.ExpiredJobIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.ExpiredJobIdException.#ctor(System.String)"> <summary> Constructs a new ExpiredJobIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.GetShippingLabelRequest"> <summary> Container for the parameters to the GetShippingLabel operation. This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.City"> <summary> Gets and sets the property City. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Company"> <summary> Gets and sets the property Company. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Country"> <summary> Gets and sets the property Country. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.JobIds"> <summary> Gets and sets the property JobIds. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Name"> <summary> Gets and sets the property Name. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.PhoneNumber"> <summary> Gets and sets the property PhoneNumber. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.PostalCode"> <summary> Gets and sets the property PostalCode. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.StateOrProvince"> <summary> Gets and sets the property StateOrProvince. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Street1"> <summary> Gets and sets the property Street1. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Street2"> <summary> Gets and sets the property Street2. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelRequest.Street3"> <summary> Gets and sets the property Street3. </summary> </member> <member name="T:Amazon.ImportExport.Model.GetShippingLabelResponse"> <summary> Configuration for accessing Amazon GetShippingLabel service </summary> </member> <member name="T:Amazon.ImportExport.Model.GetShippingLabelResult"> <summary> </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelResult.ShippingLabelURL"> <summary> Gets and sets the property ShippingLabelURL. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelResult.Warning"> <summary> Gets and sets the property Warning. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetShippingLabelResponse.GetShippingLabelResult"> <summary> Gets and sets the GetShippingLabelResult property. Represents the output of a GetShippingLabel operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.GetStatusRequest"> <summary> Container for the parameters to the GetStatus operation. This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusRequest.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="T:Amazon.ImportExport.Model.GetStatusResponse"> <summary> Configuration for accessing Amazon GetStatus service </summary> </member> <member name="T:Amazon.ImportExport.Model.GetStatusResult"> <summary> Output structure for the GetStatus operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.ArtifactList"> <summary> Gets and sets the property ArtifactList. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.Carrier"> <summary> Gets and sets the property Carrier. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.CreationDate"> <summary> Gets and sets the property CreationDate. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.CurrentManifest"> <summary> Gets and sets the property CurrentManifest. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.ErrorCount"> <summary> Gets and sets the property ErrorCount. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.JobType"> <summary> Gets and sets the property JobType. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.LocationCode"> <summary> Gets and sets the property LocationCode. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.LocationMessage"> <summary> Gets and sets the property LocationMessage. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.LogBucket"> <summary> Gets and sets the property LogBucket. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.LogKey"> <summary> Gets and sets the property LogKey. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.ProgressCode"> <summary> Gets and sets the property ProgressCode. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.ProgressMessage"> <summary> Gets and sets the property ProgressMessage. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.Signature"> <summary> Gets and sets the property Signature. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.SignatureFileContents"> <summary> Gets and sets the property SignatureFileContents. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResult.TrackingNumber"> <summary> Gets and sets the property TrackingNumber. </summary> </member> <member name="P:Amazon.ImportExport.Model.GetStatusResponse.GetStatusResult"> <summary> Gets and sets the GetStatusResult property. Represents the output of a GetStatus operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.InvalidAccessKeyIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidAccessKeyIdException.#ctor(System.String)"> <summary> Constructs a new InvalidAccessKeyIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidAddressException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidAddressException.#ctor(System.String)"> <summary> Constructs a new InvalidAddressException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidCustomsException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidCustomsException.#ctor(System.String)"> <summary> Constructs a new InvalidCustomsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidFileSystemException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidFileSystemException.#ctor(System.String)"> <summary> Constructs a new InvalidFileSystemException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidJobIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidJobIdException.#ctor(System.String)"> <summary> Constructs a new InvalidJobIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidManifestFieldException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidManifestFieldException.#ctor(System.String)"> <summary> Constructs a new InvalidManifestFieldException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidParameterException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidParameterException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.InvalidVersionException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.InvalidVersionException.#ctor(System.String)"> <summary> Constructs a new InvalidVersionException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.Job"> <summary> Representation of a job returned by the ListJobs operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.Job.CreationDate"> <summary> Gets and sets the property CreationDate. </summary> </member> <member name="P:Amazon.ImportExport.Model.Job.IsCanceled"> <summary> Gets and sets the property IsCanceled. </summary> </member> <member name="P:Amazon.ImportExport.Model.Job.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="P:Amazon.ImportExport.Model.Job.JobType"> <summary> Gets and sets the property JobType. </summary> </member> <member name="T:Amazon.ImportExport.Model.ListJobsRequest"> <summary> Container for the parameters to the ListJobs operation. This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsRequest.Marker"> <summary> Gets and sets the property Marker. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsRequest.MaxJobs"> <summary> Gets and sets the property MaxJobs. </summary> </member> <member name="T:Amazon.ImportExport.Model.ListJobsResponse"> <summary> Configuration for accessing Amazon ListJobs service </summary> </member> <member name="T:Amazon.ImportExport.Model.ListJobsResult"> <summary> Output structure for the ListJobs operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsResult.IsTruncated"> <summary> Gets and sets the property IsTruncated. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsResult.Jobs"> <summary> Gets and sets the property Jobs. </summary> </member> <member name="P:Amazon.ImportExport.Model.ListJobsResponse.ListJobsResult"> <summary> Gets and sets the ListJobsResult property. Represents the output of a ListJobs operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.MalformedManifestException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.MalformedManifestException.#ctor(System.String)"> <summary> Constructs a new MalformedManifestException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.MissingCustomsException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.MissingCustomsException.#ctor(System.String)"> <summary> Constructs a new MissingCustomsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.MissingManifestFieldException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.MissingManifestFieldException.#ctor(System.String)"> <summary> Constructs a new MissingManifestFieldException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.MissingParameterException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.MissingParameterException.#ctor(System.String)"> <summary> Constructs a new MissingParameterException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.MultipleRegionsException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.MultipleRegionsException.#ctor(System.String)"> <summary> Constructs a new MultipleRegionsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.NoSuchBucketException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.NoSuchBucketException.#ctor(System.String)"> <summary> Constructs a new NoSuchBucketException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.UnableToCancelJobIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.UnableToCancelJobIdException.#ctor(System.String)"> <summary> Constructs a new UnableToCancelJobIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.UnableToUpdateJobIdException"> <summary> ImportExport exception </summary> </member> <member name="M:Amazon.ImportExport.Model.UnableToUpdateJobIdException.#ctor(System.String)"> <summary> Constructs a new UnableToUpdateJobIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.ImportExport.Model.UpdateJobRequest"> <summary> Container for the parameters to the UpdateJob operation. You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobRequest.APIVersion"> <summary> Gets and sets the property APIVersion. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobRequest.JobId"> <summary> Gets and sets the property JobId. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobRequest.JobType"> <summary> Gets and sets the property JobType. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobRequest.Manifest"> <summary> Gets and sets the property Manifest. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobRequest.ValidateOnly"> <summary> Gets and sets the property ValidateOnly. </summary> </member> <member name="T:Amazon.ImportExport.Model.UpdateJobResponse"> <summary> Configuration for accessing Amazon UpdateJob service </summary> </member> <member name="T:Amazon.ImportExport.Model.UpdateJobResult"> <summary> Output structure for the UpateJob operation. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobResult.ArtifactList"> <summary> Gets and sets the property ArtifactList. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobResult.Success"> <summary> Gets and sets the property Success. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobResult.WarningMessage"> <summary> Gets and sets the property WarningMessage. </summary> </member> <member name="P:Amazon.ImportExport.Model.UpdateJobResponse.UpdateJobResult"> <summary> Gets and sets the UpdateJobResult property. Represents the output of a UpdateJob operation. </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.ArtifactUnmarshaller"> <summary> Response Unmarshaller for Artifact Object </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.CancelJobRequestMarshaller"> <summary> CancelJob Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.CancelJobResponseUnmarshaller"> <summary> Response Unmarshaller for CancelJob operation </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.CreateJobRequestMarshaller"> <summary> CreateJob Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.CreateJobResponseUnmarshaller"> <summary> Response Unmarshaller for CreateJob operation </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.GetShippingLabelRequestMarshaller"> <summary> GetShippingLabel Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.GetShippingLabelResponseUnmarshaller"> <summary> Response Unmarshaller for GetShippingLabel operation </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.GetStatusRequestMarshaller"> <summary> GetStatus Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.GetStatusResponseUnmarshaller"> <summary> Response Unmarshaller for GetStatus operation </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.JobUnmarshaller"> <summary> Response Unmarshaller for Job Object </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.ListJobsRequestMarshaller"> <summary> ListJobs Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.ListJobsResponseUnmarshaller"> <summary> Response Unmarshaller for ListJobs operation </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.UpdateJobRequestMarshaller"> <summary> UpdateJob Request Marshaller </summary> </member> <member name="T:Amazon.ImportExport.Model.Internal.MarshallTransformations.UpdateJobResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateJob operation </summary> </member> <member name="T:Amazon.KeyManagementService.AmazonKeyManagementServiceConfig"> <summary> Configuration for accessing Amazon KeyManagementService service </summary> </member> <member name="M:Amazon.KeyManagementService.AmazonKeyManagementServiceConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.KeyManagementService.AmazonKeyManagementServiceConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.KeyManagementService.AmazonKeyManagementServiceConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.KeyManagementService.DataKeySpec"> <summary> Constants used for properties of type DataKeySpec. </summary> </member> <member name="F:Amazon.KeyManagementService.DataKeySpec.AES_128"> <summary> Constant AES_128 for DataKeySpec </summary> </member> <member name="F:Amazon.KeyManagementService.DataKeySpec.AES_256"> <summary> Constant AES_256 for DataKeySpec </summary> </member> <member name="M:Amazon.KeyManagementService.DataKeySpec.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.KeyManagementService.DataKeySpec.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.KeyManagementService.GrantOperation"> <summary> Constants used for properties of type GrantOperation. </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.CreateGrant"> <summary> Constant CreateGrant for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.Decrypt"> <summary> Constant Decrypt for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.DescribeKey"> <summary> Constant DescribeKey for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.Encrypt"> <summary> Constant Encrypt for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.GenerateDataKey"> <summary> Constant GenerateDataKey for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.GenerateDataKeyWithoutPlaintext"> <summary> Constant GenerateDataKeyWithoutPlaintext for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.ReEncryptFrom"> <summary> Constant ReEncryptFrom for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.ReEncryptTo"> <summary> Constant ReEncryptTo for GrantOperation </summary> </member> <member name="F:Amazon.KeyManagementService.GrantOperation.RetireGrant"> <summary> Constant RetireGrant for GrantOperation </summary> </member> <member name="M:Amazon.KeyManagementService.GrantOperation.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.KeyManagementService.GrantOperation.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.KeyManagementService.KeyState"> <summary> Constants used for properties of type KeyState. </summary> </member> <member name="F:Amazon.KeyManagementService.KeyState.Disabled"> <summary> Constant Disabled for KeyState </summary> </member> <member name="F:Amazon.KeyManagementService.KeyState.Enabled"> <summary> Constant Enabled for KeyState </summary> </member> <member name="F:Amazon.KeyManagementService.KeyState.PendingDeletion"> <summary> Constant PendingDeletion for KeyState </summary> </member> <member name="M:Amazon.KeyManagementService.KeyState.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.KeyManagementService.KeyState.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.KeyManagementService.KeyUsageType"> <summary> Constants used for properties of type KeyUsageType. </summary> </member> <member name="F:Amazon.KeyManagementService.KeyUsageType.ENCRYPT_DECRYPT"> <summary> Constant ENCRYPT_DECRYPT for KeyUsageType </summary> </member> <member name="M:Amazon.KeyManagementService.KeyUsageType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.KeyManagementService.KeyUsageType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.KeyManagementService.Model.AliasListEntry"> <summary> Contains information about an alias. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.AliasListEntry.AliasArn"> <summary> Gets and sets the property AliasArn. <para> String that contains the key ARN. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.AliasListEntry.AliasName"> <summary> Gets and sets the property AliasName. <para> String that contains the alias. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.AliasListEntry.TargetKeyId"> <summary> Gets and sets the property TargetKeyId. <para> String that contains the key identifier pointed to by the alias. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.AlreadyExistsException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.AlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.AmazonKeyManagementServiceRequest"> <summary> Base class for KeyManagementService operation requests. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CancelKeyDeletionRequest"> <summary> Container for the parameters to the CancelKeyDeletion operation. Cancels the deletion of a customer master key (CMK). When this operation is successful, the CMK is set to the <code>Disabled</code> state. To enable a CMK, use <a>EnableKey</a>. <para> For more information about scheduling and canceling deletion of a CMK, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/deleting-keys.html">Deleting Customer Master Keys</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CancelKeyDeletionRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier for the customer master key (CMK) for which to cancel deletion. </para> <para> To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples: <ul> <li>Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab</li> <li>Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</li> </ul> </para> <para> To obtain the unique key ID and key ARN for a given CMK, use <a>ListKeys</a> or <a>DescribeKey</a>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CancelKeyDeletionResponse"> <summary> Configuration for accessing Amazon CancelKeyDeletion service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CancelKeyDeletionResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CancelKeyDeletionResult.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier of the master key for which deletion is canceled. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CancelKeyDeletionResponse.CancelKeyDeletionResult"> <summary> Gets and sets the CancelKeyDeletionResult property. Represents the output of a CancelKeyDeletion operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateAliasRequest"> <summary> Container for the parameters to the CreateAlias operation. Creates a display name for a customer master key. An alias can be used to identify a key and should be unique. The console enforces a one-to-one mapping between the alias and a key. An alias name can contain only alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). An alias must start with the word "alias" followed by a forward slash (alias/). An alias that begins with "aws" after the forward slash (alias/aws...) is reserved by Amazon Web Services (AWS). <para> The alias and the key it is mapped to must be in the same AWS account and the same region. </para> <para> To map an alias to a different key, call <a>UpdateAlias</a>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateAliasRequest.AliasName"> <summary> Gets and sets the property AliasName. <para> String that contains the display name. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateAliasRequest.TargetKeyId"> <summary> Gets and sets the property TargetKeyId. <para> An identifier of the key for which you are creating the alias. This value cannot be another alias but can be a globally unique identifier or a fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateGrantRequest"> <summary> Container for the parameters to the CreateGrant operation. Adds a grant to a key to specify who can use the key and under what conditions. Grants are alternate permission mechanisms to key policies. <para> For more information about grants, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/grants.html">Grants</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.Constraints"> <summary> Gets and sets the property Constraints. <para> The conditions under which the operations permitted by the grant are allowed. </para> <para> You can use this value to allow the operations permitted by the grant only when a specified encryption context is present. For more information, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/encrypt-context.html">Encryption Context</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.GranteePrincipal"> <summary> Gets and sets the property GranteePrincipal. <para> The principal that is given permission to perform the operations that the grant permits. </para> <para> To specify the principal, use the <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of an AWS principal. Valid AWS principals include AWS accounts (root), IAM users, federated users, and assumed role users. For examples of the ARN syntax to use for specifying a principal, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam">AWS Identity and Access Management (IAM)</a> in the Example ARNs section of the <i>AWS General Reference</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier for the customer master key (CMK) that the grant applies to. </para> <para> To specify this value, use the globally unique key ID or the Amazon Resource Name (ARN) of the key. Examples: <ul> <li>Globally unique key ID: 12345678-1234-1234-1234-123456789012</li> <li>Key ARN: arn:aws:kms:us-west-2:123456789012:key/12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.Name"> <summary> Gets and sets the property Name. <para> A friendly name for identifying the grant. Use this value to prevent unintended creation of duplicate grants when retrying this request. </para> <para> When this value is absent, all <code>CreateGrant</code> requests result in a new grant with a unique <code>GrantId</code> even if all the supplied parameters are identical. This can result in unintended duplicates when you retry the <code>CreateGrant</code> request. </para> <para> When this value is present, you can retry a <code>CreateGrant</code> request with identical parameters; if the grant already exists, the original <code>GrantId</code> is returned without creating a new grant. Note that the returned grant token is unique with every <code>CreateGrant</code> request, even when a duplicate <code>GrantId</code> is returned. All grant tokens obtained in this way can be used interchangeably. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.Operations"> <summary> Gets and sets the property Operations. <para> A list of operations that the grant permits. The list can contain any combination of one or more of the following values: <ul> <li>Decrypt</li> <li>Encrypt</li> <li>GenerateDataKey</li> <li>GenerateDataKeyWithoutPlaintext</li> <li>ReEncryptFrom</li> <li>ReEncryptTo</li> <li>CreateGrant</li> <li>RetireGrant</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantRequest.RetiringPrincipal"> <summary> Gets and sets the property RetiringPrincipal. <para> The principal that is given permission to retire the grant by using <a>RetireGrant</a> operation. </para> <para> To specify the principal, use the <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of an AWS principal. Valid AWS principals include AWS accounts (root), IAM users, federated users, and assumed role users. For examples of the ARN syntax to use for specifying a principal, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam">AWS Identity and Access Management (IAM)</a> in the Example ARNs section of the <i>AWS General Reference</i>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateGrantResponse"> <summary> Configuration for accessing Amazon CreateGrant service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateGrantResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantResult.GrantId"> <summary> Gets and sets the property GrantId. <para> The unique identifier for the grant. </para> <para> You can use the <code>GrantId</code> in a subsequent <a>RetireGrant</a> or <a>RevokeGrant</a> operation. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantResult.GrantToken"> <summary> Gets and sets the property GrantToken. <para> The grant token. </para> <para> For more information about using grant tokens, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateGrantResponse.CreateGrantResult"> <summary> Gets and sets the CreateGrantResult property. Represents the output of a CreateGrant operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateKeyRequest"> <summary> Container for the parameters to the CreateKey operation. Creates a customer master key. Customer master keys can be used to encrypt small amounts of data (less than 4K) directly, but they are most commonly used to encrypt or envelope data keys that are then used to encrypt customer data. For more information about data keys, see <a>GenerateDataKey</a> and <a>GenerateDataKeyWithoutPlaintext</a>. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateKeyRequest.Description"> <summary> Gets and sets the property Description. <para> Description of the key. We recommend that you choose a description that helps your customer decide whether the key is appropriate for a task. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateKeyRequest.KeyUsage"> <summary> Gets and sets the property KeyUsage. <para> Specifies the intended use of the key. Currently this defaults to ENCRYPT/DECRYPT, and only symmetric encryption and decryption are supported. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateKeyRequest.Policy"> <summary> Gets and sets the property Policy. <para> Policy to attach to the key. This is required and delegates back to the account. The key is the root of trust. The policy size limit is 32 KiB (32768 bytes). </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateKeyResponse"> <summary> Configuration for accessing Amazon CreateKey service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.CreateKeyResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateKeyResult.KeyMetadata"> <summary> Gets and sets the property KeyMetadata. <para> Metadata associated with the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.CreateKeyResponse.CreateKeyResult"> <summary> Gets and sets the CreateKeyResult property. Represents the output of a CreateKey operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DecryptRequest"> <summary> Container for the parameters to the Decrypt operation. Decrypts ciphertext. Ciphertext is plaintext that has been previously encrypted by using any of the following functions: <ul> <li><a>GenerateDataKey</a></li> <li><a>GenerateDataKeyWithoutPlaintext</a></li> <li><a>Encrypt</a></li> </ul> <para> Note that if a caller has been granted access permissions to all keys (through, for example, IAM user policies that grant <code>Decrypt</code> permission on all resources), then ciphertext encrypted by using keys in other accounts where the key grants access to the caller can be decrypted. To remedy this, we recommend that you do not grant <code>Decrypt</code> access in an IAM user policy. Instead grant <code>Decrypt</code> access only in key policies. If you must grant <code>Decrypt</code> access in an IAM user policy, you should scope the resource to specific keys or to specific trusted accounts. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptRequest.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> Ciphertext to be decrypted. The blob includes metadata. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptRequest.EncryptionContext"> <summary> Gets and sets the property EncryptionContext. <para> The encryption context. If this was specified in the <a>Encrypt</a> function, it must be specified here or the decryption operation will fail. For more information, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/encrypt-context.html">Encryption Context</a>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DecryptResponse"> <summary> Configuration for accessing Amazon Decrypt service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DecryptResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptResult.KeyId"> <summary> Gets and sets the property KeyId. <para> ARN of the key used to perform the decryption. This value is returned if no errors are encountered during the operation. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptResult.Plaintext"> <summary> Gets and sets the property Plaintext. <para> Decrypted plaintext data. This value may not be returned if the customer master key is not available or if you didn't have permission to use it. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DecryptResponse.DecryptResult"> <summary> Gets and sets the DecryptResult property. Represents the output of a Decrypt operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DeleteAliasRequest"> <summary> Container for the parameters to the DeleteAlias operation. Deletes the specified alias. To map an alias to a different key, call <a>UpdateAlias</a>. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DeleteAliasRequest.AliasName"> <summary> Gets and sets the property AliasName. <para> The alias to be deleted. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DependencyTimeoutException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.DependencyTimeoutException.#ctor(System.String)"> <summary> Constructs a new DependencyTimeoutException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.DescribeKeyRequest"> <summary> Container for the parameters to the DescribeKey operation. Provides detailed information about the specified customer master key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DescribeKeyRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DescribeKeyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DescribeKeyResponse"> <summary> Configuration for accessing Amazon DescribeKey service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DescribeKeyResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DescribeKeyResult.KeyMetadata"> <summary> Gets and sets the property KeyMetadata. <para> Metadata associated with the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DescribeKeyResponse.DescribeKeyResult"> <summary> Gets and sets the DescribeKeyResult property. Represents the output of a DescribeKey operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DisabledException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.DisabledException.#ctor(System.String)"> <summary> Constructs a new DisabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.DisableKeyRequest"> <summary> Container for the parameters to the DisableKey operation. Sets the state of a master key to disabled, thereby preventing its use for cryptographic operations. For more information about how key state affects the use of a master key, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">How Key State Affects the Use of a Customer Master Key</a> in the <i>AWS Key Management Service Developer Guide</i>. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DisableKeyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.DisableKeyRotationRequest"> <summary> Container for the parameters to the DisableKeyRotation operation. Disables rotation of the specified key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.DisableKeyRotationRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.EnableKeyRequest"> <summary> Container for the parameters to the EnableKey operation. Marks a key as enabled, thereby permitting its use. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EnableKeyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.EnableKeyRotationRequest"> <summary> Container for the parameters to the EnableKeyRotation operation. Enables rotation of the specified customer master key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EnableKeyRotationRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.EncryptRequest"> <summary> Container for the parameters to the Encrypt operation. Encrypts plaintext into ciphertext by using a customer master key. The <code>Encrypt</code> function has two primary use cases: <ul> <li>You can encrypt up to 4 KB of arbitrary data such as an RSA key, a database password, or other sensitive customer information.</li> <li>If you are moving encrypted data from one region to another, you can use this API to encrypt in the new region the plaintext data key that was used to encrypt the data in the original region. This provides you with an encrypted copy of the data key that can be decrypted in the new region and used there to decrypt the encrypted data. </li> </ul> <para> Unless you are moving encrypted data from one region to another, you don't use this function to encrypt a generated data key within a region. You retrieve data keys already encrypted by calling the <a>GenerateDataKey</a> or <a>GenerateDataKeyWithoutPlaintext</a> function. Data keys don't need to be encrypted again by calling <code>Encrypt</code>. </para> <para> If you want to encrypt data locally in your application, you can use the <code>GenerateDataKey</code> function to return a plaintext data encryption key and a copy of the key encrypted under the customer master key (CMK) of your choosing. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptRequest.EncryptionContext"> <summary> Gets and sets the property EncryptionContext. <para> Name/value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the <code>Decrypt</code> API or decryption will fail. For more information, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/encrypt-context.html">Encryption Context</a>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptRequest.Plaintext"> <summary> Gets and sets the property Plaintext. <para> Data to be encrypted. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.EncryptResponse"> <summary> Configuration for accessing Amazon Encrypt service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.EncryptResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptResult.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> The encrypted plaintext. If you are using the CLI, the value is Base64 encoded. Otherwise, it is not encoded. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptResult.KeyId"> <summary> Gets and sets the property KeyId. <para> The ID of the key used during encryption. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.EncryptResponse.EncryptResult"> <summary> Gets and sets the EncryptResult property. Represents the output of a Encrypt operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyRequest"> <summary> Container for the parameters to the GenerateDataKey operation. Generates a data key that you can use in your application to locally encrypt data. This call returns a plaintext version of the key in the <code>Plaintext</code> field of the response object and an encrypted copy of the key in the <code>CiphertextBlob</code> field. The key is encrypted by using the master key specified by the <code>KeyId</code> field. To decrypt the encrypted key, pass it to the <code>Decrypt</code> API. <para> We recommend that you use the following pattern to locally encrypt data: call the <code>GenerateDataKey</code> API, use the key returned in the <code>Plaintext</code> response field to locally encrypt data, and then erase the plaintext data key from memory. Store the encrypted data key (contained in the <code>CiphertextBlob</code> field) alongside of the locally encrypted data. </para> <note>You should not call the <code>Encrypt</code> function to re-encrypt your data keys within a region. <code>GenerateDataKey</code> always returns the data key encrypted and tied to the customer master key that will be used to decrypt it. There is no need to decrypt it twice. </note> <para> If you decide to use the optional <code>EncryptionContext</code> parameter, you must also store the context in full or at least store enough information along with the encrypted data to be able to reconstruct the context when submitting the ciphertext to the <code>Decrypt</code> API. It is a good practice to choose a context that you can reconstruct on the fly to better secure the ciphertext. For more information about how this parameter is used, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/encrypt-context.html">Encryption Context</a>. </para> <para> To decrypt data, pass the encrypted data key to the <code>Decrypt</code> API. <code>Decrypt</code> uses the associated master key to decrypt the encrypted data key and returns it as plaintext. Use the plaintext data key to locally decrypt your data and then erase the key from memory. You must specify the encryption context, if any, that you specified when you generated the key. The encryption context is logged by CloudTrail, and you can use this log to help track the use of particular data. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyRequest.EncryptionContext"> <summary> Gets and sets the property EncryptionContext. <para> Name/value pair that contains additional data to be authenticated during the encryption and decryption processes that use the key. This value is logged by AWS CloudTrail to provide context around the data encrypted by the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyRequest.KeySpec"> <summary> Gets and sets the property KeySpec. <para> Value that identifies the encryption algorithm and key size to generate a data key for. Currently this can be AES_128 or AES_256. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyRequest.NumberOfBytes"> <summary> Gets and sets the property NumberOfBytes. <para> Integer that contains the number of bytes to generate. Common values are 128, 256, 512, and 1024. 1024 is the current limit. We recommend that you use the <code>KeySpec</code> parameter instead. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyResponse"> <summary> Configuration for accessing Amazon GenerateDataKey service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyResult.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> Ciphertext that contains the encrypted data key. You must store the blob and enough information to reconstruct the encryption context so that the data encrypted by using the key can later be decrypted. You must provide both the ciphertext blob and the encryption context to the <a>Decrypt</a> API to recover the plaintext data key and decrypt the object. </para> <para> If you are using the CLI, the value is Base64 encoded. Otherwise, it is not encoded. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyResult.KeyId"> <summary> Gets and sets the property KeyId. <para> System generated unique identifier of the key to be used to decrypt the encrypted copy of the data key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyResult.Plaintext"> <summary> Gets and sets the property Plaintext. <para> Plaintext that contains the data key. Use this for encryption and decryption and then remove it from memory as soon as possible. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyResponse.GenerateDataKeyResult"> <summary> Gets and sets the GenerateDataKeyResult property. Represents the output of a GenerateDataKey operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest"> <summary> Container for the parameters to the GenerateDataKeyWithoutPlaintext operation. Returns a data key encrypted by a customer master key without the plaintext copy of that key. Otherwise, this API functions exactly like <a>GenerateDataKey</a>. You can use this API to, for example, satisfy an audit requirement that an encrypted key be made available without exposing the plaintext copy of that key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest.EncryptionContext"> <summary> Gets and sets the property EncryptionContext. <para> Name:value pair that contains additional data to be authenticated during the encryption and decryption processes. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest.KeySpec"> <summary> Gets and sets the property KeySpec. <para> Value that identifies the encryption algorithm and key size. Currently this can be AES_128 or AES_256. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextRequest.NumberOfBytes"> <summary> Gets and sets the property NumberOfBytes. <para> Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. We recommend that you use the <code>KeySpec</code> parameter instead. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextResponse"> <summary> Configuration for accessing Amazon GenerateDataKeyWithoutPlaintext service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextResult.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> Ciphertext that contains the wrapped data key. You must store the blob and encryption context so that the key can be used in a future decrypt operation. </para> <para> If you are using the CLI, the value is Base64 encoded. Otherwise, it is not encoded. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextResult.KeyId"> <summary> Gets and sets the property KeyId. <para> System generated unique identifier of the key to be used to decrypt the encrypted copy of the data key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateDataKeyWithoutPlaintextResponse.GenerateDataKeyWithoutPlaintextResult"> <summary> Gets and sets the GenerateDataKeyWithoutPlaintextResult property. Represents the output of a GenerateDataKeyWithoutPlaintext operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateRandomRequest"> <summary> Container for the parameters to the GenerateRandom operation. Generates an unpredictable byte string. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateRandomRequest.NumberOfBytes"> <summary> Gets and sets the property NumberOfBytes. <para> Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. The current limit is 1024 bytes. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateRandomResponse"> <summary> Configuration for accessing Amazon GenerateRandom service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GenerateRandomResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateRandomResult.Plaintext"> <summary> Gets and sets the property Plaintext. <para> Plaintext that contains the unpredictable byte string. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GenerateRandomResponse.GenerateRandomResult"> <summary> Gets and sets the GenerateRandomResult property. Represents the output of a GenerateRandom operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyPolicyRequest"> <summary> Container for the parameters to the GetKeyPolicy operation. Retrieves a policy attached to the specified key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyPolicyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> String that contains the name of the policy. Currently, this must be "default". Policy names can be discovered by calling <a>ListKeyPolicies</a>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyPolicyResponse"> <summary> Configuration for accessing Amazon GetKeyPolicy service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyPolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> A policy document in JSON format. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyPolicyResponse.GetKeyPolicyResult"> <summary> Gets and sets the GetKeyPolicyResult property. Represents the output of a GetKeyPolicy operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyRotationStatusRequest"> <summary> Container for the parameters to the GetKeyRotationStatus operation. Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyRotationStatusRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyRotationStatusResponse"> <summary> Configuration for accessing Amazon GetKeyRotationStatus service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GetKeyRotationStatusResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyRotationStatusResult.KeyRotationEnabled"> <summary> Gets and sets the property KeyRotationEnabled. <para> A Boolean value that specifies whether key rotation is enabled. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GetKeyRotationStatusResponse.GetKeyRotationStatusResult"> <summary> Gets and sets the GetKeyRotationStatusResult property. Represents the output of a GetKeyRotationStatus operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GrantConstraints"> <summary> A structure for specifying the conditions under which the operations permitted by the grant are allowed. <para> You can use this structure to allow the operations permitted by the grant only when a specified encryption context is present. For more information about encryption context, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/encrypt-context.html">Encryption Context</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantConstraints.EncryptionContextEquals"> <summary> Gets and sets the property EncryptionContextEquals. <para> Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant. When a subsequent operation permitted by the grant includes an encryption context that matches this list, the grant allows the operation. Otherwise, the operation is not allowed. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantConstraints.EncryptionContextSubset"> <summary> Gets and sets the property EncryptionContextSubset. <para> Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant. When a subsequent operation permitted by the grant includes an encryption context that matches this list or is a subset of this list, the grant allows the operation. Otherwise, the operation is not allowed. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.GrantListEntry"> <summary> Contains information about an entry in a list of grants. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.Constraints"> <summary> Gets and sets the property Constraints. <para> The conditions under which the grant's operations are allowed. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The date and time when the grant was created. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.GranteePrincipal"> <summary> Gets and sets the property GranteePrincipal. <para> The principal that receives the grant's permissions. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.GrantId"> <summary> Gets and sets the property GrantId. <para> The unique identifier for the grant. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.IssuingAccount"> <summary> Gets and sets the property IssuingAccount. <para> The AWS account under which the grant was issued. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier for the customer master key (CMK) to which the grant applies. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.Name"> <summary> Gets and sets the property Name. <para> The friendly name that identifies the grant. If a name was provided in the <a>CreateGrant</a> request, that name is returned. Otherwise this value is null. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.Operations"> <summary> Gets and sets the property Operations. <para> The list of operations permitted by the grant. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.GrantListEntry.RetiringPrincipal"> <summary> Gets and sets the property RetiringPrincipal. <para> The principal that can retire the grant. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidAliasNameException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidAliasNameException.#ctor(System.String)"> <summary> Constructs a new InvalidAliasNameException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidArnException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidArnException.#ctor(System.String)"> <summary> Constructs a new InvalidArnException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidCiphertextException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidCiphertextException.#ctor(System.String)"> <summary> Constructs a new InvalidCiphertextException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidGrantIdException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidGrantIdException.#ctor(System.String)"> <summary> Constructs a new InvalidGrantIdException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidGrantTokenException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidGrantTokenException.#ctor(System.String)"> <summary> Constructs a new InvalidGrantTokenException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidKeyUsageException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidKeyUsageException.#ctor(System.String)"> <summary> Constructs a new InvalidKeyUsageException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.InvalidMarkerException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.InvalidMarkerException.#ctor(System.String)"> <summary> Constructs a new InvalidMarkerException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.KeyListEntry"> <summary> Contains information about each entry in the key list. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyListEntry.KeyArn"> <summary> Gets and sets the property KeyArn. <para> ARN of the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyListEntry.KeyId"> <summary> Gets and sets the property KeyId. <para> Unique identifier of the key. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.KeyMetadata"> <summary> Contains metadata about a customer master key (CMK). <para> This data type is used as a response element for the <a>CreateKey</a> and <a>DescribeKey</a> operations. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.Arn"> <summary> Gets and sets the property Arn. <para> The Amazon Resource Name (ARN) of the key. For examples, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kms">AWS Key Management Service (AWS KMS)</a> in the Example ARNs section of the <i>AWS General Reference</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.AWSAccountId"> <summary> Gets and sets the property AWSAccountId. <para> The twelve-digit account ID of the AWS account that owns the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.CreationDate"> <summary> Gets and sets the property CreationDate. <para> The date and time when the key was created. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.DeletionDate"> <summary> Gets and sets the property DeletionDate. <para> The date and time after which AWS KMS deletes the customer master key (CMK). This value is present only when <code>KeyState</code> is <code>PendingDeletion</code>, otherwise this value is null. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.Description"> <summary> Gets and sets the property Description. <para> The friendly description of the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.Enabled"> <summary> Gets and sets the property Enabled. <para> Specifies whether the key is enabled. When <code>KeyState</code> is <code>Enabled</code> this value is true, otherwise it is false. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.KeyId"> <summary> Gets and sets the property KeyId. <para> The globally unique identifier for the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.KeyState"> <summary> Gets and sets the property KeyState. <para> The state of the customer master key (CMK). </para> <para> For more information about how key state affects the use of a CMK, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">How Key State Affects the Use of a Customer Master Key</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.KeyMetadata.KeyUsage"> <summary> Gets and sets the property KeyUsage. <para> The cryptographic operations for which you can use the key. Currently the only allowed value is <code>ENCRYPT_DECRYPT</code>, which means you can use the key for the <a>Encrypt</a> and <a>Decrypt</a> operations. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.KeyUnavailableException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.KeyUnavailableException.#ctor(System.String)"> <summary> Constructs a new KeyUnavailableException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.KMSInternalException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.KMSInternalException.#ctor(System.String)"> <summary> Constructs a new KMSInternalException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.KMSInvalidStateException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.KMSInvalidStateException.#ctor(System.String)"> <summary> Constructs a new KMSInvalidStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.LimitExceededException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.ListAliasesRequest"> <summary> Container for the parameters to the ListAliases operation. Lists all of the key aliases in the account. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesRequest.Limit"> <summary> Gets and sets the property Limit. <para> When paginating results, specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the <code>Truncated</code> element in the response is set to true. </para> <para> This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only in a subsequent request after you've received a response with truncated results. Set it to the value of <code>NextMarker</code> from the response you just received. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListAliasesResponse"> <summary> Configuration for accessing Amazon ListAliases service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListAliasesResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesResult.Aliases"> <summary> Gets and sets the property Aliases. <para> A list of key aliases in the user's account. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> When <code>Truncated</code> is true, this value is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesResult.Truncated"> <summary> Gets and sets the property Truncated. <para> A flag that indicates whether there are more items in the list. If your results were truncated, you can use the <code>Marker</code> parameter to make a subsequent pagination request to retrieve more items in the list. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListAliasesResponse.ListAliasesResult"> <summary> Gets and sets the ListAliasesResult property. Represents the output of a ListAliases operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListGrantsRequest"> <summary> Container for the parameters to the ListGrants operation. List the grants for a specified key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsRequest.Limit"> <summary> Gets and sets the property Limit. <para> When paginating results, specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the <code>Truncated</code> element in the response is set to true. </para> <para> This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only in a subsequent request after you've received a response with truncated results. Set it to the value of <code>NextMarker</code> from the response you just received. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListGrantsResponse"> <summary> Configuration for accessing Amazon ListGrants service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListGrantsResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsResult.Grants"> <summary> Gets and sets the property Grants. <para> A list of grants. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> When <code>Truncated</code> is true, this value is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsResult.Truncated"> <summary> Gets and sets the property Truncated. <para> A flag that indicates whether there are more items in the list. If your results were truncated, you can use the <code>Marker</code> parameter to make a subsequent pagination request to retrieve more items in the list. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListGrantsResponse.ListGrantsResult"> <summary> Gets and sets the ListGrantsResult property. Represents the output of a ListGrants operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeyPoliciesRequest"> <summary> Container for the parameters to the ListKeyPolicies operation. Retrieves a list of policies attached to a key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesRequest.Limit"> <summary> Gets and sets the property Limit. <para> When paginating results, specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the <code>Truncated</code> element in the response is set to true. </para> <para> This value is optional. If you include a value, it must be between 1 and 1000, inclusive. If you do not include a value, it defaults to 100. </para> <para> Currently only 1 policy can be attached to a key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only in a subsequent request after you've received a response with truncated results. Set it to the value of <code>NextMarker</code> from the response you just received. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeyPoliciesResponse"> <summary> Configuration for accessing Amazon ListKeyPolicies service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeyPoliciesResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> When <code>Truncated</code> is true, this value is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesResult.PolicyNames"> <summary> Gets and sets the property PolicyNames. <para> A list of policy names. Currently, there is only one policy and it is named "Default". </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesResult.Truncated"> <summary> Gets and sets the property Truncated. <para> A flag that indicates whether there are more items in the list. If your results were truncated, you can use the <code>Marker</code> parameter to make a subsequent pagination request to retrieve more items in the list. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeyPoliciesResponse.ListKeyPoliciesResult"> <summary> Gets and sets the ListKeyPoliciesResult property. Represents the output of a ListKeyPolicies operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeysRequest"> <summary> Container for the parameters to the ListKeys operation. Lists the customer master keys. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysRequest.Limit"> <summary> Gets and sets the property Limit. <para> When paginating results, specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the <code>Truncated</code> element in the response is set to true. </para> <para> This value is optional. If you include a value, it must be between 1 and 1000, inclusive. If you do not include a value, it defaults to 100. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only in a subsequent request after you've received a response with truncated results. Set it to the value of <code>NextMarker</code> from the response you just received. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeysResponse"> <summary> Configuration for accessing Amazon ListKeys service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListKeysResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysResult.Keys"> <summary> Gets and sets the property Keys. <para> A list of keys. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> When <code>Truncated</code> is true, this value is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysResult.Truncated"> <summary> Gets and sets the property Truncated. <para> A flag that indicates whether there are more items in the list. If your results were truncated, you can use the <code>Marker</code> parameter to make a subsequent pagination request to retrieve more items in the list. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListKeysResponse.ListKeysResult"> <summary> Gets and sets the ListKeysResult property. Represents the output of a ListKeys operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListRetirableGrantsRequest"> <summary> Container for the parameters to the ListRetirableGrants operation. Returns a list of all grants for which the grant's <code>RetiringPrincipal</code> matches the one specified. <para> A typical use is to list all grants that you are able to retire. To retire a grant, use <a>RetireGrant</a>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsRequest.Limit"> <summary> Gets and sets the property Limit. <para> When paginating results, specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the <code>Truncated</code> element in the response is set to true. </para> <para> This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Use this parameter only when paginating results and only in a subsequent request after you've received a response with truncated results. Set it to the value of <code>NextMarker</code> from the response you just received. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsRequest.RetiringPrincipal"> <summary> Gets and sets the property RetiringPrincipal. <para> The retiring principal for which to list grants. </para> <para> To specify the retiring principal, use the <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of an AWS principal. Valid AWS principals include AWS accounts (root), IAM users, federated users, and assumed role users. For examples of the ARN syntax for specifying a principal, go to <a href="http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam">AWS Identity and Access Management (IAM)</a> in the Example ARNs section of the <i>Amazon Web Services General Reference</i>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListRetirableGrantsResponse"> <summary> Configuration for accessing Amazon ListRetirableGrants service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ListRetirableGrantsResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsResult.Grants"> <summary> Gets and sets the property Grants. <para> A list of grants. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> When <code>Truncated</code> is true, this value is present and contains the value to use for the <code>Marker</code> parameter in a subsequent pagination request. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsResult.Truncated"> <summary> Gets and sets the property Truncated. <para> A flag that indicates whether there are more items in the list. If your results were truncated, you can use the <code>Marker</code> parameter to make a subsequent pagination request to retrieve more items in the list. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ListRetirableGrantsResponse.ListRetirableGrantsResult"> <summary> Gets and sets the ListRetirableGrantsResult property. Represents the output of a ListRetirableGrants operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.MalformedPolicyDocumentException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.MalformedPolicyDocumentException.#ctor(System.String)"> <summary> Constructs a new MalformedPolicyDocumentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.NotFoundException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.NotFoundException.#ctor(System.String)"> <summary> Constructs a new NotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.PutKeyPolicyRequest"> <summary> Container for the parameters to the PutKeyPolicy operation. Attaches a policy to the specified key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.PutKeyPolicyRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.PutKeyPolicyRequest.Policy"> <summary> Gets and sets the property Policy. <para> The policy to attach to the key. This is required and delegates back to the account. The key is the root of trust. The policy size limit is 32 KiB (32768 bytes). </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.PutKeyPolicyRequest.PolicyName"> <summary> Gets and sets the property PolicyName. <para> Name of the policy to be attached. Currently, the only supported name is "default". </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ReEncryptRequest"> <summary> Container for the parameters to the ReEncrypt operation. Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side. The data is first decrypted and then encrypted. This operation can also be used to change the encryption context of a ciphertext. <para> Unlike other actions, <code>ReEncrypt</code> is authorized twice - once as <code>ReEncryptFrom</code> on the source key and once as <code>ReEncryptTo</code> on the destination key. We therefore recommend that you include the <code>"action":"kms:ReEncrypt*"</code> statement in your key policies to permit re-encryption from or to the key. The statement is included automatically when you authorize use of the key through the console but must be included manually when you set a policy by using the <a>PutKeyPolicy</a> function. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptRequest.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> Ciphertext of the data to re-encrypt. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptRequest.DestinationEncryptionContext"> <summary> Gets and sets the property DestinationEncryptionContext. <para> Encryption context to be used when the data is re-encrypted. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptRequest.DestinationKeyId"> <summary> Gets and sets the property DestinationKeyId. <para> A unique identifier for the customer master key used to re-encrypt the data. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/". <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> <li>Alias Name Example - alias/MyAliasName</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptRequest.GrantTokens"> <summary> Gets and sets the property GrantTokens. <para> A list of grant tokens. </para> <para> For more information, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token">Grant Tokens</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptRequest.SourceEncryptionContext"> <summary> Gets and sets the property SourceEncryptionContext. <para> Encryption context used to encrypt and decrypt the data specified in the <code>CiphertextBlob</code> parameter. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ReEncryptResponse"> <summary> Configuration for accessing Amazon ReEncrypt service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ReEncryptResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptResult.CiphertextBlob"> <summary> Gets and sets the property CiphertextBlob. <para> The re-encrypted data. If you are using the CLI, the value is Base64 encoded. Otherwise, it is not encoded. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptResult.KeyId"> <summary> Gets and sets the property KeyId. <para> Unique identifier of the key used to re-encrypt the data. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptResult.SourceKeyId"> <summary> Gets and sets the property SourceKeyId. <para> Unique identifier of the key used to originally encrypt the data. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ReEncryptResponse.ReEncryptResult"> <summary> Gets and sets the ReEncryptResult property. Represents the output of a ReEncrypt operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.RetireGrantRequest"> <summary> Container for the parameters to the RetireGrant operation. Retires a grant. You can retire a grant when you're done using it to clean up. You should revoke a grant when you intend to actively deny operations that depend on it. The following are permitted to call this API: <ul> <li>The account that created the grant</li> <li>The <code>RetiringPrincipal</code>, if present</li> <li>The <code>GranteePrincipal</code>, if <code>RetireGrant</code> is a grantee operation</li> </ul> The grant to retire must be identified by its grant token or by a combination of the key ARN and the grant ID. A grant token is a unique variable-length base64-encoded string. A grant ID is a 64 character unique identifier of a grant. Both are returned by the <code>CreateGrant</code> function. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.RetireGrantRequest.GrantId"> <summary> Gets and sets the property GrantId. <para> Unique identifier of the grant to be retired. The grant ID is returned by the <code>CreateGrant</code> function. <ul> <li>Grant ID Example - 0123456789012345678901234567890123456789012345678901234567890123</li> </ul> </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.RetireGrantRequest.GrantToken"> <summary> Gets and sets the property GrantToken. <para> Token that identifies the grant to be retired. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.RetireGrantRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key associated with the grant. This value can be a globally unique identifier or a fully specified ARN of the key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.RevokeGrantRequest"> <summary> Container for the parameters to the RevokeGrant operation. Revokes a grant. You can revoke a grant to actively deny operations that depend on it. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.RevokeGrantRequest.GrantId"> <summary> Gets and sets the property GrantId. <para> Identifier of the grant to be revoked. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.RevokeGrantRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key associated with the grant. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ScheduleKeyDeletionRequest"> <summary> Container for the parameters to the ScheduleKeyDeletion operation. Schedules the deletion of a customer master key (CMK). You may provide a waiting period, specified in days, before deletion occurs. If you do not provide a waiting period, the default period of 30 days is used. When this operation is successful, the state of the CMK changes to <code>PendingDeletion</code>. Before the waiting period ends, you can use <a>CancelKeyDeletion</a> to cancel the deletion of the CMK. After the waiting period ends, AWS KMS deletes the CMK and all AWS KMS data associated with it, including all aliases that point to it. <important> <para> Deleting a CMK is a destructive and potentially dangerous operation. When a CMK is deleted, all data that was encrypted under the CMK is rendered unrecoverable. To restrict the use of a CMK without deleting it, use <a>DisableKey</a>. </para> </important> <para> For more information about scheduling a CMK for deletion, go to <a href="http://docs.aws.amazon.com/kms/latest/developerguide/deleting-keys.html">Deleting Customer Master Keys</a> in the <i>AWS Key Management Service Developer Guide</i>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ScheduleKeyDeletionRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier for the customer master key (CMK) to delete. </para> <para> To specify this value, use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples: <ul> <li>Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab</li> <li>Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</li> </ul> </para> <para> To obtain the unique key ID and key ARN for a given CMK, use <a>ListKeys</a> or <a>DescribeKey</a>. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ScheduleKeyDeletionRequest.PendingWindowInDays"> <summary> Gets and sets the property PendingWindowInDays. <para> The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the customer master key (CMK). </para> <para> This value is optional. If you include a value, it must be between 7 and 30, inclusive. If you do not include a value, it defaults to 30. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ScheduleKeyDeletionResponse"> <summary> Configuration for accessing Amazon ScheduleKeyDeletion service </summary> </member> <member name="T:Amazon.KeyManagementService.Model.ScheduleKeyDeletionResult"> <summary> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ScheduleKeyDeletionResult.DeletionDate"> <summary> Gets and sets the property DeletionDate. <para> The date and time after which AWS KMS deletes the customer master key (CMK). </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ScheduleKeyDeletionResult.KeyId"> <summary> Gets and sets the property KeyId. <para> The unique identifier of the customer master key (CMK) for which deletion is scheduled. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.ScheduleKeyDeletionResponse.ScheduleKeyDeletionResult"> <summary> Gets and sets the ScheduleKeyDeletionResult property. Represents the output of a ScheduleKeyDeletion operation. </summary> </member> <member name="T:Amazon.KeyManagementService.Model.UnsupportedOperationException"> <summary> KeyManagementService exception </summary> </member> <member name="M:Amazon.KeyManagementService.Model.UnsupportedOperationException.#ctor(System.String)"> <summary> Constructs a new UnsupportedOperationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.KeyManagementService.Model.UpdateAliasRequest"> <summary> Container for the parameters to the UpdateAlias operation. Updates an alias to map it to a different key. <para> An alias is not a property of a key. Therefore, an alias can be mapped to and unmapped from an existing key without changing the properties of the key. </para> <para> An alias name can contain only alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). An alias must start with the word "alias" followed by a forward slash (alias/). An alias that begins with "aws" after the forward slash (alias/aws...) is reserved by Amazon Web Services (AWS). </para> <para> The alias and the key it is mapped to must be in the same AWS account and the same region. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.UpdateAliasRequest.AliasName"> <summary> Gets and sets the property AliasName. <para> String that contains the name of the alias to be modified. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/aws" are reserved. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.UpdateAliasRequest.TargetKeyId"> <summary> Gets and sets the property TargetKeyId. <para> Unique identifier of the customer master key to be mapped to the alias. This value can be a globally unique identifier or the fully specified ARN of a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> <para> You can call <a>ListAliases</a> to verify that the alias is mapped to the correct <code>TargetKeyId</code>. </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.UpdateKeyDescriptionRequest"> <summary> Container for the parameters to the UpdateKeyDescription operation. Updates the description of a key. </summary> </member> <member name="P:Amazon.KeyManagementService.Model.UpdateKeyDescriptionRequest.Description"> <summary> Gets and sets the property Description. <para> New description for the key. </para> </summary> </member> <member name="P:Amazon.KeyManagementService.Model.UpdateKeyDescriptionRequest.KeyId"> <summary> Gets and sets the property KeyId. <para> A unique identifier for the customer master key. This value can be a globally unique identifier or the fully specified ARN to a key. <ul> <li>Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012</li> <li>Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012</li> </ul> </para> </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.AliasListEntryUnmarshaller"> <summary> Response Unmarshaller for AliasListEntry Object </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CancelKeyDeletionRequestMarshaller"> <summary> CancelKeyDeletion Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CancelKeyDeletionResponseUnmarshaller"> <summary> Response Unmarshaller for CancelKeyDeletion operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateAliasRequestMarshaller"> <summary> CreateAlias Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateAliasResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAlias operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateGrantRequestMarshaller"> <summary> CreateGrant Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateGrantResponseUnmarshaller"> <summary> Response Unmarshaller for CreateGrant operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateKeyRequestMarshaller"> <summary> CreateKey Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.CreateKeyResponseUnmarshaller"> <summary> Response Unmarshaller for CreateKey operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DecryptRequestMarshaller"> <summary> Decrypt Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DecryptResponseUnmarshaller"> <summary> Response Unmarshaller for Decrypt operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DeleteAliasRequestMarshaller"> <summary> DeleteAlias Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DeleteAliasResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAlias operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DescribeKeyRequestMarshaller"> <summary> DescribeKey Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DescribeKeyResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeKey operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DisableKeyRequestMarshaller"> <summary> DisableKey Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DisableKeyResponseUnmarshaller"> <summary> Response Unmarshaller for DisableKey operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DisableKeyRotationRequestMarshaller"> <summary> DisableKeyRotation Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.DisableKeyRotationResponseUnmarshaller"> <summary> Response Unmarshaller for DisableKeyRotation operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EnableKeyRequestMarshaller"> <summary> EnableKey Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EnableKeyResponseUnmarshaller"> <summary> Response Unmarshaller for EnableKey operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EnableKeyRotationRequestMarshaller"> <summary> EnableKeyRotation Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EnableKeyRotationResponseUnmarshaller"> <summary> Response Unmarshaller for EnableKeyRotation operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EncryptRequestMarshaller"> <summary> Encrypt Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.EncryptResponseUnmarshaller"> <summary> Response Unmarshaller for Encrypt operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateDataKeyRequestMarshaller"> <summary> GenerateDataKey Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateDataKeyResponseUnmarshaller"> <summary> Response Unmarshaller for GenerateDataKey operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateDataKeyWithoutPlaintextRequestMarshaller"> <summary> GenerateDataKeyWithoutPlaintext Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateDataKeyWithoutPlaintextResponseUnmarshaller"> <summary> Response Unmarshaller for GenerateDataKeyWithoutPlaintext operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateRandomRequestMarshaller"> <summary> GenerateRandom Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GenerateRandomResponseUnmarshaller"> <summary> Response Unmarshaller for GenerateRandom operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GetKeyPolicyRequestMarshaller"> <summary> GetKeyPolicy Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GetKeyPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetKeyPolicy operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GetKeyRotationStatusRequestMarshaller"> <summary> GetKeyRotationStatus Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GetKeyRotationStatusResponseUnmarshaller"> <summary> Response Unmarshaller for GetKeyRotationStatus operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GrantConstraintsMarshaller"> <summary> GrantConstraints Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GrantConstraintsUnmarshaller"> <summary> Response Unmarshaller for GrantConstraints Object </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.GrantListEntryUnmarshaller"> <summary> Response Unmarshaller for GrantListEntry Object </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.KeyListEntryUnmarshaller"> <summary> Response Unmarshaller for KeyListEntry Object </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.KeyMetadataUnmarshaller"> <summary> Response Unmarshaller for KeyMetadata Object </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListAliasesRequestMarshaller"> <summary> ListAliases Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListAliasesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAliases operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListGrantsRequestMarshaller"> <summary> ListGrants Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListGrantsResponseUnmarshaller"> <summary> Response Unmarshaller for ListGrants operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListKeyPoliciesRequestMarshaller"> <summary> ListKeyPolicies Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListKeyPoliciesResponseUnmarshaller"> <summary> Response Unmarshaller for ListKeyPolicies operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListKeysRequestMarshaller"> <summary> ListKeys Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListKeysResponseUnmarshaller"> <summary> Response Unmarshaller for ListKeys operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListRetirableGrantsRequestMarshaller"> <summary> ListRetirableGrants Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ListRetirableGrantsResponseUnmarshaller"> <summary> Response Unmarshaller for ListRetirableGrants operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.PutKeyPolicyRequestMarshaller"> <summary> PutKeyPolicy Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.PutKeyPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for PutKeyPolicy operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ReEncryptRequestMarshaller"> <summary> ReEncrypt Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ReEncryptResponseUnmarshaller"> <summary> Response Unmarshaller for ReEncrypt operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.RetireGrantRequestMarshaller"> <summary> RetireGrant Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.RetireGrantResponseUnmarshaller"> <summary> Response Unmarshaller for RetireGrant operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.RevokeGrantRequestMarshaller"> <summary> RevokeGrant Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.RevokeGrantResponseUnmarshaller"> <summary> Response Unmarshaller for RevokeGrant operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ScheduleKeyDeletionRequestMarshaller"> <summary> ScheduleKeyDeletion Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.ScheduleKeyDeletionResponseUnmarshaller"> <summary> Response Unmarshaller for ScheduleKeyDeletion operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.UpdateAliasRequestMarshaller"> <summary> UpdateAlias Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.UpdateAliasResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAlias operation </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.UpdateKeyDescriptionRequestMarshaller"> <summary> UpdateKeyDescription Request Marshaller </summary> </member> <member name="T:Amazon.KeyManagementService.Model.Internal.MarshallTransformations.UpdateKeyDescriptionResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateKeyDescription operation </summary> </member> <member name="T:Amazon.Kinesis.AmazonKinesisConfig"> <summary> Configuration for accessing Amazon Kinesis service </summary> </member> <member name="M:Amazon.Kinesis.AmazonKinesisConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.Kinesis.AmazonKinesisConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.Kinesis.AmazonKinesisConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.Kinesis.ShardIteratorType"> <summary> Constants used for properties of type ShardIteratorType. </summary> </member> <member name="F:Amazon.Kinesis.ShardIteratorType.AFTER_SEQUENCE_NUMBER"> <summary> Constant AFTER_SEQUENCE_NUMBER for ShardIteratorType </summary> </member> <member name="F:Amazon.Kinesis.ShardIteratorType.AT_SEQUENCE_NUMBER"> <summary> Constant AT_SEQUENCE_NUMBER for ShardIteratorType </summary> </member> <member name="F:Amazon.Kinesis.ShardIteratorType.LATEST"> <summary> Constant LATEST for ShardIteratorType </summary> </member> <member name="F:Amazon.Kinesis.ShardIteratorType.TRIM_HORIZON"> <summary> Constant TRIM_HORIZON for ShardIteratorType </summary> </member> <member name="M:Amazon.Kinesis.ShardIteratorType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Kinesis.ShardIteratorType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Kinesis.StreamStatus"> <summary> Constants used for properties of type StreamStatus. </summary> </member> <member name="F:Amazon.Kinesis.StreamStatus.ACTIVE"> <summary> Constant ACTIVE for StreamStatus </summary> </member> <member name="F:Amazon.Kinesis.StreamStatus.CREATING"> <summary> Constant CREATING for StreamStatus </summary> </member> <member name="F:Amazon.Kinesis.StreamStatus.DELETING"> <summary> Constant DELETING for StreamStatus </summary> </member> <member name="F:Amazon.Kinesis.StreamStatus.UPDATING"> <summary> Constant UPDATING for StreamStatus </summary> </member> <member name="M:Amazon.Kinesis.StreamStatus.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Kinesis.StreamStatus.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Kinesis.Model.AddTagsToStreamRequest"> <summary> Container for the parameters to the AddTagsToStream operation. Adds or updates tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags. <para> If tags have already been assigned to the stream, <code>AddTagsToStream</code> overwrites any existing tags that correspond to the specified tag keys. </para> </summary> </member> <member name="T:Amazon.Kinesis.AmazonKinesisRequest"> <summary> Base class for Kinesis operation requests. </summary> </member> <member name="P:Amazon.Kinesis.Model.AddTagsToStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.AddTagsToStreamRequest.Tags"> <summary> Gets and sets the property Tags. <para> The set of key-value pairs to use to create the tags. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.CreateStreamRequest"> <summary> Container for the parameters to the CreateStream operation. Creates a Amazon Kinesis stream. A stream captures and transports data records that are continuously emitted from different data sources or <i>producers</i>. Scale-out within an Amazon Kinesis stream is explicitly supported by means of shards, which are uniquely identified groups of data records in an Amazon Kinesis stream. <para> You specify and control the number of shards that a stream is composed of. Each shard can support reads up to 5 transactions per second, up to a maximum data read total of 2 MB per second. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. You can add shards to a stream if the amount of data input increases and you can remove shards if the amount of data input decreases. </para> <para> The stream name identifies the stream. The name is scoped to the AWS account used by the application. It is also scoped by region. That is, two streams in two different accounts can have the same name, and two streams in the same account, but in two different regions, can have the same name. </para> <para> <code>CreateStream</code> is an asynchronous operation. Upon receiving a <code>CreateStream</code> request, Amazon Kinesis immediately returns and sets the stream status to <code>CREATING</code>. After the stream is created, Amazon Kinesis sets the stream status to <code>ACTIVE</code>. You should perform read and write operations only on an <code>ACTIVE</code> stream. </para> <para> You receive a <code>LimitExceededException</code> when making a <code>CreateStream</code> request if you try to do one of the following: </para> <ul> <li>Have more than five streams in the <code>CREATING</code> state at any point in time.</li> <li>Create more shards than are authorized for your account.</li> </ul> <para> For the default shard limit for an AWS account, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html">Amazon Kinesis Limits</a>. If you need to increase this limit, <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">contact AWS Support</a>. </para> <para> You can use <code>DescribeStream</code> to check the stream status, which is returned in <code>StreamStatus</code>. </para> <para> <a>CreateStream</a> has a limit of 5 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.CreateStreamRequest.ShardCount"> <summary> Gets and sets the property ShardCount. <para> The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput. </para> <para> DefaultShardLimit; </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.CreateStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> A name to identify the stream. The stream name is scoped to the AWS account used by the application that creates the stream. It is also scoped by region. That is, two streams in two different AWS accounts can have the same name, and two streams in the same AWS account, but in two different regions, can have the same name. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest"> <summary> Container for the parameters to the DecreaseStreamRetentionPeriod operation. Decreases the stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream’s retention period is 24 hours. <para> This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest.RetentionPeriodHours"> <summary> Gets and sets the property RetentionPeriodHours. <para> The new retention period of the stream, in hours. Must be less than the current retention period. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DecreaseStreamRetentionPeriodRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream to modify. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.DeleteStreamRequest"> <summary> Container for the parameters to the DeleteStream operation. Deletes a stream and all its shards and data. You must shut down any applications that are operating on the stream before you delete the stream. If an application attempts to operate on a deleted stream, it will receive the exception <code>ResourceNotFoundException</code>. <para> If the stream is in the <code>ACTIVE</code> state, you can delete it. After a <code>DeleteStream</code> request, the specified stream is in the <code>DELETING</code> state until Amazon Kinesis completes the deletion. </para> <para> <b>Note:</b> Amazon Kinesis might continue to accept data read and write operations, such as <a>PutRecord</a>, <a>PutRecords</a>, and <a>GetRecords</a>, on a stream in the <code>DELETING</code> state until the stream deletion is complete. </para> <para> When you delete a stream, any shards in that stream are also deleted, and any tags are dissociated from the stream. </para> <para> You can use the <a>DescribeStream</a> operation to check the state of the stream, which is returned in <code>StreamStatus</code>. </para> <para> <a>DeleteStream</a> has a limit of 5 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DeleteStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream to delete. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.DescribeStreamRequest"> <summary> Container for the parameters to the DescribeStream operation. Describes the specified stream. <para> The information about the stream includes its current status, its Amazon Resource Name (ARN), and an array of shard objects. For each shard object, there is information about the hash key and sequence number ranges that the shard spans, and the IDs of any earlier shards that played in a role in creating the shard. A sequence number is the identifier associated with every record ingested in the Amazon Kinesis stream. The sequence number is assigned when a record is put into the stream. </para> <para> You can limit the number of returned shards using the <code>Limit</code> parameter. The number of shards in a stream may be too large to return from a single call to <code>DescribeStream</code>. You can detect this by using the <code>HasMoreShards</code> flag in the returned output. <code>HasMoreShards</code> is set to <code>true</code> when there is more data available. </para> <para> <code>DescribeStream</code> is a paginated operation. If there are more shards available, you can request them using the shard ID of the last shard returned. Specify this ID in the <code>ExclusiveStartShardId</code> parameter in a subsequent request to <code>DescribeStream</code>. </para> <para> <a>DescribeStream</a> has a limit of 10 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DescribeStreamRequest.ExclusiveStartShardId"> <summary> Gets and sets the property ExclusiveStartShardId. <para> The shard ID of the shard to start with. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DescribeStreamRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of shards to return. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DescribeStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream to describe. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.DescribeStreamResponse"> <summary> Configuration for accessing Amazon DescribeStream service </summary> </member> <member name="T:Amazon.Kinesis.Model.DescribeStreamResult"> <summary> Represents the output for <code>DescribeStream</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.DescribeStreamResult.StreamDescription"> <summary> Gets and sets the property StreamDescription. <para> The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and states whether there are more shards available. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.DescribeStreamResponse.DescribeStreamResult"> <summary> Gets and sets the DescribeStreamResult property. Represents the output of a DescribeStream operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.ExpiredIteratorException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.ExpiredIteratorException.#ctor(System.String)"> <summary> Constructs a new ExpiredIteratorException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.GetRecordsRequest"> <summary> Container for the parameters to the GetRecords operation. Gets data records from a shard. <para> Specify a shard iterator using the <code>ShardIterator</code> parameter. The shard iterator specifies the position in the shard from which you want to start reading data records sequentially. If there are no records available in the portion of the shard that the iterator points to, <a>GetRecords</a> returns an empty list. Note that it might take multiple calls to get to a portion of the shard that contains records. </para> <para> You can scale by provisioning multiple shards. Your application should have one thread per shard, each reading continuously from its stream. To read from a stream continually, call <a>GetRecords</a> in a loop. Use <a>GetShardIterator</a> to get the shard iterator to specify in the first <a>GetRecords</a> call. <a>GetRecords</a> returns a new shard iterator in <code>NextShardIterator</code>. Specify the shard iterator returned in <code>NextShardIterator</code> in subsequent calls to <a>GetRecords</a>. Note that if the shard has been closed, the shard iterator can't return more data and <a>GetRecords</a> returns <code>null</code> in <code>NextShardIterator</code>. You can terminate the loop when the shard is closed, or when the shard iterator reaches the record with the sequence number or other attribute that marks it as the last record to process. </para> <para> Each data record can be up to 1 MB in size, and each shard can read up to 2 MB per second. You can ensure that your calls don't exceed the maximum supported size or throughput by using the <code>Limit</code> parameter to specify the maximum number of records that <a>GetRecords</a> can return. Consider your average record size when determining this limit. </para> <para> The size of the data returned by <a>GetRecords</a> will vary depending on the utilization of the shard. The maximum size of data that <a>GetRecords</a> can return is 10 MB. If a call returns this amount of data, subsequent calls made within the next 5 seconds throw <code>ProvisionedThroughputExceededException</code>. If there is insufficient provisioned throughput on the shard, subsequent calls made within the next 1 second throw <code>ProvisionedThroughputExceededException</code>. Note that <a>GetRecords</a> won't return any data when it throws an exception. For this reason, we recommend that you wait one second between calls to <a>GetRecords</a>; however, it's possible that the application will get exceptions for longer than 1 second. </para> <para> To detect whether the application is falling behind in processing, you can use the <code>MillisBehindLatest</code> response attribute. You can also monitor the stream using CloudWatch metrics (see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/monitoring.html">Monitoring Amazon Kinesis</a> in the <i>Amazon Kinesis Developer Guide</i>). </para> <para> Each Amazon Kinesis record includes a value, <code>ApproximateArrivalTimestamp</code>, that is set when an Amazon Kinesis stream successfully receives and stores a record. This is commonly referred to as a server-side timestamp, which is different than a client-side timestamp, where the timestamp is set when a data producer creates or sends the record to a stream. The timestamp has millisecond precision. There are no guarantees about the timestamp accuracy, or that the timestamp is always increasing. For example, records in a shard or across a stream might have timestamps that are out of order. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater than 10,000, <a>GetRecords</a> throws <code>InvalidArgumentException</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsRequest.ShardIterator"> <summary> Gets and sets the property ShardIterator. <para> The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.GetRecordsResponse"> <summary> Configuration for accessing Amazon GetRecords service </summary> </member> <member name="T:Amazon.Kinesis.Model.GetRecordsResult"> <summary> Represents the output for <a>GetRecords</a>. </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsResult.MillisBehindLatest"> <summary> Gets and sets the property MillisBehindLatest. <para> The number of milliseconds the <a>GetRecords</a> response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsResult.NextShardIterator"> <summary> Gets and sets the property NextShardIterator. <para> The next position in the shard from which to start sequentially reading data records. If set to <code>null</code>, the shard has been closed and the requested iterator will not return any more data. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsResult.Records"> <summary> Gets and sets the property Records. <para> The data records retrieved from the shard. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetRecordsResponse.GetRecordsResult"> <summary> Gets and sets the GetRecordsResult property. Represents the output of a GetRecords operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.GetShardIteratorRequest"> <summary> Container for the parameters to the GetShardIterator operation. Gets a shard iterator. A shard iterator expires five minutes after it is returned to the requester. <para> A shard iterator specifies the position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard. A sequence number is the identifier associated with every record ingested in the Amazon Kinesis stream. The sequence number is assigned when a record is put into the stream. </para> <para> You must specify the shard iterator type. For example, you can set the <code>ShardIteratorType</code> parameter to read exactly from the position denoted by a specific sequence number by using the <code>AT_SEQUENCE_NUMBER</code> shard iterator type, or right after the sequence number by using the <code>AFTER_SEQUENCE_NUMBER</code> shard iterator type, using sequence numbers returned by earlier calls to <a>PutRecord</a>, <a>PutRecords</a>, <a>GetRecords</a>, or <a>DescribeStream</a>. You can specify the shard iterator type <code>TRIM_HORIZON</code> in the request to cause <code>ShardIterator</code> to point to the last untrimmed record in the shard in the system, which is the oldest data record in the shard. Or you can point to just after the most recent record in the shard, by using the shard iterator type <code>LATEST</code>, so that you always read the most recent data in the shard. </para> <para> When you repeatedly read from an Amazon Kinesis stream use a <a>GetShardIterator</a> request to get the first shard iterator for use in your first <a>GetRecords</a> request and then use the shard iterator returned by the <a>GetRecords</a> request in <code>NextShardIterator</code> for subsequent reads. A new shard iterator is returned by every <a>GetRecords</a> request in <code>NextShardIterator</code>, which you use in the <code>ShardIterator</code> parameter of the next <a>GetRecords</a> request. </para> <para> If a <a>GetShardIterator</a> request is made too often, you receive a <code>ProvisionedThroughputExceededException</code>. For more information about throughput limits, see <a>GetRecords</a>. </para> <para> If the shard is closed, the iterator can't return more data, and <a>GetShardIterator</a> returns <code>null</code> for its <code>ShardIterator</code>. A shard can be closed using <a>SplitShard</a> or <a>MergeShards</a>. </para> <para> <a>GetShardIterator</a> has a limit of 5 transactions per second per account per open shard. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorRequest.ShardId"> <summary> Gets and sets the property ShardId. <para> The shard ID of the shard to get the iterator for. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorRequest.ShardIteratorType"> <summary> Gets and sets the property ShardIteratorType. <para> Determines how the shard iterator is used to start reading data records from the shard. </para> <para> The following are the valid shard iterator types: </para> <ul> <li>AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.</li> <li>AFTER_SEQUENCE_NUMBER - Start reading right after the position denoted by a specific sequence number.</li> <li>TRIM_HORIZON - Start reading at the last untrimmed record in the shard in the system, which is the oldest data record in the shard.</li> <li>LATEST - Start reading just after the most recent record in the shard, so that you always read the most recent data in the shard.</li> </ul> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorRequest.StartingSequenceNumber"> <summary> Gets and sets the property StartingSequenceNumber. <para> The sequence number of the data record in the shard from which to start reading from. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.GetShardIteratorResponse"> <summary> Configuration for accessing Amazon GetShardIterator service </summary> </member> <member name="T:Amazon.Kinesis.Model.GetShardIteratorResult"> <summary> Represents the output for <code>GetShardIterator</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorResult.ShardIterator"> <summary> Gets and sets the property ShardIterator. <para> The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.GetShardIteratorResponse.GetShardIteratorResult"> <summary> Gets and sets the GetShardIteratorResult property. Represents the output of a GetShardIterator operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.HashKeyRange"> <summary> The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers. </summary> </member> <member name="P:Amazon.Kinesis.Model.HashKeyRange.EndingHashKey"> <summary> Gets and sets the property EndingHashKey. <para> The ending hash key of the hash key range. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.HashKeyRange.StartingHashKey"> <summary> Gets and sets the property StartingHashKey. <para> The starting hash key of the hash key range. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest"> <summary> Container for the parameters to the IncreaseStreamRetentionPeriod operation. Increases the stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream’s retention period is 168 hours (7 days). <para> Upon choosing a longer stream retention period, this operation will increase the time period records are accessible that have not yet expired. However, it will not make previous data that has expired (older than the stream’s previous retention period) accessible after the operation has been called. For example, if a stream’s retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours will remain inaccessible to consumer applications. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest.RetentionPeriodHours"> <summary> Gets and sets the property RetentionPeriodHours. <para> The new retention period of the stream, in hours. Must be more than the current retention period. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream to modify. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.InvalidArgumentException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.InvalidArgumentException.#ctor(System.String)"> <summary> Constructs a new InvalidArgumentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.LimitExceededException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.LimitExceededException.#ctor(System.String)"> <summary> Constructs a new LimitExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.ListStreamsRequest"> <summary> Container for the parameters to the ListStreams operation. Lists your streams. <para> The number of streams may be too large to return from a single call to <code>ListStreams</code>. You can limit the number of returned streams using the <code>Limit</code> parameter. If you do not specify a value for the <code>Limit</code> parameter, Amazon Kinesis uses the default limit, which is currently 10. </para> <para> You can detect if there are more streams available to list by using the <code>HasMoreStreams</code> flag from the returned output. If there are more streams available, you can request more streams by using the name of the last stream returned by the <code>ListStreams</code> request in the <code>ExclusiveStartStreamName</code> parameter in a subsequent request to <code>ListStreams</code>. The group of stream names returned by the subsequent request is then added to the list. You can continue this process until all the stream names have been collected in the list. </para> <para> <a>ListStreams</a> has a limit of 5 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListStreamsRequest.ExclusiveStartStreamName"> <summary> Gets and sets the property ExclusiveStartStreamName. <para> The name of the stream to start the list with. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListStreamsRequest.Limit"> <summary> Gets and sets the property Limit. <para> The maximum number of streams to list. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.ListStreamsResponse"> <summary> Configuration for accessing Amazon ListStreams service </summary> </member> <member name="T:Amazon.Kinesis.Model.ListStreamsResult"> <summary> Represents the output for <code>ListStreams</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.ListStreamsResult.HasMoreStreams"> <summary> Gets and sets the property HasMoreStreams. <para> If set to <code>true</code>, there are more streams available to list. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListStreamsResult.StreamNames"> <summary> Gets and sets the property StreamNames. <para> The names of the streams that are associated with the AWS account making the <code>ListStreams</code> request. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListStreamsResponse.ListStreamsResult"> <summary> Gets and sets the ListStreamsResult property. Represents the output of a ListStreams operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.ListTagsForStreamRequest"> <summary> Container for the parameters to the ListTagsForStream operation. Lists the tags for the specified Amazon Kinesis stream. </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamRequest.ExclusiveStartTagKey"> <summary> Gets and sets the property ExclusiveStartTagKey. <para> The key to use as the starting point for the list of tags. If this parameter is set, <code>ListTagsForStream</code> gets all tags that occur after <code>ExclusiveStartTagKey</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamRequest.Limit"> <summary> Gets and sets the property Limit. <para> The number of tags to return. If this number is less than the total number of tags associated with the stream, <code>HasMoreTags</code> is set to <code>true</code>. To list additional tags, set <code>ExclusiveStartTagKey</code> to the last key in the response. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.ListTagsForStreamResponse"> <summary> Configuration for accessing Amazon ListTagsForStream service </summary> </member> <member name="T:Amazon.Kinesis.Model.ListTagsForStreamResult"> <summary> Represents the output for <code>ListTagsForStream</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamResult.HasMoreTags"> <summary> Gets and sets the property HasMoreTags. <para> If set to <code>true</code>, more tags are available. To request additional tags, set <code>ExclusiveStartTagKey</code> to the key of the last tag returned. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamResult.Tags"> <summary> Gets and sets the property Tags. <para> A list of tags associated with <code>StreamName</code>, starting with the first tag after <code>ExclusiveStartTagKey</code> and up to the specified <code>Limit</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.ListTagsForStreamResponse.ListTagsForStreamResult"> <summary> Gets and sets the ListTagsForStreamResult property. Represents the output of a ListTagsForStream operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.MergeShardsRequest"> <summary> Container for the parameters to the MergeShards operation. Merges two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data. Two shards are considered adjacent if the union of the hash key ranges for the two shards form a contiguous set with no gaps. For example, if you have two shards, one with a hash key range of 276...381 and the other with a hash key range of 382...454, then you could merge these two shards into a single shard that would have a hash key range of 276...454. After the merge, the single child shard receives data for all hash key values covered by the two parent shards. <para> <code>MergeShards</code> is called when there is a need to reduce the overall capacity of a stream because of excess capacity that is not being used. You must specify the shard to be merged and the adjacent shard for a stream. For more information about merging shards, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-resharding-merge.html">Merge Two Shards</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> If the stream is in the <code>ACTIVE</code> state, you can call <code>MergeShards</code>. If a stream is in the <code>CREATING</code>, <code>UPDATING</code>, or <code>DELETING</code> state, <code>MergeShards</code> returns a <code>ResourceInUseException</code>. If the specified stream does not exist, <code>MergeShards</code> returns a <code>ResourceNotFoundException</code>. </para> <para> You can use <a>DescribeStream</a> to check the state of the stream, which is returned in <code>StreamStatus</code>. </para> <para> <code>MergeShards</code> is an asynchronous operation. Upon receiving a <code>MergeShards</code> request, Amazon Kinesis immediately returns a response and sets the <code>StreamStatus</code> to <code>UPDATING</code>. After the operation is completed, Amazon Kinesis sets the <code>StreamStatus</code> to <code>ACTIVE</code>. Read and write operations continue to work while the stream is in the <code>UPDATING</code> state. </para> <para> You use <a>DescribeStream</a> to determine the shard IDs that are specified in the <code>MergeShards</code> request. </para> <para> If you try to operate on too many streams in parallel using <a>CreateStream</a>, <a>DeleteStream</a>, <code>MergeShards</code> or <a>SplitShard</a>, you will receive a <code>LimitExceededException</code>. </para> <para> <code>MergeShards</code> has limit of 5 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.MergeShardsRequest.AdjacentShardToMerge"> <summary> Gets and sets the property AdjacentShardToMerge. <para> The shard ID of the adjacent shard for the merge. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.MergeShardsRequest.ShardToMerge"> <summary> Gets and sets the property ShardToMerge. <para> The shard ID of the shard to combine with the adjacent shard for the merge. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.MergeShardsRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream for the merge. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.ProvisionedThroughputExceededException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.ProvisionedThroughputExceededException.#ctor(System.String)"> <summary> Constructs a new ProvisionedThroughputExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.PutRecordRequest"> <summary> Container for the parameters to the PutRecord operation. Writes a single data record from a producer into an Amazon Kinesis stream. Call <code>PutRecord</code> to send data from the producer into the Amazon Kinesis stream for real-time ingestion and subsequent processing, one record at a time. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. <para> You must specify the name of the stream that captures, stores, and transports the data; a partition key; and the data blob itself. </para> <para> The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on. </para> <para> The partition key is used by Amazon Kinesis to distribute data across shards. Amazon Kinesis segregates the data records that belong to a data stream into multiple shards, using the partition key associated with each data record to determine which shard a given data record belongs to. </para> <para> Partition keys are Unicode strings, with a maximum length limit of 256 characters for each key. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards using the hash key ranges of the shards. You can override hashing the partition key to determine the shard by explicitly specifying a hash value using the <code>ExplicitHashKey</code> parameter. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream">Adding Data to a Stream</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> <code>PutRecord</code> returns the shard ID of where the data record was placed and the sequence number that was assigned to the data record. </para> <para> Sequence numbers generally increase over time. To guarantee strictly increasing ordering, use the <code>SequenceNumberForOrdering</code> parameter. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream">Adding Data to a Stream</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> If a <code>PutRecord</code> request cannot be processed because of insufficient provisioned throughput on the shard involved in the request, <code>PutRecord</code> throws <code>ProvisionedThroughputExceededException</code>. </para> <para> By default, data records are accessible for only 24 hours from the time that they are added to an Amazon Kinesis stream. This retention period can be modified using the <a>DecreaseStreamRetentionPeriod</a> and <a>IncreaseStreamRetentionPeriod</a> operations. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordRequest.Data"> <summary> Gets and sets the property Data. <para> The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB). </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordRequest.ExplicitHashKey"> <summary> Gets and sets the property ExplicitHashKey. <para> The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordRequest.PartitionKey"> <summary> Gets and sets the property PartitionKey. <para> Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key will map to the same shard within the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordRequest.SequenceNumberForOrdering"> <summary> Gets and sets the property SequenceNumberForOrdering. <para> Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the <code>SequenceNumberForOrdering</code> of record <i>n</i> to the sequence number of record <i>n-1</i> (as returned in the result when putting record <i>n-1</i>). If this parameter is not set, records will be coarsely ordered based on arrival time. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream to put the data record into. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordResponse"> <summary> Configuration for accessing Amazon PutRecord service </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordResult"> <summary> Represents the output for <code>PutRecord</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordResult.SequenceNumber"> <summary> Gets and sets the property SequenceNumber. <para> The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordResult.ShardId"> <summary> Gets and sets the property ShardId. <para> The shard ID of the shard where the data record was placed. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordResponse.PutRecordResult"> <summary> Gets and sets the PutRecordResult property. Represents the output of a PutRecord operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordsRequest"> <summary> Container for the parameters to the PutRecords operation. Writes multiple data records from a producer into an Amazon Kinesis stream in a single call (also referred to as a <code>PutRecords</code> request). Use this operation to send data from a data producer into the Amazon Kinesis stream for data ingestion and processing. <para> Each <code>PutRecords</code> request can support up to 500 records. Each record in the request can be as large as 1 MB, up to a limit of 5 MB for the entire request, including partition keys. Each shard can support writes up to 1,000 records per second, up to a maximum data write total of 1 MB per second. </para> <para> You must specify the name of the stream that captures, stores, and transports the data; and an array of request <code>Records</code>, with each record in the array requiring a partition key and data blob. The record size limit applies to the total size of the partition key and data blob. </para> <para> The data blob can be any type of data; for example, a segment from a log file, geographic/location data, website clickstream data, and so on. </para> <para> The partition key is used by Amazon Kinesis as input to a hash function that maps the partition key and associated data to a specific shard. An MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-add-data-to-stream">Adding Data to a Stream</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> Each record in the <code>Records</code> array may include an optional parameter, <code>ExplicitHashKey</code>, which overrides the partition key to shard mapping. This parameter allows a data producer to determine explicitly the shard where the record is stored. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-putrecords">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> The <code>PutRecords</code> response includes an array of response <code>Records</code>. Each record in the response array directly correlates with a record in the request array using natural ordering, from the top to the bottom of the request and response. The response <code>Records</code> array always includes the same number of records as the request array. </para> <para> The response <code>Records</code> array includes both successfully and unsuccessfully processed records. Amazon Kinesis attempts to process all records in each <code>PutRecords</code> request. A single record failure does not stop the processing of subsequent records. </para> <para> A successfully-processed record includes <code>ShardId</code> and <code>SequenceNumber</code> values. The <code>ShardId</code> parameter identifies the shard in the stream where the record is stored. The <code>SequenceNumber</code> parameter is an identifier assigned to the put record, unique to all records in the stream. </para> <para> An unsuccessfully-processed record includes <code>ErrorCode</code> and <code>ErrorMessage</code> values. <code>ErrorCode</code> reflects the type of error and can be one of the following values: <code>ProvisionedThroughputExceededException</code> or <code>InternalFailure</code>. <code>ErrorMessage</code> provides more detailed information about the <code>ProvisionedThroughputExceededException</code> exception including the account ID, stream name, and shard ID of the record that was throttled. For more information about partially successful responses, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-add-data-to-stream.html#kinesis-using-sdk-java-putrecords">Adding Multiple Records with PutRecords</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> By default, data records are accessible for only 24 hours from the time that they are added to an Amazon Kinesis stream. This retention period can be modified using the <a>DecreaseStreamRetentionPeriod</a> and <a>IncreaseStreamRetentionPeriod</a> operations. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsRequest.Records"> <summary> Gets and sets the property Records. <para> The records associated with the request. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The stream name associated with the request. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordsRequestEntry"> <summary> Represents the output for <code>PutRecords</code>. </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsRequestEntry.Data"> <summary> Gets and sets the property Data. <para> The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB). </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsRequestEntry.ExplicitHashKey"> <summary> Gets and sets the property ExplicitHashKey. <para> The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsRequestEntry.PartitionKey"> <summary> Gets and sets the property PartitionKey. <para> Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordsResponse"> <summary> Configuration for accessing Amazon PutRecords service </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordsResult"> <summary> <code>PutRecords</code> results. </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResult.FailedRecordCount"> <summary> Gets and sets the property FailedRecordCount. <para> The number of unsuccessfully processed records in a <code>PutRecords</code> request. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResult.Records"> <summary> Gets and sets the property Records. <para> An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to your Amazon Kinesis stream includes <code>SequenceNumber</code> and <code>ShardId</code> in the result. A record that fails to be added to your Amazon Kinesis stream includes <code>ErrorCode</code> and <code>ErrorMessage</code> in the result. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResponse.PutRecordsResult"> <summary> Gets and sets the PutRecordsResult property. Represents the output of a PutRecords operation. </summary> </member> <member name="T:Amazon.Kinesis.Model.PutRecordsResultEntry"> <summary> Represents the result of an individual record from a <code>PutRecords</code> request. A record that is successfully added to your Amazon Kinesis stream includes SequenceNumber and ShardId in the result. A record that fails to be added to your Amazon Kinesis stream includes ErrorCode and ErrorMessage in the result. </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResultEntry.ErrorCode"> <summary> Gets and sets the property ErrorCode. <para> The error code for an individual record result. <code>ErrorCodes</code> can be either <code>ProvisionedThroughputExceededException</code> or <code>InternalFailure</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResultEntry.ErrorMessage"> <summary> Gets and sets the property ErrorMessage. <para> The error message for an individual record result. An <code>ErrorCode</code> value of <code>ProvisionedThroughputExceededException</code> has an error message that includes the account ID, stream name, and shard ID. An <code>ErrorCode</code> value of <code>InternalFailure</code> has the error message <code>"Internal Service Failure"</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResultEntry.SequenceNumber"> <summary> Gets and sets the property SequenceNumber. <para> The sequence number for an individual record result. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.PutRecordsResultEntry.ShardId"> <summary> Gets and sets the property ShardId. <para> The shard ID for an individual record result. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.Record"> <summary> The unit of data of the Amazon Kinesis stream, which is composed of a sequence number, a partition key, and a data blob. </summary> </member> <member name="P:Amazon.Kinesis.Model.Record.ApproximateArrivalTimestamp"> <summary> Gets and sets the property ApproximateArrivalTimestamp. <para> The approximate time that the record was inserted into the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Record.Data"> <summary> Gets and sets the property Data. <para> The data blob. The data in the blob is both opaque and immutable to the Amazon Kinesis service, which does not inspect, interpret, or change the data in the blob in any way. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MB). </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Record.PartitionKey"> <summary> Gets and sets the property PartitionKey. <para> Identifies which shard in the stream the data record is assigned to. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Record.SequenceNumber"> <summary> Gets and sets the property SequenceNumber. <para> The unique identifier of the record in the stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.RemoveTagsFromStreamRequest"> <summary> Container for the parameters to the RemoveTagsFromStream operation. Deletes tags from the specified Amazon Kinesis stream. <para> If you specify a tag that does not exist, it is ignored. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.RemoveTagsFromStreamRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.RemoveTagsFromStreamRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> A list of tag keys. Each corresponding tag is removed from the stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.ResourceInUseException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.ResourceInUseException.#ctor(System.String)"> <summary> Constructs a new ResourceInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.ResourceNotFoundException"> <summary> Kinesis exception </summary> </member> <member name="M:Amazon.Kinesis.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Kinesis.Model.SequenceNumberRange"> <summary> The range of possible sequence numbers for the shard. </summary> </member> <member name="P:Amazon.Kinesis.Model.SequenceNumberRange.EndingSequenceNumber"> <summary> Gets and sets the property EndingSequenceNumber. <para> The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of <code>null</code>. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.SequenceNumberRange.StartingSequenceNumber"> <summary> Gets and sets the property StartingSequenceNumber. <para> The starting sequence number for the range. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.Shard"> <summary> A uniquely identified group of data records in an Amazon Kinesis stream. </summary> </member> <member name="P:Amazon.Kinesis.Model.Shard.AdjacentParentShardId"> <summary> Gets and sets the property AdjacentParentShardId. <para> The shard Id of the shard adjacent to the shard's parent. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Shard.HashKeyRange"> <summary> Gets and sets the property HashKeyRange. <para> The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Shard.ParentShardId"> <summary> Gets and sets the property ParentShardId. <para> The shard Id of the shard's parent. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Shard.SequenceNumberRange"> <summary> Gets and sets the property SequenceNumberRange. <para> The range of possible sequence numbers for the shard. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Shard.ShardId"> <summary> Gets and sets the property ShardId. <para> The unique identifier of the shard within the Amazon Kinesis stream. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.SplitShardRequest"> <summary> Container for the parameters to the SplitShard operation. Splits a shard into two new shards in the stream, to increase the stream's capacity to ingest and transport data. <code>SplitShard</code> is called when there is a need to increase the overall capacity of stream because of an expected increase in the volume of data records being ingested. <para> You can also use <code>SplitShard</code> when a shard appears to be approaching its maximum utilization, for example, when the set of producers sending data into the specific shard are suddenly sending more than previously anticipated. You can also call <code>SplitShard</code> to increase stream capacity, so that more Amazon Kinesis applications can simultaneously read data from the stream for real-time processing. </para> <para> You must specify the shard to be split and the new hash key, which is the position in the shard where the shard gets split in two. In many cases, the new hash key might simply be the average of the beginning and ending hash key, but it can be any hash key value in the range being mapped into the shard. For more information about splitting shards, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-sdk-java-resharding-split.html">Split a Shard</a> in the <i>Amazon Kinesis Developer Guide</i>. </para> <para> You can use <a>DescribeStream</a> to determine the shard ID and hash key values for the <code>ShardToSplit</code> and <code>NewStartingHashKey</code> parameters that are specified in the <code>SplitShard</code> request. </para> <para> <code>SplitShard</code> is an asynchronous operation. Upon receiving a <code>SplitShard</code> request, Amazon Kinesis immediately returns a response and sets the stream status to <code>UPDATING</code>. After the operation is completed, Amazon Kinesis sets the stream status to <code>ACTIVE</code>. Read and write operations continue to work while the stream is in the <code>UPDATING</code> state. </para> <para> You can use <code>DescribeStream</code> to check the status of the stream, which is returned in <code>StreamStatus</code>. If the stream is in the <code>ACTIVE</code> state, you can call <code>SplitShard</code>. If a stream is in <code>CREATING</code> or <code>UPDATING</code> or <code>DELETING</code> states, <code>DescribeStream</code> returns a <code>ResourceInUseException</code>. </para> <para> If the specified stream does not exist, <code>DescribeStream</code> returns a <code>ResourceNotFoundException</code>. If you try to create more shards than are authorized for your account, you receive a <code>LimitExceededException</code>. </para> <para> For the default shard limit for an AWS account, see <a href="http://docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html">Amazon Kinesis Limits</a>. If you need to increase this limit, <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">contact AWS Support</a>. </para> <para> If you try to operate on too many streams in parallel using <a>CreateStream</a>, <a>DeleteStream</a>, <a>MergeShards</a> or <a>SplitShard</a>, you receive a <code>LimitExceededException</code>. </para> <para> <code>SplitShard</code> has limit of 5 transactions per second per account. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.SplitShardRequest.NewStartingHashKey"> <summary> Gets and sets the property NewStartingHashKey. <para> A hash key value for the starting hash key of one of the child shards created by the split. The hash key range for a given shard constitutes a set of ordered contiguous positive integers. The value for <code>NewStartingHashKey</code> must be in the range of hash keys being mapped into the shard. The <code>NewStartingHashKey</code> hash key value and all higher hash key values in hash key range are distributed to one of the child shards. All the lower hash key values in the range are distributed to the other child shard. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.SplitShardRequest.ShardToSplit"> <summary> Gets and sets the property ShardToSplit. <para> The shard ID of the shard to split. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.SplitShardRequest.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream for the shard split. </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.StreamDescription"> <summary> Represents the output for <a>DescribeStream</a>. </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.HasMoreShards"> <summary> Gets and sets the property HasMoreShards. <para> If set to <code>true</code>, more shards in the stream are available to describe. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.RetentionPeriodHours"> <summary> Gets and sets the property RetentionPeriodHours. <para> The current retention period, in hours. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.Shards"> <summary> Gets and sets the property Shards. <para> The shards that comprise the stream. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.StreamARN"> <summary> Gets and sets the property StreamARN. <para> The Amazon Resource Name (ARN) for the stream being described. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.StreamName"> <summary> Gets and sets the property StreamName. <para> The name of the stream being described. </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.StreamDescription.StreamStatus"> <summary> Gets and sets the property StreamStatus. <para> The current status of the stream being described. </para> <para> The stream status is one of the following states: </para> <ul> <li> <code>CREATING</code> - The stream is being created. Amazon Kinesis immediately returns and sets <code>StreamStatus</code> to <code>CREATING</code>.</li> <li> <code>DELETING</code> - The stream is being deleted. The specified stream is in the <code>DELETING</code> state until Amazon Kinesis completes the deletion.</li> <li> <code>ACTIVE</code> - The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an <code>ACTIVE</code> stream.</li> <li> <code>UPDATING</code> - Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the <code>UPDATING</code> state.</li> </ul> </summary> </member> <member name="T:Amazon.Kinesis.Model.Tag"> <summary> Metadata assigned to the stream, consisting of a key-value pair. </summary> </member> <member name="P:Amazon.Kinesis.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @ </para> </summary> </member> <member name="P:Amazon.Kinesis.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @ </para> </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.AddTagsToStreamRequestMarshaller"> <summary> AddTagsToStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.AddTagsToStreamResponseUnmarshaller"> <summary> Response Unmarshaller for AddTagsToStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.CreateStreamRequestMarshaller"> <summary> CreateStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.CreateStreamResponseUnmarshaller"> <summary> Response Unmarshaller for CreateStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DecreaseStreamRetentionPeriodRequestMarshaller"> <summary> DecreaseStreamRetentionPeriod Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DecreaseStreamRetentionPeriodResponseUnmarshaller"> <summary> Response Unmarshaller for DecreaseStreamRetentionPeriod operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DeleteStreamRequestMarshaller"> <summary> DeleteStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DeleteStreamResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DescribeStreamRequestMarshaller"> <summary> DescribeStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.DescribeStreamResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.GetRecordsRequestMarshaller"> <summary> GetRecords Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.GetRecordsResponseUnmarshaller"> <summary> Response Unmarshaller for GetRecords operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.GetShardIteratorRequestMarshaller"> <summary> GetShardIterator Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.GetShardIteratorResponseUnmarshaller"> <summary> Response Unmarshaller for GetShardIterator operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.HashKeyRangeUnmarshaller"> <summary> Response Unmarshaller for HashKeyRange Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.IncreaseStreamRetentionPeriodRequestMarshaller"> <summary> IncreaseStreamRetentionPeriod Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.IncreaseStreamRetentionPeriodResponseUnmarshaller"> <summary> Response Unmarshaller for IncreaseStreamRetentionPeriod operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.ListStreamsRequestMarshaller"> <summary> ListStreams Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.ListStreamsResponseUnmarshaller"> <summary> Response Unmarshaller for ListStreams operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.ListTagsForStreamRequestMarshaller"> <summary> ListTagsForStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.ListTagsForStreamResponseUnmarshaller"> <summary> Response Unmarshaller for ListTagsForStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.MergeShardsRequestMarshaller"> <summary> MergeShards Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.MergeShardsResponseUnmarshaller"> <summary> Response Unmarshaller for MergeShards operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordRequestMarshaller"> <summary> PutRecord Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordResponseUnmarshaller"> <summary> Response Unmarshaller for PutRecord operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordsRequestEntryMarshaller"> <summary> PutRecordsRequestEntry Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordsRequestMarshaller"> <summary> PutRecords Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordsResponseUnmarshaller"> <summary> Response Unmarshaller for PutRecords operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.PutRecordsResultEntryUnmarshaller"> <summary> Response Unmarshaller for PutRecordsResultEntry Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.RecordUnmarshaller"> <summary> Response Unmarshaller for Record Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.RemoveTagsFromStreamRequestMarshaller"> <summary> RemoveTagsFromStream Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.RemoveTagsFromStreamResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTagsFromStream operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.SequenceNumberRangeUnmarshaller"> <summary> Response Unmarshaller for SequenceNumberRange Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.ShardUnmarshaller"> <summary> Response Unmarshaller for Shard Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.SplitShardRequestMarshaller"> <summary> SplitShard Request Marshaller </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.SplitShardResponseUnmarshaller"> <summary> Response Unmarshaller for SplitShard operation </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.StreamDescriptionUnmarshaller"> <summary> Response Unmarshaller for StreamDescription Object </summary> </member> <member name="T:Amazon.Kinesis.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.Lambda.AmazonLambdaConfig"> <summary> Configuration for accessing Amazon Lambda service </summary> </member> <member name="M:Amazon.Lambda.AmazonLambdaConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.Lambda.AmazonLambdaConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.Lambda.AmazonLambdaConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.Lambda.EventSourcePosition"> <summary> Constants used for properties of type EventSourcePosition. </summary> </member> <member name="F:Amazon.Lambda.EventSourcePosition.LATEST"> <summary> Constant LATEST for EventSourcePosition </summary> </member> <member name="F:Amazon.Lambda.EventSourcePosition.TRIM_HORIZON"> <summary> Constant TRIM_HORIZON for EventSourcePosition </summary> </member> <member name="M:Amazon.Lambda.EventSourcePosition.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Lambda.EventSourcePosition.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Lambda.InvocationType"> <summary> Constants used for properties of type InvocationType. </summary> </member> <member name="F:Amazon.Lambda.InvocationType.DryRun"> <summary> Constant DryRun for InvocationType </summary> </member> <member name="F:Amazon.Lambda.InvocationType.Event"> <summary> Constant Event for InvocationType </summary> </member> <member name="F:Amazon.Lambda.InvocationType.RequestResponse"> <summary> Constant RequestResponse for InvocationType </summary> </member> <member name="M:Amazon.Lambda.InvocationType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Lambda.InvocationType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Lambda.LogType"> <summary> Constants used for properties of type LogType. </summary> </member> <member name="F:Amazon.Lambda.LogType.None"> <summary> Constant None for LogType </summary> </member> <member name="F:Amazon.Lambda.LogType.Tail"> <summary> Constant Tail for LogType </summary> </member> <member name="M:Amazon.Lambda.LogType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Lambda.LogType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Lambda.Runtime"> <summary> Constants used for properties of type Runtime. </summary> </member> <member name="F:Amazon.Lambda.Runtime.Java8"> <summary> Constant Java8 for Runtime </summary> </member> <member name="F:Amazon.Lambda.Runtime.Nodejs"> <summary> Constant Nodejs for Runtime </summary> </member> <member name="F:Amazon.Lambda.Runtime.Python27"> <summary> Constant Python27 for Runtime </summary> </member> <member name="M:Amazon.Lambda.Runtime.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Lambda.Runtime.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Lambda.Model.AddPermissionRequest"> <summary> Container for the parameters to the AddPermission operation. Adds a permission to the resource policy associated with the specified AWS Lambda function. You use resource policies to grant permissions to event sources that use <i>push</i> model. In a <i>push</i> model, event sources (such as Amazon S3 and custom applications) invoke your Lambda function. Each permission you add to the resource policy allows an event source, permission to invoke the Lambda function. <para> For information about the push model, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a>. </para> <para> If you are using versioning, the permissions you add are specific to the Lambda function version or alias you specify in the <code>AddPermission</code> request via the <code>Qualifier</code> parameter. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:AddPermission</code> action. </para> </summary> </member> <member name="T:Amazon.Lambda.AmazonLambdaRequest"> <summary> Base class for Lambda operation requests. </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.Action"> <summary> Gets and sets the property Action. <para> The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with <code>lambda:</code> followed by the API name (see <a>Operations</a>). For example, <code>lambda:CreateFunction</code>. You can use wildcard (<code>lambda:*</code>) to grant permission for all AWS Lambda actions. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Name of the Lambda function whose resource policy you are updating by adding a new permission. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.Principal"> <summary> Gets and sets the property Principal. <para> The principal who is getting this permission. It can be Amazon S3 service Principal (<code>s3.amazonaws.com</code>) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as <code>sns.amazonaws.com</code>. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN: </para> <para> <code>arn:aws:lambda:aws-region:acct-id:function:function-name:2</code> </para> <para> If you specify an alias name, for example <code>PROD</code>, then the permission is valid only for requests made using the alias ARN: </para> <para> <code>arn:aws:lambda:aws-region:acct-id:function:function-name:PROD</code> </para> <para> If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN. </para> <para> <code>arn:aws:lambda:aws-region:acct-id:function:function-name</code> </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.SourceAccount"> <summary> Gets and sets the property SourceAccount. <para> The AWS account ID (without a hyphen) of the source owner. For example, if the <code>SourceArn</code> identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the <code>SourceArn</code>) owned by a specific account. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.SourceArn"> <summary> Gets and sets the property SourceArn. <para> This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the bucket Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified bucket can invoke the function. </para> <important>If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.</important> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionRequest.StatementId"> <summary> Gets and sets the property StatementId. <para> A unique statement identifier. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.AddPermissionResponse"> <summary> Configuration for accessing Amazon AddPermission service </summary> </member> <member name="T:Amazon.Lambda.Model.AddPermissionResult"> <summary> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionResult.Statement"> <summary> Gets and sets the property Statement. <para> The permission statement you specified in the request. The response returns the same as a string using a backslash ("\") as an escape character in the JSON. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AddPermissionResponse.AddPermissionResult"> <summary> Gets and sets the AddPermissionResult property. Represents the output of a AddPermission operation. </summary> </member> <member name="T:Amazon.Lambda.Model.AliasConfiguration"> <summary> Provides configuration information about a Lambda function version alias. </summary> </member> <member name="P:Amazon.Lambda.Model.AliasConfiguration.AliasArn"> <summary> Gets and sets the property AliasArn. <para> Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called <code>BETA</code> that points to a helloworld function version, the ARN is <code>arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AliasConfiguration.Description"> <summary> Gets and sets the property Description. <para> Alias description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AliasConfiguration.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Function version to which the alias points. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.AliasConfiguration.Name"> <summary> Gets and sets the property Name. <para> Alias name. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.CodeStorageExceededException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.CodeStorageExceededException.#ctor(System.String)"> <summary> Constructs a new CodeStorageExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.CreateAliasRequest"> <summary> Container for the parameters to the CreateAlias operation. Creates an alias that points to the specified Lambda function version. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Introduction to AWS Lambda Aliases</a>. Alias names are unique for a given function. <para> This requires permission for the lambda:CreateAlias action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasRequest.Description"> <summary> Gets and sets the property Description. <para> Description of the alias. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Name of the Lambda function for which you want to create an alias. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasRequest.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Lambda function version for which you are creating the alias. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasRequest.Name"> <summary> Gets and sets the property Name. <para> Name for the alias you are creating. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.CreateAliasResponse"> <summary> Configuration for accessing Amazon CreateAlias service </summary> </member> <member name="T:Amazon.Lambda.Model.CreateAliasResult"> <summary> Provides configuration information about a Lambda function version alias. </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasResult.AliasArn"> <summary> Gets and sets the property AliasArn. <para> Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called <code>BETA</code> that points to a helloworld function version, the ARN is <code>arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasResult.Description"> <summary> Gets and sets the property Description. <para> Alias description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasResult.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Function version to which the alias points. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasResult.Name"> <summary> Gets and sets the property Name. <para> Alias name. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateAliasResponse.CreateAliasResult"> <summary> Gets and sets the CreateAliasResult property. Represents the output of a CreateAlias operation. </summary> </member> <member name="T:Amazon.Lambda.Model.CreateEventSourceMappingRequest"> <summary> Container for the parameters to the CreateEventSourceMapping operation. Identifies a stream as an event source for a Lambda function. It can be either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda invokes the specified function when records are posted to the stream. <para> This association between a stream source and a Lambda function is called the event source mapping. </para> <important>This event source mapping is relevant only in the AWS Lambda pull model, where AWS Lambda invokes the function. For more information, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a> in the <i>AWS Lambda Developer Guide</i>.</important> <para> You provide mapping information (for example, which stream to read from and which Lambda function to invoke) in the request body. </para> <para> Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be associated with multiple AWS Lambda function. A given Lambda function can be associated with multiple AWS event sources. </para> <para> <para> If you are using versioning, you can specify a specific function version or an alias via the function name parameter. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> </para> <para> This operation requires permission for the <code>lambda:CreateEventSourceMapping</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingRequest.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingRequest.Enabled"> <summary> Gets and sets the property Enabled. <para> Indicates whether AWS Lambda should begin polling the event source. By default, <code>Enabled</code> is true. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingRequest.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the <code>BatchSize</code>. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> <para> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). </para> <para> If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a> </para> <para> AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). </para> <para> Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingRequest.StartingPosition"> <summary> Gets and sets the property StartingPosition. <para> The position in the stream where AWS Lambda should start reading. For more information, go to <a href="http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType">ShardIteratorType</a> in the <i>Amazon Kinesis API Reference</i>. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.CreateEventSourceMappingResponse"> <summary> Configuration for accessing Amazon CreateEventSourceMapping service </summary> </member> <member name="T:Amazon.Lambda.Model.CreateEventSourceMappingResult"> <summary> Describes mapping between an Amazon Kinesis stream and a Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The UTC time string indicating the last time the event mapping was updated. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.LastProcessingResult"> <summary> Gets and sets the property LastProcessingResult. <para> The result of the last AWS Lambda invocation of your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.State"> <summary> Gets and sets the property State. <para> The state of the event source mapping. It can be <code>Creating</code>, <code>Enabled</code>, <code>Disabled</code>, <code>Enabling</code>, <code>Disabling</code>, <code>Updating</code>, or <code>Deleting</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResult.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned opaque identifier for the mapping. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateEventSourceMappingResponse.CreateEventSourceMappingResult"> <summary> Gets and sets the CreateEventSourceMappingResult property. Represents the output of a CreateEventSourceMapping operation. </summary> </member> <member name="T:Amazon.Lambda.Model.CreateFunctionRequest"> <summary> Container for the parameters to the CreateFunction operation. Creates a new Lambda function. The function metadata is created from the request parameters, and the code for the function is provided by a .zip file in the request body. If the function name already exists, the operation will fail. Note that the function name is case-sensitive. <para> If you are using versioning, you can also publish a version of the Lambda function you are creating using the <code>Publish</code> parameter. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:CreateFunction</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Code"> <summary> Gets and sets the property Code. <para> The code for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Description"> <summary> Gets and sets the property Description. <para> A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the <a>ListFunctions</a> API. Function names are used to specify functions to other AWS Lambda APIs, such as <a>Invoke</a>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Handler"> <summary> Gets and sets the property Handler. <para> The function within your code that Lambda calls to begin execution. For Node.js, it is the <i>module-name</i>.<i>export</i> value in your function. For Java, it can be <code>package.class-name::handler</code> or <code>package.class-name</code>. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/java-programming-model-handler-types.html">Lambda Function Handler (Java)</a>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Publish"> <summary> Gets and sets the property Publish. <para> This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">AWS Lambda: How it Works</a>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function you are uploading. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionRequest.StreamTransferProgress"> <summary> Attach a callback that will be called as data is being sent to the AWS Service. </summary> </member> <member name="T:Amazon.Lambda.Model.CreateFunctionResponse"> <summary> Configuration for accessing Amazon CreateFunction service </summary> </member> <member name="T:Amazon.Lambda.Model.CreateFunctionResult"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResult.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.CreateFunctionResponse.CreateFunctionResult"> <summary> Gets and sets the CreateFunctionResult property. Represents the output of a CreateFunction operation. </summary> </member> <member name="T:Amazon.Lambda.Model.DeleteAliasRequest"> <summary> Container for the parameters to the DeleteAlias operation. Deletes the specified Lambda function alias. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Introduction to AWS Lambda Aliases</a>. <para> This requires permission for the lambda:DeleteAlias action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteAliasRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteAliasRequest.Name"> <summary> Gets and sets the property Name. <para> Name of the alias to delete. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.DeleteEventSourceMappingRequest"> <summary> Container for the parameters to the DeleteEventSourceMapping operation. Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source. <para> This operation requires permission for the <code>lambda:DeleteEventSourceMapping</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingRequest.UUID"> <summary> Gets and sets the property UUID. <para> The event source mapping ID. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.DeleteEventSourceMappingResponse"> <summary> Configuration for accessing Amazon DeleteEventSourceMapping service </summary> </member> <member name="T:Amazon.Lambda.Model.DeleteEventSourceMappingResult"> <summary> Describes mapping between an Amazon Kinesis stream and a Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The UTC time string indicating the last time the event mapping was updated. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.LastProcessingResult"> <summary> Gets and sets the property LastProcessingResult. <para> The result of the last AWS Lambda invocation of your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.State"> <summary> Gets and sets the property State. <para> The state of the event source mapping. It can be <code>Creating</code>, <code>Enabled</code>, <code>Disabled</code>, <code>Enabling</code>, <code>Disabling</code>, <code>Updating</code>, or <code>Deleting</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResult.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned opaque identifier for the mapping. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteEventSourceMappingResponse.DeleteEventSourceMappingResult"> <summary> Gets and sets the DeleteEventSourceMappingResult property. Represents the output of a DeleteEventSourceMapping operation. </summary> </member> <member name="T:Amazon.Lambda.Model.DeleteFunctionRequest"> <summary> Container for the parameters to the DeleteFunction operation. Deletes the specified Lambda function code and configuration. <para> If you are using the versioning feature and you don't specify a function version in your <code>DeleteFunction</code> request, AWS Lambda will delete the function, including all its versions, and any aliases pointing to the function versions. To delete a specific function version, you must provide the function version via the <code>Qualifier</code> parameter. For information about function versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> When you delete a function the associated resource policy is also deleted. You will need to delete the event source mappings explicitly. </para> <para> This operation requires permission for the <code>lambda:DeleteFunction</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteFunctionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function to delete. </para> <para> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.DeleteFunctionRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> Using this optional parameter you can specify a function version (but not the <code>$LATEST</code> version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the <code>$LATEST</code>, that is, you cannot specify <code>$LATEST</code> as the value of this parameter. The <code>$LATEST</code> version can be deleted only when you want to delete all the function versions and aliases. </para> <para> You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias. </para> <para> If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.EC2AccessDeniedException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.EC2AccessDeniedException.#ctor(System.String)"> <summary> Constructs a new EC2AccessDeniedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.EC2ThrottledException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.EC2ThrottledException.#ctor(System.String)"> <summary> Constructs a new EC2ThrottledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.EC2UnexpectedException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.EC2UnexpectedException.#ctor(System.String)"> <summary> Constructs a new EC2UnexpectedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.ENILimitReachedException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.ENILimitReachedException.#ctor(System.String)"> <summary> Constructs a new ENILimitReachedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.EventSourceMappingConfiguration"> <summary> Describes mapping between an Amazon Kinesis stream and a Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.LastModified"> <summary> Gets and sets the property LastModified. <para> The UTC time string indicating the last time the event mapping was updated. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.LastProcessingResult"> <summary> Gets and sets the property LastProcessingResult. <para> The result of the last AWS Lambda invocation of your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.State"> <summary> Gets and sets the property State. <para> The state of the event source mapping. It can be <code>Creating</code>, <code>Enabled</code>, <code>Disabled</code>, <code>Enabling</code>, <code>Disabling</code>, <code>Updating</code>, or <code>Deleting</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.EventSourceMappingConfiguration.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned opaque identifier for the mapping. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.FunctionCode"> <summary> The code for the Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCode.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCode.S3Key"> <summary> Gets and sets the property S3Key. <para> The Amazon S3 object (the deployment package) key name you want to upload. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCode.S3ObjectVersion"> <summary> Gets and sets the property S3ObjectVersion. <para> The Amazon S3 object (the deployment package) version you want to upload. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCode.ZipFile"> <summary> Gets and sets the property ZipFile. <para> A zip file containing your deployment package. If you are using the API directly, the zip file must be base64-encoded (if you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you). For more information about creating a .zip file, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html">Execution Permissions</a> in the <i>AWS Lambda Developer Guide</i>. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.FunctionCodeLocation"> <summary> The object for the Lambda function location. </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCodeLocation.Location"> <summary> Gets and sets the property Location. <para> The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionCodeLocation.RepositoryType"> <summary> Gets and sets the property RepositoryType. <para> The repository from which you can download the function. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.FunctionConfiguration"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.FunctionConfiguration.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetAliasRequest"> <summary> Container for the parameters to the GetAlias operation. Returns the specified alias information such as the alias ARN, description, and function version it is pointing to. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Introduction to AWS Lambda Aliases</a>. <para> This requires permission for the <code>lambda:GetAlias</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasRequest.Name"> <summary> Gets and sets the property Name. <para> Name of the alias for which you want to retrieve information. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetAliasResponse"> <summary> Configuration for accessing Amazon GetAlias service </summary> </member> <member name="T:Amazon.Lambda.Model.GetAliasResult"> <summary> Provides configuration information about a Lambda function version alias. </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasResult.AliasArn"> <summary> Gets and sets the property AliasArn. <para> Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called <code>BETA</code> that points to a helloworld function version, the ARN is <code>arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasResult.Description"> <summary> Gets and sets the property Description. <para> Alias description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasResult.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Function version to which the alias points. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasResult.Name"> <summary> Gets and sets the property Name. <para> Alias name. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetAliasResponse.GetAliasResult"> <summary> Gets and sets the GetAliasResult property. Represents the output of a GetAlias operation. </summary> </member> <member name="T:Amazon.Lambda.Model.GetEventSourceMappingRequest"> <summary> Container for the parameters to the GetEventSourceMapping operation. Returns configuration information for the specified event source mapping (see <a>CreateEventSourceMapping</a>). <para> This operation requires permission for the <code>lambda:GetEventSourceMapping</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingRequest.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned ID of the event source mapping. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetEventSourceMappingResponse"> <summary> Configuration for accessing Amazon GetEventSourceMapping service </summary> </member> <member name="T:Amazon.Lambda.Model.GetEventSourceMappingResult"> <summary> Describes mapping between an Amazon Kinesis stream and a Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The UTC time string indicating the last time the event mapping was updated. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.LastProcessingResult"> <summary> Gets and sets the property LastProcessingResult. <para> The result of the last AWS Lambda invocation of your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.State"> <summary> Gets and sets the property State. <para> The state of the event source mapping. It can be <code>Creating</code>, <code>Enabled</code>, <code>Disabled</code>, <code>Enabling</code>, <code>Disabling</code>, <code>Updating</code>, or <code>Deleting</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResult.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned opaque identifier for the mapping. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetEventSourceMappingResponse.GetEventSourceMappingResult"> <summary> Gets and sets the GetEventSourceMappingResult property. Represents the output of a GetEventSourceMapping operation. </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionConfigurationRequest"> <summary> Container for the parameters to the GetFunctionConfiguration operation. Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using <a>CreateFunction</a>. <para> If you are using the versioning feature, you can retrieve this information for a specific function version by using the optional <code>Qualifier</code> parameter and specifying the function version or alias that points to it. If you don't provide it, the API returns information about the $LATEST version of the function. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:GetFunctionConfiguration</code> operation. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the Lambda function for which you want to retrieve the configuration information. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. </para> <para> If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the <code>$LATEST</code> function version. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionConfigurationResponse"> <summary> Configuration for accessing Amazon GetFunctionConfiguration service </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionConfigurationResult"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResult.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionConfigurationResponse.GetFunctionConfigurationResult"> <summary> Gets and sets the GetFunctionConfigurationResult property. Represents the output of a GetFunctionConfiguration operation. </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionRequest"> <summary> Container for the parameters to the GetFunction operation. Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with <a>CreateFunction</a> so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function. <para> Using the optional <code>Qualifier</code> parameter, you can specify a specific function version for which you want this information. If you don't specify this parameter, the API uses unqualified function ARN which return information about the <code>$LATEST</code> version of the Lambda function. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:GetFunction</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function name. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the <code>$LATEST</code> version of the Lambda function. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionResponse"> <summary> Configuration for accessing Amazon GetFunction service </summary> </member> <member name="T:Amazon.Lambda.Model.GetFunctionResult"> <summary> This response contains the object for the Lambda function location (see <a>API_FunctionCodeLocation</a>. </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionResult.Code"> <summary> Gets and sets the property Code. </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionResult.Configuration"> <summary> Gets and sets the property Configuration. </summary> </member> <member name="P:Amazon.Lambda.Model.GetFunctionResponse.GetFunctionResult"> <summary> Gets and sets the GetFunctionResult property. Represents the output of a GetFunction operation. </summary> </member> <member name="T:Amazon.Lambda.Model.GetPolicyRequest"> <summary> Container for the parameters to the GetPolicy operation. Returns the resource policy associated with the specified Lambda function. <para> If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the <code>Qualifier</code> parameter. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> For information about adding permissions, see <a>AddPermission</a>. </para> <para> You need permission for the <code>lambda:GetPolicy action.</code> </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetPolicyRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Function name whose resource policy you want to retrieve. </para> <para> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetPolicyRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.GetPolicyResponse"> <summary> Configuration for accessing Amazon GetPolicy service </summary> </member> <member name="T:Amazon.Lambda.Model.GetPolicyResult"> <summary> </summary> </member> <member name="P:Amazon.Lambda.Model.GetPolicyResult.Policy"> <summary> Gets and sets the property Policy. <para> The resource policy associated with the specified function. The response returns the same as a string using a backslash ("\") as an escape character in the JSON. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.GetPolicyResponse.GetPolicyResult"> <summary> Gets and sets the GetPolicyResult property. Represents the output of a GetPolicy operation. </summary> </member> <member name="T:Amazon.Lambda.Model.InvalidParameterValueException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.InvalidParameterValueException.#ctor(System.String)"> <summary> Constructs a new InvalidParameterValueException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.InvalidRequestContentException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.InvalidRequestContentException.#ctor(System.String)"> <summary> Constructs a new InvalidRequestContentException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.InvalidSecurityGroupIDException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.InvalidSecurityGroupIDException.#ctor(System.String)"> <summary> Constructs a new InvalidSecurityGroupIDException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.InvalidSubnetIDException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.InvalidSubnetIDException.#ctor(System.String)"> <summary> Constructs a new InvalidSubnetIDException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.InvokeAsyncRequest"> <summary> Container for the parameters to the InvokeAsync operation. <important>This API is deprecated. We recommend you use <code>Invoke</code> API (see <a>Invoke</a>).</important> <para> Submits an invocation request to AWS Lambda. Upon receiving the request, Lambda executes the specified function asynchronously. To see the logs generated by the Lambda function execution, see the CloudWatch Logs console. </para> <para> This operation requires permission for the <code>lambda:InvokeFunction</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeAsyncRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function name. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeAsyncRequest.InvokeArgsStream"> <summary> Gets and sets the property InvokeArgsStream. <para> JSON that you want to provide to your Lambda function as input. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeAsyncRequest.InvokeArgs"> <summary> Gets and sets the property InvokeArgs. When this property is set the InvokeArgsStream property is also set with a MemoryStream containing the contents InvokeArgs <para> JSON that you want to provide to your cloud function as input. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.InvokeAsyncResponse"> <summary> Configuration for accessing Amazon InvokeAsync service </summary> </member> <member name="T:Amazon.Lambda.Model.InvokeAsyncResult"> <summary> Upon success, it returns empty response. Otherwise, throws an exception. </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeAsyncResult.Status"> <summary> Gets and sets the property Status. <para> It will be 202 upon success. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeAsyncResponse.InvokeAsyncResult"> <summary> Gets and sets the InvokeAsyncResult property. Represents the output of a InvokeAsync operation. </summary> </member> <member name="T:Amazon.Lambda.Model.InvokeRequest"> <summary> Container for the parameters to the Invoke operation. Invokes a specific Lambda function. <para> If you are using the versioning feature, you can invoke the specific function version by providing function version or alias name that is pointing to the function version using the <code>Qualifier</code> parameter in the request. If you don't provide the <code>Qualifier</code> parameter, the <code>$LATEST</code> version of the Lambda function is invoked. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:InvokeFunction</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.ClientContextBase64"> <summary> Gets and sets the property ClientContextBase64. <para> Using the <code>ClientContext</code> you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a <code>ClientContext</code> JSON, see <a href="http://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html">PutEvents</a> in the <i>Amazon Mobile Analytics API Reference and User Guide</i>. </para> <para> The ClientContext JSON must be base64-encoded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function name. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.InvocationType"> <summary> Gets and sets the property InvocationType. <para> By default, the <code>Invoke</code> API assumes <code>RequestResponse</code> invocation type. You can optionally request asynchronous execution by specifying <code>Event</code> as the <code>InvocationType</code>. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying <code>DryRun</code> as the <code>InvocationType</code>. This is useful in a cross-account scenario when you want to verify access to a function without running it. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.LogType"> <summary> Gets and sets the property LogType. <para> You can set this optional parameter to <code>Tail</code> in the request only if you specify the <code>InvocationType</code> parameter with value <code>RequestResponse</code>. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the <code>x-amz-log-results</code> header. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.PayloadStream"> <summary> Gets and sets the property PayloadStream. <para> JSON that you want to provide to your Lambda function as input. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points. </para> <para> If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the <code>$LATEST</code> version. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.Payload"> <summary> Gets and sets the property Payload. When this property is set the PayloadStream property is also set with a MemoryStream containing the contents of Payload. <para> JSON that you want to provide to your cloud function as input. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeRequest.ClientContext"> <summary> Gets and sets the property ClientContext. When this property is set the ClientContextBase64 property is also set with a base64-encoded string containing the contents of ClientContext. <para> Using the <code>ClientContext</code> you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, go to <a href="http://docs.aws.amazon.com/mobileanalytics/latest/ug/PutEvents.html">PutEvents</a> in the <i>Amazon Mobile Analytics API Reference and User Guide</i>. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.InvokeResponse"> <summary> Configuration for accessing Amazon Invoke service </summary> </member> <member name="T:Amazon.Lambda.Model.InvokeResult"> <summary> Upon success, returns an empty response. Otherwise, throws an exception. </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeResult.FunctionError"> <summary> Gets and sets the property FunctionError. <para> Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; <code>Handled</code> or <code>Unhandled</code>. <code>Handled</code> errors are errors that are reported by the function while the <code>Unhandled</code> errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an <code>Handled</code> error, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/programming-model.html">Programming Model</a>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeResult.LogResult"> <summary> Gets and sets the property LogResult. <para> It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is <code>RequestResponse</code> and the logs were requested. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeResult.Payload"> <summary> Gets and sets the property Payload. <para> It is the JSON representation of the object returned by the Lambda function. In This is present only if the invocation type is <code>RequestResponse</code>. </para> <para> In the event of a function error this field contains a message describing the error. For the <code>Handled</code> errors the Lambda function will report this message. For <code>Unhandled</code> errors AWS Lambda reports the message. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeResult.StatusCode"> <summary> Gets and sets the property StatusCode. <para> The HTTP status code will be in the 200 range for successful request. For the <code>RequestResonse</code> invocation type this status code will be 200. For the <code>Event</code> invocation type this status code will be 202. For the <code>DryRun</code> invocation type the status code will be 204. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.InvokeResponse.InvokeResult"> <summary> Gets and sets the InvokeResult property. Represents the output of a Invoke operation. </summary> </member> <member name="T:Amazon.Lambda.Model.ListAliasesRequest"> <summary> Container for the parameters to the ListAliases operation. Returns list of aliases created for a Lambda function. For each alias, the response includes information such as the alias ARN, description, alias name, and the function version to which it points. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Introduction to AWS Lambda Aliases</a>. <para> This requires permission for the lambda:ListAliases action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Lambda function name for which the alias is created. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesRequest.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesRequest.Marker"> <summary> Gets and sets the property Marker. <para> Optional string. An opaque pagination token returned from a previous <code>ListAliases</code> operation. If present, indicates where to continue the listing. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.ListAliasesResponse"> <summary> Configuration for accessing Amazon ListAliases service </summary> </member> <member name="T:Amazon.Lambda.Model.ListAliasesResult"> <summary> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesResult.Aliases"> <summary> Gets and sets the property Aliases. <para> A list of aliases. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> A string, present if there are more aliases. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListAliasesResponse.ListAliasesResult"> <summary> Gets and sets the ListAliasesResult property. Represents the output of a ListAliases operation. </summary> </member> <member name="T:Amazon.Lambda.Model.ListEventSourceMappingsRequest"> <summary> Container for the parameters to the ListEventSourceMappings operation. Returns a list of event source mappings you created using the <code>CreateEventSourceMapping</code> (see <a>CreateEventSourceMapping</a>). <para> For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings. </para> <para> If you are using the versioning feature, you can get list of event source mappings for a specific Lambda function version or an alias as described in the <code>FunctionName</code> parameter. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:ListEventSourceMappings</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsRequest.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the Lambda function. </para> <para> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Optional string. An opaque pagination token returned from a previous <code>ListEventSourceMappings</code> operation. If present, specifies to continue the list from where the returning call left off. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.ListEventSourceMappingsResponse"> <summary> Configuration for accessing Amazon ListEventSourceMappings service </summary> </member> <member name="T:Amazon.Lambda.Model.ListEventSourceMappingsResult"> <summary> Contains a list of event sources (see <a>API_EventSourceMappingConfiguration</a>) </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsResult.EventSourceMappings"> <summary> Gets and sets the property EventSourceMappings. <para> An array of <code>EventSourceMappingConfiguration</code> objects. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> A string, present if there are more event source mappings. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListEventSourceMappingsResponse.ListEventSourceMappingsResult"> <summary> Gets and sets the ListEventSourceMappingsResult property. Represents the output of a ListEventSourceMappings operation. </summary> </member> <member name="T:Amazon.Lambda.Model.ListFunctionsRequest"> <summary> Container for the parameters to the ListFunctions operation. Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use <a>GetFunction</a> to retrieve the code for your function. <para> This operation requires permission for the <code>lambda:ListFunctions</code> action. </para> <para> If you are using versioning feature, the response returns list of $LATEST versions of your functions. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListFunctionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> Optional string. An opaque pagination token returned from a previous <code>ListFunctions</code> operation. If present, indicates where to continue the listing. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListFunctionsRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.ListFunctionsResponse"> <summary> Configuration for accessing Amazon ListFunctions service </summary> </member> <member name="T:Amazon.Lambda.Model.ListFunctionsResult"> <summary> Contains a list of AWS Lambda function configurations (see <a>FunctionConfiguration</a>. </summary> </member> <member name="P:Amazon.Lambda.Model.ListFunctionsResult.Functions"> <summary> Gets and sets the property Functions. <para> A list of Lambda functions. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListFunctionsResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> A string, present if there are more functions. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListFunctionsResponse.ListFunctionsResult"> <summary> Gets and sets the ListFunctionsResult property. Represents the output of a ListFunctions operation. </summary> </member> <member name="T:Amazon.Lambda.Model.ListVersionsByFunctionRequest"> <summary> Container for the parameters to the ListVersionsByFunction operation. List all versions of a function. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Function name whose versions to list. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionRequest.Marker"> <summary> Gets and sets the property Marker. <para> Optional string. An opaque pagination token returned from a previous <code>ListVersionsByFunction</code> operation. If present, indicates where to continue the listing. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionRequest.MaxItems"> <summary> Gets and sets the property MaxItems. <para> Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.ListVersionsByFunctionResponse"> <summary> Configuration for accessing Amazon ListVersionsByFunction service </summary> </member> <member name="T:Amazon.Lambda.Model.ListVersionsByFunctionResult"> <summary> </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionResult.NextMarker"> <summary> Gets and sets the property NextMarker. <para> A string, present if there are more function versions. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionResult.Versions"> <summary> Gets and sets the property Versions. <para> A list of Lambda function versions. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.ListVersionsByFunctionResponse.ListVersionsByFunctionResult"> <summary> Gets and sets the ListVersionsByFunctionResult property. Represents the output of a ListVersionsByFunction operation. </summary> </member> <member name="T:Amazon.Lambda.Model.PolicyLengthExceededException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.PolicyLengthExceededException.#ctor(System.String)"> <summary> Constructs a new PolicyLengthExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.PublishVersionRequest"> <summary> Container for the parameters to the PublishVersion operation. Publishes a version of your function from the current snapshot of $LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from $LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionRequest.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionRequest.Description"> <summary> Gets and sets the property Description. <para> The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function name. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.PublishVersionResponse"> <summary> Configuration for accessing Amazon PublishVersion service </summary> </member> <member name="T:Amazon.Lambda.Model.PublishVersionResult"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResult.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.PublishVersionResponse.PublishVersionResult"> <summary> Gets and sets the PublishVersionResult property. Represents the output of a PublishVersion operation. </summary> </member> <member name="T:Amazon.Lambda.Model.RemovePermissionRequest"> <summary> Container for the parameters to the RemovePermission operation. You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission. <para> If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the <code>AddPermission</code> request via the <code>Qualifier</code> parameter. For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> Note that removal of a permission will cause an active event source to lose permission to the function. </para> <para> You need permission for the <code>lambda:RemovePermission</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.RemovePermissionRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> Lambda function whose resource policy you want to remove a permission from. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.RemovePermissionRequest.Qualifier"> <summary> Gets and sets the property Qualifier. <para> You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.RemovePermissionRequest.StatementId"> <summary> Gets and sets the property StatementId. <para> Statement ID of the permission to remove. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.RequestTooLargeException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.RequestTooLargeException.#ctor(System.String)"> <summary> Constructs a new RequestTooLargeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.ResourceConflictException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.ResourceConflictException.#ctor(System.String)"> <summary> Constructs a new ResourceConflictException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.ResourceNotFoundException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.ServiceException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.ServiceException.#ctor(System.String)"> <summary> Constructs a new ServiceException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.SubnetIPAddressLimitReachedException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.SubnetIPAddressLimitReachedException.#ctor(System.String)"> <summary> Constructs a new SubnetIPAddressLimitReachedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.TooManyRequestsException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.TooManyRequestsException.#ctor(System.String)"> <summary> Constructs a new TooManyRequestsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.UnsupportedMediaTypeException"> <summary> Lambda exception </summary> </member> <member name="M:Amazon.Lambda.Model.UnsupportedMediaTypeException.#ctor(System.String)"> <summary> Constructs a new UnsupportedMediaTypeException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Lambda.Model.UpdateAliasRequest"> <summary> Container for the parameters to the UpdateAlias operation. Using this API you can update the function version to which the alias points and the alias description. For more information, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Introduction to AWS Lambda Aliases</a>. <para> This requires permission for the lambda:UpdateAlias action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasRequest.Description"> <summary> Gets and sets the property Description. <para> You can change the description of the alias using this parameter. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The function name for which the alias is created. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasRequest.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Using this parameter you can change the Lambda function version to which the alias points. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasRequest.Name"> <summary> Gets and sets the property Name. <para> The alias name. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateAliasResponse"> <summary> Configuration for accessing Amazon UpdateAlias service </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateAliasResult"> <summary> Provides configuration information about a Lambda function version alias. </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasResult.AliasArn"> <summary> Gets and sets the property AliasArn. <para> Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called <code>BETA</code> that points to a helloworld function version, the ARN is <code>arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasResult.Description"> <summary> Gets and sets the property Description. <para> Alias description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasResult.FunctionVersion"> <summary> Gets and sets the property FunctionVersion. <para> Function version to which the alias points. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasResult.Name"> <summary> Gets and sets the property Name. <para> Alias name. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateAliasResponse.UpdateAliasResult"> <summary> Gets and sets the UpdateAliasResult property. Represents the output of a UpdateAlias operation. </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateEventSourceMappingRequest"> <summary> Container for the parameters to the UpdateEventSourceMapping operation. You can update an event source mapping. This is useful if you want to change the parameters of the existing mapping without losing your position in the stream. You can change which function will receive the stream records, but to change the stream itself, you must create a new mapping. <para> If you are using the versioning feature, you can update the event source mapping to map to a specific Lambda function version or alias as described in the <code>FunctionName</code> parameter. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> If you disable the event source mapping, AWS Lambda stops polling. If you enable again, it will resume polling from the time it had stopped polling, so you don't lose processing of any records. However, if you delete event source mapping and create it again, it will reset. </para> <para> This operation requires permission for the <code>lambda:UpdateEventSourceMapping</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingRequest.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The maximum number of stream records that can be sent to your Lambda function for a single invocation. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingRequest.Enabled"> <summary> Gets and sets the property Enabled. <para> Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The Lambda function to which you want the stream records sent. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). </para> <para> If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a> </para> <para> Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingRequest.UUID"> <summary> Gets and sets the property UUID. <para> The event source mapping identifier. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateEventSourceMappingResponse"> <summary> Configuration for accessing Amazon UpdateEventSourceMapping service </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateEventSourceMappingResult"> <summary> Describes mapping between an Amazon Kinesis stream and a Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.BatchSize"> <summary> Gets and sets the property BatchSize. <para> The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.EventSourceArn"> <summary> Gets and sets the property EventSourceArn. <para> The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Lambda function to invoke when AWS Lambda detects an event on the stream. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The UTC time string indicating the last time the event mapping was updated. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.LastProcessingResult"> <summary> Gets and sets the property LastProcessingResult. <para> The result of the last AWS Lambda invocation of your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.State"> <summary> Gets and sets the property State. <para> The state of the event source mapping. It can be <code>Creating</code>, <code>Enabled</code>, <code>Disabled</code>, <code>Enabling</code>, <code>Disabling</code>, <code>Updating</code>, or <code>Deleting</code>. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.StateTransitionReason"> <summary> Gets and sets the property StateTransitionReason. <para> The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResult.UUID"> <summary> Gets and sets the property UUID. <para> The AWS Lambda assigned opaque identifier for the mapping. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateEventSourceMappingResponse.UpdateEventSourceMappingResult"> <summary> Gets and sets the UpdateEventSourceMappingResult property. Represents the output of a UpdateEventSourceMapping operation. </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionCodeRequest"> <summary> Container for the parameters to the UpdateFunctionCode operation. Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration. <para> If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:UpdateFunctionCode</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The existing Lambda function name whose code you want to replace. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.Publish"> <summary> Gets and sets the property Publish. <para> This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.S3Bucket"> <summary> Gets and sets the property S3Bucket. <para> Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.S3Key"> <summary> Gets and sets the property S3Key. <para> The Amazon S3 object (the deployment package) key name you want to upload. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.S3ObjectVersion"> <summary> Gets and sets the property S3ObjectVersion. <para> The Amazon S3 object (the deployment package) version you want to upload. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeRequest.ZipFile"> <summary> Gets and sets the property ZipFile. <para> Based64-encoded .zip file containing your packaged source code. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionCodeResponse"> <summary> Configuration for accessing Amazon UpdateFunctionCode service </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionCodeResult"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResult.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionCodeResponse.UpdateFunctionCodeResult"> <summary> Gets and sets the UpdateFunctionCodeResult property. Represents the output of a UpdateFunctionCode operation. </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest"> <summary> Container for the parameters to the UpdateFunctionConfiguration operation. Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code. <para> If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see <a href="http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">AWS Lambda Function Versioning and Aliases</a>. </para> <para> This operation requires permission for the <code>lambda:UpdateFunctionConfiguration</code> action. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.Description"> <summary> Gets and sets the property Description. <para> A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the Lambda function. </para> <para> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.Handler"> <summary> Gets and sets the property Handler. <para> The function that Lambda calls to begin executing your function. For Node.js, it is the <code>module-name.export</code> value in your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationRequest.VpcConfig"> <summary> Gets and sets the property VpcConfig. </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionConfigurationResponse"> <summary> Configuration for accessing Amazon UpdateFunctionConfiguration service </summary> </member> <member name="T:Amazon.Lambda.Model.UpdateFunctionConfigurationResult"> <summary> A complex type that describes function metadata. </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.CodeSha256"> <summary> Gets and sets the property CodeSha256. <para> It is the SHA256 hash of your function deployment package. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.CodeSize"> <summary> Gets and sets the property CodeSize. <para> The size, in bytes, of the function .zip file you uploaded. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Description"> <summary> Gets and sets the property Description. <para> The user-provided description. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.FunctionArn"> <summary> Gets and sets the property FunctionArn. <para> The Amazon Resource Name (ARN) assigned to the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.FunctionName"> <summary> Gets and sets the property FunctionName. <para> The name of the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Handler"> <summary> Gets and sets the property Handler. <para> The function Lambda calls to begin executing your function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.LastModified"> <summary> Gets and sets the property LastModified. <para> The time stamp of the last time you updated the function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.MemorySize"> <summary> Gets and sets the property MemorySize. <para> The memory size, in MB, you configured for the function. Must be a multiple of 64 MB. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Role"> <summary> Gets and sets the property Role. <para> The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Runtime"> <summary> Gets and sets the property Runtime. <para> The runtime environment for the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Timeout"> <summary> Gets and sets the property Timeout. <para> The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.Version"> <summary> Gets and sets the property Version. <para> The version of the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResult.VpcConfig"> <summary> Gets and sets the property VpcConfig. <para> VPC configuration associated with your Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.UpdateFunctionConfigurationResponse.UpdateFunctionConfigurationResult"> <summary> Gets and sets the UpdateFunctionConfigurationResult property. Represents the output of a UpdateFunctionConfiguration operation. </summary> </member> <member name="T:Amazon.Lambda.Model.VpcConfig"> <summary> If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID. </summary> </member> <member name="P:Amazon.Lambda.Model.VpcConfig.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> A list of one or more security groups IDs in your VPC. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.VpcConfig.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> A list of one or more subnet IDs in your VPC. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.VpcConfigDetail"> <summary> VPC configuration associated with your Lambda function. </summary> </member> <member name="P:Amazon.Lambda.Model.VpcConfigDetail.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> A list of security group IDs associated with the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.VpcConfigDetail.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> A list of subnet IDs associated with the Lambda function. </para> </summary> </member> <member name="P:Amazon.Lambda.Model.VpcConfigDetail.VpcId"> <summary> Gets and sets the property VpcId. <para> The VPC ID associated with you Lambda function. </para> </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.AddPermissionRequestMarshaller"> <summary> AddPermission Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.AddPermissionResponseUnmarshaller"> <summary> Response Unmarshaller for AddPermission operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.AliasConfigurationUnmarshaller"> <summary> Response Unmarshaller for AliasConfiguration Object </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateAliasRequestMarshaller"> <summary> CreateAlias Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateAliasResponseUnmarshaller"> <summary> Response Unmarshaller for CreateAlias operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateEventSourceMappingRequestMarshaller"> <summary> CreateEventSourceMapping Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateEventSourceMappingResponseUnmarshaller"> <summary> Response Unmarshaller for CreateEventSourceMapping operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateFunctionRequestMarshaller"> <summary> CreateFunction Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.CreateFunctionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateFunction operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteAliasRequestMarshaller"> <summary> DeleteAlias Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteAliasResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteAlias operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteEventSourceMappingRequestMarshaller"> <summary> DeleteEventSourceMapping Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteEventSourceMappingResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteEventSourceMapping operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteFunctionRequestMarshaller"> <summary> DeleteFunction Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.DeleteFunctionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteFunction operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.EventSourceMappingConfigurationUnmarshaller"> <summary> Response Unmarshaller for EventSourceMappingConfiguration Object </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.FunctionCodeLocationUnmarshaller"> <summary> Response Unmarshaller for FunctionCodeLocation Object </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.FunctionCodeMarshaller"> <summary> FunctionCode Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.FunctionConfigurationUnmarshaller"> <summary> Response Unmarshaller for FunctionConfiguration Object </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetAliasRequestMarshaller"> <summary> GetAlias Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetAliasResponseUnmarshaller"> <summary> Response Unmarshaller for GetAlias operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetEventSourceMappingRequestMarshaller"> <summary> GetEventSourceMapping Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetEventSourceMappingResponseUnmarshaller"> <summary> Response Unmarshaller for GetEventSourceMapping operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetFunctionConfigurationRequestMarshaller"> <summary> GetFunctionConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetFunctionConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for GetFunctionConfiguration operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetFunctionRequestMarshaller"> <summary> GetFunction Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetFunctionResponseUnmarshaller"> <summary> Response Unmarshaller for GetFunction operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetPolicyRequestMarshaller"> <summary> GetPolicy Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.GetPolicyResponseUnmarshaller"> <summary> Response Unmarshaller for GetPolicy operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.InvokeAsyncRequestMarshaller"> <summary> InvokeAsync Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.InvokeAsyncResponseUnmarshaller"> <summary> Response Unmarshaller for InvokeAsync operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.InvokeRequestMarshaller"> <summary> Invoke Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.InvokeResponseUnmarshaller"> <summary> Response Unmarshaller for Invoke operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListAliasesRequestMarshaller"> <summary> ListAliases Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListAliasesResponseUnmarshaller"> <summary> Response Unmarshaller for ListAliases operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListEventSourceMappingsRequestMarshaller"> <summary> ListEventSourceMappings Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListEventSourceMappingsResponseUnmarshaller"> <summary> Response Unmarshaller for ListEventSourceMappings operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListFunctionsRequestMarshaller"> <summary> ListFunctions Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListFunctionsResponseUnmarshaller"> <summary> Response Unmarshaller for ListFunctions operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListVersionsByFunctionRequestMarshaller"> <summary> ListVersionsByFunction Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.ListVersionsByFunctionResponseUnmarshaller"> <summary> Response Unmarshaller for ListVersionsByFunction operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.PublishVersionRequestMarshaller"> <summary> PublishVersion Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.PublishVersionResponseUnmarshaller"> <summary> Response Unmarshaller for PublishVersion operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.RemovePermissionRequestMarshaller"> <summary> RemovePermission Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.RemovePermissionResponseUnmarshaller"> <summary> Response Unmarshaller for RemovePermission operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateAliasRequestMarshaller"> <summary> UpdateAlias Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateAliasResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateAlias operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateEventSourceMappingRequestMarshaller"> <summary> UpdateEventSourceMapping Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateEventSourceMappingResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateEventSourceMapping operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateFunctionCodeRequestMarshaller"> <summary> UpdateFunctionCode Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateFunctionCodeResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateFunctionCode operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateFunctionConfigurationRequestMarshaller"> <summary> UpdateFunctionConfiguration Request Marshaller </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.UpdateFunctionConfigurationResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateFunctionConfiguration operation </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.VpcConfigDetailUnmarshaller"> <summary> Response Unmarshaller for VpcConfigDetail Object </summary> </member> <member name="T:Amazon.Lambda.Model.Internal.MarshallTransformations.VpcConfigMarshaller"> <summary> VpcConfig Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.AmazonOpsWorksConfig"> <summary> Configuration for accessing Amazon OpsWorks service </summary> </member> <member name="M:Amazon.OpsWorks.AmazonOpsWorksConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.OpsWorks.AmazonOpsWorksConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.OpsWorks.AmazonOpsWorksConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.OpsWorks.AppAttributesKeys"> <summary> Constants used for properties of type AppAttributesKeys. </summary> </member> <member name="F:Amazon.OpsWorks.AppAttributesKeys.AutoBundleOnDeploy"> <summary> Constant AutoBundleOnDeploy for AppAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.AppAttributesKeys.AwsFlowRubySettings"> <summary> Constant AwsFlowRubySettings for AppAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.AppAttributesKeys.DocumentRoot"> <summary> Constant DocumentRoot for AppAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.AppAttributesKeys.RailsEnv"> <summary> Constant RailsEnv for AppAttributesKeys </summary> </member> <member name="M:Amazon.OpsWorks.AppAttributesKeys.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.AppAttributesKeys.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.AppType"> <summary> Constants used for properties of type AppType. </summary> </member> <member name="F:Amazon.OpsWorks.AppType.AwsFlowRuby"> <summary> Constant AwsFlowRuby for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Java"> <summary> Constant Java for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Nodejs"> <summary> Constant Nodejs for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Other"> <summary> Constant Other for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Php"> <summary> Constant Php for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Rails"> <summary> Constant Rails for AppType </summary> </member> <member name="F:Amazon.OpsWorks.AppType.Static"> <summary> Constant Static for AppType </summary> </member> <member name="M:Amazon.OpsWorks.AppType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.AppType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.Architecture"> <summary> Constants used for properties of type Architecture. </summary> </member> <member name="F:Amazon.OpsWorks.Architecture.I386"> <summary> Constant I386 for Architecture </summary> </member> <member name="F:Amazon.OpsWorks.Architecture.X86_64"> <summary> Constant X86_64 for Architecture </summary> </member> <member name="M:Amazon.OpsWorks.Architecture.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.Architecture.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.AutoScalingType"> <summary> Constants used for properties of type AutoScalingType. </summary> </member> <member name="F:Amazon.OpsWorks.AutoScalingType.Load"> <summary> Constant Load for AutoScalingType </summary> </member> <member name="F:Amazon.OpsWorks.AutoScalingType.Timer"> <summary> Constant Timer for AutoScalingType </summary> </member> <member name="M:Amazon.OpsWorks.AutoScalingType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.AutoScalingType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.DeploymentCommandName"> <summary> Constants used for properties of type DeploymentCommandName. </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Configure"> <summary> Constant Configure for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Deploy"> <summary> Constant Deploy for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Execute_recipes"> <summary> Constant Execute_recipes for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Install_dependencies"> <summary> Constant Install_dependencies for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Restart"> <summary> Constant Restart for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Rollback"> <summary> Constant Rollback for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Setup"> <summary> Constant Setup for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Start"> <summary> Constant Start for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Stop"> <summary> Constant Stop for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Undeploy"> <summary> Constant Undeploy for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Update_custom_cookbooks"> <summary> Constant Update_custom_cookbooks for DeploymentCommandName </summary> </member> <member name="F:Amazon.OpsWorks.DeploymentCommandName.Update_dependencies"> <summary> Constant Update_dependencies for DeploymentCommandName </summary> </member> <member name="M:Amazon.OpsWorks.DeploymentCommandName.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.DeploymentCommandName.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.LayerAttributesKeys"> <summary> Constants used for properties of type LayerAttributesKeys. </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.BundlerVersion"> <summary> Constant BundlerVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.EcsClusterArn"> <summary> Constant EcsClusterArn for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.EnableHaproxyStats"> <summary> Constant EnableHaproxyStats for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.GangliaPassword"> <summary> Constant GangliaPassword for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.GangliaUrl"> <summary> Constant GangliaUrl for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.GangliaUser"> <summary> Constant GangliaUser for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.HaproxyHealthCheckMethod"> <summary> Constant HaproxyHealthCheckMethod for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.HaproxyHealthCheckUrl"> <summary> Constant HaproxyHealthCheckUrl for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.HaproxyStatsPassword"> <summary> Constant HaproxyStatsPassword for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.HaproxyStatsUrl"> <summary> Constant HaproxyStatsUrl for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.HaproxyStatsUser"> <summary> Constant HaproxyStatsUser for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.JavaAppServer"> <summary> Constant JavaAppServer for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.JavaAppServerVersion"> <summary> Constant JavaAppServerVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.Jvm"> <summary> Constant Jvm for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.JvmOptions"> <summary> Constant JvmOptions for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.JvmVersion"> <summary> Constant JvmVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.ManageBundler"> <summary> Constant ManageBundler for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.MemcachedMemory"> <summary> Constant MemcachedMemory for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.MysqlRootPassword"> <summary> Constant MysqlRootPassword for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.MysqlRootPasswordUbiquitous"> <summary> Constant MysqlRootPasswordUbiquitous for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.NodejsVersion"> <summary> Constant NodejsVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.PassengerVersion"> <summary> Constant PassengerVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.RailsStack"> <summary> Constant RailsStack for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.RubygemsVersion"> <summary> Constant RubygemsVersion for LayerAttributesKeys </summary> </member> <member name="F:Amazon.OpsWorks.LayerAttributesKeys.RubyVersion"> <summary> Constant RubyVersion for LayerAttributesKeys </summary> </member> <member name="M:Amazon.OpsWorks.LayerAttributesKeys.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.LayerAttributesKeys.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.LayerType"> <summary> Constants used for properties of type LayerType. </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.AwsFlowRuby"> <summary> Constant AwsFlowRuby for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.Custom"> <summary> Constant Custom for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.DbMaster"> <summary> Constant DbMaster for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.EcsCluster"> <summary> Constant EcsCluster for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.JavaApp"> <summary> Constant JavaApp for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.Lb"> <summary> Constant Lb for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.Memcached"> <summary> Constant Memcached for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.MonitoringMaster"> <summary> Constant MonitoringMaster for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.NodejsApp"> <summary> Constant NodejsApp for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.PhpApp"> <summary> Constant PhpApp for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.RailsApp"> <summary> Constant RailsApp for LayerType </summary> </member> <member name="F:Amazon.OpsWorks.LayerType.Web"> <summary> Constant Web for LayerType </summary> </member> <member name="M:Amazon.OpsWorks.LayerType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.LayerType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.RootDeviceType"> <summary> Constants used for properties of type RootDeviceType. </summary> </member> <member name="F:Amazon.OpsWorks.RootDeviceType.Ebs"> <summary> Constant Ebs for RootDeviceType </summary> </member> <member name="F:Amazon.OpsWorks.RootDeviceType.InstanceStore"> <summary> Constant InstanceStore for RootDeviceType </summary> </member> <member name="M:Amazon.OpsWorks.RootDeviceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.RootDeviceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.SourceType"> <summary> Constants used for properties of type SourceType. </summary> </member> <member name="F:Amazon.OpsWorks.SourceType.Archive"> <summary> Constant Archive for SourceType </summary> </member> <member name="F:Amazon.OpsWorks.SourceType.Git"> <summary> Constant Git for SourceType </summary> </member> <member name="F:Amazon.OpsWorks.SourceType.S3"> <summary> Constant S3 for SourceType </summary> </member> <member name="F:Amazon.OpsWorks.SourceType.Svn"> <summary> Constant Svn for SourceType </summary> </member> <member name="M:Amazon.OpsWorks.SourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.SourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.StackAttributesKeys"> <summary> Constants used for properties of type StackAttributesKeys. </summary> </member> <member name="F:Amazon.OpsWorks.StackAttributesKeys.Color"> <summary> Constant Color for StackAttributesKeys </summary> </member> <member name="M:Amazon.OpsWorks.StackAttributesKeys.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.StackAttributesKeys.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.VirtualizationType"> <summary> Constants used for properties of type VirtualizationType. </summary> </member> <member name="F:Amazon.OpsWorks.VirtualizationType.Hvm"> <summary> Constant Hvm for VirtualizationType </summary> </member> <member name="F:Amazon.OpsWorks.VirtualizationType.Paravirtual"> <summary> Constant Paravirtual for VirtualizationType </summary> </member> <member name="M:Amazon.OpsWorks.VirtualizationType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.VirtualizationType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.VolumeType"> <summary> Constants used for properties of type VolumeType. </summary> </member> <member name="F:Amazon.OpsWorks.VolumeType.Gp2"> <summary> Constant Gp2 for VolumeType </summary> </member> <member name="F:Amazon.OpsWorks.VolumeType.Io1"> <summary> Constant Io1 for VolumeType </summary> </member> <member name="F:Amazon.OpsWorks.VolumeType.Standard"> <summary> Constant Standard for VolumeType </summary> </member> <member name="M:Amazon.OpsWorks.VolumeType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.OpsWorks.VolumeType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.OpsWorks.Model.AgentVersion"> <summary> Describes an agent version. </summary> </member> <member name="P:Amazon.OpsWorks.Model.AgentVersion.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AgentVersion.Version"> <summary> Gets and sets the property Version. <para> The agent version. </para> </summary> </member> <member name="T:Amazon.OpsWorks.AmazonOpsWorksRequest"> <summary> Base class for OpsWorks operation requests. </summary> </member> <member name="T:Amazon.OpsWorks.Model.App"> <summary> A description of the app. </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.AppSource"> <summary> Gets and sets the property AppSource. <para> A <code>Source</code> object that describes the app repository. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Attributes"> <summary> Gets and sets the property Attributes. <para> The stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> When the app was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.DataSources"> <summary> Gets and sets the property DataSources. <para> The app's data sources. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Description"> <summary> Gets and sets the property Description. <para> A description of the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Domains"> <summary> Gets and sets the property Domains. <para> The app vhost settings with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.EnableSsl"> <summary> Gets and sets the property EnableSsl. <para> Whether to enable SSL for the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Environment"> <summary> Gets and sets the property Environment. <para> An array of <code>EnvironmentVariable</code> objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment"> Environment Variables</a>. </para> <note> There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an "Environment: is too large (maximum is 10KB)" message. </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Name"> <summary> Gets and sets the property Name. <para> The app name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Shortname"> <summary> Gets and sets the property Shortname. <para> The app's short name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.SslConfiguration"> <summary> Gets and sets the property SslConfiguration. <para> An <code>SslConfiguration</code> object with the SSL configuration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.StackId"> <summary> Gets and sets the property StackId. <para> The app stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.App.Type"> <summary> Gets and sets the property Type. <para> The app type. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.AssignInstanceRequest"> <summary> Container for the parameters to the AssignInstance operation. Assign a registered instance to a layer. <ul> <li>You can assign registered on-premises instances to any layer type.</li> <li>You can assign registered Amazon EC2 instances only to custom layers.</li> <li>You cannot use this action with instances that were created with AWS OpsWorks.</li> </ul> <para> <b>Required Permissions</b>: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssignInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssignInstanceRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.AssignVolumeRequest"> <summary> Container for the parameters to the AssignVolume operation. Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling <a>RegisterVolume</a>. After you register the volume, you must call <a>UpdateVolume</a> to specify a mount point before calling <code>AssignVolume</code>. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssignVolumeRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssignVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.AssociateElasticIpRequest"> <summary> Container for the parameters to the AssociateElasticIp operation. Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling <a>RegisterElasticIp</a>. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssociateElasticIpRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AssociateElasticIpRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest"> <summary> Container for the parameters to the AttachElasticLoadBalancer operation. Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/load-balancer-elb.html">Elastic Load Balancing</a>. <note> <para> You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/Welcome.html"> Elastic Load Balancing Developer Guide</a>. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest.ElasticLoadBalancerName"> <summary> Gets and sets the property ElasticLoadBalancerName. <para> The Elastic Load Balancing instance's name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The ID of the layer that the Elastic Load Balancing instance is to be attached to. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.AutoScalingThresholds"> <summary> Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when AWS OpsWorks starts or stops load-based instances. </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.Alarms"> <summary> Gets and sets the property Alarms. <para> Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack. </para> <note>To use custom alarms, you must update your service role to allow <code>cloudwatch:DescribeAlarms</code>. You can either have AWS OpsWorks update the role for you when you first use this feature or you can edit the role manually. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html">Allowing AWS OpsWorks to Act on Your Behalf</a>.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.CpuThreshold"> <summary> Gets and sets the property CpuThreshold. <para> The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.IgnoreMetricsTime"> <summary> Gets and sets the property IgnoreMetricsTime. <para> The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and suppress additional scaling events. For example, AWS OpsWorks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes. <code>IgnoreMetricsTime</code> allows you to direct AWS OpsWorks to suppress scaling events long enough to get the new instances online. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.InstanceCount"> <summary> Gets and sets the property InstanceCount. <para> The number of instances to add or remove when the load exceeds a threshold. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.LoadThreshold"> <summary> Gets and sets the property LoadThreshold. <para> The load threshold. A value of -1 disables the threshold. For more information about how load is computed, see <a href="http://en.wikipedia.org/wiki/Load_%28computing%29">Load (computing)</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.MemoryThreshold"> <summary> Gets and sets the property MemoryThreshold. <para> The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.AutoScalingThresholds.ThresholdsWaitTime"> <summary> Gets and sets the property ThresholdsWaitTime. <para> The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.BlockDeviceMapping"> <summary> Describes a block device mapping. This data type maps directly to the Amazon EC2 <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html">BlockDeviceMapping</a> data type. </summary> </member> <member name="P:Amazon.OpsWorks.Model.BlockDeviceMapping.DeviceName"> <summary> Gets and sets the property DeviceName. <para> The device name that is exposed to the instance, such as <code>/dev/sdh</code>. For the root device, you can use the explicit device name or you can set this parameter to <code>ROOT_DEVICE</code> and AWS OpsWorks will provide the correct device name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.BlockDeviceMapping.Ebs"> <summary> Gets and sets the property Ebs. <para> An <code>EBSBlockDevice</code> that defines how to configure an Amazon EBS volume when the instance is launched. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.BlockDeviceMapping.NoDevice"> <summary> Gets and sets the property NoDevice. <para> Suppresses the specified device included in the AMI's block device mapping. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.BlockDeviceMapping.VirtualName"> <summary> Gets and sets the property VirtualName. <para> The virtual device name. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html">BlockDeviceMapping</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ChefConfiguration"> <summary> Describes the Chef configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ChefConfiguration.BerkshelfVersion"> <summary> Gets and sets the property BerkshelfVersion. <para> The Berkshelf version. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ChefConfiguration.ManageBerkshelf"> <summary> Gets and sets the property ManageBerkshelf. <para> Whether to enable Berkshelf. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CloneStackRequest"> <summary> Container for the parameters to the CloneStack operation. Creates a clone of a specified stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-cloning.html">Clone a Stack</a>. By default, all parameters are set to the values used by the parent stack. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The default AWS OpsWorks agent version. You have the following options: </para> <ul> <li>Auto-update - Set this parameter to <code>LATEST</code>. AWS OpsWorks automatically installs new agent versions on the stack's instances as soon as they are available.</li> <li>Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. AWS OpsWorks then automatically installs that version on the stack's instances.</li> </ul> <para> The default setting is <code>LATEST</code>. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call <a>DescribeAgentVersions</a>. </para> <note>You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> A list of stack attributes and values as key/value pairs to be added to the cloned stack. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.ChefConfiguration"> <summary> Gets and sets the property ChefConfiguration. <para> A <code>ChefConfiguration</code> object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.CloneAppIds"> <summary> Gets and sets the property CloneAppIds. <para> A list of source stack app IDs to be included in the cloned stack. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.ClonePermissions"> <summary> Gets and sets the property ClonePermissions. <para> Whether to clone the source stack's permissions. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. When you clone a stack we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 11.4. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.CustomCookbooksSource"> <summary> Gets and sets the property CustomCookbooksSource. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format and must escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultAvailabilityZone"> <summary> Gets and sets the property DefaultAvailabilityZone. <para> The cloned stack's default Availability Zone, which must be in the specified region. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see the <code>VpcId</code> parameter description. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultInstanceProfileArn"> <summary> Gets and sets the property DefaultInstanceProfileArn. <para> The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultOs"> <summary> Gets and sets the property DefaultOs. <para> The stack's operating system, which must be set to one of the following. </para> <ul> <li>A supported Linux operating system: An Amazon Linux version, such as <code>Amazon Linux 2015.03</code>, <code>Red Hat Enterprise Linux 7</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li><code>Microsoft Windows Server 2012 R2 Base</code>.</li> <li>A custom AMI: <code>Custom</code>. You specify the custom AMI you want to use when you create instances. For more information on how to use custom AMIs with OpsWorks, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Using Custom AMIs</a>.</li> </ul> <para> The default option is the parent stack's operating system. For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">AWS OpsWorks Operating Systems</a>. </para> <note>You can specify a different Linux operating system for the cloned stack, but you cannot change from Linux to Windows or Windows to Linux.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultRootDeviceType"> <summary> Gets and sets the property DefaultRootDeviceType. <para> The default root device type. This value is used by default for all instances in the cloned stack, but you can override it when you create an instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultSshKeyName"> <summary> Gets and sets the property DefaultSshKeyName. <para> A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html"> Using SSH to Communicate with an Instance</a> and <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html"> create an instance</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.DefaultSubnetId"> <summary> Gets and sets the property DefaultSubnetId. <para> The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.HostnameTheme"> <summary> Gets and sets the property HostnameTheme. <para> The stack's host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are: </para> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <para> To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.Name"> <summary> Gets and sets the property Name. <para> The cloned stack name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.Region"> <summary> Gets and sets the property Region. <para> The cloned stack AWS region, such as "us-east-1". For more information about AWS regions, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.ServiceRoleArn"> <summary> Gets and sets the property ServiceRoleArn. <para> The stack AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. If you create a stack by using the AWS OpsWorks console, it creates the role for you. You can obtain an existing stack's IAM ARN programmatically by calling <a>DescribePermissions</a>. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> <note> <para> You must set this parameter to a valid service role ARN or the action will fail; there is no default value. You can specify the source stack's service role ARN, if you prefer, but you must do so explicitly. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.SourceStackId"> <summary> Gets and sets the property SourceStackId. <para> The source stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.UseCustomCookbooks"> <summary> Gets and sets the property UseCustomCookbooks. <para> Whether to use custom cookbooks. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.UseOpsworksSecurityGroups"> <summary> Gets and sets the property UseOpsworksSecurityGroups. <para> Whether to associate the AWS OpsWorks built-in security groups with the stack's layers. </para> <para> AWS OpsWorks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With <code>UseOpsworksSecurityGroups</code> you can instead provide your own custom security groups. <code>UseOpsworksSecurityGroups</code> has the following settings: </para> <ul> <li>True - AWS OpsWorks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it but you cannot delete the built-in security group. </li> <li>False - AWS OpsWorks does not associate built-in security groups with layers. You must create appropriate Amazon Elastic Compute Cloud (Amazon EC2) security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on creation; custom security groups are required only for those layers that need custom settings. </li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC that the cloned stack is to be launched into. It must be in the specified region. All instances are launched into this VPC, and you cannot change the ID later. </para> <ul> <li>If your account supports EC2 Classic, the default value is no VPC.</li> <li>If your account does not support EC2 Classic, the default value is the default VPC for the specified region.</li> </ul> <para> If the VPC ID corresponds to a default VPC and you have specified either the <code>DefaultAvailabilityZone</code> or the <code>DefaultSubnetId</code> parameter only, AWS OpsWorks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively. </para> <para> If you specify a nondefault VPC ID, note the following: </para> <ul> <li>It must belong to a VPC in your account that is in the specified region.</li> <li>You must specify a value for <code>DefaultSubnetId</code>.</li> </ul> <para> For more information on how to use AWS OpsWorks with a VPC, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html">Running a Stack in a VPC</a>. For more information on default VPC and EC2 Classic, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported Platforms</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CloneStackResponse"> <summary> Configuration for accessing Amazon CloneStack service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CloneStackResult"> <summary> Contains the response to a <code>CloneStack</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackResult.StackId"> <summary> Gets and sets the property StackId. <para> The cloned stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CloneStackResponse.CloneStackResult"> <summary> Gets and sets the CloneStackResult property. Represents the output of a CloneStack operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.Command"> <summary> Describes a command. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.AcknowledgedAt"> <summary> Gets and sets the property AcknowledgedAt. <para> Date and time when the command was acknowledged. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.CommandId"> <summary> Gets and sets the property CommandId. <para> The command ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.CompletedAt"> <summary> Gets and sets the property CompletedAt. <para> Date when the command completed. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> Date and time when the command was run. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.DeploymentId"> <summary> Gets and sets the property DeploymentId. <para> The command deployment ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.ExitCode"> <summary> Gets and sets the property ExitCode. <para> The command exit code. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance where the command was executed. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.LogUrl"> <summary> Gets and sets the property LogUrl. <para> The URL of the command log. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.Status"> <summary> Gets and sets the property Status. <para> The command status: </para> <ul> <li>failed</li> <li>successful</li> <li>skipped</li> <li>pending</li> </ul> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Command.Type"> <summary> Gets and sets the property Type. <para> The command type: </para> <ul> <li> <code>deploy</code> </li> <li> <code>rollback</code> </li> <li> <code>start</code> </li> <li> <code>stop</code> </li> <li> <code>restart</code> </li> <li> <code>undeploy</code> </li> <li> <code>update_dependencies</code> </li> <li> <code>install_dependencies</code> </li> <li> <code>update_custom_cookbooks</code> </li> <li> <code>execute_recipes</code> </li> </ul> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateAppRequest"> <summary> Container for the parameters to the CreateApp operation. Creates an app for a specified stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html">Creating Apps</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.AppSource"> <summary> Gets and sets the property AppSource. <para> A <code>Source</code> object that specifies the app repository. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key/value pairs to be added to the stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.DataSources"> <summary> Gets and sets the property DataSources. <para> The app's data source. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Description"> <summary> Gets and sets the property Description. <para> A description of the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Domains"> <summary> Gets and sets the property Domains. <para> The app virtual host settings, with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.EnableSsl"> <summary> Gets and sets the property EnableSsl. <para> Whether to enable SSL for the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Environment"> <summary> Gets and sets the property Environment. <para> An array of <code>EnvironmentVariable</code> objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment"> Environment Variables</a>. </para> <para> There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 10KB)." </para> <note>This parameter is supported only by Chef 11.10 stacks. If you have specified one or more environment variables, you cannot modify the stack's Chef version.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Name"> <summary> Gets and sets the property Name. <para> The app name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Shortname"> <summary> Gets and sets the property Shortname. <para> The app's short name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.SslConfiguration"> <summary> Gets and sets the property SslConfiguration. <para> An <code>SslConfiguration</code> object with the SSL configuration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppRequest.Type"> <summary> Gets and sets the property Type. <para> The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. AWS OpsWorks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify <code>other</code>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateAppResponse"> <summary> Configuration for accessing Amazon CreateApp service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateAppResult"> <summary> Contains the response to a <code>CreateApp</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppResult.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateAppResponse.CreateAppResult"> <summary> Gets and sets the CreateAppResult property. Represents the output of a CreateApp operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateDeploymentRequest"> <summary> Container for the parameters to the CreateDeployment operation. Runs deployment or stack commands. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html">Deploying Apps</a> and <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html">Run Stack Commands</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. This parameter is required for app deployments, but not for other deployment commands. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.Command"> <summary> Gets and sets the property Command. <para> A <code>DeploymentCommand</code> object that specifies the deployment command and any associated arguments. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.Comment"> <summary> Gets and sets the property Comment. <para> A user-defined comment. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format and must escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> The instance IDs for the deployment targets. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateDeploymentResponse"> <summary> Configuration for accessing Amazon CreateDeployment service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateDeploymentResult"> <summary> Contains the response to a <code>CreateDeployment</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentResult.DeploymentId"> <summary> Gets and sets the property DeploymentId. <para> The deployment ID, which can be used with other requests to identify the deployment. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateDeploymentResponse.CreateDeploymentResult"> <summary> Gets and sets the CreateDeploymentResult property. Represents the output of a CreateDeployment operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateInstanceRequest"> <summary> Container for the parameters to the CreateInstance operation. Creates an instance in a specified stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html">Adding an Instance to a Layer</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The default AWS OpsWorks agent version. You have the following options: </para> <ul> <li><code>INHERIT</code> - Use the stack's default agent version setting.</li> <li><i>version_number</i> - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.</li> </ul> <para> The default setting is <code>INHERIT</code>. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call <a>DescribeAgentVersions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.AmiId"> <summary> Gets and sets the property AmiId. <para> A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Using Custom AMIs</a>. </para> <note>If you specify a custom AMI, you must set <code>Os</code> to <code>Custom</code>.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.Architecture"> <summary> Gets and sets the property Architecture. <para> The instance architecture. The default option is <code>x86_64</code>. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Families and Types</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.AutoScalingType"> <summary> Gets and sets the property AutoScalingType. <para> For load-based or time-based instances, the type. Windows stacks can use only time-based instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The instance Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> An array of <code>BlockDeviceMapping</code> objects that specify the instance's block devices. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block Device Mapping</a>. Note that block device mappings are not supported for custom AMIs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Whether to create an Amazon EBS-optimized instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.Hostname"> <summary> Gets and sets the property Hostname. <para> The instance host name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. To control when updates are installed, set this value to <code>false</code>. You must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or by manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> We strongly recommend using the default value of <code>true</code> to ensure that your instances have the latest security updates. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type, such as <code>t2.micro</code>. For a list of supported instance types, open the stack in the console, choose <b>Instances</b>, and choose <b>+ Instance</b>. The <b>Size</b> list contains the currently supported types. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Families and Types</a>. The parameter values that you use to specify the various types are in the <b>API Name</b> column of the <b>Available Instance Types</b> table. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> An array that contains the instance's layer IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.Os"> <summary> Gets and sets the property Os. <para> The instance's operating system, which must be set to one of the following. </para> <ul> <li>A supported Linux operating system: An Amazon Linux version, such as <code>Amazon Linux 2015.03</code>, <code>Red Hat Enterprise Linux 7</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li><code>Microsoft Windows Server 2012 R2 Base</code>.</li> <li>A custom AMI: <code>Custom</code>.</li> </ul> <para> For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">AWS OpsWorks Operating Systems</a>. </para> <para> The default option is the current Amazon Linux version. If you set this parameter to <code>Custom</code>, you must use the <a>CreateInstance</a> action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is <code>Custom</code>. For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">Operating Systems</a>For more information on how to use custom AMIs with AWS OpsWorks, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Using Custom AMIs</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.RootDeviceType"> <summary> Gets and sets the property RootDeviceType. <para> The instance root device type. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.SshKeyName"> <summary> Gets and sets the property SshKeyName. <para> The instance's Amazon EC2 key-pair name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceRequest.VirtualizationType"> <summary> Gets and sets the property VirtualizationType. <para> The instance's virtualization type, <code>paravirtual</code> or <code>hvm</code>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateInstanceResponse"> <summary> Configuration for accessing Amazon CreateInstance service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateInstanceResult"> <summary> Contains the response to a <code>CreateInstance</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceResult.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateInstanceResponse.CreateInstanceResult"> <summary> Gets and sets the CreateInstanceResult property. Represents the output of a CreateInstance operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateLayerRequest"> <summary> Container for the parameters to the CreateLayer operation. Creates a layer. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-create.html">How to Create a Layer</a>. <note> <para> You should use <b>CreateLayer</b> for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, <b>CreateLayer</b> fails. A stack can have an arbitrary number of custom layers, so you can call <b>CreateLayer</b> as many times as you like for that layer type. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key-value pairs to be added to the stack attributes. </para> <para> To create a cluster layer, set the <code>EcsClusterArn</code> attribute to the cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.AutoAssignElasticIps"> <summary> Gets and sets the property AutoAssignElasticIps. <para> Whether to automatically assign an <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP address</a> to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.AutoAssignPublicIps"> <summary> Gets and sets the property AutoAssignPublicIps. <para> For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.CustomInstanceProfileArn"> <summary> Gets and sets the property CustomInstanceProfileArn. <para> The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json-override.html"> Using Custom JSON</a>. This feature is supported as of version 1.7.42 of the AWS CLI. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.CustomRecipes"> <summary> Gets and sets the property CustomRecipes. <para> A <code>LayerCustomRecipes</code> object that specifies the layer custom recipes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.CustomSecurityGroupIds"> <summary> Gets and sets the property CustomSecurityGroupIds. <para> An array containing the layer custom security group IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.EnableAutoHealing"> <summary> Gets and sets the property EnableAutoHealing. <para> Whether to disable auto healing for the layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. To control when updates are installed, set this value to <code>false</code>. You must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or by manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> To ensure that your instances have the latest security updates, we strongly recommend using the default value of <code>true</code>. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.LifecycleEventConfiguration"> <summary> Gets and sets the property LifecycleEventConfiguration. <para> A <code>LifeCycleEventConfiguration</code> object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.Name"> <summary> Gets and sets the property Name. <para> The layer name, which is used by the console. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.Packages"> <summary> Gets and sets the property Packages. <para> An array of <code>Package</code> objects that describes the layer packages. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.Shortname"> <summary> Gets and sets the property Shortname. <para> For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'. </para> <para> The built-in layers' short names are defined by AWS OpsWorks. For more information, see the <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/layers.html">Layer Reference</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.StackId"> <summary> Gets and sets the property StackId. <para> The layer stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.Type"> <summary> Gets and sets the property Type. <para> The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.UseEbsOptimizedInstances"> <summary> Gets and sets the property UseEbsOptimizedInstances. <para> Whether to use Amazon EBS-optimized instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerRequest.VolumeConfigurations"> <summary> Gets and sets the property VolumeConfigurations. <para> A <code>VolumeConfigurations</code> object that describes the layer's Amazon EBS volumes. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateLayerResponse"> <summary> Configuration for accessing Amazon CreateLayer service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateLayerResult"> <summary> Contains the response to a <code>CreateLayer</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerResult.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateLayerResponse.CreateLayerResult"> <summary> Gets and sets the CreateLayerResult property. Represents the output of a CreateLayer operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateStackRequest"> <summary> Container for the parameters to the CreateStack operation. Creates a new stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-edit.html">Create a New Stack</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The default AWS OpsWorks agent version. You have the following options: </para> <ul> <li>Auto-update - Set this parameter to <code>LATEST</code>. AWS OpsWorks automatically installs new agent versions on the stack's instances as soon as they are available.</li> <li>Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. AWS OpsWorks then automatically installs that version on the stack's instances.</li> </ul> <para> The default setting is the most recent release of the agent. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call <a>DescribeAgentVersions</a>. </para> <note>You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key-value pairs to be added to the stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.ChefConfiguration"> <summary> Gets and sets the property ChefConfiguration. <para> A <code>ChefConfiguration</code> object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. When you create a stack we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 11.4. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.CustomCookbooksSource"> <summary> Gets and sets the property CustomCookbooksSource. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultAvailabilityZone"> <summary> Gets and sets the property DefaultAvailabilityZone. <para> The stack's default Availability Zone, which must be in the specified region. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see the <code>VpcId</code> parameter description. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultInstanceProfileArn"> <summary> Gets and sets the property DefaultInstanceProfileArn. <para> The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultOs"> <summary> Gets and sets the property DefaultOs. <para> The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance. You can specify one of the following. </para> <ul> <li>A supported Linux operating system: An Amazon Linux version, such as <code>Amazon Linux 2015.03</code>, <code>Red Hat Enterprise Linux 7</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li><code>Microsoft Windows Server 2012 R2 Base</code>.</li> <li>A custom AMI: <code>Custom</code>. You specify the custom AMI you want to use when you create instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html"> Using Custom AMIs</a>.</li> </ul> <para> The default option is the current Amazon Linux version. For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">AWS OpsWorks Operating Systems</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultRootDeviceType"> <summary> Gets and sets the property DefaultRootDeviceType. <para> The default root device type. This value is the default for all instances in the stack, but you can override it when you create an instance. The default option is <code>instance-store</code>. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultSshKeyName"> <summary> Gets and sets the property DefaultSshKeyName. <para> A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html"> Using SSH to Communicate with an Instance</a> and <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html"> create an instance</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.DefaultSubnetId"> <summary> Gets and sets the property DefaultSubnetId. <para> The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.HostnameTheme"> <summary> Gets and sets the property HostnameTheme. <para> The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are: </para> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <para> To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.Name"> <summary> Gets and sets the property Name. <para> The stack name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.Region"> <summary> Gets and sets the property Region. <para> The stack's AWS region, such as "us-east-1". For more information about Amazon regions, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.ServiceRoleArn"> <summary> Gets and sets the property ServiceRoleArn. <para> The stack's AWS Identity and Access Management (IAM) role, which allows AWS OpsWorks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.UseCustomCookbooks"> <summary> Gets and sets the property UseCustomCookbooks. <para> Whether the stack uses custom cookbooks. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.UseOpsworksSecurityGroups"> <summary> Gets and sets the property UseOpsworksSecurityGroups. <para> Whether to associate the AWS OpsWorks built-in security groups with the stack's layers. </para> <para> AWS OpsWorks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With <code>UseOpsworksSecurityGroups</code> you can instead provide your own custom security groups. <code>UseOpsworksSecurityGroups</code> has the following settings: </para> <ul> <li>True - AWS OpsWorks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it, but you cannot delete the built-in security group. </li> <li>False - AWS OpsWorks does not associate built-in security groups with layers. You must create appropriate EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on creation; custom security groups are required only for those layers that need custom settings. </li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackRequest.VpcId"> <summary> Gets and sets the property VpcId. <para> The ID of the VPC that the stack is to be launched into. The VPC must be in the stack's region. All instances are launched into this VPC. You cannot change the ID later. </para> <ul> <li>If your account supports EC2-Classic, the default value is <code>no VPC</code>.</li> <li>If your account does not support EC2-Classic, the default value is the default VPC for the specified region.</li> </ul> <para> If the VPC ID corresponds to a default VPC and you have specified either the <code>DefaultAvailabilityZone</code> or the <code>DefaultSubnetId</code> parameter only, AWS OpsWorks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively. </para> <para> If you specify a nondefault VPC ID, note the following: </para> <ul> <li>It must belong to a VPC in your account that is in the specified region.</li> <li>You must specify a value for <code>DefaultSubnetId</code>.</li> </ul> <para> For more information on how to use AWS OpsWorks with a VPC, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html">Running a Stack in a VPC</a>. For more information on default VPC and EC2-Classic, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported Platforms</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateStackResponse"> <summary> Configuration for accessing Amazon CreateStack service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateStackResult"> <summary> Contains the response to a <code>CreateStack</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackResult.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID, which is an opaque string that you use to identify the stack when performing actions such as <code>DescribeStacks</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateStackResponse.CreateStackResult"> <summary> Gets and sets the CreateStackResult property. Represents the output of a CreateStack operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateUserProfileRequest"> <summary> Container for the parameters to the CreateUserProfile operation. Creates a new user profile. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileRequest.AllowSelfManagement"> <summary> Gets and sets the property AllowSelfManagement. <para> Whether users can specify their own SSH public key through the My Settings page. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html">Setting an IAM User's Public SSH Key</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileRequest.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileRequest.SshPublicKey"> <summary> Gets and sets the property SshPublicKey. <para> The user's public SSH key. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileRequest.SshUsername"> <summary> Gets and sets the property SshUsername. <para> The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks removes them. For example, <code>my.name</code> will be changed to <code>myname</code>. If you do not specify an SSH user name, AWS OpsWorks generates one from the IAM user name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateUserProfileResponse"> <summary> Configuration for accessing Amazon CreateUserProfile service </summary> </member> <member name="T:Amazon.OpsWorks.Model.CreateUserProfileResult"> <summary> Contains the response to a <code>CreateUserProfile</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileResult.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.CreateUserProfileResponse.CreateUserProfileResult"> <summary> Gets and sets the CreateUserProfileResult property. Represents the output of a CreateUserProfile operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DataSource"> <summary> Describes an app's data source. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DataSource.Arn"> <summary> Gets and sets the property Arn. <para> The data source's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DataSource.DatabaseName"> <summary> Gets and sets the property DatabaseName. <para> The database name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DataSource.Type"> <summary> Gets and sets the property Type. <para> The data source's type, <code>AutoSelectOpsworksMysqlInstance</code>, <code>OpsworksMysqlInstance</code>, or <code>RdsDbInstance</code>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeleteAppRequest"> <summary> Container for the parameters to the DeleteApp operation. Deletes a specified app. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteAppRequest.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeleteInstanceRequest"> <summary> Container for the parameters to the DeleteInstance operation. Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it. <para> For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-delete.html">Deleting Instances</a>. </para> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteInstanceRequest.DeleteElasticIp"> <summary> Gets and sets the property DeleteElasticIp. <para> Whether to delete the instance Elastic IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteInstanceRequest.DeleteVolumes"> <summary> Gets and sets the property DeleteVolumes. <para> Whether to delete the instance's Amazon EBS volumes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeleteLayerRequest"> <summary> Container for the parameters to the DeleteLayer operation. Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-delete.html">How to Delete a Layer</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteLayerRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeleteStackRequest"> <summary> Container for the parameters to the DeleteStack operation. Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-shutting.html">Shut Down a Stack</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteStackRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeleteUserProfileRequest"> <summary> Container for the parameters to the DeleteUserProfile operation. Deletes a user profile. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeleteUserProfileRequest.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Deployment"> <summary> Describes a deployment of a stack or app. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.Command"> <summary> Gets and sets the property Command. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.Comment"> <summary> Gets and sets the property Comment. <para> A user-defined comment. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.CompletedAt"> <summary> Gets and sets the property CompletedAt. <para> Date when the deployment completed. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> Date when the deployment was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format and must escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.DeploymentId"> <summary> Gets and sets the property DeploymentId. <para> The deployment ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.Duration"> <summary> Gets and sets the property Duration. <para> The deployment duration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> The IDs of the target instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Deployment.Status"> <summary> Gets and sets the property Status. <para> The deployment status: </para> <ul> <li>running</li> <li>successful</li> <li>failed</li> </ul> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeploymentCommand"> <summary> Used to specify a stack or deployment command. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeploymentCommand.Args"> <summary> Gets and sets the property Args. <para> The arguments of those commands that take arguments. It should be set to a JSON object with the following format: </para> <para> <code>{"arg_name1" : ["value1", "value2", ...], "arg_name2" : ["value1", "value2", ...], ...}</code> </para> <para> The <code>update_dependencies</code> command takes two arguments: </para> <ul> <li><code>upgrade_os_to</code> - Specifies the desired Amazon Linux version for instances whose OS you want to upgrade, such as <code>Amazon Linux 2014.09</code>. You must also set the <code>allow_reboot</code> argument to true.</li> <li><code>allow_reboot</code> - Specifies whether to allow AWS OpsWorks to reboot the instances if necessary, after installing the updates. This argument can be set to either <code>true</code> or <code>false</code>. The default value is <code>false</code>.</li> </ul> <para> For example, to upgrade an instance to Amazon Linux 2014.09, set <code>Args</code> to the following. </para> <code> { "upgrade_os_to":["Amazon Linux 2014.09"], "allow_reboot":["true"] } </code> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeploymentCommand.Name"> <summary> Gets and sets the property Name. <para> Specifies the operation. You can specify only one command. </para> <para> For stacks, the following commands are available: </para> <ul> <li><code>execute_recipes</code>: Execute one or more recipes. To specify the recipes, set an <code>Args</code> parameter named <code>recipes</code> to the list of recipes to be executed. For example, to execute <code>phpapp::appsetup</code>, set <code>Args</code> to <code>{"recipes":["phpapp::appsetup"]}</code>.</li> <li><code>install_dependencies</code>: Install the stack's dependencies.</li> <li><code>update_custom_cookbooks</code>: Update the stack's custom cookbooks.</li> <li><code>update_dependencies</code>: Update the stack's dependencies.</li> </ul> <note>The update_dependencies and install_dependencies commands are supported only for Linux instances. You can run the commands successfully on Windows instances, but they do nothing.</note> <para> For apps, the following commands are available: </para> <ul> <li><code>deploy</code>: Deploy an app. Ruby on Rails apps have an optional <code>Args</code> parameter named <code>migrate</code>. Set <code>Args</code> to {"migrate":["true"]} to migrate the database. The default setting is {"migrate":["false"]}.</li> <li><code>rollback</code> Roll the app back to the previous version. When you update an app, AWS OpsWorks stores the previous version, up to a maximum of five versions. You can use this command to roll an app back as many as four versions.</li> <li><code>start</code>: Start the app's web or application server.</li> <li><code>stop</code>: Stop the app's web or application server.</li> <li><code>restart</code>: Restart the app's web or application server.</li> <li><code>undeploy</code>: Undeploy the app.</li> </ul> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeregisterEcsClusterRequest"> <summary> Container for the parameters to the DeregisterEcsCluster operation. Deregisters a specified Amazon ECS cluster from a stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-ecscluster.html#workinglayers-ecscluster-delete"> Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html"/>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeregisterEcsClusterRequest.EcsClusterArn"> <summary> Gets and sets the property EcsClusterArn. <para> The cluster's ARN. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeregisterElasticIpRequest"> <summary> Container for the parameters to the DeregisterElasticIp operation. Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeregisterElasticIpRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeregisterInstanceRequest"> <summary> Container for the parameters to the DeregisterInstance operation. Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeregisterInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest"> <summary> Container for the parameters to the DeregisterRdsDbInstance operation. Deregisters an Amazon RDS instance. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest.RdsDbInstanceArn"> <summary> Gets and sets the property RdsDbInstanceArn. <para> The Amazon RDS instance's ARN. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DeregisterVolumeRequest"> <summary> Container for the parameters to the DeregisterVolume operation. Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DeregisterVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAgentVersionsRequest"> <summary> Container for the parameters to the DescribeAgentVersions operation. Describes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager. <code>DescribeAgentVersions</code> returns a list of available agent versions for the specified stack or configuration manager. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAgentVersionsRequest.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAgentVersionsRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAgentVersionsResponse"> <summary> Configuration for accessing Amazon DescribeAgentVersions service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAgentVersionsResult"> <summary> Contains the response to a <code>DescribeAgentVersions</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAgentVersionsResult.AgentVersions"> <summary> Gets and sets the property AgentVersions. <para> The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAgentVersionsResponse.DescribeAgentVersionsResult"> <summary> Gets and sets the DescribeAgentVersionsResult property. Represents the output of a DescribeAgentVersions operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAppsRequest"> <summary> Container for the parameters to the DescribeApps operation. Requests a description of a specified set of apps. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAppsRequest.AppIds"> <summary> Gets and sets the property AppIds. <para> An array of app IDs for the apps to be described. If you use this parameter, <code>DescribeApps</code> returns a description of the specified apps. Otherwise, it returns a description of every app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAppsRequest.StackId"> <summary> Gets and sets the property StackId. <para> The app stack ID. If you use this parameter, <code>DescribeApps</code> returns a description of the apps in the specified stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAppsResponse"> <summary> Configuration for accessing Amazon DescribeApps service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeAppsResult"> <summary> Contains the response to a <code>DescribeApps</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAppsResult.Apps"> <summary> Gets and sets the property Apps. <para> An array of <code>App</code> objects that describe the specified apps. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeAppsResponse.DescribeAppsResult"> <summary> Gets and sets the DescribeAppsResult property. Represents the output of a DescribeApps operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeCommandsRequest"> <summary> Container for the parameters to the DescribeCommands operation. Describes the results of specified commands. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeCommandsRequest.CommandIds"> <summary> Gets and sets the property CommandIds. <para> An array of command IDs. If you include this parameter, <code>DescribeCommands</code> returns a description of the specified commands. Otherwise, it returns a description of every command. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeCommandsRequest.DeploymentId"> <summary> Gets and sets the property DeploymentId. <para> The deployment ID. If you include this parameter, <code>DescribeCommands</code> returns a description of the commands associated with the specified deployment. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeCommandsRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. If you include this parameter, <code>DescribeCommands</code> returns a description of the commands associated with the specified instance. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeCommandsResponse"> <summary> Configuration for accessing Amazon DescribeCommands service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeCommandsResult"> <summary> Contains the response to a <code>DescribeCommands</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeCommandsResult.Commands"> <summary> Gets and sets the property Commands. <para> An array of <code>Command</code> objects that describe each of the specified commands. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeCommandsResponse.DescribeCommandsResult"> <summary> Gets and sets the DescribeCommandsResult property. Represents the output of a DescribeCommands operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeDeploymentsRequest"> <summary> Container for the parameters to the DescribeDeployments operation. Requests a description of a specified set of deployments. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeDeploymentsRequest.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. If you include this parameter, <code>DescribeDeployments</code> returns a description of the commands associated with the specified app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeDeploymentsRequest.DeploymentIds"> <summary> Gets and sets the property DeploymentIds. <para> An array of deployment IDs to be described. If you include this parameter, <code>DescribeDeployments</code> returns a description of the specified deployments. Otherwise, it returns a description of every deployment. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeDeploymentsRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. If you include this parameter, <code>DescribeDeployments</code> returns a description of the commands associated with the specified stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeDeploymentsResponse"> <summary> Configuration for accessing Amazon DescribeDeployments service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeDeploymentsResult"> <summary> Contains the response to a <code>DescribeDeployments</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeDeploymentsResult.Deployments"> <summary> Gets and sets the property Deployments. <para> An array of <code>Deployment</code> objects that describe the deployments. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeDeploymentsResponse.DescribeDeploymentsResult"> <summary> Gets and sets the DescribeDeploymentsResult property. Represents the output of a DescribeDeployments operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeEcsClustersRequest"> <summary> Container for the parameters to the DescribeEcsClusters operation. Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the <code>MaxResults</code> and <code>NextToken</code> parameters to paginate the response. However, AWS OpsWorks currently supports only one cluster per layer, so the result set has a maximum of one element. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersRequest.EcsClusterArns"> <summary> Gets and sets the property EcsClusterArns. <para> A list of ARNs, one for each cluster to be described. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersRequest.MaxResults"> <summary> Gets and sets the property MaxResults. <para> To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a <code>NextToken</code> value that you can assign to the <code>NextToken</code> request parameter to get the next set of results. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersRequest.NextToken"> <summary> Gets and sets the property NextToken. <para> If the previous paginated request did not return all of the remaining results, the response object's<code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>DescribeEcsClusters</code> again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersRequest.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. <code>DescribeEcsClusters</code> returns a description of the cluster that is registered with the stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeEcsClustersResponse"> <summary> Configuration for accessing Amazon DescribeEcsClusters service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeEcsClustersResult"> <summary> Contains the response to a <code>DescribeEcsClusters</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersResult.EcsClusters"> <summary> Gets and sets the property EcsClusters. <para> A list of <code>EcsCluster</code> objects containing the cluster descriptions. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersResult.NextToken"> <summary> Gets and sets the property NextToken. <para> If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's <code>NextToken</code> parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to <code>null</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeEcsClustersResponse.DescribeEcsClustersResult"> <summary> Gets and sets the DescribeEcsClustersResult property. Represents the output of a DescribeEcsClusters operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticIpsRequest"> <summary> Container for the parameters to the DescribeElasticIps operation. Describes <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP addresses</a>. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticIpsRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. If you include this parameter, <code>DescribeElasticIps</code> returns a description of the Elastic IP addresses associated with the specified instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticIpsRequest.Ips"> <summary> Gets and sets the property Ips. <para> An array of Elastic IP addresses to be described. If you include this parameter, <code>DescribeElasticIps</code> returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticIpsRequest.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. If you include this parameter, <code>DescribeElasticIps</code> returns a description of the Elastic IP addresses that are registered with the specified stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticIpsResponse"> <summary> Configuration for accessing Amazon DescribeElasticIps service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticIpsResult"> <summary> Contains the response to a <code>DescribeElasticIps</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticIpsResult.ElasticIps"> <summary> Gets and sets the property ElasticIps. <para> An <code>ElasticIps</code> object that describes the specified Elastic IP addresses. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticIpsResponse.DescribeElasticIpsResult"> <summary> Gets and sets the DescribeElasticIpsResult property. Represents the output of a DescribeElasticIps operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest"> <summary> Container for the parameters to the DescribeElasticLoadBalancers operation. Describes a stack's Elastic Load Balancing instances. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. The action describes the stack's Elastic Load Balancing instances. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResponse"> <summary> Configuration for accessing Amazon DescribeElasticLoadBalancers service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResult"> <summary> Contains the response to a <code>DescribeElasticLoadBalancers</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResult.ElasticLoadBalancers"> <summary> Gets and sets the property ElasticLoadBalancers. <para> A list of <code>ElasticLoadBalancer</code> objects that describe the specified Elastic Load Balancing instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResponse.DescribeElasticLoadBalancersResult"> <summary> Gets and sets the DescribeElasticLoadBalancersResult property. Represents the output of a DescribeElasticLoadBalancers operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeInstancesRequest"> <summary> Container for the parameters to the DescribeInstances operation. Requests a description of a set of instances. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeInstancesRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> An array of instance IDs to be described. If you use this parameter, <code>DescribeInstances</code> returns a description of the specified instances. Otherwise, it returns a description of every instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeInstancesRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> A layer ID. If you use this parameter, <code>DescribeInstances</code> returns descriptions of the instances associated with the specified layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeInstancesRequest.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. If you use this parameter, <code>DescribeInstances</code> returns descriptions of the instances associated with the specified stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeInstancesResponse"> <summary> Configuration for accessing Amazon DescribeInstances service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeInstancesResult"> <summary> Contains the response to a <code>DescribeInstances</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeInstancesResult.Instances"> <summary> Gets and sets the property Instances. <para> An array of <code>Instance</code> objects that describe the instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeInstancesResponse.DescribeInstancesResult"> <summary> Gets and sets the DescribeInstancesResult property. Represents the output of a DescribeInstances operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLayersRequest"> <summary> Container for the parameters to the DescribeLayers operation. Requests a description of one or more layers in a specified stack. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLayersRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> An array of layer IDs that specify the layers to be described. If you omit this parameter, <code>DescribeLayers</code> returns a description of every layer in the specified stack. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLayersRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLayersResponse"> <summary> Configuration for accessing Amazon DescribeLayers service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLayersResult"> <summary> Contains the response to a <code>DescribeLayers</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLayersResult.Layers"> <summary> Gets and sets the property Layers. <para> An array of <code>Layer</code> objects that describe the layers. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLayersResponse.DescribeLayersResult"> <summary> Gets and sets the DescribeLayersResult property. Represents the output of a DescribeLayers operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest"> <summary> Container for the parameters to the DescribeLoadBasedAutoScaling operation. Describes load-based auto scaling configurations for specified layers. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> An array of layer IDs. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResponse"> <summary> Configuration for accessing Amazon DescribeLoadBasedAutoScaling service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResult"> <summary> Contains the response to a <code>DescribeLoadBasedAutoScaling</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResult.LoadBasedAutoScalingConfigurations"> <summary> Gets and sets the property LoadBasedAutoScalingConfigurations. <para> An array of <code>LoadBasedAutoScalingConfiguration</code> objects that describe each layer's configuration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResponse.DescribeLoadBasedAutoScalingResult"> <summary> Gets and sets the DescribeLoadBasedAutoScalingResult property. Represents the output of a DescribeLoadBasedAutoScaling operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeMyUserProfileRequest"> <summary> Container for the parameters to the DescribeMyUserProfile operation. Describes a user's SSH information. <para> <b>Required Permissions</b>: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeMyUserProfileResponse"> <summary> Configuration for accessing Amazon DescribeMyUserProfile service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeMyUserProfileResult"> <summary> Contains the response to a <code>DescribeMyUserProfile</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeMyUserProfileResult.UserProfile"> <summary> Gets and sets the property UserProfile. <para> A <code>UserProfile</code> object that describes the user's SSH information. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeMyUserProfileResponse.DescribeMyUserProfileResult"> <summary> Gets and sets the DescribeMyUserProfileResult property. Represents the output of a DescribeMyUserProfile operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribePermissionsRequest"> <summary> Container for the parameters to the DescribePermissions operation. Describes the permissions for a specified stack. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribePermissionsRequest.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribePermissionsRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribePermissionsResponse"> <summary> Configuration for accessing Amazon DescribePermissions service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribePermissionsResult"> <summary> Contains the response to a <code>DescribePermissions</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribePermissionsResult.Permissions"> <summary> Gets and sets the property Permissions. <para> An array of <code>Permission</code> objects that describe the stack permissions. </para> <ul> <li>If the request object contains only a stack ID, the array contains a <code>Permission</code> object with permissions for each of the stack IAM ARNs.</li> <li>If the request object contains only an IAM ARN, the array contains a <code>Permission</code> object with permissions for each of the user's stack IDs.</li> <li>If the request contains a stack ID and an IAM ARN, the array contains a single <code>Permission</code> object with permissions for the specified stack and IAM ARN.</li> </ul> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribePermissionsResponse.DescribePermissionsResult"> <summary> Gets and sets the DescribePermissionsResult property. Represents the output of a DescribePermissions operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRaidArraysRequest"> <summary> Container for the parameters to the DescribeRaidArrays operation. Describe an instance's RAID arrays. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRaidArraysRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. If you use this parameter, <code>DescribeRaidArrays</code> returns descriptions of the RAID arrays associated with the specified instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRaidArraysRequest.RaidArrayIds"> <summary> Gets and sets the property RaidArrayIds. <para> An array of RAID array IDs. If you use this parameter, <code>DescribeRaidArrays</code> returns descriptions of the specified arrays. Otherwise, it returns a description of every array. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRaidArraysRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRaidArraysResponse"> <summary> Configuration for accessing Amazon DescribeRaidArrays service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRaidArraysResult"> <summary> Contains the response to a <code>DescribeRaidArrays</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRaidArraysResult.RaidArrays"> <summary> Gets and sets the property RaidArrays. <para> A <code>RaidArrays</code> object that describes the specified RAID arrays. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRaidArraysResponse.DescribeRaidArraysResult"> <summary> Gets and sets the DescribeRaidArraysResult property. Represents the output of a DescribeRaidArrays operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest"> <summary> Container for the parameters to the DescribeRdsDbInstances operation. Describes Amazon RDS instances. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest.RdsDbInstanceArns"> <summary> Gets and sets the property RdsDbInstanceArns. <para> An array containing the ARNs of the instances to be described. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse"> <summary> Configuration for accessing Amazon DescribeRdsDbInstances service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeRdsDbInstancesResult"> <summary> Contains the response to a <code>DescribeRdsDbInstances</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRdsDbInstancesResult.RdsDbInstances"> <summary> Gets and sets the property RdsDbInstances. <para> An a array of <code>RdsDbInstance</code> objects that describe the instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse.DescribeRdsDbInstancesResult"> <summary> Gets and sets the DescribeRdsDbInstancesResult property. Represents the output of a DescribeRdsDbInstances operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeServiceErrorsRequest"> <summary> Container for the parameters to the DescribeServiceErrors operation. Describes AWS OpsWorks service errors. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeServiceErrorsRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. If you use this parameter, <code>DescribeServiceErrors</code> returns descriptions of the errors associated with the specified instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeServiceErrorsRequest.ServiceErrorIds"> <summary> Gets and sets the property ServiceErrorIds. <para> An array of service error IDs. If you use this parameter, <code>DescribeServiceErrors</code> returns descriptions of the specified errors. Otherwise, it returns a description of every error. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeServiceErrorsRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. If you use this parameter, <code>DescribeServiceErrors</code> returns descriptions of the errors associated with the specified stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeServiceErrorsResponse"> <summary> Configuration for accessing Amazon DescribeServiceErrors service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeServiceErrorsResult"> <summary> Contains the response to a <code>DescribeServiceErrors</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeServiceErrorsResult.ServiceErrors"> <summary> Gets and sets the property ServiceErrors. <para> An array of <code>ServiceError</code> objects that describe the specified service errors. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeServiceErrorsResponse.DescribeServiceErrorsResult"> <summary> Gets and sets the DescribeServiceErrorsResult property. Represents the output of a DescribeServiceErrors operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest"> <summary> Container for the parameters to the DescribeStackProvisioningParameters operation. Requests a description of a stack's provisioning parameters. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse"> <summary> Configuration for accessing Amazon DescribeStackProvisioningParameters service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResult"> <summary> Contains the response to a <code>DescribeStackProvisioningParameters</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResult.AgentInstallerUrl"> <summary> Gets and sets the property AgentInstallerUrl. <para> The AWS OpsWorks agent installer's URL. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResult.Parameters"> <summary> Gets and sets the property Parameters. <para> An embedded object that contains the provisioning parameters. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse.DescribeStackProvisioningParametersResult"> <summary> Gets and sets the DescribeStackProvisioningParametersResult property. Represents the output of a DescribeStackProvisioningParameters operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStacksRequest"> <summary> Container for the parameters to the DescribeStacks operation. Requests a description of one or more stacks. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStacksRequest.StackIds"> <summary> Gets and sets the property StackIds. <para> An array of stack IDs that specify the stacks to be described. If you omit this parameter, <code>DescribeStacks</code> returns a description of every stack. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStacksResponse"> <summary> Configuration for accessing Amazon DescribeStacks service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStacksResult"> <summary> Contains the response to a <code>DescribeStacks</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStacksResult.Stacks"> <summary> Gets and sets the property Stacks. <para> An array of <code>Stack</code> objects that describe the stacks. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStacksResponse.DescribeStacksResult"> <summary> Gets and sets the DescribeStacksResult property. Represents the output of a DescribeStacks operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackSummaryRequest"> <summary> Container for the parameters to the DescribeStackSummary operation. Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as <code>running_setup</code> or <code>online</code>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackSummaryRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackSummaryResponse"> <summary> Configuration for accessing Amazon DescribeStackSummary service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeStackSummaryResult"> <summary> Contains the response to a <code>DescribeStackSummary</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackSummaryResult.StackSummary"> <summary> Gets and sets the property StackSummary. <para> A <code>StackSummary</code> object that contains the results. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeStackSummaryResponse.DescribeStackSummaryResult"> <summary> Gets and sets the DescribeStackSummaryResult property. Represents the output of a DescribeStackSummary operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest"> <summary> Container for the parameters to the DescribeTimeBasedAutoScaling operation. Describes time-based auto scaling configurations for specified instances. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest.InstanceIds"> <summary> Gets and sets the property InstanceIds. <para> An array of instance IDs. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResponse"> <summary> Configuration for accessing Amazon DescribeTimeBasedAutoScaling service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResult"> <summary> Contains the response to a <code>DescribeTimeBasedAutoScaling</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResult.TimeBasedAutoScalingConfigurations"> <summary> Gets and sets the property TimeBasedAutoScalingConfigurations. <para> An array of <code>TimeBasedAutoScalingConfiguration</code> objects that describe the configuration for the specified instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResponse.DescribeTimeBasedAutoScalingResult"> <summary> Gets and sets the DescribeTimeBasedAutoScalingResult property. Represents the output of a DescribeTimeBasedAutoScaling operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeUserProfilesRequest"> <summary> Container for the parameters to the DescribeUserProfiles operation. Describe specified users. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeUserProfilesRequest.IamUserArns"> <summary> Gets and sets the property IamUserArns. <para> An array of IAM user ARNs that identify the users to be described. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeUserProfilesResponse"> <summary> Configuration for accessing Amazon DescribeUserProfiles service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeUserProfilesResult"> <summary> Contains the response to a <code>DescribeUserProfiles</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeUserProfilesResult.UserProfiles"> <summary> Gets and sets the property UserProfiles. <para> A <code>Users</code> object that describes the specified users. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeUserProfilesResponse.DescribeUserProfilesResult"> <summary> Gets and sets the DescribeUserProfilesResult property. Represents the output of a DescribeUserProfiles operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeVolumesRequest"> <summary> Container for the parameters to the DescribeVolumes operation. Describes an instance's Amazon EBS volumes. <note> <para> You must specify at least one of the parameters. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. If you use this parameter, <code>DescribeVolumes</code> returns descriptions of the volumes associated with the specified instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesRequest.RaidArrayId"> <summary> Gets and sets the property RaidArrayId. <para> The RAID array ID. If you use this parameter, <code>DescribeVolumes</code> returns descriptions of the volumes associated with the specified RAID array. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesRequest.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. The action describes the stack's registered Amazon EBS volumes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesRequest.VolumeIds"> <summary> Gets and sets the property VolumeIds. <para> Am array of volume IDs. If you use this parameter, <code>DescribeVolumes</code> returns descriptions of the specified volumes. Otherwise, it returns a description of every volume. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeVolumesResponse"> <summary> Configuration for accessing Amazon DescribeVolumes service </summary> </member> <member name="T:Amazon.OpsWorks.Model.DescribeVolumesResult"> <summary> Contains the response to a <code>DescribeVolumes</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesResult.Volumes"> <summary> Gets and sets the property Volumes. <para> An array of volume IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DescribeVolumesResponse.DescribeVolumesResult"> <summary> Gets and sets the DescribeVolumesResult property. Represents the output of a DescribeVolumes operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest"> <summary> Container for the parameters to the DetachElasticLoadBalancer operation. Detaches a specified Elastic Load Balancing instance from its layer. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest.ElasticLoadBalancerName"> <summary> Gets and sets the property ElasticLoadBalancerName. <para> The Elastic Load Balancing instance's name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The ID of the layer that the Elastic Load Balancing instance is attached to. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.DisassociateElasticIpRequest"> <summary> Container for the parameters to the DisassociateElasticIp operation. Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.DisassociateElasticIpRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP address. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.EbsBlockDevice"> <summary> Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html">EbsBlockDevice</a> data type. </summary> </member> <member name="P:Amazon.OpsWorks.Model.EbsBlockDevice.DeleteOnTermination"> <summary> Gets and sets the property DeleteOnTermination. <para> Whether the volume is deleted on instance termination. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EbsBlockDevice.Iops"> <summary> Gets and sets the property Iops. <para> The number of I/O operations per second (IOPS) that the volume supports. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html">EbsBlockDevice</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EbsBlockDevice.SnapshotId"> <summary> Gets and sets the property SnapshotId. <para> The snapshot ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EbsBlockDevice.VolumeSize"> <summary> Gets and sets the property VolumeSize. <para> The volume size, in GiB. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html">EbsBlockDevice</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EbsBlockDevice.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type. <code>gp2</code> for General Purpose (SSD) volumes, <code>io1</code> for Provisioned IOPS (SSD) volumes, and <code>standard</code> for Magnetic volumes. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.EcsCluster"> <summary> Describes a registered Amazon ECS cluster. </summary> </member> <member name="P:Amazon.OpsWorks.Model.EcsCluster.EcsClusterArn"> <summary> Gets and sets the property EcsClusterArn. <para> The cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EcsCluster.EcsClusterName"> <summary> Gets and sets the property EcsClusterName. <para> The cluster name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EcsCluster.RegisteredAt"> <summary> Gets and sets the property RegisteredAt. <para> The time and date that the cluster was registered with the stack. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EcsCluster.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ElasticIp"> <summary> Describes an Elastic IP address. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticIp.Domain"> <summary> Gets and sets the property Domain. <para> The domain. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticIp.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The ID of the instance that the address is attached to. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticIp.Ip"> <summary> Gets and sets the property Ip. <para> The IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticIp.Name"> <summary> Gets and sets the property Name. <para> The name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticIp.Region"> <summary> Gets and sets the property Region. <para> The AWS region. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ElasticLoadBalancer"> <summary> Describes an Elastic Load Balancing instance. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> A list of Availability Zones. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.DnsName"> <summary> Gets and sets the property DnsName. <para> The instance's public DNS name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.Ec2InstanceIds"> <summary> Gets and sets the property Ec2InstanceIds. <para> A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.ElasticLoadBalancerName"> <summary> Gets and sets the property ElasticLoadBalancerName. <para> The Elastic Load Balancing instance's name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.LayerId"> <summary> Gets and sets the property LayerId. <para> The ID of the layer that the instance is attached to. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.Region"> <summary> Gets and sets the property Region. <para> The instance's AWS region. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.StackId"> <summary> Gets and sets the property StackId. <para> The ID of the stack that the instance is associated with. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> A list of subnet IDs, if the stack is running in a VPC. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ElasticLoadBalancer.VpcId"> <summary> Gets and sets the property VpcId. <para> The VPC ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.EnvironmentVariable"> <summary> Represents an app's environment variable. </summary> </member> <member name="P:Amazon.OpsWorks.Model.EnvironmentVariable.Key"> <summary> Gets and sets the property Key. <para> (Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EnvironmentVariable.Secure"> <summary> Gets and sets the property Secure. <para> (Optional) Whether the variable's value will be returned by the <a>DescribeApps</a> action. To conceal an environment variable's value, set <code>Secure</code> to <code>true</code>. <code>DescribeApps</code> then returns <code>*****FILTERED*****</code> instead of the actual value. The default value for <code>Secure</code> is <code>false</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.EnvironmentVariable.Value"> <summary> Gets and sets the property Value. <para> (Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.GetHostnameSuggestionRequest"> <summary> Container for the parameters to the GetHostnameSuggestion operation. Gets a generated host name for the specified layer, based on the current host name theme. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GetHostnameSuggestionRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.GetHostnameSuggestionResponse"> <summary> Configuration for accessing Amazon GetHostnameSuggestion service </summary> </member> <member name="T:Amazon.OpsWorks.Model.GetHostnameSuggestionResult"> <summary> Contains the response to a <code>GetHostnameSuggestion</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.GetHostnameSuggestionResult.Hostname"> <summary> Gets and sets the property Hostname. <para> The generated host name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GetHostnameSuggestionResult.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GetHostnameSuggestionResponse.GetHostnameSuggestionResult"> <summary> Gets and sets the GetHostnameSuggestionResult property. Represents the output of a GetHostnameSuggestion operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.GrantAccessRequest"> <summary> Container for the parameters to the GrantAccess operation. <note>This action can be used only with Windows stacks.</note> <para> Grants RDP access to a Windows instance for a specified time period. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GrantAccessRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance's AWS OpsWorks ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GrantAccessRequest.ValidForInMinutes"> <summary> Gets and sets the property ValidForInMinutes. <para> The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.GrantAccessResponse"> <summary> Configuration for accessing Amazon GrantAccess service </summary> </member> <member name="T:Amazon.OpsWorks.Model.GrantAccessResult"> <summary> Contains the response to a <code>GrantAccess</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.GrantAccessResult.TemporaryCredential"> <summary> Gets and sets the property TemporaryCredential. <para> A <code>TemporaryCredential</code> object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.GrantAccessResponse.GrantAccessResult"> <summary> Gets and sets the GrantAccessResult property. Represents the output of a GrantAccess operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.Instance"> <summary> Describes an instance. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The agent version. This parameter is set to <code>INHERIT</code> if the instance inherits the default stack setting or to a a version number for a fixed agent version. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.AmiId"> <summary> Gets and sets the property AmiId. <para> A custom AMI ID to be used to create the instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Instances</a> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Architecture"> <summary> Gets and sets the property Architecture. <para> The instance architecture: "i386" or "x86_64". </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.AutoScalingType"> <summary> Gets and sets the property AutoScalingType. <para> For load-based or time-based instances, the type. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The instance Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.BlockDeviceMappings"> <summary> Gets and sets the property BlockDeviceMappings. <para> An array of <code>BlockDeviceMapping</code> objects that specify the instance's block device mappings. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> The time that the instance was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> Whether this is an Amazon EBS-optimized instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Ec2InstanceId"> <summary> Gets and sets the property Ec2InstanceId. <para> The ID of the associated Amazon EC2 instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.EcsClusterArn"> <summary> Gets and sets the property EcsClusterArn. <para> For container instances, the Amazon ECS cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.EcsContainerInstanceArn"> <summary> Gets and sets the property EcsContainerInstanceArn. <para> For container instances, the instance's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The instance <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP address </a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Hostname"> <summary> Gets and sets the property Hostname. <para> The instance host name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.InfrastructureClass"> <summary> Gets and sets the property InfrastructureClass. <para> For registered instances, the infrastructure class: <code>ec2</code> or <code>on-premises</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. If this value is set to <code>false</code>, you must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or by manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> We strongly recommend using the default value of <code>true</code>, to ensure that your instances have the latest security updates. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.InstanceProfileArn"> <summary> Gets and sets the property InstanceProfileArn. <para> The ARN of the instance's IAM profile. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type, such as <code>t2.micro</code>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.LastServiceErrorId"> <summary> Gets and sets the property LastServiceErrorId. <para> The ID of the last service error. For more information, call <a>DescribeServiceErrors</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.LayerIds"> <summary> Gets and sets the property LayerIds. <para> An array containing the instance layer IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Os"> <summary> Gets and sets the property Os. <para> The instance's operating system. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Platform"> <summary> Gets and sets the property Platform. <para> The instance's platform. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.PrivateDns"> <summary> Gets and sets the property PrivateDns. <para> The The instance's private DNS name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.PrivateIp"> <summary> Gets and sets the property PrivateIp. <para> The instance's private IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.PublicDns"> <summary> Gets and sets the property PublicDns. <para> The instance public DNS name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The instance public IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.RegisteredBy"> <summary> Gets and sets the property RegisteredBy. <para> For registered instances, who performed the registration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.ReportedAgentVersion"> <summary> Gets and sets the property ReportedAgentVersion. <para> The instance's reported AWS OpsWorks agent version. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.ReportedOs"> <summary> Gets and sets the property ReportedOs. <para> For registered instances, the reported operating system. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.RootDeviceType"> <summary> Gets and sets the property RootDeviceType. <para> The instance's root device type. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.RootDeviceVolumeId"> <summary> Gets and sets the property RootDeviceVolumeId. <para> The root device volume ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.SecurityGroupIds"> <summary> Gets and sets the property SecurityGroupIds. <para> An array containing the instance security group IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.SshHostDsaKeyFingerprint"> <summary> Gets and sets the property SshHostDsaKeyFingerprint. <para> The SSH key's Deep Security Agent (DSA) fingerprint. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.SshHostRsaKeyFingerprint"> <summary> Gets and sets the property SshHostRsaKeyFingerprint. <para> The SSH key's RSA fingerprint. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.SshKeyName"> <summary> Gets and sets the property SshKeyName. <para> The instance's Amazon EC2 key-pair name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.Status"> <summary> Gets and sets the property Status. <para> The instance status: </para> <ul> <li> <code>booting</code> </li> <li> <code>connection_lost</code> </li> <li> <code>online</code> </li> <li> <code>pending</code> </li> <li> <code>rebooting</code> </li> <li> <code>requested</code> </li> <li> <code>running_setup</code> </li> <li> <code>setup_failed</code> </li> <li> <code>shutting_down</code> </li> <li> <code>start_failed</code> </li> <li> <code>stopped</code> </li> <li> <code>stopping</code> </li> <li> <code>terminated</code> </li> <li> <code>terminating</code> </li> </ul> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.SubnetId"> <summary> Gets and sets the property SubnetId. <para> The instance's subnet ID; applicable only if the stack is running in a VPC. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Instance.VirtualizationType"> <summary> Gets and sets the property VirtualizationType. <para> The instance's virtualization type: <code>paravirtual</code> or <code>hvm</code>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.InstanceIdentity"> <summary> Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see <a href="http://docs.aws.amazon.com/sdkfornet/latest/apidocs/Index.html">Instance Metadata and User Data</a>. </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstanceIdentity.Document"> <summary> Gets and sets the property Document. <para> A JSON document that contains the metadata. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstanceIdentity.Signature"> <summary> Gets and sets the property Signature. <para> A signature that can be used to verify the document's accuracy and authenticity. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.InstancesCount"> <summary> Describes how many instances a stack has for each status. </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Assigning"> <summary> Gets and sets the property Assigning. <para> The number of instances in the Assigning state. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Booting"> <summary> Gets and sets the property Booting. <para> The number of instances with <code>booting</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.ConnectionLost"> <summary> Gets and sets the property ConnectionLost. <para> The number of instances with <code>connection_lost</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Deregistering"> <summary> Gets and sets the property Deregistering. <para> The number of instances in the Deregistering state. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Online"> <summary> Gets and sets the property Online. <para> The number of instances with <code>online</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Pending"> <summary> Gets and sets the property Pending. <para> The number of instances with <code>pending</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Rebooting"> <summary> Gets and sets the property Rebooting. <para> The number of instances with <code>rebooting</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Registered"> <summary> Gets and sets the property Registered. <para> The number of instances in the Registered state. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Registering"> <summary> Gets and sets the property Registering. <para> The number of instances in the Registering state. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Requested"> <summary> Gets and sets the property Requested. <para> The number of instances with <code>requested</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.RunningSetup"> <summary> Gets and sets the property RunningSetup. <para> The number of instances with <code>running_setup</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.SetupFailed"> <summary> Gets and sets the property SetupFailed. <para> The number of instances with <code>setup_failed</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.ShuttingDown"> <summary> Gets and sets the property ShuttingDown. <para> The number of instances with <code>shutting_down</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.StartFailed"> <summary> Gets and sets the property StartFailed. <para> The number of instances with <code>start_failed</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Stopped"> <summary> Gets and sets the property Stopped. <para> The number of instances with <code>stopped</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Stopping"> <summary> Gets and sets the property Stopping. <para> The number of instances with <code>stopping</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Terminated"> <summary> Gets and sets the property Terminated. <para> The number of instances with <code>terminated</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Terminating"> <summary> Gets and sets the property Terminating. <para> The number of instances with <code>terminating</code> status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.InstancesCount.Unassigning"> <summary> Gets and sets the property Unassigning. <para> The number of instances in the Unassigning state. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Layer"> <summary> Describes a layer. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.Attributes"> <summary> Gets and sets the property Attributes. <para> The layer attributes. </para> <para> For the <code>HaproxyStatsPassword</code>, <code>MysqlRootPassword</code>, and <code>GangliaPassword</code> attributes, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value </para> <para> For an ECS Cluster layer, AWS OpsWorks the <code>EcsClusterArn</code> attribute is set to the cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.AutoAssignElasticIps"> <summary> Gets and sets the property AutoAssignElasticIps. <para> Whether to automatically assign an <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP address</a> to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.AutoAssignPublicIps"> <summary> Gets and sets the property AutoAssignPublicIps. <para> For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> Date when the layer was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.CustomInstanceProfileArn"> <summary> Gets and sets the property CustomInstanceProfileArn. <para> The ARN of the default IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A JSON formatted string containing the layer's custom stack configuration and deployment attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.CustomRecipes"> <summary> Gets and sets the property CustomRecipes. <para> A <code>LayerCustomRecipes</code> object that specifies the layer's custom recipes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.CustomSecurityGroupIds"> <summary> Gets and sets the property CustomSecurityGroupIds. <para> An array containing the layer's custom security group IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.DefaultRecipes"> <summary> Gets and sets the property DefaultRecipes. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.DefaultSecurityGroupNames"> <summary> Gets and sets the property DefaultSecurityGroupNames. <para> An array containing the layer's security group names. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.EnableAutoHealing"> <summary> Gets and sets the property EnableAutoHealing. <para> Whether auto healing is disabled for the layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. If this value is set to <code>false</code>, you must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> We strongly recommend using the default value of <code>true</code>, to ensure that your instances have the latest security updates. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.LifecycleEventConfiguration"> <summary> Gets and sets the property LifecycleEventConfiguration. <para> A <code>LifeCycleEventConfiguration</code> object that specifies the Shutdown event configuration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.Name"> <summary> Gets and sets the property Name. <para> The layer name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.Packages"> <summary> Gets and sets the property Packages. <para> An array of <code>Package</code> objects that describe the layer's packages. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.Shortname"> <summary> Gets and sets the property Shortname. <para> The layer short name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.StackId"> <summary> Gets and sets the property StackId. <para> The layer stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.Type"> <summary> Gets and sets the property Type. <para> The layer type. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.UseEbsOptimizedInstances"> <summary> Gets and sets the property UseEbsOptimizedInstances. <para> Whether the layer uses Amazon EBS-optimized instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Layer.VolumeConfigurations"> <summary> Gets and sets the property VolumeConfigurations. <para> A <code>VolumeConfigurations</code> object that describes the layer's Amazon EBS volumes. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.LifecycleEventConfiguration"> <summary> Specifies the lifecycle event configuration </summary> </member> <member name="P:Amazon.OpsWorks.Model.LifecycleEventConfiguration.Shutdown"> <summary> Gets and sets the property Shutdown. <para> A <code>ShutdownEventConfiguration</code> object that specifies the Shutdown event configuration. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration"> <summary> Describes a layer's load-based auto scaling configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration.DownScaling"> <summary> Gets and sets the property DownScaling. <para> An <code>AutoScalingThresholds</code> object that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration.Enable"> <summary> Gets and sets the property Enable. <para> Whether load-based auto scaling is enabled for the layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration.UpScaling"> <summary> Gets and sets the property UpScaling. <para> An <code>AutoScalingThresholds</code> object that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Permission"> <summary> Describes stack or user permissions. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Permission.AllowSsh"> <summary> Gets and sets the property AllowSsh. <para> Whether the user can use SSH. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Permission.AllowSudo"> <summary> Gets and sets the property AllowSudo. <para> Whether the user can use <b>sudo</b>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Permission.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Permission.Level"> <summary> Gets and sets the property Level. <para> The user's permission level, which must be the following: </para> <ul> <li> <code>deny</code> </li> <li> <code>show</code> </li> <li> <code>deploy</code> </li> <li> <code>manage</code> </li> <li> <code>iam_only</code> </li> </ul> <para> For more information on the permissions associated with these levels, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Permission.StackId"> <summary> Gets and sets the property StackId. <para> A stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RaidArray"> <summary> Describes an instance's RAID array. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The array's Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> When the RAID array was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.Device"> <summary> Gets and sets the property Device. <para> The array's Linux device. For example /dev/mdadm0. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.Iops"> <summary> Gets and sets the property Iops. <para> For PIOPS volumes, the IOPS per disk. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.MountPoint"> <summary> Gets and sets the property MountPoint. <para> The array's mount point. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.Name"> <summary> Gets and sets the property Name. <para> The array name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.NumberOfDisks"> <summary> Gets and sets the property NumberOfDisks. <para> The number of disks in the array. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.RaidArrayId"> <summary> Gets and sets the property RaidArrayId. <para> The array ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.RaidLevel"> <summary> Gets and sets the property RaidLevel. <para> The <a href="http://en.wikipedia.org/wiki/Standard_RAID_levels">RAID level</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.Size"> <summary> Gets and sets the property Size. <para> The array's size. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RaidArray.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type, standard or PIOPS. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RdsDbInstance"> <summary> Describes an Amazon RDS instance. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.Address"> <summary> Gets and sets the property Address. <para> The instance's address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.DbInstanceIdentifier"> <summary> Gets and sets the property DbInstanceIdentifier. <para> The DB instance identifier. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.DbPassword"> <summary> Gets and sets the property DbPassword. <para> AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.DbUser"> <summary> Gets and sets the property DbUser. <para> The master user name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.Engine"> <summary> Gets and sets the property Engine. <para> The instance's database engine. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.MissingOnRds"> <summary> Gets and sets the property MissingOnRds. <para> Set to <code>true</code> if AWS OpsWorks was unable to discover the Amazon RDS instance. AWS OpsWorks attempts to discover the instance only once. If this value is set to <code>true</code>, you must deregister the instance and then register it again. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.RdsDbInstanceArn"> <summary> Gets and sets the property RdsDbInstanceArn. <para> The instance's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.Region"> <summary> Gets and sets the property Region. <para> The instance's AWS region. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RdsDbInstance.StackId"> <summary> Gets and sets the property StackId. <para> The ID of the stack that the instance is registered with. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RebootInstanceRequest"> <summary> Container for the parameters to the RebootInstance operation. Reboots a specified instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html">Starting, Stopping, and Rebooting Instances</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RebootInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Recipes"> <summary> AWS OpsWorks supports five lifecycle events: <b>setup</b>, <b>configuration</b>, <b>deploy</b>, <b>undeploy</b>, and <b>shutdown</b>. For each layer, AWS OpsWorks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks runs custom event recipes after the standard recipes. <code>LayerCustomRecipes</code> specifies the custom recipes for a particular layer to be run in response to each of the five events. <para> To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Recipes.Configure"> <summary> Gets and sets the property Configure. <para> An array of custom recipe names to be run following a <code>configure</code> event. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Recipes.Deploy"> <summary> Gets and sets the property Deploy. <para> An array of custom recipe names to be run following a <code>deploy</code> event. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Recipes.Setup"> <summary> Gets and sets the property Setup. <para> An array of custom recipe names to be run following a <code>setup</code> event. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Recipes.Shutdown"> <summary> Gets and sets the property Shutdown. <para> An array of custom recipe names to be run following a <code>shutdown</code> event. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Recipes.Undeploy"> <summary> Gets and sets the property Undeploy. <para> An array of custom recipe names to be run following a <code>undeploy</code> event. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterEcsClusterRequest"> <summary> Container for the parameters to the RegisterEcsCluster operation. Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-ecscluster.html"> Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html"> Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterEcsClusterRequest.EcsClusterArn"> <summary> Gets and sets the property EcsClusterArn. <para> The cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterEcsClusterRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterEcsClusterResponse"> <summary> Configuration for accessing Amazon RegisterEcsCluster service </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterEcsClusterResult"> <summary> Contains the response to a <code>RegisterEcsCluster</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterEcsClusterResult.EcsClusterArn"> <summary> Gets and sets the property EcsClusterArn. <para> The cluster's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterEcsClusterResponse.RegisterEcsClusterResult"> <summary> Gets and sets the RegisterEcsClusterResult property. Represents the output of a RegisterEcsCluster operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterElasticIpRequest"> <summary> Container for the parameters to the RegisterElasticIp operation. Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling <a>DeregisterElasticIp</a>. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterElasticIpRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterElasticIpRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterElasticIpResponse"> <summary> Configuration for accessing Amazon RegisterElasticIp service </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterElasticIpResult"> <summary> Contains the response to a <code>RegisterElasticIp</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterElasticIpResult.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterElasticIpResponse.RegisterElasticIpResult"> <summary> Gets and sets the RegisterElasticIpResult property. Represents the output of a RegisterElasticIp operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterInstanceRequest"> <summary> Container for the parameters to the RegisterInstance operation. Registers instances with a specified stack that were created outside of AWS OpsWorks. <note>We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. <code>RegisterInstance</code> handles only the second step. You should instead use the AWS CLI <code>register</code> command, which performs the entire registration operation. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/registered-instances-register.html"> Registering an Instance with an AWS OpsWorks Stack</a>.</note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.Hostname"> <summary> Gets and sets the property Hostname. <para> The instance's hostname. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.InstanceIdentity"> <summary> Gets and sets the property InstanceIdentity. <para> An InstanceIdentity object that contains the instance's identity. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.PrivateIp"> <summary> Gets and sets the property PrivateIp. <para> The instance's private IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.PublicIp"> <summary> Gets and sets the property PublicIp. <para> The instance's public IP address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.RsaPublicKey"> <summary> Gets and sets the property RsaPublicKey. <para> The instances public RSA key. This key is used to encrypt communication between the instance and the service. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.RsaPublicKeyFingerprint"> <summary> Gets and sets the property RsaPublicKeyFingerprint. <para> The instances public RSA key fingerprint. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceRequest.StackId"> <summary> Gets and sets the property StackId. <para> The ID of the stack that the instance is to be registered with. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterInstanceResponse"> <summary> Configuration for accessing Amazon RegisterInstance service </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterInstanceResult"> <summary> Contains the response to a <code>RegisterInstanceResult</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceResult.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The registered instance's AWS OpsWorks ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterInstanceResponse.RegisterInstanceResult"> <summary> Gets and sets the RegisterInstanceResult property. Represents the output of a RegisterInstance operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest"> <summary> Container for the parameters to the RegisterRdsDbInstance operation. Registers an Amazon RDS instance with a stack. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest.DbPassword"> <summary> Gets and sets the property DbPassword. <para> The database password. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest.DbUser"> <summary> Gets and sets the property DbUser. <para> The database's master user name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest.RdsDbInstanceArn"> <summary> Gets and sets the property RdsDbInstanceArn. <para> The Amazon RDS instance's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterVolumeRequest"> <summary> Container for the parameters to the RegisterVolume operation. Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling <a>DeregisterVolume</a>. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterVolumeRequest.Ec2VolumeId"> <summary> Gets and sets the property Ec2VolumeId. <para> The Amazon EBS volume ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterVolumeRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterVolumeResponse"> <summary> Configuration for accessing Amazon RegisterVolume service </summary> </member> <member name="T:Amazon.OpsWorks.Model.RegisterVolumeResult"> <summary> Contains the response to a <code>RegisterVolume</code> request. </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterVolumeResult.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.RegisterVolumeResponse.RegisterVolumeResult"> <summary> Gets and sets the RegisterVolumeResult property. Represents the output of a RegisterVolume operation. </summary> </member> <member name="T:Amazon.OpsWorks.Model.ReportedOs"> <summary> A registered instance's reported operating system. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ReportedOs.Family"> <summary> Gets and sets the property Family. <para> The operating system family. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ReportedOs.Name"> <summary> Gets and sets the property Name. <para> The operating system name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ReportedOs.Version"> <summary> Gets and sets the property Version. <para> The operating system version. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ResourceNotFoundException"> <summary> OpsWorks exception </summary> </member> <member name="M:Amazon.OpsWorks.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.OpsWorks.Model.SelfUserProfile"> <summary> Describes a user's SSH information. </summary> </member> <member name="P:Amazon.OpsWorks.Model.SelfUserProfile.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SelfUserProfile.Name"> <summary> Gets and sets the property Name. <para> The user's name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SelfUserProfile.SshPublicKey"> <summary> Gets and sets the property SshPublicKey. <para> The user's SSH public key. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SelfUserProfile.SshUsername"> <summary> Gets and sets the property SshUsername. <para> The user's SSH user name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ServiceError"> <summary> Describes an AWS OpsWorks service error. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> When the error occurred. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.Message"> <summary> Gets and sets the property Message. <para> A message that describes the error. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.ServiceErrorId"> <summary> Gets and sets the property ServiceErrorId. <para> The error ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ServiceError.Type"> <summary> Gets and sets the property Type. <para> The error type. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest"> <summary> Container for the parameters to the SetLoadBasedAutoScaling operation. Specify the load-based auto scaling configuration for a specified layer. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html">Managing Load with Time-based and Load-based Instances</a>. <note> <para> To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load. </para> </note> <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest.DownScaling"> <summary> Gets and sets the property DownScaling. <para> An <code>AutoScalingThresholds</code> object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, AWS OpsWorks stops a specified number of instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest.Enable"> <summary> Gets and sets the property Enable. <para> Enables load-based auto scaling for the layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest.UpScaling"> <summary> Gets and sets the property UpScaling. <para> An <code>AutoScalingThresholds</code> object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, AWS OpsWorks starts a specified number of instances. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.SetPermissionRequest"> <summary> Container for the parameters to the SetPermission operation. Specifies a user's permissions. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingsecurity.html">Security and Permissions</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetPermissionRequest.AllowSsh"> <summary> Gets and sets the property AllowSsh. <para> The user is allowed to use SSH to communicate with the instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetPermissionRequest.AllowSudo"> <summary> Gets and sets the property AllowSudo. <para> The user is allowed to use <b>sudo</b> to elevate privileges. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetPermissionRequest.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetPermissionRequest.Level"> <summary> Gets and sets the property Level. <para> The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level. </para> <ul> <li> <code>deny</code> </li> <li> <code>show</code> </li> <li> <code>deploy</code> </li> <li> <code>manage</code> </li> <li> <code>iam_only</code> </li> </ul> <para> For more information on the permissions associated with these levels, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetPermissionRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest"> <summary> Container for the parameters to the SetTimeBasedAutoScaling operation. Specify the time-based auto scaling configuration for a specified instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html">Managing Load with Time-based and Load-based Instances</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest.AutoScalingSchedule"> <summary> Gets and sets the property AutoScalingSchedule. <para> An <code>AutoScalingSchedule</code> with the instance schedule. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ShutdownEventConfiguration"> <summary> The Shutdown event configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.ShutdownEventConfiguration.DelayUntilElbConnectionsDrained"> <summary> Gets and sets the property DelayUntilElbConnectionsDrained. <para> Whether to enable Elastic Load Balancing connection draining. For more information, see <a href="http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain">Connection Draining</a> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.ShutdownEventConfiguration.ExecutionTimeout"> <summary> Gets and sets the property ExecutionTimeout. <para> The time, in seconds, that AWS OpsWorks will wait after triggering a Shutdown event before shutting down an instance. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Source"> <summary> Contains the information required to retrieve an app or cookbook from a repository. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html">Creating Apps</a> or <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html">Custom Recipes and Cookbooks</a>. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.Password"> <summary> Gets and sets the property Password. <para> When included in a request, the parameter depends on the repository type. </para> <ul> <li>For Amazon S3 bundles, set <code>Password</code> to the appropriate IAM secret access key.</li> <li>For HTTP bundles and Subversion repositories, set <code>Password</code> to the password.</li> </ul> <para> For more information on how to safely handle IAM credentials, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html"/>. </para> <para> In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.Revision"> <summary> Gets and sets the property Revision. <para> The application's version. AWS OpsWorks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.SshKey"> <summary> Gets and sets the property SshKey. <para> In requests, the repository's SSH key. </para> <para> In responses, AWS OpsWorks returns <code>*****FILTERED*****</code> instead of the actual value. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.Type"> <summary> Gets and sets the property Type. <para> The repository type. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.Url"> <summary> Gets and sets the property Url. <para> The source URL. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Source.Username"> <summary> Gets and sets the property Username. <para> This parameter depends on the repository type. </para> <ul> <li>For Amazon S3 bundles, set <code>Username</code> to the appropriate IAM access key ID.</li> <li>For HTTP bundles, Git repositories, and Subversion repositories, set <code>Username</code> to the user name.</li> </ul> </summary> </member> <member name="T:Amazon.OpsWorks.Model.SslConfiguration"> <summary> Describes an app's SSL configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.SslConfiguration.Certificate"> <summary> Gets and sets the property Certificate. <para> The contents of the certificate's domain.crt file. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SslConfiguration.Chain"> <summary> Gets and sets the property Chain. <para> Optional. Can be used to specify an intermediate certificate authority key or client authentication. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.SslConfiguration.PrivateKey"> <summary> Gets and sets the property PrivateKey. <para> The private key; the contents of the certificate's domain.kex file. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Stack"> <summary> Describes a stack. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The agent version. This parameter is set to <code>LATEST</code> for auto-update. or a version number for a fixed agent version. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.Arn"> <summary> Gets and sets the property Arn. <para> The stack's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.Attributes"> <summary> Gets and sets the property Attributes. <para> The stack's attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.ChefConfiguration"> <summary> Gets and sets the property ChefConfiguration. <para> A <code>ChefConfiguration</code> object that specifies whether to enable Berkshelf and the Berkshelf version. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.CreatedAt"> <summary> Gets and sets the property CreatedAt. <para> The date when the stack was created. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.CustomCookbooksSource"> <summary> Gets and sets the property CustomCookbooksSource. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format and must escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultAvailabilityZone"> <summary> Gets and sets the property DefaultAvailabilityZone. <para> The stack's default Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultInstanceProfileArn"> <summary> Gets and sets the property DefaultInstanceProfileArn. <para> The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultOs"> <summary> Gets and sets the property DefaultOs. <para> The stack's default operating system. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultRootDeviceType"> <summary> Gets and sets the property DefaultRootDeviceType. <para> The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultSshKeyName"> <summary> Gets and sets the property DefaultSshKeyName. <para> A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.DefaultSubnetId"> <summary> Gets and sets the property DefaultSubnetId. <para> The default subnet ID; applicable only if the stack is running in a VPC. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.HostnameTheme"> <summary> Gets and sets the property HostnameTheme. <para> The stack host name theme, with spaces replaced by underscores. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.Name"> <summary> Gets and sets the property Name. <para> The stack name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.Region"> <summary> Gets and sets the property Region. <para> The stack AWS region, such as "us-east-1". For more information about AWS regions, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.ServiceRoleArn"> <summary> Gets and sets the property ServiceRoleArn. <para> The stack AWS Identity and Access Management (IAM) role. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.UseCustomCookbooks"> <summary> Gets and sets the property UseCustomCookbooks. <para> Whether the stack uses custom cookbooks. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.UseOpsworksSecurityGroups"> <summary> Gets and sets the property UseOpsworksSecurityGroups. <para> Whether the stack automatically associates the AWS OpsWorks built-in security groups with the stack's layers. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Stack.VpcId"> <summary> Gets and sets the property VpcId. <para> The VPC ID; applicable only if the stack is running in a VPC. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StackConfigurationManager"> <summary> Describes the configuration manager. </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackConfigurationManager.Name"> <summary> Gets and sets the property Name. <para> The name. This parameter must be set to "Chef". </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackConfigurationManager.Version"> <summary> Gets and sets the property Version. <para> The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StackSummary"> <summary> Summarizes the number of layers, instances, and apps in a stack. </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.AppsCount"> <summary> Gets and sets the property AppsCount. <para> The number of apps. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.Arn"> <summary> Gets and sets the property Arn. <para> The stack's ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.InstancesCount"> <summary> Gets and sets the property InstancesCount. <para> An <code>InstancesCount</code> object with the number of instances in each status. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.LayersCount"> <summary> Gets and sets the property LayersCount. <para> The number of layers. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.Name"> <summary> Gets and sets the property Name. <para> The stack name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StackSummary.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StartInstanceRequest"> <summary> Container for the parameters to the StartInstance operation. Starts a specified instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html">Starting, Stopping, and Rebooting Instances</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StartInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StartStackRequest"> <summary> Container for the parameters to the StartStack operation. Starts a stack's instances. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StartStackRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StopInstanceRequest"> <summary> Container for the parameters to the StopInstance operation. Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html">Starting, Stopping, and Rebooting Instances</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StopInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.StopStackRequest"> <summary> Container for the parameters to the StopStack operation. Stops a specified stack. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.StopStackRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.TemporaryCredential"> <summary> Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance. </summary> </member> <member name="P:Amazon.OpsWorks.Model.TemporaryCredential.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance's AWS OpsWorks ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.TemporaryCredential.Password"> <summary> Gets and sets the property Password. <para> The password. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.TemporaryCredential.Username"> <summary> Gets and sets the property Username. <para> The user name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.TemporaryCredential.ValidForInMinutes"> <summary> Gets and sets the property ValidForInMinutes. <para> The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they will be automatically logged out. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.TimeBasedAutoScalingConfiguration"> <summary> Describes an instance's time-based auto scaling configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.TimeBasedAutoScalingConfiguration.AutoScalingSchedule"> <summary> Gets and sets the property AutoScalingSchedule. <para> A <code>WeeklyAutoScalingSchedule</code> object with the instance schedule. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.TimeBasedAutoScalingConfiguration.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UnassignInstanceRequest"> <summary> Container for the parameters to the UnassignInstance operation. Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UnassignInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UnassignVolumeRequest"> <summary> Container for the parameters to the UnassignVolume operation. Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UnassignVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateAppRequest"> <summary> Container for the parameters to the UpdateApp operation. Updates a specified app. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.AppId"> <summary> Gets and sets the property AppId. <para> The app ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.AppSource"> <summary> Gets and sets the property AppSource. <para> A <code>Source</code> object that specifies the app repository. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key/value pairs to be added to the stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.DataSources"> <summary> Gets and sets the property DataSources. <para> The app's data sources. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Description"> <summary> Gets and sets the property Description. <para> A description of the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Domains"> <summary> Gets and sets the property Domains. <para> The app's virtual host settings, with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.EnableSsl"> <summary> Gets and sets the property EnableSsl. <para> Whether SSL is enabled for the app. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Environment"> <summary> Gets and sets the property Environment. <para> An array of <code>EnvironmentVariable</code> objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances.For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment"> Environment Variables</a>. </para> <para> There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 10KB)." </para> <note>This parameter is supported only by Chef 11.10 stacks. If you have specified one or more environment variables, you cannot modify the stack's Chef version. </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Name"> <summary> Gets and sets the property Name. <para> The app name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.SslConfiguration"> <summary> Gets and sets the property SslConfiguration. <para> An <code>SslConfiguration</code> object with the SSL configuration. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateAppRequest.Type"> <summary> Gets and sets the property Type. <para> The app type. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateElasticIpRequest"> <summary> Container for the parameters to the UpdateElasticIp operation. Updates a registered Elastic IP address's name. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateElasticIpRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The address. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateElasticIpRequest.Name"> <summary> Gets and sets the property Name. <para> The new name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateInstanceRequest"> <summary> Container for the parameters to the UpdateInstance operation. Updates a specified instance. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The default AWS OpsWorks agent version. You have the following options: </para> <ul> <li><code>INHERIT</code> - Use the stack's default agent version setting.</li> <li><i>version_number</i> - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, you must edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.</li> </ul> <para> The default setting is <code>INHERIT</code>. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call <a>DescribeAgentVersions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.AmiId"> <summary> Gets and sets the property AmiId. <para> A custom AMI ID to be used to create the instance. The AMI must be based on one of the supported operating systems. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Instances</a> </para> <note>If you specify a custom AMI, you must set <code>Os</code> to <code>Custom</code>.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.Architecture"> <summary> Gets and sets the property Architecture. <para> The instance architecture. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Families and Types</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.AutoScalingType"> <summary> Gets and sets the property AutoScalingType. <para> For load-based or time-based instances, the type. Windows stacks can use only time-based instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.EbsOptimized"> <summary> Gets and sets the property EbsOptimized. <para> This property cannot be updated. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.Hostname"> <summary> Gets and sets the property Hostname. <para> The instance host name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. To control when updates are installed, set this value to <code>false</code>. You must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or by manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> We strongly recommend using the default value of <code>true</code>, to ensure that your instances have the latest security updates. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.InstanceType"> <summary> Gets and sets the property InstanceType. <para> The instance type, such as <code>t2.micro</code>. For a list of supported instance types, open the stack in the console, choose <b>Instances</b>, and choose <b>+ Instance</b>. The <b>Size</b> list contains the currently supported types. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance Families and Types</a>. The parameter values that you use to specify the various types are in the <b>API Name</b> column of the <b>Available Instance Types</b> table. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.LayerIds"> <summary> Gets and sets the property LayerIds. <para> The instance's layer IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.Os"> <summary> Gets and sets the property Os. <para> The instance's operating system, which must be set to one of the following. </para> <ul> <li>A supported Linux operating system: An Amazon Linux version, such as <code>Amazon Linux 2015.03</code>, <code>Red Hat Enterprise Linux 7</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li><code>Microsoft Windows Server 2012 R2 Base</code>.</li> <li>A custom AMI: <code>Custom</code>.</li> </ul> <para> For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">AWS OpsWorks Operating Systems</a>. </para> <para> The default option is the current Amazon Linux version. If you set this parameter to <code>Custom</code>, you must use the AmiId parameter to specify the custom AMI that you want to use. For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">Operating Systems</a>. For more information on how to use custom AMIs with OpsWorks, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Using Custom AMIs</a>. </para> <note>You can specify a different Linux operating system for the updated stack, but you cannot change from Linux to Windows or Windows to Linux.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateInstanceRequest.SshKeyName"> <summary> Gets and sets the property SshKeyName. <para> The instance's Amazon EC2 key name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateLayerRequest"> <summary> Container for the parameters to the UpdateLayer operation. Updates a specified layer. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key/value pairs to be added to the stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.AutoAssignElasticIps"> <summary> Gets and sets the property AutoAssignElasticIps. <para> Whether to automatically assign an <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP address</a> to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.AutoAssignPublicIps"> <summary> Gets and sets the property AutoAssignPublicIps. <para> For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html">How to Edit a Layer</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.CustomInstanceProfileArn"> <summary> Gets and sets the property CustomInstanceProfileArn. <para> The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json-override.html"> Using Custom JSON</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.CustomRecipes"> <summary> Gets and sets the property CustomRecipes. <para> A <code>LayerCustomRecipes</code> object that specifies the layer's custom recipes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.CustomSecurityGroupIds"> <summary> Gets and sets the property CustomSecurityGroupIds. <para> An array containing the layer's custom security group IDs. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.EnableAutoHealing"> <summary> Gets and sets the property EnableAutoHealing. <para> Whether to disable auto healing for the layer. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.InstallUpdatesOnBoot"> <summary> Gets and sets the property InstallUpdatesOnBoot. <para> Whether to install operating system and package updates when the instance boots. The default value is <code>true</code>. To control when updates are installed, set this value to <code>false</code>. You must then update your instances manually by using <a>CreateDeployment</a> to run the <code>update_dependencies</code> stack command or manually running <code>yum</code> (Amazon Linux) or <code>apt-get</code> (Ubuntu) on the instances. </para> <note> <para> We strongly recommend using the default value of <code>true</code>, to ensure that your instances have the latest security updates. </para> </note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.LayerId"> <summary> Gets and sets the property LayerId. <para> The layer ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.LifecycleEventConfiguration"> <summary> Gets and sets the property LifecycleEventConfiguration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.Name"> <summary> Gets and sets the property Name. <para> The layer name, which is used by the console. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.Packages"> <summary> Gets and sets the property Packages. <para> An array of <code>Package</code> objects that describe the layer's packages. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.Shortname"> <summary> Gets and sets the property Shortname. <para> For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorksand by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/. </para> <para> The built-in layers' short names are defined by AWS OpsWorks. For more information, see the <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/layers.html">Layer Reference</a> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.UseEbsOptimizedInstances"> <summary> Gets and sets the property UseEbsOptimizedInstances. <para> Whether to use Amazon EBS-optimized instances. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateLayerRequest.VolumeConfigurations"> <summary> Gets and sets the property VolumeConfigurations. <para> A <code>VolumeConfigurations</code> object that describes the layer's Amazon EBS volumes. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateMyUserProfileRequest"> <summary> Container for the parameters to the UpdateMyUserProfile operation. Updates a user's SSH public key. <para> <b>Required Permissions</b>: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateMyUserProfileRequest.SshPublicKey"> <summary> Gets and sets the property SshPublicKey. <para> The user's SSH public key. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest"> <summary> Container for the parameters to the UpdateRdsDbInstance operation. Updates an Amazon RDS instance. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest.DbPassword"> <summary> Gets and sets the property DbPassword. <para> The database password. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest.DbUser"> <summary> Gets and sets the property DbUser. <para> The master user name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest.RdsDbInstanceArn"> <summary> Gets and sets the property RdsDbInstanceArn. <para> The Amazon RDS instance's ARN. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateStackRequest"> <summary> Container for the parameters to the UpdateStack operation. Updates a specified stack. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.AgentVersion"> <summary> Gets and sets the property AgentVersion. <para> The default AWS OpsWorks agent version. You have the following options: </para> <ul> <li>Auto-update - Set this parameter to <code>LATEST</code>. AWS OpsWorks automatically installs new agent versions on the stack's instances as soon as they are available.</li> <li>Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. AWS OpsWorks then automatically installs that version on the stack's instances.</li> </ul> <para> The default setting is <code>LATEST</code>. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call <a>DescribeAgentVersions</a>. </para> <note>You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.</note> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.Attributes"> <summary> Gets and sets the property Attributes. <para> One or more user-defined key-value pairs to be added to the stack attributes. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.ChefConfiguration"> <summary> Gets and sets the property ChefConfiguration. <para> A <code>ChefConfiguration</code> object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.ConfigurationManager"> <summary> Gets and sets the property ConfigurationManager. <para> The configuration manager. When you update a stack, we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 11.4. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.CustomCookbooksSource"> <summary> Gets and sets the property CustomCookbooksSource. </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.CustomJson"> <summary> Gets and sets the property CustomJson. <para> A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration JSON values or to pass data to recipes. The string should be in the following format and escape characters such as '"': </para> <para> <code>"{\"key1\": \"value1\", \"key2\": \"value2\",...}"</code> </para> <para> For more information on custom JSON, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html">Use Custom JSON to Modify the Stack Configuration Attributes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultAvailabilityZone"> <summary> Gets and sets the property DefaultAvailabilityZone. <para> The stack's default Availability Zone, which must be in the stack's region. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. If you also specify a value for <code>DefaultSubnetId</code>, the subnet must be in the same zone. For more information, see <a>CreateStack</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultInstanceProfileArn"> <summary> Gets and sets the property DefaultInstanceProfileArn. <para> The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using Identifiers</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultOs"> <summary> Gets and sets the property DefaultOs. <para> The stack's operating system, which must be set to one of the following: </para> <ul> <li>A supported Linux operating system: An Amazon Linux version, such as <code>Amazon Linux 2015.03</code>, <code>Red Hat Enterprise Linux 7</code>, <code>Ubuntu 12.04 LTS</code>, or <code>Ubuntu 14.04 LTS</code>.</li> <li><code>Microsoft Windows Server 2012 R2 Base</code>.</li> <li>A custom AMI: <code>Custom</code>. You specify the custom AMI you want to use when you create instances. For more information on how to use custom AMIs with OpsWorks, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html">Using Custom AMIs</a>.</li> </ul> <para> The default option is the stack's current operating system. For more information on the supported operating systems, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html">AWS OpsWorks Operating Systems</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultRootDeviceType"> <summary> Gets and sets the property DefaultRootDeviceType. <para> The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device">Storage for the Root Device</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultSshKeyName"> <summary> Gets and sets the property DefaultSshKeyName. <para> A default Amazon EC2 key-pair name. The default value is <code>none</code>. If you specify a key-pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html"> Using SSH to Communicate with an Instance</a> and <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html"> Managing SSH Access</a>. You can override this setting by specifying a different key pair, or no key pair, when you <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html"> create an instance</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.DefaultSubnetId"> <summary> Gets and sets the property DefaultSubnetId. <para> The stack's default VPC subnet ID. This parameter is required if you specify a value for the <code>VpcId</code> parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for <code>DefaultAvailabilityZone</code>, the subnet must be in that zone. For information on default values and when this parameter is required, see the <code>VpcId</code> parameter description. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.HostnameTheme"> <summary> Gets and sets the property HostnameTheme. <para> The stack's new host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, <code>HostnameTheme</code> is set to <code>Layer_Dependent</code>, which creates host names by appending integers to the layer's short name. The other themes are: </para> <ul> <li> <code>Baked_Goods</code> </li> <li> <code>Clouds</code> </li> <li> <code>Europe_Cities</code> </li> <li> <code>Fruits</code> </li> <li> <code>Greek_Deities</code> </li> <li> <code>Legendary_creatures_from_Japan</code> </li> <li> <code>Planets_and_Moons</code> </li> <li> <code>Roman_Deities</code> </li> <li> <code>Scottish_Islands</code> </li> <li> <code>US_Cities</code> </li> <li> <code>Wild_Cats</code> </li> </ul> <para> To obtain a generated host name, call <code>GetHostNameSuggestion</code>, which returns a host name based on the current theme. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.Name"> <summary> Gets and sets the property Name. <para> The stack's new name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.ServiceRoleArn"> <summary> Gets and sets the property ServiceRoleArn. <para> Do not use this parameter. You cannot update a stack's service role. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.StackId"> <summary> Gets and sets the property StackId. <para> The stack ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.UseCustomCookbooks"> <summary> Gets and sets the property UseCustomCookbooks. <para> Whether the stack uses custom cookbooks. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateStackRequest.UseOpsworksSecurityGroups"> <summary> Gets and sets the property UseOpsworksSecurityGroups. <para> Whether to associate the AWS OpsWorks built-in security groups with the stack's layers. </para> <para> AWS OpsWorks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. <code>UseOpsworksSecurityGroups</code> allows you to provide your own custom security groups instead of using the built-in groups. <code>UseOpsworksSecurityGroups</code> has the following settings: </para> <ul> <li>True - AWS OpsWorks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it, but you cannot delete the built-in security group. </li> <li>False - AWS OpsWorks does not associate built-in security groups with layers. You must create appropriate EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on. Custom security groups are required only for those layers that need custom settings. </li> </ul> <para> For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html">Create a New Stack</a>. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateUserProfileRequest"> <summary> Container for the parameters to the UpdateUserProfile operation. Updates a specified user profile. <para> <b>Required Permissions</b>: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateUserProfileRequest.AllowSelfManagement"> <summary> Gets and sets the property AllowSelfManagement. <para> Whether users can specify their own SSH public key through the My Settings page. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateUserProfileRequest.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateUserProfileRequest.SshPublicKey"> <summary> Gets and sets the property SshPublicKey. <para> The user's new SSH public key. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateUserProfileRequest.SshUsername"> <summary> Gets and sets the property SshUsername. <para> The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks removes them. For example, <code>my.name</code> will be changed to <code>myname</code>. If you do not specify an SSH user name, AWS OpsWorks generates one from the IAM user name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UpdateVolumeRequest"> <summary> Container for the parameters to the UpdateVolume operation. Updates an Amazon EBS volume's name or mount point. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html">Resource Management</a>. <para> <b>Required Permissions</b>: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateVolumeRequest.MountPoint"> <summary> Gets and sets the property MountPoint. <para> The new mount point. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateVolumeRequest.Name"> <summary> Gets and sets the property Name. <para> The new name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UpdateVolumeRequest.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.UserProfile"> <summary> Describes a user's SSH information. </summary> </member> <member name="P:Amazon.OpsWorks.Model.UserProfile.AllowSelfManagement"> <summary> Gets and sets the property AllowSelfManagement. <para> Whether users can specify their own SSH public key through the My Settings page. For more information, see <a href="http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html">Managing User Permissions</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UserProfile.IamUserArn"> <summary> Gets and sets the property IamUserArn. <para> The user's IAM ARN. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UserProfile.Name"> <summary> Gets and sets the property Name. <para> The user's name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UserProfile.SshPublicKey"> <summary> Gets and sets the property SshPublicKey. <para> The user's SSH public key. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.UserProfile.SshUsername"> <summary> Gets and sets the property SshUsername. <para> The user's SSH user name. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.ValidationException"> <summary> OpsWorks exception </summary> </member> <member name="M:Amazon.OpsWorks.Model.ValidationException.#ctor(System.String)"> <summary> Constructs a new ValidationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.OpsWorks.Model.Volume"> <summary> Describes an instance's Amazon EBS volume. </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The volume Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Device"> <summary> Gets and sets the property Device. <para> The device name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Ec2VolumeId"> <summary> Gets and sets the property Ec2VolumeId. <para> The Amazon EC2 volume ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.InstanceId"> <summary> Gets and sets the property InstanceId. <para> The instance ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Iops"> <summary> Gets and sets the property Iops. <para> For PIOPS volumes, the IOPS per disk. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.MountPoint"> <summary> Gets and sets the property MountPoint. <para> The volume mount point. For example "/dev/sdh". </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Name"> <summary> Gets and sets the property Name. <para> The volume name. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.RaidArrayId"> <summary> Gets and sets the property RaidArrayId. <para> The RAID array ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Region"> <summary> Gets and sets the property Region. <para> The AWS region. For more information about AWS regions, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html">Regions and Endpoints</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Size"> <summary> Gets and sets the property Size. <para> The volume size. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.Status"> <summary> Gets and sets the property Status. <para> The value returned by <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeVolumes.html">DescribeVolumes</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.VolumeId"> <summary> Gets and sets the property VolumeId. <para> The volume ID. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.Volume.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type, standard or PIOPS. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.VolumeConfiguration"> <summary> Describes an Amazon EBS volume configuration. </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.Iops"> <summary> Gets and sets the property Iops. <para> For PIOPS volumes, the IOPS per disk. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.MountPoint"> <summary> Gets and sets the property MountPoint. <para> The volume mount point. For example "/dev/sdh". </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.NumberOfDisks"> <summary> Gets and sets the property NumberOfDisks. <para> The number of disks in the volume. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.RaidLevel"> <summary> Gets and sets the property RaidLevel. <para> The volume <a href="http://en.wikipedia.org/wiki/Standard_RAID_levels">RAID level</a>. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.Size"> <summary> Gets and sets the property Size. <para> The volume size. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.VolumeConfiguration.VolumeType"> <summary> Gets and sets the property VolumeType. <para> The volume type: </para> <ul> <li><code>standard</code> - Magnetic</li> <li><code>io1</code> - Provisioned IOPS (SSD)</li> <li><code>gp2</code> - General Purpose (SSD)</li> </ul> </summary> </member> <member name="T:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule"> <summary> Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs. <ul> <li>The key is the time period (a UTC hour) and must be an integer from 0 - 23.</li> <li>The value indicates whether the instance should be online or offline for the specified period, and must be set to "on" or "off"</li> </ul> <para> The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period. </para> <para> The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day. </para> <para> <code> { "12":"on", "13":"on", "14":"on", "15":"on" } </code> </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Friday"> <summary> Gets and sets the property Friday. <para> The schedule for Friday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Monday"> <summary> Gets and sets the property Monday. <para> The schedule for Monday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Saturday"> <summary> Gets and sets the property Saturday. <para> The schedule for Saturday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Sunday"> <summary> Gets and sets the property Sunday. <para> The schedule for Sunday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Thursday"> <summary> Gets and sets the property Thursday. <para> The schedule for Thursday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Tuesday"> <summary> Gets and sets the property Tuesday. <para> The schedule for Tuesday. </para> </summary> </member> <member name="P:Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule.Wednesday"> <summary> Gets and sets the property Wednesday. <para> The schedule for Wednesday. </para> </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AgentVersionUnmarshaller"> <summary> Response Unmarshaller for AgentVersion Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AppUnmarshaller"> <summary> Response Unmarshaller for App Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssignInstanceRequestMarshaller"> <summary> AssignInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssignInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for AssignInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssignVolumeRequestMarshaller"> <summary> AssignVolume Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssignVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for AssignVolume operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssociateElasticIpRequestMarshaller"> <summary> AssociateElasticIp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssociateElasticIpResponseUnmarshaller"> <summary> Response Unmarshaller for AssociateElasticIp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AttachElasticLoadBalancerRequestMarshaller"> <summary> AttachElasticLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AttachElasticLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for AttachElasticLoadBalancer operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AutoScalingThresholdsMarshaller"> <summary> AutoScalingThresholds Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.AutoScalingThresholdsUnmarshaller"> <summary> Response Unmarshaller for AutoScalingThresholds Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.BlockDeviceMappingMarshaller"> <summary> BlockDeviceMapping Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.BlockDeviceMappingUnmarshaller"> <summary> Response Unmarshaller for BlockDeviceMapping Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ChefConfigurationMarshaller"> <summary> ChefConfiguration Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ChefConfigurationUnmarshaller"> <summary> Response Unmarshaller for ChefConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CloneStackRequestMarshaller"> <summary> CloneStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CloneStackResponseUnmarshaller"> <summary> Response Unmarshaller for CloneStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CommandUnmarshaller"> <summary> Response Unmarshaller for Command Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateAppRequestMarshaller"> <summary> CreateApp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateAppResponseUnmarshaller"> <summary> Response Unmarshaller for CreateApp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateDeploymentRequestMarshaller"> <summary> CreateDeployment Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateDeploymentResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDeployment operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateInstanceRequestMarshaller"> <summary> CreateInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for CreateInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateLayerRequestMarshaller"> <summary> CreateLayer Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateLayerResponseUnmarshaller"> <summary> Response Unmarshaller for CreateLayer operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateStackRequestMarshaller"> <summary> CreateStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateStackResponseUnmarshaller"> <summary> Response Unmarshaller for CreateStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateUserProfileRequestMarshaller"> <summary> CreateUserProfile Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateUserProfileResponseUnmarshaller"> <summary> Response Unmarshaller for CreateUserProfile operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DataSourceMarshaller"> <summary> DataSource Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DataSourceUnmarshaller"> <summary> Response Unmarshaller for DataSource Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteAppRequestMarshaller"> <summary> DeleteApp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteAppResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteApp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteInstanceRequestMarshaller"> <summary> DeleteInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteLayerRequestMarshaller"> <summary> DeleteLayer Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteLayerResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteLayer operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteStackRequestMarshaller"> <summary> DeleteStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteStackResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteUserProfileRequestMarshaller"> <summary> DeleteUserProfile Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeleteUserProfileResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteUserProfile operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeploymentCommandMarshaller"> <summary> DeploymentCommand Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeploymentCommandUnmarshaller"> <summary> Response Unmarshaller for DeploymentCommand Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeploymentUnmarshaller"> <summary> Response Unmarshaller for Deployment Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterEcsClusterRequestMarshaller"> <summary> DeregisterEcsCluster Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterEcsClusterResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterEcsCluster operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterElasticIpRequestMarshaller"> <summary> DeregisterElasticIp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterElasticIpResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterElasticIp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterInstanceRequestMarshaller"> <summary> DeregisterInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterRdsDbInstanceRequestMarshaller"> <summary> DeregisterRdsDbInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterRdsDbInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterRdsDbInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterVolumeRequestMarshaller"> <summary> DeregisterVolume Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for DeregisterVolume operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeAgentVersionsRequestMarshaller"> <summary> DescribeAgentVersions Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeAgentVersionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAgentVersions operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeAppsRequestMarshaller"> <summary> DescribeApps Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeAppsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeApps operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeCommandsRequestMarshaller"> <summary> DescribeCommands Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeCommandsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCommands operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeDeploymentsRequestMarshaller"> <summary> DescribeDeployments Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeDeploymentsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDeployments operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeEcsClustersRequestMarshaller"> <summary> DescribeEcsClusters Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeEcsClustersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEcsClusters operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeElasticIpsRequestMarshaller"> <summary> DescribeElasticIps Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeElasticIpsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeElasticIps operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeElasticLoadBalancersRequestMarshaller"> <summary> DescribeElasticLoadBalancers Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeElasticLoadBalancersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeElasticLoadBalancers operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeInstancesRequestMarshaller"> <summary> DescribeInstances Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeInstances operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeLayersRequestMarshaller"> <summary> DescribeLayers Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeLayersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLayers operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeLoadBasedAutoScalingRequestMarshaller"> <summary> DescribeLoadBasedAutoScaling Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeLoadBasedAutoScalingResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeLoadBasedAutoScaling operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeMyUserProfileRequestMarshaller"> <summary> DescribeMyUserProfile Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeMyUserProfileResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeMyUserProfile operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribePermissionsRequestMarshaller"> <summary> DescribePermissions Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribePermissionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePermissions operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeRaidArraysRequestMarshaller"> <summary> DescribeRaidArrays Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeRaidArraysResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeRaidArrays operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeRdsDbInstancesRequestMarshaller"> <summary> DescribeRdsDbInstances Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeRdsDbInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeRdsDbInstances operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeServiceErrorsRequestMarshaller"> <summary> DescribeServiceErrors Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeServiceErrorsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeServiceErrors operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStackProvisioningParametersRequestMarshaller"> <summary> DescribeStackProvisioningParameters Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStackProvisioningParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStackProvisioningParameters operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStacksRequestMarshaller"> <summary> DescribeStacks Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStacksResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStacks operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStackSummaryRequestMarshaller"> <summary> DescribeStackSummary Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeStackSummaryResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeStackSummary operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeTimeBasedAutoScalingRequestMarshaller"> <summary> DescribeTimeBasedAutoScaling Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeTimeBasedAutoScalingResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeTimeBasedAutoScaling operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeUserProfilesRequestMarshaller"> <summary> DescribeUserProfiles Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeUserProfilesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeUserProfiles operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeVolumesRequestMarshaller"> <summary> DescribeVolumes Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DescribeVolumesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeVolumes operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DetachElasticLoadBalancerRequestMarshaller"> <summary> DetachElasticLoadBalancer Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DetachElasticLoadBalancerResponseUnmarshaller"> <summary> Response Unmarshaller for DetachElasticLoadBalancer operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DisassociateElasticIpRequestMarshaller"> <summary> DisassociateElasticIp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.DisassociateElasticIpResponseUnmarshaller"> <summary> Response Unmarshaller for DisassociateElasticIp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.EbsBlockDeviceMarshaller"> <summary> EbsBlockDevice Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.EbsBlockDeviceUnmarshaller"> <summary> Response Unmarshaller for EbsBlockDevice Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.EcsClusterUnmarshaller"> <summary> Response Unmarshaller for EcsCluster Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ElasticIpUnmarshaller"> <summary> Response Unmarshaller for ElasticIp Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ElasticLoadBalancerUnmarshaller"> <summary> Response Unmarshaller for ElasticLoadBalancer Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.EnvironmentVariableMarshaller"> <summary> EnvironmentVariable Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.EnvironmentVariableUnmarshaller"> <summary> Response Unmarshaller for EnvironmentVariable Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.GetHostnameSuggestionRequestMarshaller"> <summary> GetHostnameSuggestion Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.GetHostnameSuggestionResponseUnmarshaller"> <summary> Response Unmarshaller for GetHostnameSuggestion operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.GrantAccessRequestMarshaller"> <summary> GrantAccess Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.GrantAccessResponseUnmarshaller"> <summary> Response Unmarshaller for GrantAccess operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.InstanceIdentityMarshaller"> <summary> InstanceIdentity Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.InstancesCountUnmarshaller"> <summary> Response Unmarshaller for InstancesCount Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.InstanceUnmarshaller"> <summary> Response Unmarshaller for Instance Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.LayerUnmarshaller"> <summary> Response Unmarshaller for Layer Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.LifecycleEventConfigurationMarshaller"> <summary> LifecycleEventConfiguration Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.LifecycleEventConfigurationUnmarshaller"> <summary> Response Unmarshaller for LifecycleEventConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.LoadBasedAutoScalingConfigurationUnmarshaller"> <summary> Response Unmarshaller for LoadBasedAutoScalingConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.PermissionUnmarshaller"> <summary> Response Unmarshaller for Permission Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RaidArrayUnmarshaller"> <summary> Response Unmarshaller for RaidArray Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RdsDbInstanceUnmarshaller"> <summary> Response Unmarshaller for RdsDbInstance Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RebootInstanceRequestMarshaller"> <summary> RebootInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RebootInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for RebootInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RecipesMarshaller"> <summary> Recipes Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RecipesUnmarshaller"> <summary> Response Unmarshaller for Recipes Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterEcsClusterRequestMarshaller"> <summary> RegisterEcsCluster Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterEcsClusterResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterEcsCluster operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterElasticIpRequestMarshaller"> <summary> RegisterElasticIp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterElasticIpResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterElasticIp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterInstanceRequestMarshaller"> <summary> RegisterInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterRdsDbInstanceRequestMarshaller"> <summary> RegisterRdsDbInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterRdsDbInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterRdsDbInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterVolumeRequestMarshaller"> <summary> RegisterVolume Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.RegisterVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for RegisterVolume operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ReportedOsUnmarshaller"> <summary> Response Unmarshaller for ReportedOs Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SelfUserProfileUnmarshaller"> <summary> Response Unmarshaller for SelfUserProfile Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ServiceErrorUnmarshaller"> <summary> Response Unmarshaller for ServiceError Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetLoadBasedAutoScalingRequestMarshaller"> <summary> SetLoadBasedAutoScaling Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetLoadBasedAutoScalingResponseUnmarshaller"> <summary> Response Unmarshaller for SetLoadBasedAutoScaling operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetPermissionRequestMarshaller"> <summary> SetPermission Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetPermissionResponseUnmarshaller"> <summary> Response Unmarshaller for SetPermission operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetTimeBasedAutoScalingRequestMarshaller"> <summary> SetTimeBasedAutoScaling Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SetTimeBasedAutoScalingResponseUnmarshaller"> <summary> Response Unmarshaller for SetTimeBasedAutoScaling operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ShutdownEventConfigurationMarshaller"> <summary> ShutdownEventConfiguration Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.ShutdownEventConfigurationUnmarshaller"> <summary> Response Unmarshaller for ShutdownEventConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SourceMarshaller"> <summary> Source Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SourceUnmarshaller"> <summary> Response Unmarshaller for Source Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SslConfigurationMarshaller"> <summary> SslConfiguration Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.SslConfigurationUnmarshaller"> <summary> Response Unmarshaller for SslConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StackConfigurationManagerMarshaller"> <summary> StackConfigurationManager Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StackConfigurationManagerUnmarshaller"> <summary> Response Unmarshaller for StackConfigurationManager Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StackSummaryUnmarshaller"> <summary> Response Unmarshaller for StackSummary Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StackUnmarshaller"> <summary> Response Unmarshaller for Stack Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StartInstanceRequestMarshaller"> <summary> StartInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StartInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for StartInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StartStackRequestMarshaller"> <summary> StartStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StartStackResponseUnmarshaller"> <summary> Response Unmarshaller for StartStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StopInstanceRequestMarshaller"> <summary> StopInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StopInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for StopInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StopStackRequestMarshaller"> <summary> StopStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.StopStackResponseUnmarshaller"> <summary> Response Unmarshaller for StopStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.TemporaryCredentialUnmarshaller"> <summary> Response Unmarshaller for TemporaryCredential Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.TimeBasedAutoScalingConfigurationUnmarshaller"> <summary> Response Unmarshaller for TimeBasedAutoScalingConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UnassignInstanceRequestMarshaller"> <summary> UnassignInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UnassignInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for UnassignInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UnassignVolumeRequestMarshaller"> <summary> UnassignVolume Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UnassignVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for UnassignVolume operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateAppRequestMarshaller"> <summary> UpdateApp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateAppResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateApp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateElasticIpRequestMarshaller"> <summary> UpdateElasticIp Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateElasticIpResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateElasticIp operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateInstanceRequestMarshaller"> <summary> UpdateInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateLayerRequestMarshaller"> <summary> UpdateLayer Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateLayerResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateLayer operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateMyUserProfileRequestMarshaller"> <summary> UpdateMyUserProfile Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateMyUserProfileResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateMyUserProfile operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateRdsDbInstanceRequestMarshaller"> <summary> UpdateRdsDbInstance Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateRdsDbInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateRdsDbInstance operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateStackRequestMarshaller"> <summary> UpdateStack Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateStackResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateStack operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateUserProfileRequestMarshaller"> <summary> UpdateUserProfile Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateUserProfileResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateUserProfile operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateVolumeRequestMarshaller"> <summary> UpdateVolume Request Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UpdateVolumeResponseUnmarshaller"> <summary> Response Unmarshaller for UpdateVolume operation </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.UserProfileUnmarshaller"> <summary> Response Unmarshaller for UserProfile Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.VolumeConfigurationMarshaller"> <summary> VolumeConfiguration Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.VolumeConfigurationUnmarshaller"> <summary> Response Unmarshaller for VolumeConfiguration Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.VolumeUnmarshaller"> <summary> Response Unmarshaller for Volume Object </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.WeeklyAutoScalingScheduleMarshaller"> <summary> WeeklyAutoScalingSchedule Marshaller </summary> </member> <member name="T:Amazon.OpsWorks.Model.Internal.MarshallTransformations.WeeklyAutoScalingScheduleUnmarshaller"> <summary> Response Unmarshaller for WeeklyAutoScalingSchedule Object </summary> </member> <member name="T:Amazon.RDS.AmazonRDSConfig"> <summary> Configuration for accessing Amazon RDS service </summary> </member> <member name="M:Amazon.RDS.AmazonRDSConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.RDS.AmazonRDSConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.RDS.AmazonRDSConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.RDS.ApplyMethod"> <summary> Constants used for properties of type ApplyMethod. </summary> </member> <member name="F:Amazon.RDS.ApplyMethod.Immediate"> <summary> Constant Immediate for ApplyMethod </summary> </member> <member name="F:Amazon.RDS.ApplyMethod.PendingReboot"> <summary> Constant PendingReboot for ApplyMethod </summary> </member> <member name="M:Amazon.RDS.ApplyMethod.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.RDS.ApplyMethod.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.RDS.SourceType"> <summary> Constants used for properties of type SourceType. </summary> </member> <member name="F:Amazon.RDS.SourceType.DbCluster"> <summary> Constant DbCluster for SourceType </summary> </member> <member name="F:Amazon.RDS.SourceType.DbClusterSnapshot"> <summary> Constant DbClusterSnapshot for SourceType </summary> </member> <member name="F:Amazon.RDS.SourceType.DbInstance"> <summary> Constant DbInstance for SourceType </summary> </member> <member name="F:Amazon.RDS.SourceType.DbParameterGroup"> <summary> Constant DbParameterGroup for SourceType </summary> </member> <member name="F:Amazon.RDS.SourceType.DbSecurityGroup"> <summary> Constant DbSecurityGroup for SourceType </summary> </member> <member name="F:Amazon.RDS.SourceType.DbSnapshot"> <summary> Constant DbSnapshot for SourceType </summary> </member> <member name="M:Amazon.RDS.SourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.RDS.SourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.RDS.Model.AccountQuota"> <summary> Describes a quota for an AWS account, for example, the number of DB instances allowed. </summary> </member> <member name="P:Amazon.RDS.Model.AccountQuota.AccountQuotaName"> <summary> Gets and sets the property AccountQuotaName. <para> The name of the Amazon RDS quota for this AWS account. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AccountQuota.Max"> <summary> Gets and sets the property Max. <para> The maximum allowed value for the quota. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AccountQuota.Used"> <summary> Gets and sets the property Used. <para> The amount currently used toward the quota maximum. </para> </summary> </member> <member name="T:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest"> <summary> Container for the parameters to the AddSourceIdentifierToSubscription operation. Adds a source identifier to an existing RDS event notification subscription. </summary> </member> <member name="T:Amazon.RDS.AmazonRDSRequest"> <summary> Base class for RDS operation requests. </summary> </member> <member name="P:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens. </para> <para> Constraints: </para> <ul> <li>If the source type is a DB instance, then a <code>DBInstanceIdentifier</code> must be supplied.</li> <li>If the source type is a DB security group, a <code>DBSecurityGroupName</code> must be supplied.</li> <li>If the source type is a DB parameter group, a <code>DBParameterGroupName</code> must be supplied.</li> <li>If the source type is a DB snapshot, a <code>DBSnapshotIdentifier</code> must be supplied.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the RDS event notification subscription you want to add a source identifier to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse"> <summary> Configuration for accessing Amazon AddSourceIdentifierToSubscription service </summary> </member> <member name="T:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResult.EventSubscription"> <summary> Gets and sets the property EventSubscription. </summary> </member> <member name="P:Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse.AddSourceIdentifierToSubscriptionResult"> <summary> Gets and sets the AddSourceIdentifierToSubscriptionResult property. Represents the output of a AddSourceIdentifierToSubscription operation. </summary> </member> <member name="T:Amazon.RDS.Model.AddTagsToResourceRequest"> <summary> Container for the parameters to the AddTagsToResource operation. Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS. <para> For an overview on tagging Amazon RDS resources, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AddTagsToResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The Amazon RDS resource the tags will be added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AddTagsToResourceRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags to be assigned to the Amazon RDS resource. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest"> <summary> Container for the parameters to the ApplyPendingMaintenanceAction operation. Applies a pending maintenance action to a resource (for example, to a DB instance). </summary> </member> <member name="P:Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest.ApplyAction"> <summary> Gets and sets the property ApplyAction. <para> The pending maintenance action to apply to this resource. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest.OptInType"> <summary> Gets and sets the property OptInType. <para> A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type <code>immediate</code> cannot be undone. </para> <para> Valid values: </para> <ul> <li> <code>immediate</code> - Apply the maintenance action immediately.</li> <li> <code>next-maintenance</code> - Apply the maintenance action during the next maintenance window for the resource.</li> <li> <code>undo-opt-in</code> - Cancel any existing <code>next-maintenance</code> opt-in requests.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ApplyPendingMaintenanceActionRequest.ResourceIdentifier"> <summary> Gets and sets the property ResourceIdentifier. <para> The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ApplyPendingMaintenanceActionResponse"> <summary> Configuration for accessing Amazon ApplyPendingMaintenanceAction service </summary> </member> <member name="T:Amazon.RDS.Model.ApplyPendingMaintenanceActionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ApplyPendingMaintenanceActionResult.ResourcePendingMaintenanceActions"> <summary> Gets and sets the property ResourcePendingMaintenanceActions. </summary> </member> <member name="P:Amazon.RDS.Model.ApplyPendingMaintenanceActionResponse.ApplyPendingMaintenanceActionResult"> <summary> Gets and sets the ApplyPendingMaintenanceActionResult property. Represents the output of a ApplyPendingMaintenanceAction operation. </summary> </member> <member name="T:Amazon.RDS.Model.AuthorizationAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.AuthorizationAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AuthorizationAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.AuthorizationNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.AuthorizationNotFoundException.#ctor(System.String)"> <summary> Constructs a new AuthorizationNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.AuthorizationQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.AuthorizationQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new AuthorizationQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest"> <summary> Container for the parameters to the AuthorizeDBSecurityGroupIngress operation. Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC). <note> You cannot authorize ingress from an EC2 security group in one region to an Amazon RDS DB instance in another. You cannot authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another. </note> <para> For an overview of CIDR ranges, go to the <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>. </para> </summary> </member> <member name="M:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.#ctor(System.String)"> <summary> Instantiates AuthorizeDBSecurityGroupIngressRequest with the parameterized properties </summary> <param name="dbSecurityGroupName"> The name of the DB security group to add authorization to. </param> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.CIDRIP"> <summary> Gets and sets the property CIDRIP. <para> The IP range to authorize. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name of the DB security group to add authorization to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.EC2SecurityGroupId"> <summary> Gets and sets the property EC2SecurityGroupId. <para> Id of the EC2 security group to authorize. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, <code>EC2SecurityGroupOwnerId</code> and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> Name of the EC2 security group to authorize. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, <code>EC2SecurityGroupOwnerId</code> and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressRequest.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> AWS account number of the owner of the EC2 security group specified in the <code>EC2SecurityGroupName</code> parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, <code>EC2SecurityGroupOwnerId</code> and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="T:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResponse"> <summary> Configuration for accessing Amazon AuthorizeDBSecurityGroupIngress service </summary> </member> <member name="T:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResult.DBSecurityGroup"> <summary> Gets and sets the property DBSecurityGroup. </summary> </member> <member name="P:Amazon.RDS.Model.AuthorizeDBSecurityGroupIngressResponse.AuthorizeDBSecurityGroupIngressResult"> <summary> Gets and sets the AuthorizeDBSecurityGroupIngressResult property. Represents the output of a AuthorizeDBSecurityGroupIngress operation. </summary> </member> <member name="T:Amazon.RDS.Model.AvailabilityZone"> <summary> Contains Availability Zone information. <para> This data type is used as an element in the following data type: <ul><li><a>OrderableDBInstanceOption</a></li></ul> </para> </summary> </member> <member name="P:Amazon.RDS.Model.AvailabilityZone.Name"> <summary> Gets and sets the property Name. <para> The name of the availability zone. </para> </summary> </member> <member name="T:Amazon.RDS.Model.Certificate"> <summary> A CA certificate for an AWS account. </summary> </member> <member name="P:Amazon.RDS.Model.Certificate.CertificateIdentifier"> <summary> Gets and sets the property CertificateIdentifier. <para> The unique key that identifies a certificate. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Certificate.CertificateType"> <summary> Gets and sets the property CertificateType. <para> The type of the certificate. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Certificate.Thumbprint"> <summary> Gets and sets the property Thumbprint. <para> The thumbprint of the certificate. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Certificate.ValidFrom"> <summary> Gets and sets the property ValidFrom. <para> The starting date from which the certificate is valid. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Certificate.ValidTill"> <summary> Gets and sets the property ValidTill. <para> The final date that the certificate continues to be valid. </para> </summary> </member> <member name="T:Amazon.RDS.Model.CertificateNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.CertificateNotFoundException.#ctor(System.String)"> <summary> Constructs a new CertificateNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.CharacterSet"> <summary> This data type is used as a response element in the action <a>DescribeDBEngineVersions</a>. </summary> </member> <member name="P:Amazon.RDS.Model.CharacterSet.CharacterSetDescription"> <summary> Gets and sets the property CharacterSetDescription. <para> The description of the character set. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CharacterSet.CharacterSetName"> <summary> Gets and sets the property CharacterSetName. <para> The name of the character set. </para> </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBClusterSnapshotRequest"> <summary> Container for the parameters to the CopyDBClusterSnapshot operation. Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBClusterSnapshotRequest.SourceDBClusterSnapshotIdentifier"> <summary> Gets and sets the property SourceDBClusterSnapshotIdentifier. <para> The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>my-cluster-snapshot1</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBClusterSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBClusterSnapshotRequest.TargetDBClusterSnapshotIdentifier"> <summary> Gets and sets the property TargetDBClusterSnapshotIdentifier. <para> The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>my-cluster-snapshot2</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBClusterSnapshotResponse"> <summary> Configuration for accessing Amazon CopyDBClusterSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBClusterSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBClusterSnapshotResult.DBClusterSnapshot"> <summary> Gets and sets the property DBClusterSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBClusterSnapshotResponse.CopyDBClusterSnapshotResult"> <summary> Gets and sets the CopyDBClusterSnapshotResult property. Represents the output of a CopyDBClusterSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBParameterGroupRequest"> <summary> Container for the parameters to the CopyDBParameterGroup operation. Copies the specified DB parameter group. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupRequest.SourceDBParameterGroupIdentifier"> <summary> Gets and sets the property SourceDBParameterGroupIdentifier. <para> The identifier or ARN for the source DB parameter group. For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> <para> Constraints: </para> <ul> <li>Must specify a valid DB parameter group.</li> <li>If the source DB parameter group is in the same region as the copy, specify a valid DB parameter group identifier, for example <code>my-db-param-group</code>, or a valid ARN.</li> <li>If the source DB parameter group is in a different region than the copy, specify a valid DB parameter group ARN, for example <code>arn:aws:rds:us-west-2:123456789012:pg:special-parameters</code>.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupRequest.TargetDBParameterGroupDescription"> <summary> Gets and sets the property TargetDBParameterGroupDescription. <para> A description for the copied DB parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupRequest.TargetDBParameterGroupIdentifier"> <summary> Gets and sets the property TargetDBParameterGroupIdentifier. <para> The identifier for the copied DB parameter group. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-db-parameter-group</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBParameterGroupResponse"> <summary> Configuration for accessing Amazon CopyDBParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBParameterGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupResult.DBParameterGroup"> <summary> Gets and sets the property DBParameterGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBParameterGroupResponse.CopyDBParameterGroupResult"> <summary> Gets and sets the CopyDBParameterGroupResult property. Represents the output of a CopyDBParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBSnapshotRequest"> <summary> Container for the parameters to the CopyDBSnapshot operation. Copies the specified DBSnapshot. The source DB snapshot must be in the "available" state. <para> If you are copying from a shared manual DB snapshot, the <code>SourceDBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotRequest.CopyTags"> <summary> Gets and sets the property CopyTags. <para> True to copy all tags from the source DB snapshot to the target DB snapshot; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The AWS Key Management Service (AWS KMS) key identifier for an encrypted DB snapshot. The KMS key identifier is the Amazon Resource Name (ARN) or the KMS key alias for the KMS encryption key. </para> <para> If you copy an unencrypted DB snapshot and specify a value for the <code>KmsKeyId</code> parameter, Amazon RDS encrypts the target DB snapshot using the specified KMS encryption key. </para> <para> If you copy an encrypted DB snapshot from your AWS account, you can specify a value for <code>KmsKeyId</code> to encrypt the copy with a new KMS encryption key. If you don't specify a value for <code>KmsKeyId</code> then the copy of the DB snapshot is encrypted with the same KMS key as the source DB snapshot. </para> <para> If you copy an encrypted DB snapshot that is shared from another AWS account, then you must specify a value for <code>KmsKeyId</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotRequest.SourceDBSnapshotIdentifier"> <summary> Gets and sets the property SourceDBSnapshotIdentifier. <para> The identifier for the source DB snapshot. </para> <para> If you are copying from a shared manual DB snapshot, this must be the ARN of the shared DB snapshot. </para> <para> Constraints: </para> <ul> <li>Must specify a valid system snapshot in the "available" state.</li> <li>If the source snapshot is in the same region as the copy, specify a valid DB snapshot identifier.</li> <li>If the source snapshot is in a different region than the copy, specify a valid DB snapshot ARN. For more information, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html"> Copying a DB Snapshot</a>.</li> </ul> <para> Example: <code>rds:mydb-2012-04-02-00-01</code> </para> <para> Example: <code>arn:aws:rds:rr-regn-1:123456789012:snapshot:mysql-instance1-snapshot-20130805</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotRequest.TargetDBSnapshotIdentifier"> <summary> Gets and sets the property TargetDBSnapshotIdentifier. <para> The identifier for the copied snapshot. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-db-snapshot</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBSnapshotResponse"> <summary> Configuration for accessing Amazon CopyDBSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.CopyDBSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotResult.DBSnapshot"> <summary> Gets and sets the property DBSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.CopyDBSnapshotResponse.CopyDBSnapshotResult"> <summary> Gets and sets the CopyDBSnapshotResult property. Represents the output of a CopyDBSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.CopyOptionGroupRequest"> <summary> Container for the parameters to the CopyOptionGroup operation. Copies the specified option group. </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupRequest.SourceOptionGroupIdentifier"> <summary> Gets and sets the property SourceOptionGroupIdentifier. <para> The identifier or ARN for the source option group. For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> <para> Constraints: </para> <ul> <li>Must specify a valid option group.</li> <li>If the source option group is in the same region as the copy, specify a valid option group identifier, for example <code>my-option-group</code>, or a valid ARN.</li> <li>If the source option group is in a different region than the copy, specify a valid option group ARN, for example <code>arn:aws:rds:us-west-2:123456789012:og:special-options</code>.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupRequest.TargetOptionGroupDescription"> <summary> Gets and sets the property TargetOptionGroupDescription. <para> The description for the copied option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupRequest.TargetOptionGroupIdentifier"> <summary> Gets and sets the property TargetOptionGroupIdentifier. <para> The identifier for the copied option group. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-option-group</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.CopyOptionGroupResponse"> <summary> Configuration for accessing Amazon CopyOptionGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CopyOptionGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupResult.OptionGroup"> <summary> Gets and sets the property OptionGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CopyOptionGroupResponse.CopyOptionGroupResult"> <summary> Gets and sets the CopyOptionGroupResult property. Represents the output of a CopyOptionGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterParameterGroupRequest"> <summary> Container for the parameters to the CreateDBClusterParameterGroup operation. Creates a new DB cluster parameter group. <para> Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster. </para> <para> A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using <a>ModifyDBClusterParameterGroup</a>. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using <a>ModifyDBCluster</a>. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect. </para> <important> <para> After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <a>DescribeDBClusterParameters</a> command to verify that your DB cluster parameter group has been created or modified. </para> </important> <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <note>This value is stored as a lowercase string.</note> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupRequest.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupRequest.Description"> <summary> Gets and sets the property Description. <para> The description for the DB cluster parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterParameterGroupResponse"> <summary> Configuration for accessing Amazon CreateDBClusterParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterParameterGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupResult.DBClusterParameterGroup"> <summary> Gets and sets the property DBClusterParameterGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterParameterGroupResponse.CreateDBClusterParameterGroupResult"> <summary> Gets and sets the CreateDBClusterParameterGroupResult property. Represents the output of a CreateDBClusterParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterRequest"> <summary> Container for the parameters to the CreateDBCluster operation. Creates a new Amazon Aurora DB cluster. For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> A list of EC2 Availability Zones that instances in the DB cluster can be created in. For information on regions and Availability Zones, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html">Regions and Availability Zones</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> The number of days for which automated backups are retained. You must specify a minimum value of 1. </para> <para> Default: 1 </para> <para> Constraints: </para> <ul> <li>Must be a value from 1 to 35</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.CharacterSetName"> <summary> Gets and sets the property CharacterSetName. <para> A value that indicates that the DB cluster should be associated with the specified CharacterSet. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.DatabaseName"> <summary> Gets and sets the property DatabaseName. <para> The name for your database of up to 8 alpha-numeric characters. If you do not provide a name, Amazon RDS will not create a database in the DB cluster you are creating. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The DB cluster identifier. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>my-cluster1</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, <code>default.aurora5.6</code> for the specified engine will be used. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> A DB subnet group to associate with this DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.Engine"> <summary> Gets and sets the property Engine. <para> The name of the database engine to be used for this DB cluster. </para> <para> Valid Values: <code>aurora</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the database engine to use. </para> <para> <b>Aurora</b> </para> <para> Example: <code>5.6.10a</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The KMS key identifier for an encrypted DB cluster. </para> <para> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KM encryption key. </para> <para> If the <code>StorageEncrypted</code> parameter is true, and you do not specify a value for the <code>KmsKeyId</code> parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> The name of the master user for the client DB cluster. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 16 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@". </para> <para> Constraints: Must contain from 8 to 41 characters. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> A value that indicates that the DB cluster should be associated with the specified option group. </para> <para> Permanent options cannot be removed from an option group. The option group cannot be removed from a DB cluster once it is associated with a DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the instances in the DB cluster accept connections. </para> <para> Default: <code>3306</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> The daily time range during which automated backups are created if automated backups are enabled using the <code>BackupRetentionPeriod</code> parameter. </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Constraints: </para> <ul> <li>Must be in the format <code>hh24:mi-hh24:mi</code>.</li> <li>Times should be in Universal Coordinated Time (UTC).</li> <li>Must not conflict with the preferred maintenance window.</li> <li>Must be at least 30 minutes.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). </para> <para> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun </para> <para> Constraints: Minimum 30-minute window. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.StorageEncrypted"> <summary> Gets and sets the property StorageEncrypted. <para> Specifies whether the DB cluster is encrypted. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A list of EC2 VPC security groups to associate with this DB cluster. </para> </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterResponse"> <summary> Configuration for accessing Amazon CreateDBCluster service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterResponse.CreateDBClusterResult"> <summary> Gets and sets the CreateDBClusterResult property. Represents the output of a CreateDBCluster operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterSnapshotRequest"> <summary> Container for the parameters to the CreateDBClusterSnapshot operation. Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterSnapshotRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>my-cluster1</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterSnapshotRequest.DBClusterSnapshotIdentifier"> <summary> Gets and sets the property DBClusterSnapshotIdentifier. <para> The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>my-cluster1-snapshot1</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags to be assigned to the DB cluster snapshot. </para> </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterSnapshotResponse"> <summary> Configuration for accessing Amazon CreateDBClusterSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBClusterSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterSnapshotResult.DBClusterSnapshot"> <summary> Gets and sets the property DBClusterSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBClusterSnapshotResponse.CreateDBClusterSnapshotResult"> <summary> Gets and sets the CreateDBClusterSnapshotResult property. Represents the output of a CreateDBClusterSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest"> <summary> Container for the parameters to the CreateDBInstanceReadReplica operation. Creates a DB instance for a DB instance running MySQL, MariaDB, or PostgreSQL that acts as a Read Replica of a source DB instance. <para> All Read Replica DB instances are created as Single-AZ deployments with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified below. </para> <important> <para> The source DB instance must have backup retention enabled. </para> </important> </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateDBInstanceReadReplicaRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string. </param> <param name="sourceDBInstanceIdentifier"> The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas. Constraints: <ul> <li>Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.</li> <li>Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.</li> <li>Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.</li> <li>The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.</li> <li>If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.</li> <li>If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing a Amazon RDS Amazon Resource Name (ARN)</a>.</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window. </para> <para> Default: Inherits from the source DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The Amazon EC2 Availability Zone that the Read Replica will be created in. </para> <para> Default: A random, system-chosen Availability Zone in the endpoint's region. </para> <para> Example: <code>us-east-1d</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The compute and memory capacity of the Read Replica. </para> <para> Valid Values: <code>db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code> </para> <para> Default: Inherits from the source DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC. </para> <para> Constraints: </para> <ul> <li>Can only be specified if the source DB instance identifier specifies a DB instance in another region.</li> <li>The specified DB subnet group must be in the same region in which the operation is running.</li> <li> All Read Replicas in one region that are created from the same source DB instance must either: <ul><li>Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.</li><li>Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.</li></ul></li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.Iops"> <summary> Gets and sets the property Iops. <para> The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.MonitoringInterval"> <summary> Gets and sets the property MonitoringInterval. <para> The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60. </para> <para> If <code>MonitoringRoleArn</code> is specified, then you must also set <code>MonitoringInterval</code> to a value other than 0. </para> <para> Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.MonitoringRoleArn"> <summary> Gets and sets the property MonitoringRoleArn. <para> The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole">To create an IAM role for Amazon RDS Enhanced Monitoring</a>. </para> <para> If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a <code>MonitoringRoleArn</code> value. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.Port"> <summary> Gets and sets the property Port. <para> The port number that the DB instance uses for connections. </para> <para> Default: Inherits from the source DB instance </para> <para> Valid Values: <code>1150-65535</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </para> <para> Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. </para> <ul> <li> <b>Default VPC:</b>true</li> <li> <b>VPC:</b>false</li> </ul> <para> If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.SourceDBInstanceIdentifier"> <summary> Gets and sets the property SourceDBInstanceIdentifier. <para> The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas. </para> <para> Constraints: </para> <ul> <li>Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.</li> <li>Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.</li> <li>Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.</li> <li>The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.</li> <li>If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.</li> <li>If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing a Amazon RDS Amazon Resource Name (ARN)</a>.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the Read Replica. </para> <para> Valid values: <code>standard | gp2 | io1</code> </para> <para> If you specify <code>io1</code>, you must also include a value for the <code>Iops</code> parameter. </para> <para> Default: <code>io1</code> if the <code>Iops</code> parameter is specified; otherwise <code>standard</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceReadReplicaResponse"> <summary> Configuration for accessing Amazon CreateDBInstanceReadReplica service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceReadReplicaResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceReadReplicaResponse.CreateDBInstanceReadReplicaResult"> <summary> Gets and sets the CreateDBInstanceReadReplicaResult property. Represents the output of a CreateDBInstanceReadReplica operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceRequest"> <summary> Container for the parameters to the CreateDBInstance operation. Creates a new DB instance. </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBInstanceRequest.#ctor(System.String,System.Int32,System.String,System.String,System.String,System.String)"> <summary> Instantiates CreateDBInstanceRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> The DB instance identifier. This parameter is stored as a lowercase string. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server).</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> Example: <code>mydbinstance</code></param> <param name="allocatedStorage"> The amount of storage (in gigabytes) to be initially allocated for the database instance. Type: Integer <b>MySQL</b> Constraints: Must be an integer from 5 to 6144. <b>MariaDB</b> Constraints: Must be an integer from 5 to 6144. <b>PostgreSQL</b> Constraints: Must be an integer from 5 to 6144. <b>Oracle</b> Constraints: Must be an integer from 10 to 6144. <b>SQL Server</b> Constraints: Must be an integer from 200 to 4096 (Standard Edition and Enterprise Edition) or from 20 to 4096 (Express Edition and Web Edition)</param> <param name="dbInstanceClass"> The compute and memory capacity of the DB instance. Valid Values: <code>db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code></param> <param name="engine"> The name of the database engine to be used for this instance. Valid Values: <code>MySQL</code> | <code>mariadb</code> | <code>oracle-se1</code> | <code>oracle-se</code> | <code>oracle-ee</code> | <code>sqlserver-ee</code> | <code>sqlserver-se</code> | <code>sqlserver-ex</code> | <code>sqlserver-web</code> | <code>postgres</code> | <code>aurora</code> Not every database engine is available for every AWS region. </param> <param name="masterUsername"> The name of master user for the client DB instance. <b>MySQL</b> Constraints: <ul> <li>Must be 1 to 16 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <b>MariaDB</b> Constraints: <ul> <li>Must be 1 to 16 alphanumeric characters.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> Type: String <b>Oracle</b> Constraints: <ul> <li>Must be 1 to 30 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <b>SQL Server</b> Constraints: <ul> <li>Must be 1 to 128 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <b>PostgreSQL</b> Constraints: <ul> <li>Must be 1 to 63 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul></param> <param name="masterUserPassword"> The password for the master database user. Can be any printable ASCII character except "/", """, or "@". Type: String <b>MySQL</b> Constraints: Must contain from 8 to 41 characters. <b>MariaDB</b> Constraints: Must contain from 8 to 41 characters. <b>Oracle</b> Constraints: Must contain from 8 to 30 characters. <b>SQL Server</b> Constraints: Must contain from 8 to 128 characters. <b>PostgreSQL</b> Constraints: Must contain from 8 to 128 characters. <b>Amazon Aurora</b> Constraints: Must contain from 8 to 41 characters. </param> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> The amount of storage (in gigabytes) to be initially allocated for the database instance. </para> <para> Type: Integer </para> <para> <b>MySQL</b> </para> <para> Constraints: Must be an integer from 5 to 6144. </para> <para> <b>MariaDB</b> </para> <para> Constraints: Must be an integer from 5 to 6144. </para> <para> <b>PostgreSQL</b> </para> <para> Constraints: Must be an integer from 5 to 6144. </para> <para> <b>Oracle</b> </para> <para> Constraints: Must be an integer from 10 to 6144. </para> <para> <b>SQL Server</b> </para> <para> Constraints: Must be an integer from 200 to 4096 (Standard Edition and Enterprise Edition) or from 20 to 4096 (Express Edition and Web Edition) </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. </para> <para> Default: <code>true</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The EC2 Availability Zone that the database instance will be created in. For information on regions and Availability Zones, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html">Regions and Availability Zones</a>. </para> <para> Default: A random, system-chosen Availability Zone in the endpoint's region. </para> <para> Example: <code>us-east-1d</code> </para> <para> Constraint: The AvailabilityZone parameter cannot be specified if the MultiAZ parameter is set to <code>true</code>. The specified Availability Zone must be in the same region as the current endpoint. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. </para> <para> Default: 1 </para> <para> Constraints: </para> <ul> <li>Must be a value from 0 to 35</li> <li>Cannot be set to 0 if the DB instance is a source to Read Replicas</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.CharacterSetName"> <summary> Gets and sets the property CharacterSetName. <para> For supported engines, indicates that the DB instance should be associated with the specified CharacterSet. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The identifier of the DB cluster that the instance will belong to. </para> <para> For information on creating a DB cluster, see <a>CreateDBCluster</a>. </para> <para> Type: String </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The compute and memory capacity of the DB instance. </para> <para> Valid Values: <code>db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server).</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> <para> Example: <code>mydbinstance</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBName"> <summary> Gets and sets the property DBName. <para> The meaning of this parameter differs according to the database engine you use. </para> <para> Type: String </para> <para> <b>MySQL</b> </para> <para> The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. </para> <para> Constraints: </para> <ul> <li>Must contain 1 to 64 alphanumeric characters</li> <li>Cannot be a word reserved by the specified database engine</li> </ul> <para> <b>MariaDB</b> </para> <para> The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance. </para> <para> Constraints: </para> <ul> <li>Must contain 1 to 64 alphanumeric characters</li> <li>Cannot be a word reserved by the specified database engine</li> </ul> <para> <b>PostgreSQL</b> </para> <para> The name of the database to create when the DB instance is created. If this parameter is not specified, the default "postgres" database is created in the DB instance. </para> <para> Constraints: </para> <ul> <li>Must contain 1 to 63 alphanumeric characters</li> <li>Must begin with a letter or an underscore. Subsequent characters can be letters, underscores, or digits (0-9).</li> <li>Cannot be a word reserved by the specified database engine</li> </ul> <para> <b>Oracle</b> </para> <para> The Oracle System ID (SID) of the created DB instance. </para> <para> Default: <code>ORCL</code> </para> <para> Constraints: </para> <ul> <li>Cannot be longer than 8 characters</li> </ul> <para> <b>SQL Server</b> </para> <para> Not applicable. Must be null. </para> <para> <b>Amazon Aurora</b> </para> <para> The name of the database to create when the primary instance of the DB cluster is created. If this parameter is not specified, no database is created in the DB instance. </para> <para> Constraints: </para> <ul> <li>Must contain 1 to 64 alphanumeric characters</li> <li>Cannot be a word reserved by the specified database engine</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine will be used. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBSecurityGroups"> <summary> Gets and sets the property DBSecurityGroups. <para> A list of DB security groups to associate with this DB instance. </para> <para> Default: The default DB security group for the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> A DB subnet group to associate with this DB instance. </para> <para> If there is no DB subnet group, then it is a non-VPC DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.Engine"> <summary> Gets and sets the property Engine. <para> The name of the database engine to be used for this instance. </para> <para> Valid Values: <code>MySQL</code> | <code>mariadb</code> | <code>oracle-se1</code> | <code>oracle-se</code> | <code>oracle-ee</code> | <code>sqlserver-ee</code> | <code>sqlserver-se</code> | <code>sqlserver-ex</code> | <code>sqlserver-web</code> | <code>postgres</code> | <code>aurora</code> </para> <para> Not every database engine is available for every AWS region. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the database engine to use. </para> <para> The following are the database engines and major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS region. </para> <para> <b>MySQL</b> </para> <ul> <li><b>Version 5.1 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):</b> <code> 5.1.73a | 5.1.73b</code></li> <li><b>Version 5.5 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):</b> <code> 5.5.40 | 5.5.40a</code></li> <li><b>Version 5.5 (Available in all regions):</b> <code> 5.5.40b | 5.5.41 | 5.5.42</code></li> <li><b>Version 5.6 (Available in all regions):</b> <code> 5.6.19a | 5.6.19b | 5.6.21 | 5.6.21b | 5.6.22 | 5.6.23</code></li> </ul> <para> <b>MariaDB</b> </para> <ul> <li><b>Version 10.0 (Available in all regions except AWS GovCloud (US) Region (us-gov-west-1)):</b> <code> 10.0.17 </code></li> </ul> <para> <b>Oracle Database Enterprise Edition (oracle-ee)</b> </para> <ul> <li><b>Version 11.2 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):</b> <code> 11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7</code></li> <li><b>Version 11.2 (Available in all regions):</b> <code> 11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3 | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4</code></li> <li><b>Version 12.1 (Available in all regions):</b> <code>12.1.0.1.v1 | 12.1.0.1.v2 | 12.1.0.2.v1 </code></li> </ul> <para> <b>Oracle Database Standard Edition (oracle-se)</b> </para> <ul> <li><b>Version 11.2 (Only available in the following regions: us-west-1):</b> <code> 11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7</code></li> <li><b>Version 11.2 (Only available in the following regions: eu-central-1, us-west-1):</b> <code> 11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3 | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4</code></li> <li><b>Version 12.1 (Only available in the following regions: eu-central-1, us-west-1):</b> <code>12.1.0.1.v1 | 12.1.0.1.v2</code></li> </ul> <para> <b>Oracle Database Standard Edition One (oracle-se1)</b> </para> <ul> <li><b>Version 11.2 (Only available in the following regions: us-west-1):</b> <code> 11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7</code></li> <li><b>Version 11.2 (Only available in the following regions: eu-central-1, us-west-1):</b> <code> 11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3 | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4</code></li> <li><b>Version 12.1 (Only available in the following regions: eu-central-1, us-west-1):</b> <code> 12.1.0.1.v1 | 12.1.0.1.v2</code></li> </ul> <para> <b>PostgreSQL</b> </para> <ul> <li><b>Version 9.3 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):</b> <code> 9.3.1 | 9.3.2</code></li> <li><b>Version 9.3 (Available in all regions):</b> <code> 9.3.3 | 9.3.5 | 9.3.6 | 9.3.9 | 9.3.10</code></li> <li><b>Version 9.4 (Available in all regions):</b> <code> 9.4.1 | 9.4.4 | 9.4.5</code></li> </ul> <para> <b>Microsoft SQL Server Enterprise Edition (sqlserver-ee)</b> </para> <ul> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.2789.0.v1</code></li> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.6000.34.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.2100.60.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.5058.0.v1</code></li> </ul> <para> <b>Microsoft SQL Server Express Edition (sqlserver-ex)</b> </para> <ul> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.2789.0.v1</code></li> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.6000.34.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.2100.60.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.5058.0.v1</code></li> <li><b>Version 12.00 (Available in all regions):</b> <code> 12.00.4422.0.v1</code></li> </ul> <para> <b>Microsoft SQL Server Standard Edition (sqlserver-se)</b> </para> <ul> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.2789.0.v1</code></li> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.6000.34.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.2100.60.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.5058.0.v1</code></li> <li><b>Version 12.00 (Available in all regions):</b> <code> 12.00.4422.0.v1</code></li> </ul> <para> <b>Microsoft SQL Server Web Edition (sqlserver-web)</b> </para> <ul> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.2789.0.v1</code></li> <li><b>Version 10.50 (Available in all regions):</b> <code> 10.50.6000.34.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.2100.60.v1</code></li> <li><b>Version 11.00 (Available in all regions):</b> <code> 11.00.5058.0.v1</code></li> <li><b>Version 12.00 (Available in all regions):</b> <code> 12.00.4422.0.v1</code></li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.Iops"> <summary> Gets and sets the property Iops. <para> The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. </para> <para> Constraints: Must be a multiple between 3 and 10 of the storage amount for the DB instance. Must also be an integer multiple of 1000. For example, if the size of your DB instance is 500 GB, then your <code>Iops</code> value can be 2000, 3000, 4000, or 5000. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The KMS key identifier for an encrypted DB instance. </para> <para> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same AWS account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key. </para> <para> If the <code>StorageEncrypted</code> parameter is true, and you do not specify a value for the <code>KmsKeyId</code> parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> License model information for this DB instance. </para> <para> Valid values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> The name of master user for the client DB instance. </para> <para> <b>MySQL</b> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 16 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <para> <b>MariaDB</b> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 16 alphanumeric characters.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <para> Type: String </para> <para> <b>Oracle</b> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 30 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <para> <b>SQL Server</b> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 128 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> <para> <b>PostgreSQL</b> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 63 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word for the chosen database engine.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> The password for the master database user. Can be any printable ASCII character except "/", """, or "@". </para> <para> Type: String </para> <para> <b>MySQL</b> </para> <para> Constraints: Must contain from 8 to 41 characters. </para> <para> <b>MariaDB</b> </para> <para> Constraints: Must contain from 8 to 41 characters. </para> <para> <b>Oracle</b> </para> <para> Constraints: Must contain from 8 to 30 characters. </para> <para> <b>SQL Server</b> </para> <para> Constraints: Must contain from 8 to 128 characters. </para> <para> <b>PostgreSQL</b> </para> <para> Constraints: Must contain from 8 to 128 characters. </para> <para> <b>Amazon Aurora</b> </para> <para> Constraints: Must contain from 8 to 41 characters. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.MonitoringInterval"> <summary> Gets and sets the property MonitoringInterval. <para> The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60. </para> <para> If <code>MonitoringRoleArn</code> is specified, then you must also set <code>MonitoringInterval</code> to a value other than 0. </para> <para> Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.MonitoringRoleArn"> <summary> Gets and sets the property MonitoringRoleArn. <para> The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole">To create an IAM role for Amazon RDS Enhanced Monitoring</a>. </para> <para> If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a <code>MonitoringRoleArn</code> value. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Specifies if the DB instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the MultiAZ parameter is set to true. Do not set this value if you want a Multi-AZ deployment for a SQL Server DB instance. Multi-AZ for SQL Server is set using the Mirroring option in an option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> Indicates that the DB instance should be associated with the specified option group. </para> <para> Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the database accepts connections. </para> <para> <b>MySQL</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> Type: Integer </para> <para> <b>MariaDB</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> Type: Integer </para> <para> <b>PostgreSQL</b> </para> <para> Default: <code>5432</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> Type: Integer </para> <para> <b>Oracle</b> </para> <para> Default: <code>1521</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> <b>SQL Server</b> </para> <para> Default: <code>1433</code> </para> <para> Valid Values: <code>1150-65535</code> except for <code>1434</code>, <code>3389</code>, <code>47001</code>, <code>49152</code>, and <code>49152</code> through <code>49156</code>. </para> <para> <b>Amazon Aurora</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> Type: Integer </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> The daily time range during which automated backups are created if automated backups are enabled, using the <code>BackupRetentionPeriod</code> parameter. For more information, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonRDSInstances.html">DB Instance Backups</a>. </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Constraints: </para> <ul> <li>Must be in the format <code>hh24:mi-hh24:mi</code>.</li> <li>Times should be in Universal Coordinated Time (UTC).</li> <li>Must not conflict with the preferred maintenance window.</li> <li>Must be at least 30 minutes.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBMaintenance.html">DB Instance Maintenance</a>. </para> <para> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun </para> <para> Constraints: Minimum 30-minute window. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </para> <para> Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. </para> <ul> <li> <b>Default VPC:</b> true</li> <li> <b>VPC:</b> false</li> </ul> <para> If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.StorageEncrypted"> <summary> Gets and sets the property StorageEncrypted. <para> Specifies whether the DB instance is encrypted. </para> <para> Default: false </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the DB instance. </para> <para> Valid values: <code>standard | gp2 | io1</code> </para> <para> If you specify <code>io1</code>, you must also include a value for the <code>Iops</code> parameter. </para> <para> Default: <code>io1</code> if the <code>Iops</code> parameter is specified; otherwise <code>standard</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which to associate the instance for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.TdeCredentialPassword"> <summary> Gets and sets the property TdeCredentialPassword. <para> The password for the given ARN from the Key Store in order to access the device. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A list of EC2 VPC security groups to associate with this DB instance. </para> <para> Default: The default EC2 VPC security group for the DB subnet group's VPC. </para> </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceResponse"> <summary> Configuration for accessing Amazon CreateDBInstance service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBInstanceResponse.CreateDBInstanceResult"> <summary> Gets and sets the CreateDBInstanceResult property. Represents the output of a CreateDBInstance operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBParameterGroupRequest"> <summary> Container for the parameters to the CreateDBParameterGroup operation. Creates a new DB parameter group. <para> A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using <i>ModifyDBParameterGroup</i>. Once you've created a DB parameter group, you need to associate it with your DB instance using <i>ModifyDBInstance</i>. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect. </para> <important> <para> After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <i>DescribeDBParameters</i> command to verify that your DB parameter group has been created or modified. </para> </important> </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBParameterGroupRequest.#ctor(System.String,System.String,System.String)"> <summary> Instantiates CreateDBParameterGroupRequest with the parameterized properties </summary> <param name="dbParameterGroupName"> The name of the DB parameter group. Constraints: <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <note>This value is stored as a lowercase string.</note></param> <param name="dbParameterGroupFamily"> The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. </param> <param name="description"> The description for the DB parameter group. </param> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupRequest.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <note>This value is stored as a lowercase string.</note> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupRequest.Description"> <summary> Gets and sets the property Description. <para> The description for the DB parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBParameterGroupResponse"> <summary> Configuration for accessing Amazon CreateDBParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBParameterGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupResult.DBParameterGroup"> <summary> Gets and sets the property DBParameterGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBParameterGroupResponse.CreateDBParameterGroupResult"> <summary> Gets and sets the CreateDBParameterGroupResult property. Represents the output of a CreateDBParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSecurityGroupRequest"> <summary> Container for the parameters to the CreateDBSecurityGroup operation. Creates a new DB security group. DB security groups control access to a DB instance. </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBSecurityGroupRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateDBSecurityGroupRequest with the parameterized properties </summary> <param name="dbSecurityGroupName"> The name for the DB security group. This value is stored as a lowercase string. Constraints: <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>Must not be "Default"</li> <li>Cannot contain spaces</li> </ul> Example: <code>mysecuritygroup</code></param> <param name="dbSecurityGroupDescription"> The description for the DB security group. </param> </member> <member name="P:Amazon.RDS.Model.CreateDBSecurityGroupRequest.DBSecurityGroupDescription"> <summary> Gets and sets the property DBSecurityGroupDescription. <para> The description for the DB security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSecurityGroupRequest.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name for the DB security group. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>Must not be "Default"</li> <li>Cannot contain spaces</li> </ul> <para> Example: <code>mysecuritygroup</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSecurityGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSecurityGroupResponse"> <summary> Configuration for accessing Amazon CreateDBSecurityGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSecurityGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSecurityGroupResult.DBSecurityGroup"> <summary> Gets and sets the property DBSecurityGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSecurityGroupResponse.CreateDBSecurityGroupResult"> <summary> Gets and sets the CreateDBSecurityGroupResult property. Represents the output of a CreateDBSecurityGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSnapshotRequest"> <summary> Container for the parameters to the CreateDBSnapshot operation. Creates a DBSnapshot. The source DBInstance must be in "available" state. </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBSnapshotRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.CreateDBSnapshotRequest.#ctor(System.String,System.String)"> <summary> Instantiates CreateDBSnapshotRequest with the parameterized properties </summary> <param name="dbSnapshotIdentifier"> The identifier for the DB snapshot. Constraints: <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> Example: <code>my-snapshot-id</code></param> <param name="dbInstanceIdentifier"> The DB instance identifier. This is the unique key that identifies a DB instance. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.CreateDBSnapshotRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier. This is the unique key that identifies a DB instance. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSnapshotRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The identifier for the DB snapshot. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-snapshot-id</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSnapshotResponse"> <summary> Configuration for accessing Amazon CreateDBSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSnapshotResult.DBSnapshot"> <summary> Gets and sets the property DBSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSnapshotResponse.CreateDBSnapshotResult"> <summary> Gets and sets the CreateDBSnapshotResult property. Represents the output of a CreateDBSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSubnetGroupRequest"> <summary> Container for the parameters to the CreateDBSubnetGroup operation. Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupRequest.DBSubnetGroupDescription"> <summary> Gets and sets the property DBSubnetGroupDescription. <para> The description for the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The name for the DB subnet group. This value is stored as a lowercase string. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, or hyphens. Must not be default. </para> <para> Example: <code>mySubnetgroup</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> The EC2 Subnet IDs for the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSubnetGroupResponse"> <summary> Configuration for accessing Amazon CreateDBSubnetGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CreateDBSubnetGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupResult.DBSubnetGroup"> <summary> Gets and sets the property DBSubnetGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CreateDBSubnetGroupResponse.CreateDBSubnetGroupResult"> <summary> Gets and sets the CreateDBSubnetGroupResult property. Represents the output of a CreateDBSubnetGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateEventSubscriptionRequest"> <summary> Container for the parameters to the CreateEventSubscription operation. Creates an RDS event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console. <para> You can specify the type of source (SourceType) you want to be notified of, provide a list of RDS sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup. </para> <para> If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you will be notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you will receive notice of the events for that source type for all your RDS sources. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all RDS sources belonging to your customer account. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.Enabled"> <summary> Gets and sets the property Enabled. <para> A Boolean value; set to <b>true</b> to activate the subscription, set to <b>false</b> to create the subscription but not active it. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.EventCategories"> <summary> Gets and sets the property EventCategories. <para> A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> topic in the Amazon RDS User Guide or by using the <b>DescribeEventCategories</b> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.SnsTopicArn"> <summary> Gets and sets the property SnsTopicArn. <para> The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.SourceIds"> <summary> Gets and sets the property SourceIds. <para> The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens. </para> <para> Constraints: </para> <ul> <li>If SourceIds are supplied, SourceType must also be provided.</li> <li>If the source type is a DB instance, then a <code>DBInstanceIdentifier</code> must be supplied.</li> <li>If the source type is a DB security group, a <code>DBSecurityGroupName</code> must be supplied.</li> <li>If the source type is a DB parameter group, a <code>DBParameterGroupName</code> must be supplied.</li> <li>If the source type is a DB snapshot, a <code>DBSnapshotIdentifier</code> must be supplied.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned. </para> <para> Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the subscription. </para> <para> Constraints: The name must be less than 255 characters. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateEventSubscriptionResponse"> <summary> Configuration for accessing Amazon CreateEventSubscription service </summary> </member> <member name="T:Amazon.RDS.Model.CreateEventSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionResult.EventSubscription"> <summary> Gets and sets the property EventSubscription. </summary> </member> <member name="P:Amazon.RDS.Model.CreateEventSubscriptionResponse.CreateEventSubscriptionResult"> <summary> Gets and sets the CreateEventSubscriptionResult property. Represents the output of a CreateEventSubscription operation. </summary> </member> <member name="T:Amazon.RDS.Model.CreateOptionGroupRequest"> <summary> Container for the parameters to the CreateOptionGroup operation. Creates a new option group. You can create up to 20 option groups. </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupRequest.EngineName"> <summary> Gets and sets the property EngineName. <para> Specifies the name of the engine that this option group should be associated with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupRequest.MajorEngineVersion"> <summary> Gets and sets the property MajorEngineVersion. <para> Specifies the major version of the engine that this option group should be associated with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupRequest.OptionGroupDescription"> <summary> Gets and sets the property OptionGroupDescription. <para> The description of the option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> Specifies the name of the option group to be created. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>myoptiongroup</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.CreateOptionGroupResponse"> <summary> Configuration for accessing Amazon CreateOptionGroup service </summary> </member> <member name="T:Amazon.RDS.Model.CreateOptionGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupResult.OptionGroup"> <summary> Gets and sets the property OptionGroup. </summary> </member> <member name="P:Amazon.RDS.Model.CreateOptionGroupResponse.CreateOptionGroupResult"> <summary> Gets and sets the CreateOptionGroupResult property. Represents the output of a CreateOptionGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.DBCluster"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>CreateDBCluster</a> </li> <li> <a>DeleteDBCluster</a> </li> <li> <a>FailoverDBCluster</a> </li> <li> <a>ModifyDBCluster</a> </li> <li> <a>RestoreDBClusterFromSnapshot</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBClusters</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> Specifies the allocated storage size in gigabytes (GB). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> Specifies the number of days for which automatic DB snapshots are retained. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.CharacterSetName"> <summary> Gets and sets the property CharacterSetName. <para> If present, specifies the name of the character set that this cluster is associated with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DatabaseName"> <summary> Gets and sets the property DatabaseName. <para> Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DBClusterMembers"> <summary> Gets and sets the property DBClusterMembers. <para> Provides the list of instances that make up the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DBClusterOptionGroupMemberships"> <summary> Gets and sets the property DBClusterOptionGroupMemberships. <para> Provides the list of option group memberships for this DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DBClusterParameterGroup"> <summary> Gets and sets the property DBClusterParameterGroup. <para> Specifies the name of the DB cluster parameter group for the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DbClusterResourceId"> <summary> Gets and sets the property DbClusterResourceId. <para> The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.DBSubnetGroup"> <summary> Gets and sets the property DBSubnetGroup. <para> Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.EarliestRestorableTime"> <summary> Gets and sets the property EarliestRestorableTime. <para> Specifies the earliest time to which a database can be restored with point-in-time restore. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.Endpoint"> <summary> Gets and sets the property Endpoint. <para> Specifies the connection endpoint for the primary instance of the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.Engine"> <summary> Gets and sets the property Engine. <para> Provides the name of the database engine to be used for this DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> Indicates the database engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.HostedZoneId"> <summary> Gets and sets the property HostedZoneId. <para> Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.LatestRestorableTime"> <summary> Gets and sets the property LatestRestorableTime. <para> Specifies the latest time to which a database can be restored with point-in-time restore. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> Contains the master username for the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.PercentProgress"> <summary> Gets and sets the property PercentProgress. <para> Specifies the progress of the operation as a percentage. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.Port"> <summary> Gets and sets the property Port. <para> Specifies the port that the database engine is listening on. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.Status"> <summary> Gets and sets the property Status. <para> Specifies the current state of this DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.StorageEncrypted"> <summary> Gets and sets the property StorageEncrypted. <para> Specifies whether the DB cluster is encrypted. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBCluster.VpcSecurityGroups"> <summary> Gets and sets the property VpcSecurityGroups. <para> Provides a list of VPC security groups that the DB cluster belongs to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBClusterAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBClusterAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBClusterMember"> <summary> Contains information about an instance that is part of a DB cluster. </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterMember.DBClusterParameterGroupStatus"> <summary> Gets and sets the property DBClusterParameterGroupStatus. <para> Specifies the status of the DB cluster parameter group for this member of the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterMember.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> Specifies the instance identifier for this member of the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterMember.IsClusterWriter"> <summary> Gets and sets the property IsClusterWriter. <para> Value that is <code>true</code> if the cluster member is the primary instance for the DB cluster and <code>false</code> otherwise. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBClusterNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBClusterNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBClusterOptionGroupStatus"> <summary> Contains status information for a DB cluster option group. </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterOptionGroupStatus.DBClusterOptionGroupName"> <summary> Gets and sets the property DBClusterOptionGroupName. <para> Specifies the name of the DB cluster option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterOptionGroupStatus.Status"> <summary> Gets and sets the property Status. <para> Specifies the status of the DB cluster option group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBClusterParameterGroup"> <summary> Contains the result of a successful invocation of the <a>CreateDBClusterParameterGroup</a> action. <para> This data type is used as a request parameter in the <a>DeleteDBClusterParameterGroup</a> action, and as a response element in the <a>DescribeDBClusterParameterGroups</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterParameterGroup.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> Provides the name of the DB cluster parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterParameterGroup.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterParameterGroup.Description"> <summary> Gets and sets the property Description. <para> Provides the customer-specified description for this DB cluster parameter group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBClusterParameterGroupNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterParameterGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBClusterParameterGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBClusterQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new DBClusterQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBClusterSnapshot"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>CreateDBClusterSnapshot</a> </li> <li> <a>DeleteDBClusterSnapshot</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBClusterSnapshots</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> Specifies the allocated storage size in gigabytes (GB). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.ClusterCreateTime"> <summary> Gets and sets the property ClusterCreateTime. <para> Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.DBClusterSnapshotIdentifier"> <summary> Gets and sets the property DBClusterSnapshotIdentifier. <para> Specifies the identifier for the DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.Engine"> <summary> Gets and sets the property Engine. <para> Specifies the name of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> Provides the version of the database engine for this DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> Provides the license model information for this DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> Provides the master username for the DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.PercentProgress"> <summary> Gets and sets the property PercentProgress. <para> Specifies the percentage of the estimated data that has been transferred. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.Port"> <summary> Gets and sets the property Port. <para> Specifies the port that the DB cluster was listening on at the time of the snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.SnapshotCreateTime"> <summary> Gets and sets the property SnapshotCreateTime. <para> Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.SnapshotType"> <summary> Gets and sets the property SnapshotType. <para> Provides the type of the DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.Status"> <summary> Gets and sets the property Status. <para> Specifies the status of this DB cluster snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.StorageEncrypted"> <summary> Gets and sets the property StorageEncrypted. <para> Specifies whether the DB cluster snapshot is encrypted. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBClusterSnapshot.VpcId"> <summary> Gets and sets the property VpcId. <para> Provides the VPC ID associated with the DB cluster snapshot. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBClusterSnapshotAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterSnapshotAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBClusterSnapshotAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBClusterSnapshotNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBClusterSnapshotNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBClusterSnapshotNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBEngineVersion"> <summary> This data type is used as a response element in the action <a>DescribeDBEngineVersions</a>. </summary> </member> <member name="M:Amazon.RDS.Model.DBEngineVersion.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.DBEngineDescription"> <summary> Gets and sets the property DBEngineDescription. <para> The description of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.DBEngineVersionDescription"> <summary> Gets and sets the property DBEngineVersionDescription. <para> The description of the database engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The name of the DB parameter group family for the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.DefaultCharacterSet"> <summary> Gets and sets the property DefaultCharacterSet. <para> The default character set for new instances of this engine version, if the <code>CharacterSetName</code> parameter of the CreateDBInstance API is not specified. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.Engine"> <summary> Gets and sets the property Engine. <para> The name of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.SupportedCharacterSets"> <summary> Gets and sets the property SupportedCharacterSets. <para> A list of the character sets supported by this engine for the <code>CharacterSetName</code> parameter of the CreateDBInstance API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBEngineVersion.ValidUpgradeTarget"> <summary> Gets and sets the property ValidUpgradeTarget. <para> A list of engine versions that this database engine version can be upgraded to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBInstance"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>CreateDBInstance</a> </li> <li> <a>DeleteDBInstance</a> </li> <li> <a>ModifyDBInstance</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBInstances</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> Specifies the allocated storage size specified in gigabytes. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor version patches are applied automatically. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> Specifies the name of the Availability Zone the DB instance is located in. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> Specifies the number of days for which automatic DB snapshots are retained. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.CACertificateIdentifier"> <summary> Gets and sets the property CACertificateIdentifier. <para> The identifier of the CA certificate for this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.CharacterSetName"> <summary> Gets and sets the property CharacterSetName. <para> If present, specifies the name of the character set that this instance is associated with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> Specifies whether tags are copied from the DB instance to snapshots of the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> Contains the name of the compute and memory capacity class of the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DbInstancePort"> <summary> Gets and sets the property DbInstancePort. <para> Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBInstanceStatus"> <summary> Gets and sets the property DBInstanceStatus. <para> Specifies the current state of this database. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DbiResourceId"> <summary> Gets and sets the property DbiResourceId. <para> The region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB instance is accessed. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBName"> <summary> Gets and sets the property DBName. <para> The meaning of this parameter differs according to the database engine you use. For example, this value returns MySQL, MariaDB, or PostgreSQL information when returning values from CreateDBInstanceReadReplica since Read Replicas are only supported for these engines. </para> <para> <b>MySQL, MariaDB, SQL Server, PostgreSQL, Amazon Aurora</b> </para> <para> Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance. </para> <para> Type: String </para> <para> <b>Oracle</b> </para> <para> Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBParameterGroups"> <summary> Gets and sets the property DBParameterGroups. <para> Provides the list of DB parameter groups applied to this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBSecurityGroups"> <summary> Gets and sets the property DBSecurityGroups. <para> Provides List of DB security group elements containing only <code>DBSecurityGroup.Name</code> and <code>DBSecurityGroup.Status</code> subelements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.DBSubnetGroup"> <summary> Gets and sets the property DBSubnetGroup. <para> Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.Endpoint"> <summary> Gets and sets the property Endpoint. <para> Specifies the connection endpoint. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.Engine"> <summary> Gets and sets the property Engine. <para> Provides the name of the database engine to be used for this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> Indicates the database engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.EnhancedMonitoringResourceArn"> <summary> Gets and sets the property EnhancedMonitoringResourceArn. <para> The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.InstanceCreateTime"> <summary> Gets and sets the property InstanceCreateTime. <para> Provides the date and time the DB instance was created. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.Iops"> <summary> Gets and sets the property Iops. <para> Specifies the Provisioned IOPS (I/O operations per second) value. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> If <code>StorageEncrypted</code> is true, the KMS key identifier for the encrypted DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.LatestRestorableTime"> <summary> Gets and sets the property LatestRestorableTime. <para> Specifies the latest time to which a database can be restored with point-in-time restore. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> License model information for this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> Contains the master username for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.MonitoringInterval"> <summary> Gets and sets the property MonitoringInterval. <para> The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.MonitoringRoleArn"> <summary> Gets and sets the property MonitoringRoleArn. <para> The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to CloudWatch Logs. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Specifies if the DB instance is a Multi-AZ deployment. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.OptionGroupMemberships"> <summary> Gets and sets the property OptionGroupMemberships. <para> Provides the list of option group memberships for this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.PendingModifiedValues"> <summary> Gets and sets the property PendingModifiedValues. <para> Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </para> <para> Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. </para> <ul> <li> <b>Default VPC:</b>true</li> <li> <b>VPC:</b>false</li> </ul> <para> If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.ReadReplicaDBInstanceIdentifiers"> <summary> Gets and sets the property ReadReplicaDBInstanceIdentifiers. <para> Contains one or more identifiers of the Read Replicas associated with this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.ReadReplicaSourceDBInstanceIdentifier"> <summary> Gets and sets the property ReadReplicaSourceDBInstanceIdentifier. <para> Contains the identifier of the source DB instance if this DB instance is a Read Replica. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.SecondaryAvailabilityZone"> <summary> Gets and sets the property SecondaryAvailabilityZone. <para> If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.StatusInfos"> <summary> Gets and sets the property StatusInfos. <para> The status of a Read Replica. If the instance is not a Read Replica, this will be blank. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.StorageEncrypted"> <summary> Gets and sets the property StorageEncrypted. <para> Specifies whether the DB instance is encrypted. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type associated with DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which the instance is associated for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstance.VpcSecurityGroups"> <summary> Gets and sets the property VpcSecurityGroups. <para> Provides List of VPC security group elements that the DB instance belongs to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBInstanceAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBInstanceAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBInstanceAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBInstanceNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBInstanceNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBInstanceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBInstanceStatusInfo"> <summary> Provides a list of status information for a DB instance. </summary> </member> <member name="P:Amazon.RDS.Model.DBInstanceStatusInfo.Message"> <summary> Gets and sets the property Message. <para> Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstanceStatusInfo.Normal"> <summary> Gets and sets the property Normal. <para> Boolean value that is true if the instance is operating normally, or false if the instance is in an error state. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstanceStatusInfo.Status"> <summary> Gets and sets the property Status. <para> Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBInstanceStatusInfo.StatusType"> <summary> Gets and sets the property StatusType. <para> This value is currently "read replication." </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBLogFileNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBLogFileNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBLogFileNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBParameterGroup"> <summary> Contains the result of a successful invocation of the <a>CreateDBParameterGroup</a> action. <para> This data type is used as a request parameter in the <a>DeleteDBParameterGroup</a> action, and as a response element in the <a>DescribeDBParameterGroups</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBParameterGroup.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> Provides the name of the DB parameter group family that this DB parameter group is compatible with. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBParameterGroup.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> Provides the name of the DB parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBParameterGroup.Description"> <summary> Gets and sets the property Description. <para> Provides the customer-specified description for this DB parameter group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBParameterGroupAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBParameterGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBParameterGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBParameterGroupNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBParameterGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBParameterGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBParameterGroupQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBParameterGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new DBParameterGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBParameterGroupStatus"> <summary> The status of the DB parameter group. <para> This data type is used as a response element in the following actions: </para> <ul> <li> <a>CreateDBInstance</a> </li> <li> <a>CreateDBInstanceReadReplica</a> </li> <li> <a>DeleteDBInstance</a> </li> <li> <a>ModifyDBInstance</a> </li> <li> <a>RebootDBInstance</a> </li> <li> <a>RestoreDBInstanceFromDBSnapshot</a> </li> </ul> </summary> </member> <member name="M:Amazon.RDS.Model.DBParameterGroupStatus.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DBParameterGroupStatus.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DP parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBParameterGroupStatus.ParameterApplyStatus"> <summary> Gets and sets the property ParameterApplyStatus. <para> The status of parameter updates. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroup"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>DescribeDBSecurityGroups</a> </li> <li> <a>AuthorizeDBSecurityGroupIngress</a> </li> <li> <a>CreateDBSecurityGroup</a> </li> <li> <a>RevokeDBSecurityGroupIngress</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBSecurityGroups</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.DBSecurityGroupDescription"> <summary> Gets and sets the property DBSecurityGroupDescription. <para> Provides the description of the DB security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> Specifies the name of the DB security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.EC2SecurityGroups"> <summary> Gets and sets the property EC2SecurityGroups. <para> Contains a list of <a>EC2SecurityGroup</a> elements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.IPRanges"> <summary> Gets and sets the property IPRanges. <para> Contains a list of <a>IPRange</a> elements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.OwnerId"> <summary> Gets and sets the property OwnerId. <para> Provides the AWS ID of the owner of a specific DB security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> Provides the VpcId of the DB security group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroupAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSecurityGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBSecurityGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroupMembership"> <summary> This data type is used as a response element in the following actions: <ul> <li> <a>ModifyDBInstance</a> </li> <li> <a>RebootDBInstance</a> </li> <li> <a>RestoreDBInstanceFromDBSnapshot</a> </li> <li> <a>RestoreDBInstanceToPointInTime</a> </li> </ul> </summary> </member> <member name="M:Amazon.RDS.Model.DBSecurityGroupMembership.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroupMembership.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name of the DB security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSecurityGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The status of the DB security group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroupNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSecurityGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBSecurityGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroupNotSupportedException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSecurityGroupNotSupportedException.#ctor(System.String)"> <summary> Constructs a new DBSecurityGroupNotSupportedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSecurityGroupQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSecurityGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new DBSecurityGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSnapshot"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>CreateDBSnapshot</a> </li> <li> <a>DeleteDBSnapshot</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBSnapshots</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> Specifies the allocated storage size in gigabytes (GB). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> Specifies the DB instance identifier of the DB instance this DB snapshot was created from. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> Specifies the identifier for the DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.Encrypted"> <summary> Gets and sets the property Encrypted. <para> Specifies whether the DB snapshot is encrypted. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.Engine"> <summary> Gets and sets the property Engine. <para> Specifies the name of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> Specifies the version of the database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.InstanceCreateTime"> <summary> Gets and sets the property InstanceCreateTime. <para> Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.Iops"> <summary> Gets and sets the property Iops. <para> Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> If <code>Encrypted</code> is true, the KMS key identifier for the encrypted DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> License model information for the restored DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> Provides the master username for the DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> Provides the option group name for the DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.PercentProgress"> <summary> Gets and sets the property PercentProgress. <para> The percentage of the estimated data that has been transferred. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.Port"> <summary> Gets and sets the property Port. <para> Specifies the port that the database engine was listening on at the time of the snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.SnapshotCreateTime"> <summary> Gets and sets the property SnapshotCreateTime. <para> Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC). </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.SnapshotType"> <summary> Gets and sets the property SnapshotType. <para> Provides the type of the DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.SourceDBSnapshotIdentifier"> <summary> Gets and sets the property SourceDBSnapshotIdentifier. <para> The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.SourceRegion"> <summary> Gets and sets the property SourceRegion. <para> The region that the DB snapshot was created in or copied from. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.Status"> <summary> Gets and sets the property Status. <para> Specifies the status of this DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type associated with DB Snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which to associate the instance for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshot.VpcId"> <summary> Gets and sets the property VpcId. <para> Provides the VPC ID associated with the DB snapshot. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSnapshotAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSnapshotAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBSnapshotAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSnapshotAttribute"> <summary> Contains the name and values of a manual DB snapshot attribute <para> Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the <a>ModifyDBSnapshotAttribute</a> API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshotAttribute.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the manual DB snapshot attribute. </para> <para> An attribute name of <code>restore</code> applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshotAttribute.AttributeValues"> <summary> Gets and sets the property AttributeValues. <para> The value(s) for the manual DB snapshot attribute. </para> <para> If the <code>AttributeName</code> field is <code>restore</code>, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of <code>all</code> is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSnapshotAttributesResult"> <summary> Contains the results of a successful call to the <a>DescribeDBSnapshotAttributes</a> API. <para> Manual DB snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB snapshot. For more information, see the <a>ModifyDBSnapshotAttribute</a> API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshotAttributesResult.DBSnapshotAttributes"> <summary> Gets and sets the property DBSnapshotAttributes. <para> The list of attributes and values for the manual DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSnapshotAttributesResult.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The identifier of the manual DB snapshot that the attributes apply to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSnapshotNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSnapshotNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBSnapshotNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroup"> <summary> Contains the result of a successful invocation of the following actions: <ul> <li> <a>CreateDBSubnetGroup</a> </li> <li> <a>ModifyDBSubnetGroup</a> </li> <li> <a>DescribeDBSubnetGroups</a> </li> <li> <a>DeleteDBSubnetGroup</a> </li> </ul> <para> This data type is used as a response element in the <a>DescribeDBSubnetGroups</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSubnetGroup.DBSubnetGroupDescription"> <summary> Gets and sets the property DBSubnetGroupDescription. <para> Provides the description of the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSubnetGroup.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> Specifies the name of the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSubnetGroup.SubnetGroupStatus"> <summary> Gets and sets the property SubnetGroupStatus. <para> Provides the status of the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSubnetGroup.Subnets"> <summary> Gets and sets the property Subnets. <para> Contains a list of <a>Subnet</a> elements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DBSubnetGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> Provides the VpcId of the DB subnet group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroupAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new DBSubnetGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroupDoesNotCoverEnoughAZsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetGroupDoesNotCoverEnoughAZsException.#ctor(System.String)"> <summary> Constructs a new DBSubnetGroupDoesNotCoverEnoughAZsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroupNotAllowedException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetGroupNotAllowedException.#ctor(System.String)"> <summary> Constructs a new DBSubnetGroupNotAllowedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroupNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new DBSubnetGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetGroupQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new DBSubnetGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBSubnetQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBSubnetQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new DBSubnetQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DBUpgradeDependencyFailureException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.DBUpgradeDependencyFailureException.#ctor(System.String)"> <summary> Constructs a new DBUpgradeDependencyFailureException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest"> <summary> Container for the parameters to the DeleteDBClusterParameterGroup operation. Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group. </para> <para> Constraints: </para> <ul> <li>Must be the name of an existing DB cluster parameter group.</li> <li>You cannot delete a default DB cluster parameter group.</li> <li>Cannot be associated with any DB clusters.</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterRequest"> <summary> Container for the parameters to the DeleteDBCluster operation. The DeleteDBCluster action deletes a previously provisioned DB cluster. A successful response from the web service indicates the request was received correctly. When you delete a DB cluster, all automated backups for that DB cluster are deleted and cannot be recovered. Manual DB cluster snapshots of the DB cluster to be deleted are not deleted. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterRequest.FinalDBSnapshotIdentifier"> <summary> Gets and sets the property FinalDBSnapshotIdentifier. <para> The DB cluster snapshot identifier of the new DB cluster snapshot created when <code>SkipFinalSnapshot</code> is set to <code>false</code>. </para> <note> Specifying this parameter and also setting the <code>SkipFinalShapshot</code> parameter to true results in an error. </note> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterRequest.SkipFinalSnapshot"> <summary> Gets and sets the property SkipFinalSnapshot. <para> Determines whether a final DB cluster snapshot is created before the DB cluster is deleted. If <code>true</code> is specified, no DB cluster snapshot is created. If <code>false</code> is specified, a DB cluster snapshot is created before the DB cluster is deleted. </para> <note>You must specify a <code>FinalDBSnapshotIdentifier</code> parameter if <code>SkipFinalSnapshot</code> is <code>false</code>.</note> <para> Default: <code>false</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterResponse"> <summary> Configuration for accessing Amazon DeleteDBCluster service </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterResponse.DeleteDBClusterResult"> <summary> Gets and sets the DeleteDBClusterResult property. Represents the output of a DeleteDBCluster operation. </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterSnapshotRequest"> <summary> Container for the parameters to the DeleteDBClusterSnapshot operation. Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated. <note>The DB cluster snapshot must be in the <code>available</code> state to be deleted.</note> <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterSnapshotRequest.DBClusterSnapshotIdentifier"> <summary> Gets and sets the property DBClusterSnapshotIdentifier. <para> The identifier of the DB cluster snapshot to delete. </para> <para> Constraints: Must be the name of an existing DB cluster snapshot in the <code>available</code> state. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterSnapshotResponse"> <summary> Configuration for accessing Amazon DeleteDBClusterSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBClusterSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterSnapshotResult.DBClusterSnapshot"> <summary> Gets and sets the property DBClusterSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBClusterSnapshotResponse.DeleteDBClusterSnapshotResult"> <summary> Gets and sets the DeleteDBClusterSnapshotResult property. Represents the output of a DeleteDBClusterSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBInstanceRequest"> <summary> Container for the parameters to the DeleteDBInstance operation. The DeleteDBInstance action deletes a previously provisioned DB instance. A successful response from the web service indicates the request was received correctly. When you delete a DB instance, all automated backups for that instance are deleted and cannot be recovered. Manual DB snapshots of the DB instance to be deleted are not deleted. <para> If a final DB snapshot is requested the status of the RDS instance will be "deleting" until the DB snapshot is created. The API action <code>DescribeDBInstance</code> is used to monitor the status of this operation. The action cannot be canceled or reverted once submitted. </para> <para> Note that when a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', or 'incompatible-network', it can only be deleted when the SkipFinalSnapshot parameter is set to "true". </para> </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBInstanceRequest.#ctor(System.String)"> <summary> Instantiates DeleteDBInstanceRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.DeleteDBInstanceRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBInstanceRequest.FinalDBSnapshotIdentifier"> <summary> Gets and sets the property FinalDBSnapshotIdentifier. <para> The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to <code>false</code>. </para> <note> Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error. </note> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>Cannot be specified when deleting a Read Replica.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBInstanceRequest.SkipFinalSnapshot"> <summary> Gets and sets the property SkipFinalSnapshot. <para> Determines whether a final DB snapshot is created before the DB instance is deleted. If <code>true</code> is specified, no DBSnapshot is created. If <code>false</code> is specified, a DB snapshot is created before the DB instance is deleted. </para> <para> Note that when a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', or 'incompatible-network', it can only be deleted when the SkipFinalSnapshot parameter is set to "true". </para> <para> Specify <code>true</code> when deleting a Read Replica. </para> <note>The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is <code>false</code>.</note> <para> Default: <code>false</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBInstanceResponse"> <summary> Configuration for accessing Amazon DeleteDBInstance service </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBInstanceResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBInstanceResponse.DeleteDBInstanceResult"> <summary> Gets and sets the DeleteDBInstanceResult property. Represents the output of a DeleteDBInstance operation. </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBParameterGroupRequest"> <summary> Container for the parameters to the DeleteDBParameterGroup operation. Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances. </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBParameterGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteDBParameterGroupRequest with the parameterized properties </summary> <param name="dbParameterGroupName"> The name of the DB parameter group. Constraints: <ul> <li>Must be the name of an existing DB parameter group</li> <li>You cannot delete a default DB parameter group</li> <li>Cannot be associated with any DB instances</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.DeleteDBParameterGroupRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group. </para> <para> Constraints: </para> <ul> <li>Must be the name of an existing DB parameter group</li> <li>You cannot delete a default DB parameter group</li> <li>Cannot be associated with any DB instances</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBSecurityGroupRequest"> <summary> Container for the parameters to the DeleteDBSecurityGroup operation. Deletes a DB security group. <note>The specified DB security group must not be associated with any DB instances.</note> </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBSecurityGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBSecurityGroupRequest.#ctor(System.String)"> <summary> Instantiates DeleteDBSecurityGroupRequest with the parameterized properties </summary> <param name="dbSecurityGroupName"> The name of the DB security group to delete. <note>You cannot delete the default DB security group.</note> Constraints: <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>Must not be "Default"</li> <li>Cannot contain spaces</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.DeleteDBSecurityGroupRequest.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name of the DB security group to delete. </para> <note>You cannot delete the default DB security group.</note> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>Must not be "Default"</li> <li>Cannot contain spaces</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBSnapshotRequest"> <summary> Container for the parameters to the DeleteDBSnapshot operation. Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated. <note>The DBSnapshot must be in the <code>available</code> state to be deleted.</note> </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBSnapshotRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DeleteDBSnapshotRequest.#ctor(System.String)"> <summary> Instantiates DeleteDBSnapshotRequest with the parameterized properties </summary> <param name="dbSnapshotIdentifier"> The DBSnapshot identifier. Constraints: Must be the name of an existing DB snapshot in the <code>available</code> state.</param> </member> <member name="P:Amazon.RDS.Model.DeleteDBSnapshotRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The DBSnapshot identifier. </para> <para> Constraints: Must be the name of an existing DB snapshot in the <code>available</code> state. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBSnapshotResponse"> <summary> Configuration for accessing Amazon DeleteDBSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBSnapshotResult.DBSnapshot"> <summary> Gets and sets the property DBSnapshot. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBSnapshotResponse.DeleteDBSnapshotResult"> <summary> Gets and sets the DeleteDBSnapshotResult property. Represents the output of a DeleteDBSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.DeleteDBSubnetGroupRequest"> <summary> Container for the parameters to the DeleteDBSubnetGroup operation. Deletes a DB subnet group. <note>The specified database subnet group must not be associated with any DB instances.</note> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteDBSubnetGroupRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The name of the database subnet group to delete. </para> <note>You cannot delete the default subnet group.</note> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteEventSubscriptionRequest"> <summary> Container for the parameters to the DeleteEventSubscription operation. Deletes an RDS event notification subscription. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteEventSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the RDS event notification subscription you want to delete. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DeleteEventSubscriptionResponse"> <summary> Configuration for accessing Amazon DeleteEventSubscription service </summary> </member> <member name="T:Amazon.RDS.Model.DeleteEventSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DeleteEventSubscriptionResult.EventSubscription"> <summary> Gets and sets the property EventSubscription. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteEventSubscriptionResponse.DeleteEventSubscriptionResult"> <summary> Gets and sets the DeleteEventSubscriptionResult property. Represents the output of a DeleteEventSubscription operation. </summary> </member> <member name="T:Amazon.RDS.Model.DeleteOptionGroupRequest"> <summary> Container for the parameters to the DeleteOptionGroup operation. Deletes an existing option group. </summary> </member> <member name="P:Amazon.RDS.Model.DeleteOptionGroupRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to be deleted. </para> <note>You cannot delete default option groups.</note> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeAccountAttributesRequest"> <summary> Container for the parameters to the DescribeAccountAttributes operation. Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. <para> This command does not take any parameters. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeAccountAttributesResponse"> <summary> Configuration for accessing Amazon DescribeAccountAttributes service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeAccountAttributesResult"> <summary> Data returned by the <b>DescribeAccountAttributes</b> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeAccountAttributesResult.AccountQuotas"> <summary> Gets and sets the property AccountQuotas. <para> A list of <a>AccountQuota</a> objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeAccountAttributesResponse.DescribeAccountAttributesResult"> <summary> Gets and sets the DescribeAccountAttributesResult property. Represents the output of a DescribeAccountAttributes operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeCertificatesRequest"> <summary> Container for the parameters to the DescribeCertificates operation. Lists the set of CA certificates provided by Amazon RDS for this AWS account. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesRequest.CertificateIdentifier"> <summary> Gets and sets the property CertificateIdentifier. <para> The user-supplied certificate identifier. If this parameter is specified, information for only the identified certificate is returned. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <a>DescribeCertificates</a> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeCertificatesResponse"> <summary> Configuration for accessing Amazon DescribeCertificates service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeCertificatesResult"> <summary> Data returned by the <b>DescribeCertificates</b> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesResult.Certificates"> <summary> Gets and sets the property Certificates. <para> The list of <a>Certificate</a> objects for the AWS account. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <a>DescribeCertificates</a> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeCertificatesResponse.DescribeCertificatesResult"> <summary> Gets and sets the DescribeCertificatesResult property. Represents the output of a DescribeCertificates operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest"> <summary> Container for the parameters to the DescribeDBClusterParameterGroups operation. Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a <code>DBClusterParameterGroupName</code> parameter is specified, the list will contain only the description of the specified DB cluster parameter group. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of a specific DB cluster parameter group to return details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBClusterParameterGroups</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse"> <summary> Configuration for accessing Amazon DescribeDBClusterParameterGroups service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParameterGroupsResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsResult.DBClusterParameterGroups"> <summary> Gets and sets the property DBClusterParameterGroups. <para> A list of DB cluster parameter groups. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBClusterParameterGroups</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParameterGroupsResponse.DescribeDBClusterParameterGroupsResult"> <summary> Gets and sets the DescribeDBClusterParameterGroupsResult property. Represents the output of a DescribeDBClusterParameterGroups operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParametersRequest"> <summary> Container for the parameters to the DescribeDBClusterParameters operation. Returns the detailed parameter list for a particular DB cluster parameter group. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of a specific DB cluster parameter group to return parameter details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBClusterParameters</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersRequest.Source"> <summary> Gets and sets the property Source. <para> A value that indicates to return only parameters for a specific source. Parameter sources can be <code>engine</code>, <code>service</code>, or <code>customer</code>. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParametersResponse"> <summary> Configuration for accessing Amazon DescribeDBClusterParameters service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterParametersResult"> <summary> Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersResult.Parameters"> <summary> Gets and sets the property Parameters. <para> Provides a list of parameters for the DB cluster parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterParametersResponse.DescribeDBClusterParametersResult"> <summary> Gets and sets the DescribeDBClusterParametersResult property. Represents the output of a DescribeDBClusterParameters operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest"> <summary> Container for the parameters to the DescribeDBClusterSnapshots operation. Returns information about DB cluster snapshots. This API supports pagination. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> A DB cluster identifier to retrieve the list of DB cluster snapshots for. This parameter cannot be used in conjunction with the <code>DBClusterSnapshotIdentifier</code> parameter. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.DBClusterSnapshotIdentifier"> <summary> Gets and sets the property DBClusterSnapshotIdentifier. <para> A specific DB cluster snapshot identifier to describe. This parameter cannot be used in conjunction with the <code>DBClusterIdentifier</code> parameter. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> <li>If this is the identifier of an automated snapshot, the <code>SnapshotType</code> parameter must also be specified.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBClusterSnapshots</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest.SnapshotType"> <summary> Gets and sets the property SnapshotType. <para> The type of DB cluster snapshots that will be returned. Values can be <code>automated</code> or <code>manual</code>. If this parameter is not specified, the returned results will include all snapshot types. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterSnapshotsResponse"> <summary> Configuration for accessing Amazon DescribeDBClusterSnapshots service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClusterSnapshotsResult"> <summary> Provides a list of DB cluster snapshots for the user as the result of a call to the <a>DescribeDBClusterSnapshots</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsResult.DBClusterSnapshots"> <summary> Gets and sets the property DBClusterSnapshots. <para> Provides a list of DB cluster snapshots for the user. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <a>DescribeDBClusterSnapshots</a> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClusterSnapshotsResponse.DescribeDBClusterSnapshotsResult"> <summary> Gets and sets the DescribeDBClusterSnapshotsResult property. Represents the output of a DescribeDBClusterSnapshots operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClustersRequest"> <summary> Container for the parameters to the DescribeDBClusters operation. Returns information about provisioned Aurora DB clusters. This API supports pagination. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <a>DescribeDBClusters</a> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClustersResponse"> <summary> Configuration for accessing Amazon DescribeDBClusters service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBClustersResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBClusters</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersResult.DBClusters"> <summary> Gets and sets the property DBClusters. <para> Contains a list of DB clusters for the user. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersResult.Marker"> <summary> Gets and sets the property Marker. <para> A pagination token that can be used in a subsequent DescribeDBClusters request. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBClustersResponse.DescribeDBClustersResult"> <summary> Gets and sets the DescribeDBClustersResult property. Represents the output of a DescribeDBClusters operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBEngineVersionsRequest"> <summary> Container for the parameters to the DescribeDBEngineVersions operation. Returns a list of the available DB engines. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The name of a specific DB parameter group family to return details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.DefaultOnly"> <summary> Gets and sets the property DefaultOnly. <para> Indicates that only the default version of the specified engine or engine and major version combination is returned. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.Engine"> <summary> Gets and sets the property Engine. <para> The database engine to return. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The database engine version to return. </para> <para> Example: <code>5.1.49</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> Not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.ListSupportedCharacterSets"> <summary> Gets and sets the property ListSupportedCharacterSets. <para> If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more than the <code>MaxRecords</code> value is available, a pagination token called a marker is included in the response so that the following results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBEngineVersionsResponse"> <summary> Configuration for accessing Amazon DescribeDBEngineVersions service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBEngineVersionsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBEngineVersions</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsResult.DBEngineVersions"> <summary> Gets and sets the property DBEngineVersions. <para> A list of <code>DBEngineVersion</code> elements. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBEngineVersionsResponse.DescribeDBEngineVersionsResult"> <summary> Gets and sets the DescribeDBEngineVersionsResult property. Represents the output of a DescribeDBEngineVersions operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBInstancesRequest"> <summary> Container for the parameters to the DescribeDBInstances operation. Returns information about provisioned RDS instances. This API supports pagination. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBInstances</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBInstancesResponse"> <summary> Configuration for accessing Amazon DescribeDBInstances service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBInstancesResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBInstances</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesResult.DBInstances"> <summary> Gets and sets the property DBInstances. <para> A list of <a>DBInstance</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBInstancesResponse.DescribeDBInstancesResult"> <summary> Gets and sets the DescribeDBInstancesResult property. Represents the output of a DescribeDBInstances operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBLogFilesDetails"> <summary> This data type is used as a response element to <a>DescribeDBLogFiles</a>. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesDetails.LastWritten"> <summary> Gets and sets the property LastWritten. <para> A POSIX timestamp when the last log entry was written. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesDetails.LogFileName"> <summary> Gets and sets the property LogFileName. <para> The name of the log file for the specified DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesDetails.Size"> <summary> Gets and sets the property Size. <para> The size, in bytes, of the log file for the specified DB instance. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBLogFilesRequest"> <summary> Container for the parameters to the DescribeDBLogFiles operation. Returns a list of DB log files for the DB instance. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The customer-assigned name of the DB instance that contains the log files you want to list. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.FileLastWritten"> <summary> Gets and sets the property FileLastWritten. <para> Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.FilenameContains"> <summary> Gets and sets the property FilenameContains. <para> Filters the available log files for log file names that contain the specified string. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.FileSize"> <summary> Gets and sets the property FileSize. <para> Filters the available log files for files larger than the specified size. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBLogFilesResponse"> <summary> Configuration for accessing Amazon DescribeDBLogFiles service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBLogFilesResult"> <summary> The response from a call to <a>DescribeDBLogFiles</a>. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesResult.DescribeDBLogFiles"> <summary> Gets and sets the property DescribeDBLogFiles. <para> The DB log files returned. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesResult.Marker"> <summary> Gets and sets the property Marker. <para> A pagination token that can be used in a subsequent DescribeDBLogFiles request. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBLogFilesResponse.DescribeDBLogFilesResult"> <summary> Gets and sets the DescribeDBLogFilesResult property. Represents the output of a DescribeDBLogFiles operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParameterGroupsRequest"> <summary> Container for the parameters to the DescribeDBParameterGroups operation. Returns a list of <code>DBParameterGroup</code> descriptions. If a <code>DBParameterGroupName</code> is specified, the list will contain only the description of the specified DB parameter group. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBParameterGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of a specific DB parameter group to return details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBParameterGroups</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParameterGroupsResponse"> <summary> Configuration for accessing Amazon DescribeDBParameterGroups service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParameterGroupsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBParameterGroups</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsResult.DBParameterGroups"> <summary> Gets and sets the property DBParameterGroups. <para> A list of <a>DBParameterGroup</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParameterGroupsResponse.DescribeDBParameterGroupsResult"> <summary> Gets and sets the DescribeDBParameterGroupsResult property. Represents the output of a DescribeDBParameterGroups operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParametersRequest"> <summary> Container for the parameters to the DescribeDBParameters operation. Returns the detailed parameter list for a particular DB parameter group. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBParametersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBParametersRequest.#ctor(System.String)"> <summary> Instantiates DescribeDBParametersRequest with the parameterized properties </summary> <param name="dbParameterGroupName"> The name of a specific DB parameter group to return details for. Constraints: <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of a specific DB parameter group to return details for. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBParameters</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersRequest.Source"> <summary> Gets and sets the property Source. <para> The parameter types to return. </para> <para> Default: All parameter types returned </para> <para> Valid Values: <code>user | system | engine-default</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParametersResponse"> <summary> Configuration for accessing Amazon DescribeDBParameters service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBParametersResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBParameters</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersResult.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of <a>Parameter</a> values. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBParametersResponse.DescribeDBParametersResult"> <summary> Gets and sets the DescribeDBParametersResult property. Represents the output of a DescribeDBParameters operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest"> <summary> Container for the parameters to the DescribeDBSecurityGroups operation. Returns a list of <code>DBSecurityGroup</code> descriptions. If a <code>DBSecurityGroupName</code> is specified, the list will contain only the descriptions of the specified DB security group. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name of the DB security group to return details for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBSecurityGroups</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSecurityGroupsResponse"> <summary> Configuration for accessing Amazon DescribeDBSecurityGroups service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSecurityGroupsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBSecurityGroups</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsResult.DBSecurityGroups"> <summary> Gets and sets the property DBSecurityGroups. <para> A list of <a>DBSecurityGroup</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSecurityGroupsResponse.DescribeDBSecurityGroupsResult"> <summary> Gets and sets the DescribeDBSecurityGroupsResult property. Represents the output of a DescribeDBSecurityGroups operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest"> <summary> Container for the parameters to the DescribeDBSnapshotAttributes operation. Returns a list of DB snapshot attribute names and values for a manual DB snapshot. <para> When sharing snapshots with other AWS accounts, <code>DescribeDBSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of the AWS account ids that are authorized to copy or restore the manual DB snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts. </para> <para> To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the <a>ModifyDBSnapshotAttribute</a> API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The identifier for the DB snapshot to modify the attributes for. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotAttributesResponse"> <summary> Configuration for accessing Amazon DescribeDBSnapshotAttributes service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotAttributesResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotAttributesResult.DBSnapshotAttributesResult"> <summary> Gets and sets the property DBSnapshotAttributesResult. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotAttributesResponse.DescribeDBSnapshotAttributesResult"> <summary> Gets and sets the DescribeDBSnapshotAttributesResult property. Represents the output of a DescribeDBSnapshotAttributes operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotsRequest"> <summary> Container for the parameters to the DescribeDBSnapshots operation. Returns information about DB snapshots. This API supports pagination. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeDBSnapshotsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> A DB instance identifier to retrieve the list of DB snapshots for. This parameter cannot be used in conjunction with <code>DBSnapshotIdentifier</code>. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> A specific DB snapshot identifier to describe. This parameter cannot be used in conjunction with <code>DBInstanceIdentifier</code>. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> <li>If this is the identifier of an automated snapshot, the <code>SnapshotType</code> parameter must also be specified.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.IncludePublic"> <summary> Gets and sets the property IncludePublic. <para> True to include manual DB snapshots that are public and can be copied or restored by any AWS account; otherwise false. The default is false. </para> <para> An manual DB snapshot is shared as public by the <a>ModifyDBSnapshotAttribute</a> API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.IncludeShared"> <summary> Gets and sets the property IncludeShared. <para> True to include shared manual DB snapshots from other AWS accounts that this AWS account has been given permission to copy or restore; otherwise false. The default is false. </para> <para> An AWS account is given permission to restore a manual DB snapshot from another AWS account by the <a>ModifyDBSnapshotAttribute</a> API. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeDBSnapshots</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsRequest.SnapshotType"> <summary> Gets and sets the property SnapshotType. <para> The type of snapshots that will be returned. You can specify one of the following values: </para> <ul> <li><code>automated</code> - Return all DB snapshots that have been automatically taken by Amazon RDS for my AWS account.</li> <li><code>manual</code> - Return all DB snapshots that have been taken by my AWS account.</li> <li><code>shared</code> - Return all manual DB snapshots that have been shared to my AWS account.</li> <li><code>public</code> - Return all DB snapshots that have been marked as public.</li> </ul> <para> If you do not specify a <code>SnapshotType</code>, then both automated and manual snapshots are returned. You can include shared snapshots with these results by setting the <code>IncludeShared</code> parameter to <code>true</code>. You can include public snapshots with these results by setting the <code>IncludePublic</code> parameter to <code>true</code>. </para> <para> The <code>IncludeShared</code> and <code>IncludePublic</code> parameters do not apply for <code>SnapshotType</code> values of <code>manual</code> or <code>automated</code>. The <code>IncludePublic</code> parameter does not apply when <code>SnapshotType</code> is set to <code>shared</code>. the <code>IncludeShared</code> parameter does not apply when <code>SnapshotType</code> is set to <code>public</code>. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotsResponse"> <summary> Configuration for accessing Amazon DescribeDBSnapshots service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSnapshotsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBSnapshots</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsResult.DBSnapshots"> <summary> Gets and sets the property DBSnapshots. <para> A list of <a>DBSnapshot</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSnapshotsResponse.DescribeDBSnapshotsResult"> <summary> Gets and sets the DescribeDBSnapshotsResult property. Represents the output of a DescribeDBSnapshots operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSubnetGroupsRequest"> <summary> Container for the parameters to the DescribeDBSubnetGroups operation. Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup. <para> For an overview of CIDR ranges, go to the <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The name of the DB subnet group to return details for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeDBSubnetGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSubnetGroupsResponse"> <summary> Configuration for accessing Amazon DescribeDBSubnetGroups service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeDBSubnetGroupsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeDBSubnetGroups</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsResult.DBSubnetGroups"> <summary> Gets and sets the property DBSubnetGroups. <para> A list of <a>DBSubnetGroup</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeDBSubnetGroupsResponse.DescribeDBSubnetGroupsResult"> <summary> Gets and sets the DescribeDBSubnetGroupsResult property. Represents the output of a DescribeDBSubnetGroups operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest"> <summary> Container for the parameters to the DescribeEngineDefaultClusterParameters operation. Returns the default engine and system parameter information for the cluster database engine. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The name of the DB cluster parameter group family to return engine parameter information for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeEngineDefaultClusterParameters</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResponse"> <summary> Configuration for accessing Amazon DescribeEngineDefaultClusterParameters service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResult.EngineDefaults"> <summary> Gets and sets the property EngineDefaults. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultClusterParametersResponse.DescribeEngineDefaultClusterParametersResult"> <summary> Gets and sets the DescribeEngineDefaultClusterParametersResult property. Represents the output of a DescribeEngineDefaultClusterParameters operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest"> <summary> Container for the parameters to the DescribeEngineDefaultParameters operation. Returns the default engine and system parameter information for the specified database engine. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.#ctor(System.String)"> <summary> Instantiates DescribeEngineDefaultParametersRequest with the parameterized properties </summary> <param name="dbParameterGroupFamily"> The name of the DB parameter group family. </param> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> The name of the DB parameter group family. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.Filters"> <summary> Gets and sets the property Filters. <para> Not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribeEngineDefaultParameters</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultParametersResponse"> <summary> Configuration for accessing Amazon DescribeEngineDefaultParameters service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEngineDefaultParametersResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersResult.EngineDefaults"> <summary> Gets and sets the property EngineDefaults. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEngineDefaultParametersResponse.DescribeEngineDefaultParametersResult"> <summary> Gets and sets the DescribeEngineDefaultParametersResult property. Represents the output of a DescribeEngineDefaultParameters operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventCategoriesRequest"> <summary> Container for the parameters to the DescribeEventCategories operation. Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html"> Events</a> topic in the <i>Amazon RDS User Guide.</i> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventCategoriesRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventCategoriesRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The type of source that will be generating the events. </para> <para> Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventCategoriesResponse"> <summary> Configuration for accessing Amazon DescribeEventCategories service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventCategoriesResult"> <summary> Data returned from the <b>DescribeEventCategories</b> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventCategoriesResult.EventCategoriesMapList"> <summary> Gets and sets the property EventCategoriesMapList. <para> A list of EventCategoriesMap data types. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventCategoriesResponse.DescribeEventCategoriesResult"> <summary> Gets and sets the DescribeEventCategoriesResult property. Represents the output of a DescribeEventCategories operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventsRequest"> <summary> Container for the parameters to the DescribeEvents operation. Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeEventsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.Duration"> <summary> Gets and sets the property Duration. <para> The number of minutes to retrieve events for. </para> <para> Default: 60 </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.EndTime"> <summary> Gets and sets the property EndTime. <para> The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a> </para> <para> Example: 2009-07-08T18:00Z </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.EventCategories"> <summary> Gets and sets the property EventCategories. <para> A list of event categories that trigger notifications for a event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response. </para> <para> Constraints: </para> <ul> <li>If SourceIdentifier is supplied, SourceType must also be provided.</li> <li>If the source type is <code>DBInstance</code>, then a <code>DBInstanceIdentifier</code> must be supplied.</li> <li>If the source type is <code>DBSecurityGroup</code>, a <code>DBSecurityGroupName</code> must be supplied.</li> <li>If the source type is <code>DBParameterGroup</code>, a <code>DBParameterGroupName</code> must be supplied.</li> <li>If the source type is <code>DBSnapshot</code>, a <code>DBSnapshotIdentifier</code> must be supplied.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The event source to retrieve events for. If no value is specified, all events are returned. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsRequest.StartTime"> <summary> Gets and sets the property StartTime. <para> The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO8601 Wikipedia page.</a> </para> <para> Example: 2009-07-08T18:00Z </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventsResponse"> <summary> Configuration for accessing Amazon DescribeEvents service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeEvents</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsResult.Events"> <summary> Gets and sets the property Events. <para> A list of <a>Event</a> instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventsResponse.DescribeEventsResult"> <summary> Gets and sets the DescribeEventsResult property. Represents the output of a DescribeEvents operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventSubscriptionsRequest"> <summary> Container for the parameters to the DescribeEventSubscriptions operation. Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status. <para> If you specify a SubscriptionName, lists the description for that subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the RDS event notification subscription you want to describe. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventSubscriptionsResponse"> <summary> Configuration for accessing Amazon DescribeEventSubscriptions service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeEventSubscriptionsResult"> <summary> Data returned by the <b>DescribeEventSubscriptions</b> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsResult.EventSubscriptionsList"> <summary> Gets and sets the property EventSubscriptionsList. <para> A list of EventSubscriptions data types. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeEventSubscriptionsResponse.DescribeEventSubscriptionsResult"> <summary> Gets and sets the DescribeEventSubscriptionsResult property. Represents the output of a DescribeEventSubscriptions operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest"> <summary> Container for the parameters to the DescribeOptionGroupOptions operation. Describes all available options. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest.EngineName"> <summary> Gets and sets the property EngineName. <para> A required parameter. Options available for the given engine name will be described. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest.MajorEngineVersion"> <summary> Gets and sets the property MajorEngineVersion. <para> If specified, filters the results to include only options for the specified major engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupOptionsResponse"> <summary> Configuration for accessing Amazon DescribeOptionGroupOptions service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupOptionsResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsResult.OptionGroupOptions"> <summary> Gets and sets the property OptionGroupOptions. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupOptionsResponse.DescribeOptionGroupOptionsResult"> <summary> Gets and sets the DescribeOptionGroupOptionsResult property. Represents the output of a DescribeOptionGroupOptions operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupsRequest"> <summary> Container for the parameters to the DescribeOptionGroups operation. Describes the available option groups. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.EngineName"> <summary> Gets and sets the property EngineName. <para> Filters the list of option groups to only include groups associated with a specific database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.MajorEngineVersion"> <summary> Gets and sets the property MajorEngineVersion. <para> Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to describe. Cannot be supplied together with EngineName or MajorEngineVersion. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupsResponse"> <summary> Configuration for accessing Amazon DescribeOptionGroups service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOptionGroupsResult"> <summary> List of option groups. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsResult.OptionGroupsList"> <summary> Gets and sets the property OptionGroupsList. <para> List of option groups. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOptionGroupsResponse.DescribeOptionGroupsResult"> <summary> Gets and sets the DescribeOptionGroupsResult property. Represents the output of a DescribeOptionGroups operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest"> <summary> Container for the parameters to the DescribeOrderableDBInstanceOptions operation. Returns a list of orderable DB instance options for the specified engine. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.Engine"> <summary> Gets and sets the property Engine. <para> The name of the engine to retrieve DB instance options for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> The license model filter value. Specify this parameter to show only the available offerings matching the specified license model. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsRequest.Vpc"> <summary> Gets and sets the property Vpc. <para> The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResponse"> <summary> Configuration for accessing Amazon DescribeOrderableDBInstanceOptions service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeOrderableDBInstanceOptions</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResult.OrderableDBInstanceOptions"> <summary> Gets and sets the property OrderableDBInstanceOptions. <para> An <a>OrderableDBInstanceOption</a> structure containing information about orderable options for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeOrderableDBInstanceOptionsResponse.DescribeOrderableDBInstanceOptionsResult"> <summary> Gets and sets the DescribeOrderableDBInstanceOptionsResult property. Represents the output of a DescribeOrderableDBInstanceOptions operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest"> <summary> Container for the parameters to the DescribePendingMaintenanceActions operation. Returns a list of resources (for example, DB instances) that have at least one pending maintenance action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest.Filters"> <summary> Gets and sets the property Filters. <para> A filter that specifies one or more resources to return pending maintenance actions for. </para> <para> Supported filters: </para> <ul> <li> <code>db-instance-id</code> - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribePendingMaintenanceActions</code> request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsRequest.ResourceIdentifier"> <summary> Gets and sets the property ResourceIdentifier. <para> The ARN of a resource to return pending maintenance actions for. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse"> <summary> Configuration for accessing Amazon DescribePendingMaintenanceActions service </summary> </member> <member name="T:Amazon.RDS.Model.DescribePendingMaintenanceActionsResult"> <summary> Data returned from the <b>DescribePendingMaintenanceActions</b> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous <code>DescribePendingMaintenanceActions</code> request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsResult.PendingMaintenanceActions"> <summary> Gets and sets the property PendingMaintenanceActions. <para> A list of the pending maintenance actions for the resource. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribePendingMaintenanceActionsResponse.DescribePendingMaintenanceActionsResult"> <summary> Gets and sets the DescribePendingMaintenanceActionsResult property. Represents the output of a DescribePendingMaintenanceActions operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest"> <summary> Container for the parameters to the DescribeReservedDBInstancesOfferings operation. Lists available reserved DB instance offerings. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.Duration"> <summary> Gets and sets the property Duration. <para> Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration. </para> <para> Valid Values: <code>1 | 3 | 31536000 | 94608000</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more than the <code>MaxRecords</code> value is available, a pagination token called a marker is included in the response so that the following results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type. </para> <para> Valid Values: <code>"Partial Upfront" | "All Upfront" | "No Upfront" </code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> Product description filter value. Specify this parameter to show only the available offerings matching the specified product description. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsRequest.ReservedDBInstancesOfferingId"> <summary> Gets and sets the property ReservedDBInstancesOfferingId. <para> The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier. </para> <para> Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResponse"> <summary> Configuration for accessing Amazon DescribeReservedDBInstancesOfferings service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResult"> <summary> Contains the result of a successful invocation of the <a>DescribeReservedDBInstancesOfferings</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResult.ReservedDBInstancesOfferings"> <summary> Gets and sets the property ReservedDBInstancesOfferings. <para> A list of reserved DB instance offerings. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesOfferingsResponse.DescribeReservedDBInstancesOfferingsResult"> <summary> Gets and sets the DescribeReservedDBInstancesOfferingsResult property. Represents the output of a DescribeReservedDBInstancesOfferings operation. </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesRequest"> <summary> Container for the parameters to the DescribeReservedDBInstances operation. Returns information about reserved DB instances for this account, or about a specified reserved DB instance. </summary> </member> <member name="M:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.Duration"> <summary> Gets and sets the property Duration. <para> The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration. </para> <para> Valid Values: <code>1 | 3 | 31536000 | 94608000</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.MaxRecords"> <summary> Gets and sets the property MaxRecords. <para> The maximum number of records to include in the response. If more than the <code>MaxRecords</code> value is available, a pagination token called a marker is included in the response so that the following results can be retrieved. </para> <para> Default: 100 </para> <para> Constraints: Minimum 20, maximum 100. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type. </para> <para> Valid Values: <code>"Partial Upfront" | "All Upfront" | "No Upfront" </code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The product description filter value. Specify this parameter to show only those reservations matching the specified product description. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.ReservedDBInstanceId"> <summary> Gets and sets the property ReservedDBInstanceId. <para> The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesRequest.ReservedDBInstancesOfferingId"> <summary> Gets and sets the property ReservedDBInstancesOfferingId. <para> The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier. </para> </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesResponse"> <summary> Configuration for accessing Amazon DescribeReservedDBInstances service </summary> </member> <member name="T:Amazon.RDS.Model.DescribeReservedDBInstancesResult"> <summary> Contains the result of a successful invocation of the <a>DescribeReservedDBInstances</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesResult.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesResult.ReservedDBInstances"> <summary> Gets and sets the property ReservedDBInstances. <para> A list of reserved DB instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DescribeReservedDBInstancesResponse.DescribeReservedDBInstancesResult"> <summary> Gets and sets the DescribeReservedDBInstancesResult property. Represents the output of a DescribeReservedDBInstances operation. </summary> </member> <member name="T:Amazon.RDS.Model.DownloadDBLogFilePortionRequest"> <summary> Container for the parameters to the DownloadDBLogFilePortion operation. Downloads all or a portion of the specified log file, up to 1 MB in size. </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The customer-assigned name of the DB instance that contains the log files you want to list. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionRequest.LogFileName"> <summary> Gets and sets the property LogFileName. <para> The name of the log file to be downloaded. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionRequest.Marker"> <summary> Gets and sets the property Marker. <para> The pagination token provided in the previous request or "0". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionRequest.NumberOfLines"> <summary> Gets and sets the property NumberOfLines. <para> The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size. </para> <para> If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter. <ul><li> <para> If neither Marker or NumberOfLines are specified, the entire log file is returned. </para> </li><li> <para> If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned. </para> </li><li> <para> If Marker is specified as "0", then the specified number of lines from the beginning of the log file are returned. </para> </li><li> <para> You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of "0" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false. </para> </li></ul> </para> </summary> </member> <member name="T:Amazon.RDS.Model.DownloadDBLogFilePortionResponse"> <summary> Configuration for accessing Amazon DownloadDBLogFilePortion service </summary> </member> <member name="T:Amazon.RDS.Model.DownloadDBLogFilePortionResult"> <summary> This data type is used as a response element to <a>DownloadDBLogFilePortion</a>. </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionResult.AdditionalDataPending"> <summary> Gets and sets the property AdditionalDataPending. <para> Boolean value that if true, indicates there is more data to be downloaded. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionResult.LogFileData"> <summary> Gets and sets the property LogFileData. <para> Entries from the specified log file. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionResult.Marker"> <summary> Gets and sets the property Marker. <para> A pagination token that can be used in a subsequent DownloadDBLogFilePortion request. </para> </summary> </member> <member name="P:Amazon.RDS.Model.DownloadDBLogFilePortionResponse.DownloadDBLogFilePortionResult"> <summary> Gets and sets the DownloadDBLogFilePortionResult property. Represents the output of a DownloadDBLogFilePortion operation. </summary> </member> <member name="T:Amazon.RDS.Model.EC2SecurityGroup"> <summary> This data type is used as a response element in the following actions: <ul> <li> <a>AuthorizeDBSecurityGroupIngress</a> </li> <li> <a>DescribeDBSecurityGroups</a> </li> <li> <a>RevokeDBSecurityGroupIngress</a> </li> </ul> </summary> </member> <member name="M:Amazon.RDS.Model.EC2SecurityGroup.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.EC2SecurityGroup.EC2SecurityGroupId"> <summary> Gets and sets the property EC2SecurityGroupId. <para> Specifies the id of the EC2 security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EC2SecurityGroup.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> Specifies the name of the EC2 security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EC2SecurityGroup.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> Specifies the AWS ID of the owner of the EC2 security group specified in the <code>EC2SecurityGroupName</code> field. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EC2SecurityGroup.Status"> <summary> Gets and sets the property Status. <para> Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked". </para> </summary> </member> <member name="T:Amazon.RDS.Model.Endpoint"> <summary> This data type is used as a response element in the following actions: <ul> <li> <a>CreateDBInstance</a> </li> <li> <a>DescribeDBInstances</a> </li> <li> <a>DeleteDBInstance</a> </li> </ul> </summary> </member> <member name="M:Amazon.RDS.Model.Endpoint.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.Endpoint.Address"> <summary> Gets and sets the property Address. <para> Specifies the DNS address of the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Endpoint.HostedZoneId"> <summary> Gets and sets the property HostedZoneId. <para> Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Endpoint.Port"> <summary> Gets and sets the property Port. <para> Specifies the port that the database engine is listening on. </para> </summary> </member> <member name="T:Amazon.RDS.Model.EngineDefaults"> <summary> Contains the result of a successful invocation of the <a>DescribeEngineDefaultParameters</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.EngineDefaults.DBParameterGroupFamily"> <summary> Gets and sets the property DBParameterGroupFamily. <para> Specifies the name of the DB parameter group family that the engine default parameters apply to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EngineDefaults.Marker"> <summary> Gets and sets the property Marker. <para> An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code> . </para> </summary> </member> <member name="P:Amazon.RDS.Model.EngineDefaults.Parameters"> <summary> Gets and sets the property Parameters. <para> Contains a list of engine default parameters. </para> </summary> </member> <member name="T:Amazon.RDS.Model.Event"> <summary> This data type is used as a response element in the <a>DescribeEvents</a> action. </summary> </member> <member name="M:Amazon.RDS.Model.Event.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.Event.Date"> <summary> Gets and sets the property Date. <para> Specifies the date and time of the event. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Event.EventCategories"> <summary> Gets and sets the property EventCategories. <para> Specifies the category for the event. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Event.Message"> <summary> Gets and sets the property Message. <para> Provides the text of this event. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Event.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> Provides the identifier for the source of the event. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Event.SourceType"> <summary> Gets and sets the property SourceType. <para> Specifies the source type for this event. </para> </summary> </member> <member name="T:Amazon.RDS.Model.EventCategoriesMap"> <summary> Contains the results of a successful invocation of the <a>DescribeEventCategories</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.EventCategoriesMap.EventCategories"> <summary> Gets and sets the property EventCategories. <para> The event categories for the specified source type </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventCategoriesMap.SourceType"> <summary> Gets and sets the property SourceType. <para> The source type that the returned categories belong to </para> </summary> </member> <member name="T:Amazon.RDS.Model.EventSubscription"> <summary> Contains the results of a successful invocation of the <a>DescribeEventSubscriptions</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.CustomerAwsId"> <summary> Gets and sets the property CustomerAwsId. <para> The AWS customer account associated with the RDS event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.CustSubscriptionId"> <summary> Gets and sets the property CustSubscriptionId. <para> The RDS event notification subscription Id. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.Enabled"> <summary> Gets and sets the property Enabled. <para> A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.EventCategoriesList"> <summary> Gets and sets the property EventCategoriesList. <para> A list of event categories for the RDS event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.SnsTopicArn"> <summary> Gets and sets the property SnsTopicArn. <para> The topic ARN of the RDS event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.SourceIdsList"> <summary> Gets and sets the property SourceIdsList. <para> A list of source IDs for the RDS event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.SourceType"> <summary> Gets and sets the property SourceType. <para> The source type for the RDS event notification subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.Status"> <summary> Gets and sets the property Status. <para> The status of the RDS event notification subscription. </para> <para> Constraints: </para> <para> Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist </para> <para> The status "no-permission" indicates that RDS no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created. </para> </summary> </member> <member name="P:Amazon.RDS.Model.EventSubscription.SubscriptionCreationTime"> <summary> Gets and sets the property SubscriptionCreationTime. <para> The time the RDS event notification subscription was created. </para> </summary> </member> <member name="T:Amazon.RDS.Model.EventSubscriptionQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.EventSubscriptionQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new EventSubscriptionQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.FailoverDBClusterRequest"> <summary> Container for the parameters to the FailoverDBCluster operation. Forces a failover for a DB cluster. <para> A failover for a DB cluster promotes one of the read-only instances in the DB cluster to the master DB instance (the cluster writer) and deletes the current primary instance. </para> <para> Amazon Aurora will automatically fail over to a read-only instance, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a DB instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete. </para> <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.FailoverDBClusterRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> A DB cluster identifier to force a failover for. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.FailoverDBClusterResponse"> <summary> Configuration for accessing Amazon FailoverDBCluster service </summary> </member> <member name="T:Amazon.RDS.Model.FailoverDBClusterResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.FailoverDBClusterResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.FailoverDBClusterResponse.FailoverDBClusterResult"> <summary> Gets and sets the FailoverDBClusterResult property. Represents the output of a FailoverDBCluster operation. </summary> </member> <member name="T:Amazon.RDS.Model.Filter"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.Filter.Name"> <summary> Gets and sets the property Name. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Filter.Values"> <summary> Gets and sets the property Values. <para> This parameter is not currently supported. </para> </summary> </member> <member name="T:Amazon.RDS.Model.InstanceQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InstanceQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new InstanceQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InsufficientDBClusterCapacityException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InsufficientDBClusterCapacityException.#ctor(System.String)"> <summary> Constructs a new InsufficientDBClusterCapacityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InsufficientDBInstanceCapacityException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InsufficientDBInstanceCapacityException.#ctor(System.String)"> <summary> Constructs a new InsufficientDBInstanceCapacityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InsufficientStorageClusterCapacityException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InsufficientStorageClusterCapacityException.#ctor(System.String)"> <summary> Constructs a new InsufficientStorageClusterCapacityException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBClusterSnapshotStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBClusterSnapshotStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBClusterSnapshotStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBClusterStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBClusterStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBClusterStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBInstanceStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBInstanceStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBInstanceStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBParameterGroupStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBParameterGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBParameterGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBSecurityGroupStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBSecurityGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBSecurityGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBSnapshotStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBSnapshotStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBSnapshotStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBSubnetGroupException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBSubnetGroupException.#ctor(System.String)"> <summary> Constructs a new InvalidDBSubnetGroupException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBSubnetGroupStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBSubnetGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBSubnetGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidDBSubnetStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidDBSubnetStateException.#ctor(System.String)"> <summary> Constructs a new InvalidDBSubnetStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidEventSubscriptionStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidEventSubscriptionStateException.#ctor(System.String)"> <summary> Constructs a new InvalidEventSubscriptionStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidOptionGroupStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidOptionGroupStateException.#ctor(System.String)"> <summary> Constructs a new InvalidOptionGroupStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidRestoreException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidRestoreException.#ctor(System.String)"> <summary> Constructs a new InvalidRestoreException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidSubnetException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidSubnetException.#ctor(System.String)"> <summary> Constructs a new InvalidSubnetException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.InvalidVPCNetworkStateException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.InvalidVPCNetworkStateException.#ctor(System.String)"> <summary> Constructs a new InvalidVPCNetworkStateException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.IPRange"> <summary> This data type is used as a response element in the <a>DescribeDBSecurityGroups</a> action. </summary> </member> <member name="M:Amazon.RDS.Model.IPRange.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.IPRange.CIDRIP"> <summary> Gets and sets the property CIDRIP. <para> Specifies the IP range. </para> </summary> </member> <member name="P:Amazon.RDS.Model.IPRange.Status"> <summary> Gets and sets the property Status. <para> Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked". </para> </summary> </member> <member name="T:Amazon.RDS.Model.KMSKeyNotAccessibleException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.KMSKeyNotAccessibleException.#ctor(System.String)"> <summary> Constructs a new KMSKeyNotAccessibleException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ListTagsForResourceRequest"> <summary> Container for the parameters to the ListTagsForResource operation. Lists all tags on an Amazon RDS resource. <para> For an overview on tagging an Amazon RDS resource, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ListTagsForResourceRequest.Filters"> <summary> Gets and sets the property Filters. <para> This parameter is not currently supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ListTagsForResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ListTagsForResourceResponse"> <summary> Configuration for accessing Amazon ListTagsForResource service </summary> </member> <member name="T:Amazon.RDS.Model.ListTagsForResourceResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ListTagsForResourceResult.TagList"> <summary> Gets and sets the property TagList. <para> List of tags returned by the ListTagsForResource operation. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ListTagsForResourceResponse.ListTagsForResourceResult"> <summary> Gets and sets the ListTagsForResourceResult property. Represents the output of a ListTagsForResource operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest"> <summary> Container for the parameters to the ModifyDBClusterParameterGroup operation. Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> <note> <para> Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect. </para> </note> <important> <para> After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <a>DescribeDBClusterParameters</a> command to verify that your DB cluster parameter group has been created or modified. </para> </important> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group to modify. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterParameterGroupRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of parameters in the DB cluster parameter group to modify. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterParameterGroupResponse"> <summary> Configuration for accessing Amazon ModifyDBClusterParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterParameterGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterParameterGroupResult.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <note>This value is stored as a lowercase string.</note> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterParameterGroupResponse.ModifyDBClusterParameterGroupResult"> <summary> Gets and sets the ModifyDBClusterParameterGroupResult property. Represents the output of a ModifyDBClusterParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterRequest"> <summary> Container for the parameters to the ModifyDBCluster operation. Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.ApplyImmediately"> <summary> Gets and sets the property ApplyImmediately. <para> A value that specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the <code>PreferredMaintenanceWindow</code> setting for the DB cluster. </para> <para> If this parameter is set to <code>false</code>, changes to the DB cluster are applied during the next maintenance window. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> The number of days for which automated backups are retained. You must specify a minimum value of 1. </para> <para> Default: 1 </para> <para> Constraints: </para> <ul> <li>Must be a value from 1 to 35</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The DB cluster identifier for the cluster being modified. This parameter is not case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must be the identifier for an existing DB cluster.</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group to use for the DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> The new password for the master database user. This password can contain any printable ASCII character except "/", """, or "@". </para> <para> Constraints: Must contain from 8 to 41 characters. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.NewDBClusterIdentifier"> <summary> Gets and sets the property NewDBClusterIdentifier. <para> The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-cluster2</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> A value that indicates that the DB cluster should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case, and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted. </para> <para> Permanent options cannot be removed from an option group. The option group cannot be removed from a DB cluster once it is associated with a DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the DB cluster accepts connections. </para> <para> Constraints: Value must be <code>1150-65535</code> </para> <para> Default: The same port as the original DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> The daily time range during which automated backups are created if automated backups are enabled, using the <code>BackupRetentionPeriod</code> parameter. </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Constraints: </para> <ul> <li>Must be in the format <code>hh24:mi-hh24:mi</code>.</li> <li>Times should be in Universal Coordinated Time (UTC).</li> <li>Must not conflict with the preferred maintenance window.</li> <li>Must be at least 30 minutes.</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). </para> <para> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun </para> <para> Constraints: Minimum 30-minute window. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A lst of VPC security groups that the DB cluster will belong to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterResponse"> <summary> Configuration for accessing Amazon ModifyDBCluster service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBClusterResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBClusterResponse.ModifyDBClusterResult"> <summary> Gets and sets the ModifyDBClusterResult property. Represents the output of a ModifyDBCluster operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBInstanceRequest"> <summary> Container for the parameters to the ModifyDBInstance operation. Modify settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. </summary> </member> <member name="M:Amazon.RDS.Model.ModifyDBInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.ModifyDBInstanceRequest.#ctor(System.String)"> <summary> Instantiates ModifyDBInstanceRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> The DB instance identifier. This value is stored as a lowercase string. Constraints: <ul> <li>Must be the identifier for an existing DB instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless <code>ApplyImmediately</code> is set to <code>true</code> for this request. </para> <para> <b>MySQL</b> </para> <para> Default: Uses existing setting </para> <para> Valid Values: 5-6144 </para> <para> Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. </para> <para> Type: Integer </para> <para> <b>MariaDB</b> </para> <para> Default: Uses existing setting </para> <para> Valid Values: 5-6144 </para> <para> Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. </para> <para> Type: Integer </para> <para> <b>PostgreSQL</b> </para> <para> Default: Uses existing setting </para> <para> Valid Values: 5-6144 </para> <para> Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. </para> <para> Type: Integer </para> <para> <b>Oracle</b> </para> <para> Default: Uses existing setting </para> <para> Valid Values: 10-6144 </para> <para> Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. </para> <para> <b>SQL Server</b> </para> <para> Cannot be modified. </para> <para> If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.AllowMajorVersionUpgrade"> <summary> Gets and sets the property AllowMajorVersionUpgrade. <para> Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. </para> <para> Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.ApplyImmediately"> <summary> Gets and sets the property ApplyImmediately. <para> Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the <code>PreferredMaintenanceWindow</code> setting for the DB instance. </para> <para> If this parameter is set to <code>false</code>, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to <a>RebootDBInstance</a>, or the next failure reboot. Review the table of parameters in <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html">Modifying a DB Instance and Using the Apply Immediately Parameter</a> to see the impact that setting <code>ApplyImmediately</code> to <code>true</code> or <code>false</code> has for each modified parameter and to determine when the changes will be applied. </para> <para> Default: <code>false</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to <code>true</code> during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. </para> <para> Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible. </para> <para> Default: Uses existing setting </para> <para> Constraints: </para> <ul> <li>Must be a value from 0 to 35</li> <li>Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6</li> <li>Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5</li> <li>Cannot be set to 0 if the DB instance is a source to Read Replicas</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.CACertificateIdentifier"> <summary> Gets and sets the property CACertificateIdentifier. <para> Indicates the certificate that needs to be associated with the instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the <a>DescribeOrderableDBInstanceOptions</a> action. </para> <para> Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless <code>ApplyImmediately</code> is specified as <code>true</code> for this request. </para> <para> Default: Uses existing setting </para> <para> Valid Values: <code>db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must be the identifier for an existing DB instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window. </para> <para> Default: Uses existing setting </para> <para> Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.DBPortNumber"> <summary> Gets and sets the property DBPortNumber. <para> The port number on which the database accepts connections. </para> <para> The value of the <code>DBPortNumber</code> parameter must not match any of the port values specified for options in the option group for the DB instance. </para> <para> Your database will restart when you change the <code>DBPortNumber</code> value regardless of the value of the <code>ApplyImmediately</code> parameter. </para> <para> <b>MySQL</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> <b>MariaDB</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> <b>PostgreSQL</b> </para> <para> Default: <code>5432</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> <b>Oracle</b> </para> <para> Default: <code>1521</code> </para> <para> Valid Values: <code>1150-65535</code> </para> <para> <b>SQL Server</b> </para> <para> Default: <code>1433</code> </para> <para> Valid Values: <code>1150-65535</code> except for <code>1434</code>, <code>3389</code>, <code>47001</code>, <code>49152</code>, and <code>49152</code> through <code>49156</code>. </para> <para> <b>Amazon Aurora</b> </para> <para> Default: <code>3306</code> </para> <para> Valid Values: <code>1150-65535</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.DBSecurityGroups"> <summary> Gets and sets the property DBSecurityGroups. <para> A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. </para> <para> For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. </para> <para> For a list of valid engine versions, see <a>CreateDBInstance</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.Iops"> <summary> Gets and sets the property Iops. <para> The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. </para> <para> Default: Uses existing setting </para> <para> Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect. </para> <para> <b>SQL Server</b> </para> <para> Setting the IOPS value for the SQL Server database engine is not supported. </para> <para> Type: Integer </para> <para> If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> The new password for the DB instance master user. Can be any printable ASCII character except "/", """, or "@". </para> <para> Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the <code>MasterUserPassword</code> element exists in the <code>PendingModifiedValues</code> element of the operation response. </para> <para> Default: Uses existing setting </para> <para> Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server). </para> <note> Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. </note> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.MonitoringInterval"> <summary> Gets and sets the property MonitoringInterval. <para> The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60. </para> <para> If <code>MonitoringRoleArn</code> is specified, then you must also set <code>MonitoringInterval</code> to a value other than 0. </para> <para> Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.MonitoringRoleArn"> <summary> Gets and sets the property MonitoringRoleArn. <para> The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role, go to <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole">To create an IAM role for Amazon RDS Enhanced Monitoring</a>. </para> <para> If <code>MonitoringInterval</code> is set to a value other than 0, then you must supply a <code>MonitoringRoleArn</code> value. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. </para> <para> Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.NewDBInstanceIdentifier"> <summary> Gets and sets the property NewDBInstanceIdentifier. <para> The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set <code>Apply Immediately</code> to true, or will occur during the next maintenance window if <code>Apply Immediately</code> to false. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to <code>true</code> for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted. </para> <para> Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code> parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. </para> <para> Constraints: </para> <ul> <li>Must be in the format hh24:mi-hh24:mi</li> <li>Times should be in Universal Time Coordinated (UTC)</li> <li>Must not conflict with the preferred maintenance window</li> <li>Must be at least 30 minutes</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied. </para> <para> Default: Uses existing setting </para> <para> Format: ddd:hh24:mi-ddd:hh24:mi </para> <para> Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun </para> <para> Constraints: Must be at least 30 minutes </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. False to make the DB instance internal with a DNS name that resolves to a private IP address. </para> <para> <code>PubliclyAccessible</code> only applies to DB instances in a VPC. The DB instance must be part of a public subnet and <code>PubliclyAccessible</code> must be true in order for it to be publicly accessible. </para> <para> Changes to the <code>PubliclyAccessible</code> parameter are applied immediately regardless of the value of the <code>ApplyImmediately</code> parameter. </para> <para> Default: false </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the DB instance. </para> <para> Valid values: <code>standard | gp2 | io1</code> </para> <para> If you specify <code>io1</code>, you must also include a value for the <code>Iops</code> parameter. </para> <para> Default: <code>io1</code> if the <code>Iops</code> parameter is specified; otherwise <code>standard</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which to associate the instance for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.TdeCredentialPassword"> <summary> Gets and sets the property TdeCredentialPassword. <para> The password for the given ARN from the Key Store in order to access the device. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBInstanceResponse"> <summary> Configuration for accessing Amazon ModifyDBInstance service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBInstanceResponse.ModifyDBInstanceResult"> <summary> Gets and sets the ModifyDBInstanceResult property. Represents the output of a ModifyDBInstance operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBParameterGroupRequest"> <summary> Container for the parameters to the ModifyDBParameterGroup operation. Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request. <note> <para> Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect. </para> </note> <important> <para> After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <i>DescribeDBParameters</i> command to verify that your DB parameter group has been created or modified. </para> </important> </summary> </member> <member name="M:Amazon.RDS.Model.ModifyDBParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.ModifyDBParameterGroupRequest.#ctor(System.String,System.Collections.Generic.List{Amazon.RDS.Model.Parameter})"> <summary> Instantiates ModifyDBParameterGroupRequest with the parameterized properties </summary> <param name="dbParameterGroupName"> The name of the DB parameter group. Constraints: <ul> <li>Must be the name of an existing DB parameter group</li> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> <param name="parameters"> An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request. Valid Values (for the application method): <code>immediate | pending-reboot</code> <note>You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. </note></param> </member> <member name="P:Amazon.RDS.Model.ModifyDBParameterGroupRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group. </para> <para> Constraints: </para> <ul> <li>Must be the name of an existing DB parameter group</li> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBParameterGroupRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request. </para> <para> Valid Values (for the application method): <code>immediate | pending-reboot</code> </para> <note>You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. </note> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBParameterGroupResponse"> <summary> Configuration for accessing Amazon ModifyDBParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBParameterGroupResult"> <summary> Contains the result of a successful invocation of the <a>ModifyDBParameterGroup</a> or <a>ResetDBParameterGroup</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBParameterGroupResult.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> Provides the name of the DB parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBParameterGroupResponse.ModifyDBParameterGroupResult"> <summary> Gets and sets the ModifyDBParameterGroupResult property. Represents the output of a ModifyDBParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest"> <summary> Container for the parameters to the ModifyDBSnapshotAttribute operation. Adds an attribute and values to, or removes an attribute and values from a manual DB snapshot. <para> To share a manual DB snapshot with other AWS accounts, specify <code>restore</code> as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add a list of the AWS account ids that are authorized to retore the manual DB snapshot. Uses the value <code>all</code> to make the manual DB snapshot public and can by copied or restored by all AWS accounts. Do not add the <code>all</code> value for any manual DB snapshots that contain private information that you do not want to be available to all AWS accounts. </para> <para> To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API. </para> <para> If the manual DB snapshot is encrypted, it cannot be shared. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest.AttributeName"> <summary> Gets and sets the property AttributeName. <para> The name of the DB snapshot attribute to modify. </para> <para> To manage authorization for other AWS accounts to copy or restore a manual DB snapshot, this value is <code>restore</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The identifier for the DB snapshot to modify the attributes for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest.ValuesToAdd"> <summary> Gets and sets the property ValuesToAdd. <para> A list of DB snapshot attributes to add to the attribute specified by <code>AttributeName</code>. </para> <para> To authorize other AWS Accounts to copy or restore a manual snapshot, this is one or more AWS account identifiers, or <code>all</code> to make the manual DB snapshot restorable by any AWS account. Do not add the <code>all</code> value for any manual DB snapshots that contain private information that you do not want to be available to all AWS accounts. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeRequest.ValuesToRemove"> <summary> Gets and sets the property ValuesToRemove. <para> A list of DB snapshot attributes to remove from the attribute specified by <code>AttributeName</code>. </para> <para> To remove authorization for other AWS Accounts to copy or restore a manual snapshot, this is one or more AWS account identifiers, or <code>all</code> to remove authorization for any AWS account to copy or restore the DB snapshot. If you specify <code>all</code>, AWS accounts that have their account identifier explicitly added to the <code>restore</code> attribute can still copy or restore the manual DB snapshot. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSnapshotAttributeResponse"> <summary> Configuration for accessing Amazon ModifyDBSnapshotAttribute service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSnapshotAttributeResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeResult.DBSnapshotAttributesResult"> <summary> Gets and sets the property DBSnapshotAttributesResult. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSnapshotAttributeResponse.ModifyDBSnapshotAttributeResult"> <summary> Gets and sets the ModifyDBSnapshotAttributeResult property. Represents the output of a ModifyDBSnapshotAttribute operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSubnetGroupRequest"> <summary> Container for the parameters to the ModifyDBSubnetGroup operation. Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSubnetGroupRequest.DBSubnetGroupDescription"> <summary> Gets and sets the property DBSubnetGroupDescription. <para> The description for the DB subnet group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSubnetGroupRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The name for the DB subnet group. This value is stored as a lowercase string. </para> <para> Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default". </para> <para> Example: <code>mySubnetgroup</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSubnetGroupRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> The EC2 subnet IDs for the DB subnet group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSubnetGroupResponse"> <summary> Configuration for accessing Amazon ModifyDBSubnetGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyDBSubnetGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSubnetGroupResult.DBSubnetGroup"> <summary> Gets and sets the property DBSubnetGroup. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyDBSubnetGroupResponse.ModifyDBSubnetGroupResult"> <summary> Gets and sets the ModifyDBSubnetGroupResult property. Represents the output of a ModifyDBSubnetGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyEventSubscriptionRequest"> <summary> Container for the parameters to the ModifyEventSubscription operation. Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the <a>AddSourceIdentifierToSubscription</a> and <a>RemoveSourceIdentifierFromSubscription</a> calls. <para> You can see a list of the event categories for a given SourceType in the <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> topic in the Amazon RDS User Guide or by using the <b>DescribeEventCategories</b> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionRequest.Enabled"> <summary> Gets and sets the property Enabled. <para> A Boolean value; set to <b>true</b> to activate the subscription. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionRequest.EventCategories"> <summary> Gets and sets the property EventCategories. <para> A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> topic in the Amazon RDS User Guide or by using the <b>DescribeEventCategories</b> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionRequest.SnsTopicArn"> <summary> Gets and sets the property SnsTopicArn. <para> The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned. </para> <para> Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the RDS event notification subscription. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyEventSubscriptionResponse"> <summary> Configuration for accessing Amazon ModifyEventSubscription service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyEventSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionResult.EventSubscription"> <summary> Gets and sets the property EventSubscription. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyEventSubscriptionResponse.ModifyEventSubscriptionResult"> <summary> Gets and sets the ModifyEventSubscriptionResult property. Represents the output of a ModifyEventSubscription operation. </summary> </member> <member name="T:Amazon.RDS.Model.ModifyOptionGroupRequest"> <summary> Container for the parameters to the ModifyOptionGroup operation. Modifies an existing option group. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupRequest.ApplyImmediately"> <summary> Gets and sets the property ApplyImmediately. <para> Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to be modified. </para> <para> Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupRequest.OptionsToInclude"> <summary> Gets and sets the property OptionsToInclude. <para> Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupRequest.OptionsToRemove"> <summary> Gets and sets the property OptionsToRemove. <para> Options in this list are removed from the option group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ModifyOptionGroupResponse"> <summary> Configuration for accessing Amazon ModifyOptionGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ModifyOptionGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupResult.OptionGroup"> <summary> Gets and sets the property OptionGroup. </summary> </member> <member name="P:Amazon.RDS.Model.ModifyOptionGroupResponse.ModifyOptionGroupResult"> <summary> Gets and sets the ModifyOptionGroupResult property. Represents the output of a ModifyOptionGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.Option"> <summary> Option details. </summary> </member> <member name="P:Amazon.RDS.Model.Option.DBSecurityGroupMemberships"> <summary> Gets and sets the property DBSecurityGroupMemberships. <para> If the option requires access to a port, then this DB security group allows access to the port. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.OptionDescription"> <summary> Gets and sets the property OptionDescription. <para> The description of the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.OptionName"> <summary> Gets and sets the property OptionName. <para> The name of the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> The option settings for this option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.Permanent"> <summary> Gets and sets the property Permanent. <para> Indicate if this option is permanent. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.Persistent"> <summary> Gets and sets the property Persistent. <para> Indicate if this option is persistent. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.Port"> <summary> Gets and sets the property Port. <para> If required, the port configured for this option to use. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Option.VpcSecurityGroupMemberships"> <summary> Gets and sets the property VpcSecurityGroupMemberships. <para> If the option requires access to a port, then this VPC security group allows access to the port. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionConfiguration"> <summary> A list of all available options </summary> </member> <member name="P:Amazon.RDS.Model.OptionConfiguration.DBSecurityGroupMemberships"> <summary> Gets and sets the property DBSecurityGroupMemberships. <para> A list of DBSecurityGroupMemebrship name strings used for this option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionConfiguration.OptionName"> <summary> Gets and sets the property OptionName. <para> The configuration of options to include in a group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionConfiguration.OptionSettings"> <summary> Gets and sets the property OptionSettings. <para> The option settings to include in an option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionConfiguration.Port"> <summary> Gets and sets the property Port. <para> The optional port for the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionConfiguration.VpcSecurityGroupMemberships"> <summary> Gets and sets the property VpcSecurityGroupMemberships. <para> A list of VpcSecurityGroupMemebrship name strings used for this option. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionGroup"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.AllowsVpcAndNonVpcInstanceMemberships"> <summary> Gets and sets the property AllowsVpcAndNonVpcInstanceMemberships. <para> Indicates whether this option group can be applied to both VPC and non-VPC instances. The value <code>true</code> indicates the option group can be applied to both VPC and non-VPC instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.EngineName"> <summary> Gets and sets the property EngineName. <para> Indicates the name of the engine that this option group can be applied to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.MajorEngineVersion"> <summary> Gets and sets the property MajorEngineVersion. <para> Indicates the major engine version associated with this option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.OptionGroupDescription"> <summary> Gets and sets the property OptionGroupDescription. <para> Provides a description of the option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> Specifies the name of the option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.Options"> <summary> Gets and sets the property Options. <para> Indicates what options are available in the option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> If <b>AllowsVpcAndNonVpcInstanceMemberships</b> is <code>false</code>, this field is blank. If <b>AllowsVpcAndNonVpcInstanceMemberships</b> is <code>true</code> and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionGroupAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.OptionGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new OptionGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.OptionGroupMembership"> <summary> Provides information on the option groups the DB instance is a member of. </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupMembership.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group that the instance belongs to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The status of the DB instance's option group membership. Valid values are: <code>in-sync</code>, <code>pending-apply</code>, <code>pending-removal</code>, <code>pending-maintenance-apply</code>, <code>pending-maintenance-removal</code>, <code>applying</code>, <code>removing</code>, and <code>failed</code>. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionGroupNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.OptionGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new OptionGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.OptionGroupOption"> <summary> Available option. </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.DefaultPort"> <summary> Gets and sets the property DefaultPort. <para> If the option requires a port, specifies the default port for the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.Description"> <summary> Gets and sets the property Description. <para> The description of the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.EngineName"> <summary> Gets and sets the property EngineName. <para> The name of the engine that this option can be applied to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.MajorEngineVersion"> <summary> Gets and sets the property MajorEngineVersion. <para> Indicates the major engine version that the option is available for. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.MinimumRequiredMinorEngineVersion"> <summary> Gets and sets the property MinimumRequiredMinorEngineVersion. <para> The minimum required engine version for the option to be applied. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.Name"> <summary> Gets and sets the property Name. <para> The name of the option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.OptionGroupOptionSettings"> <summary> Gets and sets the property OptionGroupOptionSettings. <para> Specifies the option settings that are available (and the default value) for each option in an option group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.OptionsDependedOn"> <summary> Gets and sets the property OptionsDependedOn. <para> List of all options that are prerequisites for this option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.Permanent"> <summary> Gets and sets the property Permanent. <para> A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.Persistent"> <summary> Gets and sets the property Persistent. <para> A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOption.PortRequired"> <summary> Gets and sets the property PortRequired. <para> Specifies whether the option requires a port. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionGroupOptionSetting"> <summary> Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action. </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> Indicates the acceptable values for the option group option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.ApplyType"> <summary> Gets and sets the property ApplyType. <para> The DB engine specific parameter type for the option group option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value for the option group option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.IsModifiable"> <summary> Gets and sets the property IsModifiable. <para> Boolean value where true indicates that this option group option can be changed from the default value. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.SettingDescription"> <summary> Gets and sets the property SettingDescription. <para> The description of the option group option. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionGroupOptionSetting.SettingName"> <summary> Gets and sets the property SettingName. <para> The name of the option group option. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OptionGroupQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.OptionGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new OptionGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.OptionSetting"> <summary> Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values. </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> The allowed values of the option setting. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.ApplyType"> <summary> Gets and sets the property ApplyType. <para> The DB engine specific parameter type. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.DataType"> <summary> Gets and sets the property DataType. <para> The data type of the option setting. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.DefaultValue"> <summary> Gets and sets the property DefaultValue. <para> The default value of the option setting. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.Description"> <summary> Gets and sets the property Description. <para> The description of the option setting. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.IsCollection"> <summary> Gets and sets the property IsCollection. <para> Indicates if the option setting is part of a collection. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.IsModifiable"> <summary> Gets and sets the property IsModifiable. <para> A Boolean value that, when true, indicates the option setting can be modified from the default. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.Name"> <summary> Gets and sets the property Name. <para> The name of the option that has settings that you can set. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OptionSetting.Value"> <summary> Gets and sets the property Value. <para> The current value of the option setting. </para> </summary> </member> <member name="T:Amazon.RDS.Model.OrderableDBInstanceOption"> <summary> Contains a list of available options for a DB instance <para> This data type is used as a response element in the <a>DescribeOrderableDBInstanceOptions</a> action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> A list of Availability Zones for the orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class for the orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.Engine"> <summary> Gets and sets the property Engine. <para> The engine type of the orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The engine version of the orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> The license model for the orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.MultiAZCapable"> <summary> Gets and sets the property MultiAZCapable. <para> Indicates whether this orderable DB instance is multi-AZ capable. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.ReadReplicaCapable"> <summary> Gets and sets the property ReadReplicaCapable. <para> Indicates whether this orderable DB instance can have a Read Replica. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.StorageType"> <summary> Gets and sets the property StorageType. <para> Indicates the storage type for this orderable DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.SupportsEnhancedMonitoring"> <summary> Gets and sets the property SupportsEnhancedMonitoring. <para> Indicates whether the DB instance supports enhanced monitoring at intervals from 1 to 60 seconds. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.SupportsIops"> <summary> Gets and sets the property SupportsIops. <para> Indicates whether this orderable DB instance supports provisioned IOPS. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.SupportsStorageEncryption"> <summary> Gets and sets the property SupportsStorageEncryption. <para> Indicates whether this orderable DB instance supports encrypted storage. </para> </summary> </member> <member name="P:Amazon.RDS.Model.OrderableDBInstanceOption.Vpc"> <summary> Gets and sets the property Vpc. <para> Indicates whether this is a VPC orderable DB instance. </para> </summary> </member> <member name="T:Amazon.RDS.Model.Parameter"> <summary> This data type is used as a request parameter in the <a>ModifyDBParameterGroup</a> and <a>ResetDBParameterGroup</a> actions. <para> This data type is used as a response element in the <a>DescribeEngineDefaultParameters</a> and <a>DescribeDBParameters</a> actions. </para> </summary> </member> <member name="M:Amazon.RDS.Model.Parameter.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.AllowedValues"> <summary> Gets and sets the property AllowedValues. <para> Specifies the valid range of values for the parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.ApplyMethod"> <summary> Gets and sets the property ApplyMethod. <para> Indicates when to apply parameter updates. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.ApplyType"> <summary> Gets and sets the property ApplyType. <para> Specifies the engine specific parameters type. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.DataType"> <summary> Gets and sets the property DataType. <para> Specifies the valid data type for the parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.Description"> <summary> Gets and sets the property Description. <para> Provides a description of the parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.IsModifiable"> <summary> Gets and sets the property IsModifiable. <para> Indicates whether (<code>true</code>) or not (<code>false</code>) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.MinimumEngineVersion"> <summary> Gets and sets the property MinimumEngineVersion. <para> The earliest engine version to which the parameter can apply. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.ParameterName"> <summary> Gets and sets the property ParameterName. <para> Specifies the name of the parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.ParameterValue"> <summary> Gets and sets the property ParameterValue. <para> Specifies the value of the parameter. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Parameter.Source"> <summary> Gets and sets the property Source. <para> Indicates the source of the parameter value. </para> </summary> </member> <member name="T:Amazon.RDS.Model.PendingMaintenanceAction"> <summary> Provides information about a pending maintenance action for a resource. </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.Action"> <summary> Gets and sets the property Action. <para> The type of pending maintenance action that is available for the resource. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.AutoAppliedAfterDate"> <summary> Gets and sets the property AutoAppliedAfterDate. <para> The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any <code>next-maintenance</code> opt-in requests are ignored. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.CurrentApplyDate"> <summary> Gets and sets the property CurrentApplyDate. <para> The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the <a>ApplyPendingMaintenanceAction</a> API, the <code>AutoAppliedAfterDate</code>, and the <code>ForcedApplyDate</code>. This value is blank if an opt-in request has not been received and nothing has been specified as <code>AutoAppliedAfterDate</code> or <code>ForcedApplyDate</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.Description"> <summary> Gets and sets the property Description. <para> A description providing more detail about the maintenance action. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.ForcedApplyDate"> <summary> Gets and sets the property ForcedApplyDate. <para> The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any <code>immediate</code> opt-in requests are ignored. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingMaintenanceAction.OptInStatus"> <summary> Gets and sets the property OptInStatus. <para> Indicates the type of opt-in request that has been received for the resource. </para> </summary> </member> <member name="T:Amazon.RDS.Model.PendingModifiedValues"> <summary> This data type is used as a response element in the <a>ModifyDBInstance</a> action. </summary> </member> <member name="M:Amazon.RDS.Model.PendingModifiedValues.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.AllocatedStorage"> <summary> Gets and sets the property AllocatedStorage. <para> Contains the new <code>AllocatedStorage</code> size for the DB instance that will be applied or is in progress. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> Specifies the pending number of days for which automated backups are retained. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.CACertificateIdentifier"> <summary> Gets and sets the property CACertificateIdentifier. <para> Specifies the identifier of the CA certificate for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> Contains the new <code>DBInstanceClass</code> for the DB instance that will be applied or is in progress. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> Contains the new <code>DBInstanceIdentifier</code> for the DB instance that will be applied or is in progress. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> Indicates the database engine version. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.Iops"> <summary> Gets and sets the property Iops. <para> Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> Contains the pending or in-progress change of the master credentials for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.Port"> <summary> Gets and sets the property Port. <para> Specifies the pending port for the DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.PendingModifiedValues.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the DB instance. </para> </summary> </member> <member name="T:Amazon.RDS.Model.PointInTimeRestoreNotEnabledException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.PointInTimeRestoreNotEnabledException.#ctor(System.String)"> <summary> Constructs a new PointInTimeRestoreNotEnabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.PromoteReadReplicaRequest"> <summary> Container for the parameters to the PromoteReadReplica operation. Promotes a Read Replica DB instance to a standalone DB instance. <note> <para> We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings. </para> </note> </summary> </member> <member name="P:Amazon.RDS.Model.PromoteReadReplicaRequest.BackupRetentionPeriod"> <summary> Gets and sets the property BackupRetentionPeriod. <para> The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. </para> <para> Default: 1 </para> <para> Constraints: </para> <ul> <li>Must be a value from 0 to 8</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.PromoteReadReplicaRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier. This value is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must be the identifier for an existing Read Replica DB instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>mydbinstance</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.PromoteReadReplicaRequest.PreferredBackupWindow"> <summary> Gets and sets the property PreferredBackupWindow. <para> The daily time range during which automated backups are created if automated backups are enabled, using the <code>BackupRetentionPeriod</code> parameter. </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html"> Adjusting the Preferred Maintenance Window</a> in the <i>Amazon RDS User Guide.</i> </para> <para> Constraints: </para> <ul> <li>Must be in the format <code>hh24:mi-hh24:mi</code>.</li> <li>Times should be in Universal Coordinated Time (UTC).</li> <li>Must not conflict with the preferred maintenance window.</li> <li>Must be at least 30 minutes.</li> </ul> </summary> </member> <member name="T:Amazon.RDS.Model.PromoteReadReplicaResponse"> <summary> Configuration for accessing Amazon PromoteReadReplica service </summary> </member> <member name="T:Amazon.RDS.Model.PromoteReadReplicaResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.PromoteReadReplicaResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.PromoteReadReplicaResponse.PromoteReadReplicaResult"> <summary> Gets and sets the PromoteReadReplicaResult property. Represents the output of a PromoteReadReplica operation. </summary> </member> <member name="T:Amazon.RDS.Model.ProvisionedIopsNotAvailableInAZException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ProvisionedIopsNotAvailableInAZException.#ctor(System.String)"> <summary> Constructs a new ProvisionedIopsNotAvailableInAZException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest"> <summary> Container for the parameters to the PurchaseReservedDBInstancesOffering operation. Purchases a reserved DB instance offering. </summary> </member> <member name="M:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.#ctor(System.String)"> <summary> Instantiates PurchaseReservedDBInstancesOfferingRequest with the parameterized properties </summary> <param name="reservedDBInstancesOfferingId"> The ID of the Reserved DB instance offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706</param> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.DBInstanceCount"> <summary> Gets and sets the property DBInstanceCount. <para> The number of instances to reserve. </para> <para> Default: <code>1</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.ReservedDBInstanceId"> <summary> Gets and sets the property ReservedDBInstanceId. <para> Customer-specified identifier to track this reservation. </para> <para> Example: myreservationID </para> </summary> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.ReservedDBInstancesOfferingId"> <summary> Gets and sets the property ReservedDBInstancesOfferingId. <para> The ID of the Reserved DB instance offering to purchase. </para> <para> Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706 </para> </summary> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="T:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingResponse"> <summary> Configuration for accessing Amazon PurchaseReservedDBInstancesOffering service </summary> </member> <member name="T:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingResult.ReservedDBInstance"> <summary> Gets and sets the property ReservedDBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.PurchaseReservedDBInstancesOfferingResponse.PurchaseReservedDBInstancesOfferingResult"> <summary> Gets and sets the PurchaseReservedDBInstancesOfferingResult property. Represents the output of a PurchaseReservedDBInstancesOffering operation. </summary> </member> <member name="T:Amazon.RDS.Model.RebootDBInstanceRequest"> <summary> Container for the parameters to the RebootDBInstance operation. Rebooting a DB instance restarts the database engine service. A reboot also applies to the DB instance any modifications to the associated DB parameter group that were pending. Rebooting a DB instance results in a momentary outage of the instance, during which the DB instance status is set to rebooting. If the RDS instance is configured for MultiAZ, it is possible that the reboot will be conducted through a failover. An Amazon RDS event is created when the reboot is completed. <para> If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs. </para> <para> The time required to reboot is a function of the specific database engine's crash recovery process. To improve the reboot time, we recommend that you reduce database activities as much as possible during the reboot process to reduce rollback activity for in-transit transactions. </para> </summary> </member> <member name="M:Amazon.RDS.Model.RebootDBInstanceRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.RebootDBInstanceRequest.#ctor(System.String)"> <summary> Instantiates RebootDBInstanceRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> The DB instance identifier. This parameter is stored as a lowercase string. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.RebootDBInstanceRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> The DB instance identifier. This parameter is stored as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RebootDBInstanceRequest.ForceFailover"> <summary> Gets and sets the property ForceFailover. <para> When <code>true</code>, the reboot will be conducted through a MultiAZ failover. </para> <para> Constraint: You cannot specify <code>true</code> if the instance is not configured for MultiAZ. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RebootDBInstanceResponse"> <summary> Configuration for accessing Amazon RebootDBInstance service </summary> </member> <member name="T:Amazon.RDS.Model.RebootDBInstanceResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RebootDBInstanceResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.RebootDBInstanceResponse.RebootDBInstanceResult"> <summary> Gets and sets the RebootDBInstanceResult property. Represents the output of a RebootDBInstance operation. </summary> </member> <member name="T:Amazon.RDS.Model.RecurringCharge"> <summary> This data type is used as a response element in the <a>DescribeReservedDBInstances</a> and <a>DescribeReservedDBInstancesOfferings</a> actions. </summary> </member> <member name="P:Amazon.RDS.Model.RecurringCharge.RecurringChargeAmount"> <summary> Gets and sets the property RecurringChargeAmount. <para> The amount of the recurring charge. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RecurringCharge.RecurringChargeFrequency"> <summary> Gets and sets the property RecurringChargeFrequency. <para> The frequency of the recurring charge. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest"> <summary> Container for the parameters to the RemoveSourceIdentifierFromSubscription operation. Removes a source identifier from an existing RDS event notification subscription. </summary> </member> <member name="P:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest.SourceIdentifier"> <summary> Gets and sets the property SourceIdentifier. <para> The source identifier to be removed from the subscription, such as the <b>DB instance identifier</b> for a DB instance or the name of a security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the RDS event notification subscription you want to remove a source identifier from. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionResponse"> <summary> Configuration for accessing Amazon RemoveSourceIdentifierFromSubscription service </summary> </member> <member name="T:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionResult.EventSubscription"> <summary> Gets and sets the property EventSubscription. </summary> </member> <member name="P:Amazon.RDS.Model.RemoveSourceIdentifierFromSubscriptionResponse.RemoveSourceIdentifierFromSubscriptionResult"> <summary> Gets and sets the RemoveSourceIdentifierFromSubscriptionResult property. Represents the output of a RemoveSourceIdentifierFromSubscription operation. </summary> </member> <member name="T:Amazon.RDS.Model.RemoveTagsFromResourceRequest"> <summary> Container for the parameters to the RemoveTagsFromResource operation. Removes metadata tags from an Amazon RDS resource. <para> For an overview on tagging an Amazon RDS resource, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RemoveTagsFromResourceRequest.ResourceName"> <summary> Gets and sets the property ResourceName. <para> The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN"> Constructing an RDS Amazon Resource Name (ARN)</a>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RemoveTagsFromResourceRequest.TagKeys"> <summary> Gets and sets the property TagKeys. <para> The tag key (name) of the tag to be removed. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstance"> <summary> This data type is used as a response element in the <a>DescribeReservedDBInstances</a> and <a>PurchaseReservedDBInstancesOffering</a> actions. </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency code for the reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class for the reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.DBInstanceCount"> <summary> Gets and sets the property DBInstanceCount. <para> The number of reserved DB instances. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the reservation in seconds. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The fixed price charged for this reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Indicates if the reservation applies to Multi-AZ deployments. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type of this reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The description of the reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring price charged to run this reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.ReservedDBInstanceId"> <summary> Gets and sets the property ReservedDBInstanceId. <para> The unique identifier for the reservation. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.ReservedDBInstancesOfferingId"> <summary> Gets and sets the property ReservedDBInstancesOfferingId. <para> The offering identifier. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.StartTime"> <summary> Gets and sets the property StartTime. <para> The time the reservation started. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.State"> <summary> Gets and sets the property State. <para> The state of the reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstance.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The hourly price charged for this reserved DB instance. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstanceAlreadyExistsException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ReservedDBInstanceAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ReservedDBInstanceAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstanceNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ReservedDBInstanceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ReservedDBInstanceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstanceQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ReservedDBInstanceQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ReservedDBInstanceQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstancesOffering"> <summary> This data type is used as a response element in the <a>DescribeReservedDBInstancesOfferings</a> action. </summary> </member> <member name="M:Amazon.RDS.Model.ReservedDBInstancesOffering.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.CurrencyCode"> <summary> Gets and sets the property CurrencyCode. <para> The currency code for the reserved DB instance offering. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The DB instance class for the reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.Duration"> <summary> Gets and sets the property Duration. <para> The duration of the offering in seconds. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.FixedPrice"> <summary> Gets and sets the property FixedPrice. <para> The fixed price charged for this offering. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Indicates if the offering applies to Multi-AZ deployments. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.OfferingType"> <summary> Gets and sets the property OfferingType. <para> The offering type. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.ProductDescription"> <summary> Gets and sets the property ProductDescription. <para> The database engine used by the offering. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.RecurringCharges"> <summary> Gets and sets the property RecurringCharges. <para> The recurring price charged to run this reserved DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.ReservedDBInstancesOfferingId"> <summary> Gets and sets the property ReservedDBInstancesOfferingId. <para> The offering identifier. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ReservedDBInstancesOffering.UsagePrice"> <summary> Gets and sets the property UsagePrice. <para> The hourly price charged for this offering. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ReservedDBInstancesOfferingNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ReservedDBInstancesOfferingNotFoundException.#ctor(System.String)"> <summary> Constructs a new ReservedDBInstancesOfferingNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ResetDBClusterParameterGroupRequest"> <summary> Container for the parameters to the ResetDBClusterParameterGroup operation. Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code> and <code>ResetAllParameters</code> parameters. <para> When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to <code>pending-reboot</code> to take effect on the next DB instance restart or <a>RebootDBInstance</a> request. You must call <a>RebootDBInstance</a> for every DB instance in your DB cluster that you want the updated static parameter to apply to. </para> <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBClusterParameterGroupRequest.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group to reset. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBClusterParameterGroupRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the <code>ResetAllParameters</code> parameter is set to <code>true</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBClusterParameterGroupRequest.ResetAllParameters"> <summary> Gets and sets the property ResetAllParameters. <para> A value that is set to <code>true</code> to reset all parameters in the DB cluster parameter group to their default values, and <code>false</code> otherwise. You cannot use this parameter if there is a list of parameter names specified for the <code>Parameters</code> parameter. </para> </summary> </member> <member name="T:Amazon.RDS.Model.ResetDBClusterParameterGroupResponse"> <summary> Configuration for accessing Amazon ResetDBClusterParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ResetDBClusterParameterGroupResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBClusterParameterGroupResult.DBClusterParameterGroupName"> <summary> Gets and sets the property DBClusterParameterGroupName. <para> The name of the DB cluster parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <note>This value is stored as a lowercase string.</note> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBClusterParameterGroupResponse.ResetDBClusterParameterGroupResult"> <summary> Gets and sets the ResetDBClusterParameterGroupResult property. Represents the output of a ResetDBClusterParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.ResetDBParameterGroupRequest"> <summary> Container for the parameters to the ResetDBParameterGroup operation. Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB parameter group, specify the <code>DBParameterGroup</code> name and <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to <code>pending-reboot</code> to take effect on the next DB instance restart or <code>RebootDBInstance</code> request. </summary> </member> <member name="M:Amazon.RDS.Model.ResetDBParameterGroupRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.ResetDBParameterGroupRequest.#ctor(System.String)"> <summary> Instantiates ResetDBParameterGroupRequest with the parameterized properties </summary> <param name="dbParameterGroupName"> The name of the DB parameter group. Constraints: <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.ResetDBParameterGroupRequest.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> The name of the DB parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBParameterGroupRequest.Parameters"> <summary> Gets and sets the property Parameters. <para> An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request. </para> <para> <b>MySQL</b> </para> <para> Valid Values (for Apply method): <code>immediate</code> | <code>pending-reboot</code> </para> <para> You can use the immediate value with dynamic parameters only. You can use the <code>pending-reboot</code> value for both dynamic and static parameters, and changes are applied when DB instance reboots. </para> <para> <b>MariaDB</b> </para> <para> Valid Values (for Apply method): <code>immediate</code> | <code>pending-reboot</code> </para> <para> You can use the immediate value with dynamic parameters only. You can use the <code>pending-reboot</code> value for both dynamic and static parameters, and changes are applied when DB instance reboots. </para> <para> <b>Oracle</b> </para> <para> Valid Values (for Apply method): <code>pending-reboot</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBParameterGroupRequest.ResetAllParameters"> <summary> Gets and sets the property ResetAllParameters. <para> Specifies whether (<code>true</code>) or not (<code>false</code>) to reset all parameters in the DB parameter group to default values. </para> <para> Default: <code>true</code> </para> </summary> </member> <member name="T:Amazon.RDS.Model.ResetDBParameterGroupResponse"> <summary> Configuration for accessing Amazon ResetDBParameterGroup service </summary> </member> <member name="T:Amazon.RDS.Model.ResetDBParameterGroupResult"> <summary> Contains the result of a successful invocation of the <a>ModifyDBParameterGroup</a> or <a>ResetDBParameterGroup</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBParameterGroupResult.DBParameterGroupName"> <summary> Gets and sets the property DBParameterGroupName. <para> Provides the name of the DB parameter group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResetDBParameterGroupResponse.ResetDBParameterGroupResult"> <summary> Gets and sets the ResetDBParameterGroupResult property. Represents the output of a ResetDBParameterGroup operation. </summary> </member> <member name="T:Amazon.RDS.Model.ResourceNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.ResourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new ResourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.ResourcePendingMaintenanceActions"> <summary> Describes the pending maintenance actions for a resource. </summary> </member> <member name="P:Amazon.RDS.Model.ResourcePendingMaintenanceActions.PendingMaintenanceActionDetails"> <summary> Gets and sets the property PendingMaintenanceActionDetails. <para> A list that provides details about the pending maintenance actions for the resource. </para> </summary> </member> <member name="P:Amazon.RDS.Model.ResourcePendingMaintenanceActions.ResourceIdentifier"> <summary> Gets and sets the property ResourceIdentifier. <para> The ARN of the resource that has pending maintenance actions. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest"> <summary> Container for the parameters to the RestoreDBClusterFromSnapshot operation. Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.AvailabilityZones"> <summary> Gets and sets the property AvailabilityZones. <para> Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.DatabaseName"> <summary> Gets and sets the property DatabaseName. <para> The database name for the restored DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The name of the DB cluster to create from the DB cluster snapshot. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-snapshot-id</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The name of the DB subnet group to use for the new DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.Engine"> <summary> Gets and sets the property Engine. <para> The database engine to use for the new DB cluster. </para> <para> Default: The same as source </para> <para> Constraint: Must be compatible with the engine of the source </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version of the database engine to use for the new DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster snapshot. </para> <para> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key. </para> <para> If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following will occur: </para> <ul> <li>If the DB cluster snapshot is encrypted, then the restored DB cluster is encrypted using the KMS key that was used to encrypt the DB cluster snapshot.</li> <li>If the DB cluster snapshot is not encrypted, then the restored DB cluster is not encrypted.</li> </ul> <para> If <code>SnapshotIdentifier</code> refers to a DB cluster snapshot that is not encrypted, and you specify a value for the <code>KmsKeyId</code> parameter, then the restore request is rejected. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to use for the restored DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the new DB cluster accepts connections. </para> <para> Constraints: Value must be <code>1150-65535</code> </para> <para> Default: The same port as the original DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.SnapshotIdentifier"> <summary> Gets and sets the property SnapshotIdentifier. <para> The identifier for the DB cluster snapshot to restore from. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. <para> The tags to be assigned to the restored DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A list of VPC security groups that the new DB cluster will belong to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterFromSnapshotResponse"> <summary> Configuration for accessing Amazon RestoreDBClusterFromSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterFromSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterFromSnapshotResponse.RestoreDBClusterFromSnapshotResult"> <summary> Gets and sets the RestoreDBClusterFromSnapshotResult property. Represents the output of a RestoreDBClusterFromSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest"> <summary> Container for the parameters to the RestoreDBClusterToPointInTime operation. Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before <code>LatestRestorableTime</code> for up to <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group. <para> For more information on Amazon Aurora, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Aurora.html">Aurora on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.DBClusterIdentifier"> <summary> Gets and sets the property DBClusterIdentifier. <para> The name of the new DB cluster to be created. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The DB subnet group name to use for the new DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster. </para> <para> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key. </para> <para> You can restore to a new DB cluster and encrypt the new DB cluster with a KMS key that is different than the KMS key used to encrypt the source DB cluster. The new DB cluster will be encrypted with the KMS key identified by the <code>KmsKeyId</code> parameter. </para> <para> If you do not specify a value for the <code>KmsKeyId</code> parameter, then the following will occur: </para> <ul> <li>If the DB cluster is encrypted, then the restored DB cluster is encrypted using the KMS key that was used to encrypt the source DB cluster.</li> </ul> <li>If the DB cluster is not encrypted, then the restored DB cluster is not encrypted.</li> <para> If <code>DBClusterIdentifier</code> refers to a DB cluster that is note encrypted, then the restore request is rejected. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group for the new DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the new DB cluster accepts connections. </para> <para> Constraints: Value must be <code>1150-65535</code> </para> <para> Default: The same port as the original DB cluster. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.RestoreToTime"> <summary> Gets and sets the property RestoreToTime. <para> The date and time to restore the DB cluster to. </para> <para> Valid Values: Value must be a time in Universal Coordinated Time (UTC) format </para> <para> Constraints: </para> <ul> <li>Must be before the latest restorable time for the DB instance</li> <li>Cannot be specified if <code>UseLatestRestorableTime</code> parameter is true</li> </ul> <para> Example: <code>2015-03-07T23:45:00Z</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.SourceDBClusterIdentifier"> <summary> Gets and sets the property SourceDBClusterIdentifier. <para> The identifier of the source DB cluster from which to restore. </para> <para> Constraints: </para> <ul> <li>Must be the identifier of an existing database instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.UseLatestRestorableTime"> <summary> Gets and sets the property UseLatestRestorableTime. <para> A value that is set to <code>true</code> to restore the DB cluster to the latest restorable backup time, and <code>false</code> otherwise. </para> <para> Default: <code>false</code> </para> <para> Constraints: Cannot be specified if <code>RestoreToTime</code> parameter is provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A lst of VPC security groups that the new DB cluster belongs to. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterToPointInTimeResponse"> <summary> Configuration for accessing Amazon RestoreDBClusterToPointInTime service </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBClusterToPointInTimeResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeResult.DBCluster"> <summary> Gets and sets the property DBCluster. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBClusterToPointInTimeResponse.RestoreDBClusterToPointInTimeResult"> <summary> Gets and sets the RestoreDBClusterToPointInTimeResult property. Represents the output of a RestoreDBClusterToPointInTime operation. </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest"> <summary> Container for the parameters to the RestoreDBInstanceFromDBSnapshot operation. Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with the most of original configuration with the default security group and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored AZ deployment and not a single-AZ deployment. <para> If your intent is to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS does not allow two DB instances with the same name. Once you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you will replace the original DB instance with the DB instance created from the snapshot. </para> <para> If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot. </para> </summary> </member> <member name="M:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.#ctor(System.String,System.String)"> <summary> Instantiates RestoreDBInstanceFromDBSnapshotRequest with the parameterized properties </summary> <param name="dbInstanceIdentifier"> Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server)</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> Example: <code>my-snapshot-id</code></param> <param name="dbSnapshotIdentifier"> The identifier for the DB snapshot to restore from. Constraints: <ul> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot.</param> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The EC2 Availability Zone that the database instance will be created in. </para> <para> Default: A random, system-chosen Availability Zone. </para> <para> Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to <code>true</code>. </para> <para> Example: <code>us-east-1a</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> True to copy all tags from the restored DB instance to snapshots of the DB instance; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The compute and memory capacity of the Amazon RDS DB instance. </para> <para> Valid Values: <code>db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.DBInstanceIdentifier"> <summary> Gets and sets the property DBInstanceIdentifier. <para> Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server)</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-snapshot-id</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.DBName"> <summary> Gets and sets the property DBName. <para> The database name for the restored DB instance. </para> <note> <para> This parameter doesn't apply to the MySQL or MariaDB engines. </para> </note> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.DBSnapshotIdentifier"> <summary> Gets and sets the property DBSnapshotIdentifier. <para> The identifier for the DB snapshot to restore from. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The DB subnet group name to use for the new instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.Engine"> <summary> Gets and sets the property Engine. <para> The database engine to use for the new instance. </para> <para> Default: The same as source </para> <para> Constraint: Must be compatible with the engine of the source </para> <para> Valid Values: <code>MySQL</code> | <code>mariadb</code> | <code>oracle-se1</code> | <code>oracle-se</code> | <code>oracle-ee</code> | <code>sqlserver-ee</code> | <code>sqlserver-se</code> | <code>sqlserver-ex</code> | <code>sqlserver-web</code> | <code>postgres</code> | <code>aurora</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.Iops"> <summary> Gets and sets the property Iops. <para> Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter is not specified, the IOPS value will be taken from the backup. If this parameter is set to 0, the new instance will be converted to a non-PIOPS instance, which will take additional time, though your DB instance will be available for connections before the conversion starts. </para> <para> Constraints: Must be an integer greater than 1000. </para> <para> <b>SQL Server</b> </para> <para> Setting the IOPS value for the SQL Server database engine is not supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> License model information for the restored DB instance. </para> <para> Default: Same as source. </para> <para> Valid values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Specifies if the DB instance is a Multi-AZ deployment. </para> <para> Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to <code>true</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to be used for the restored DB instance. </para> <para> Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the database accepts connections. </para> <para> Default: The same port as the original DB instance </para> <para> Constraints: Value must be <code>1150-65535</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </para> <para> Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. </para> <ul> <li> <b>Default VPC:</b> true</li> <li> <b>VPC:</b> false</li> </ul> <para> If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the DB instance. </para> <para> Valid values: <code>standard | gp2 | io1</code> </para> <para> If you specify <code>io1</code>, you must also include a value for the <code>Iops</code> parameter. </para> <para> Default: <code>io1</code> if the <code>Iops</code> parameter is specified; otherwise <code>standard</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which to associate the instance for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotRequest.TdeCredentialPassword"> <summary> Gets and sets the property TdeCredentialPassword. <para> The password for the given ARN from the Key Store in order to access the device. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotResponse"> <summary> Configuration for accessing Amazon RestoreDBInstanceFromDBSnapshot service </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceFromDBSnapshotResponse.RestoreDBInstanceFromDBSnapshotResult"> <summary> Gets and sets the RestoreDBInstanceFromDBSnapshotResult property. Represents the output of a RestoreDBInstanceFromDBSnapshot operation. </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest"> <summary> Container for the parameters to the RestoreDBInstanceToPointInTime operation. Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property. <para> The target database is created with most of the original configuration, but in a system-selected availability zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment. </para> </summary> </member> <member name="M:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.#ctor(System.String,System.String)"> <summary> Instantiates RestoreDBInstanceToPointInTimeRequest with the parameterized properties </summary> <param name="sourceDBInstanceIdentifier"> The identifier of the source DB instance from which to restore. Constraints: <ul> <li>Must be the identifier of an existing database instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> <param name="targetDBInstanceIdentifier"> The name of the new database instance to be created. Constraints: <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul></param> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.AutoMinorVersionUpgrade"> <summary> Gets and sets the property AutoMinorVersionUpgrade. <para> Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The EC2 Availability Zone that the database instance will be created in. </para> <para> Default: A random, system-chosen Availability Zone. </para> <para> Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to true. </para> <para> Example: <code>us-east-1a</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.CopyTagsToSnapshot"> <summary> Gets and sets the property CopyTagsToSnapshot. <para> True to copy all tags from the restored DB instance to snapshots of the DB instance; otherwise false. The default is false. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.DBInstanceClass"> <summary> Gets and sets the property DBInstanceClass. <para> The compute and memory capacity of the Amazon RDS DB instance. </para> <para> Valid Values: <code>db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large</code> </para> <para> Default: The same DBInstanceClass as the original DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.DBName"> <summary> Gets and sets the property DBName. <para> The database name for the restored DB instance. </para> <note> <para> This parameter is not used for the MySQL or MariaDB engines. </para> </note> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.DBSubnetGroupName"> <summary> Gets and sets the property DBSubnetGroupName. <para> The DB subnet group name to use for the new instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.Engine"> <summary> Gets and sets the property Engine. <para> The database engine to use for the new instance. </para> <para> Default: The same as source </para> <para> Constraint: Must be compatible with the engine of the source </para> <para> Valid Values: <code>MySQL</code> | <code>mariadb</code> | <code>oracle-se1</code> | <code>oracle-se</code> | <code>oracle-ee</code> | <code>sqlserver-ee</code> | <code>sqlserver-se</code> | <code>sqlserver-ex</code> | <code>sqlserver-web</code> | <code>postgres</code>| <code>aurora</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.Iops"> <summary> Gets and sets the property Iops. <para> The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. </para> <para> Constraints: Must be an integer greater than 1000. </para> <para> <b>SQL Server</b> </para> <para> Setting the IOPS value for the SQL Server database engine is not supported. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.LicenseModel"> <summary> Gets and sets the property LicenseModel. <para> License model information for the restored DB instance. </para> <para> Default: Same as source. </para> <para> Valid values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.MultiAZ"> <summary> Gets and sets the property MultiAZ. <para> Specifies if the DB instance is a Multi-AZ deployment. </para> <para> Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to <code>true</code>. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.OptionGroupName"> <summary> Gets and sets the property OptionGroupName. <para> The name of the option group to be used for the restored DB instance. </para> <para> Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the database accepts connections. </para> <para> Constraints: Value must be <code>1150-65535</code> </para> <para> Default: The same port as the original DB instance. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address. </para> <para> Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case. </para> <ul> <li> <b>Default VPC:</b>true</li> <li> <b>VPC:</b>false</li> </ul> <para> If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.RestoreTime"> <summary> Gets and sets the property RestoreTime. <para> The date and time to restore from. </para> <para> Valid Values: Value must be a time in Universal Coordinated Time (UTC) format </para> <para> Constraints: </para> <ul> <li>Must be before the latest restorable time for the DB instance</li> <li>Cannot be specified if UseLatestRestorableTime parameter is true</li> </ul> <para> Example: <code>2009-09-07T23:45:00Z</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.SourceDBInstanceIdentifier"> <summary> Gets and sets the property SourceDBInstanceIdentifier. <para> The identifier of the source DB instance from which to restore. </para> <para> Constraints: </para> <ul> <li>Must be the identifier of an existing database instance</li> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.StorageType"> <summary> Gets and sets the property StorageType. <para> Specifies the storage type to be associated with the DB instance. </para> <para> Valid values: <code>standard | gp2 | io1</code> </para> <para> If you specify <code>io1</code>, you must also include a value for the <code>Iops</code> parameter. </para> <para> Default: <code>io1</code> if the <code>Iops</code> parameter is specified; otherwise <code>standard</code> </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.Tags"> <summary> Gets and sets the property Tags. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.TargetDBInstanceIdentifier"> <summary> Gets and sets the property TargetDBInstanceIdentifier. <para> The name of the new database instance to be created. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.TdeCredentialArn"> <summary> Gets and sets the property TdeCredentialArn. <para> The ARN from the Key Store with which to associate the instance for TDE encryption. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.TdeCredentialPassword"> <summary> Gets and sets the property TdeCredentialPassword. <para> The password for the given ARN from the Key Store in order to access the device. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeRequest.UseLatestRestorableTime"> <summary> Gets and sets the property UseLatestRestorableTime. <para> Specifies whether (<code>true</code>) or not (<code>false</code>) the DB instance is restored from the latest backup time. </para> <para> Default: <code>false</code> </para> <para> Constraints: Cannot be specified if RestoreTime parameter is provided. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeResponse"> <summary> Configuration for accessing Amazon RestoreDBInstanceToPointInTime service </summary> </member> <member name="T:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeResult.DBInstance"> <summary> Gets and sets the property DBInstance. </summary> </member> <member name="P:Amazon.RDS.Model.RestoreDBInstanceToPointInTimeResponse.RestoreDBInstanceToPointInTimeResult"> <summary> Gets and sets the RestoreDBInstanceToPointInTimeResult property. Represents the output of a RestoreDBInstanceToPointInTime operation. </summary> </member> <member name="T:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest"> <summary> Container for the parameters to the RevokeDBSecurityGroupIngress operation. Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId). </summary> </member> <member name="M:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.#ctor"> <summary> Empty constructor used to set properties independently even when a simple constructor is available </summary> </member> <member name="M:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.#ctor(System.String)"> <summary> Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties </summary> <param name="dbSecurityGroupName"> The name of the DB security group to revoke ingress from. </param> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.CIDRIP"> <summary> Gets and sets the property CIDRIP. <para> The IP range to revoke access from. Must be a valid CIDR range. If <code>CIDRIP</code> is specified, <code>EC2SecurityGroupName</code>, <code>EC2SecurityGroupId</code> and <code>EC2SecurityGroupOwnerId</code> cannot be provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.DBSecurityGroupName"> <summary> Gets and sets the property DBSecurityGroupName. <para> The name of the DB security group to revoke ingress from. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.EC2SecurityGroupId"> <summary> Gets and sets the property EC2SecurityGroupId. <para> The id of the EC2 security group to revoke access from. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, EC2SecurityGroupOwnerId and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> The name of the EC2 security group to revoke access from. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, EC2SecurityGroupOwnerId and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> The AWS Account Number of the owner of the EC2 security group specified in the <code>EC2SecurityGroupName</code> parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups, <code>EC2SecurityGroupId</code> must be provided. Otherwise, EC2SecurityGroupOwnerId and either <code>EC2SecurityGroupName</code> or <code>EC2SecurityGroupId</code> must be provided. </para> </summary> </member> <member name="T:Amazon.RDS.Model.RevokeDBSecurityGroupIngressResponse"> <summary> Configuration for accessing Amazon RevokeDBSecurityGroupIngress service </summary> </member> <member name="T:Amazon.RDS.Model.RevokeDBSecurityGroupIngressResult"> <summary> </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressResult.DBSecurityGroup"> <summary> Gets and sets the property DBSecurityGroup. </summary> </member> <member name="P:Amazon.RDS.Model.RevokeDBSecurityGroupIngressResponse.RevokeDBSecurityGroupIngressResult"> <summary> Gets and sets the RevokeDBSecurityGroupIngressResult property. Represents the output of a RevokeDBSecurityGroupIngress operation. </summary> </member> <member name="T:Amazon.RDS.Model.SharedSnapshotQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SharedSnapshotQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new SharedSnapshotQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SnapshotQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SnapshotQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new SnapshotQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SNSInvalidTopicException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SNSInvalidTopicException.#ctor(System.String)"> <summary> Constructs a new SNSInvalidTopicException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SNSNoAuthorizationException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SNSNoAuthorizationException.#ctor(System.String)"> <summary> Constructs a new SNSNoAuthorizationException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SNSTopicArnNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SNSTopicArnNotFoundException.#ctor(System.String)"> <summary> Constructs a new SNSTopicArnNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SourceNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SourceNotFoundException.#ctor(System.String)"> <summary> Constructs a new SourceNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.StorageQuotaExceededException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.StorageQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new StorageQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.StorageTypeNotSupportedException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.StorageTypeNotSupportedException.#ctor(System.String)"> <summary> Constructs a new StorageTypeNotSupportedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.Subnet"> <summary> This data type is used as a response element in the <a>DescribeDBSubnetGroups</a> action. </summary> </member> <member name="P:Amazon.RDS.Model.Subnet.SubnetAvailabilityZone"> <summary> Gets and sets the property SubnetAvailabilityZone. </summary> </member> <member name="P:Amazon.RDS.Model.Subnet.SubnetIdentifier"> <summary> Gets and sets the property SubnetIdentifier. <para> Specifies the identifier of the subnet. </para> </summary> </member> <member name="P:Amazon.RDS.Model.Subnet.SubnetStatus"> <summary> Gets and sets the property SubnetStatus. <para> Specifies the status of the subnet. </para> </summary> </member> <member name="T:Amazon.RDS.Model.SubnetAlreadyInUseException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SubnetAlreadyInUseException.#ctor(System.String)"> <summary> Constructs a new SubnetAlreadyInUseException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SubscriptionAlreadyExistException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SubscriptionAlreadyExistException.#ctor(System.String)"> <summary> Constructs a new SubscriptionAlreadyExistException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SubscriptionCategoryNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SubscriptionCategoryNotFoundException.#ctor(System.String)"> <summary> Constructs a new SubscriptionCategoryNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.SubscriptionNotFoundException"> <summary> RDS exception </summary> </member> <member name="M:Amazon.RDS.Model.SubscriptionNotFoundException.#ctor(System.String)"> <summary> Constructs a new SubscriptionNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.RDS.Model.Tag"> <summary> Metadata assigned to an Amazon RDS resource consisting of a key-value pair. </summary> </member> <member name="P:Amazon.RDS.Model.Tag.Key"> <summary> Gets and sets the property Key. <para> A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with "aws:" or "rds:". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$"). </para> </summary> </member> <member name="P:Amazon.RDS.Model.Tag.Value"> <summary> Gets and sets the property Value. <para> A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with "aws:" or "rds:". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$"). </para> </summary> </member> <member name="T:Amazon.RDS.Model.UpgradeTarget"> <summary> The version of the database engine that a DB instance can be upgraded to. </summary> </member> <member name="P:Amazon.RDS.Model.UpgradeTarget.AutoUpgrade"> <summary> Gets and sets the property AutoUpgrade. <para> A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true. </para> </summary> </member> <member name="P:Amazon.RDS.Model.UpgradeTarget.Description"> <summary> Gets and sets the property Description. <para> The version of the database engine that a DB instance can be upgraded to. </para> </summary> </member> <member name="P:Amazon.RDS.Model.UpgradeTarget.Engine"> <summary> Gets and sets the property Engine. <para> The name of the upgrade target database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.UpgradeTarget.EngineVersion"> <summary> Gets and sets the property EngineVersion. <para> The version number of the upgrade target database engine. </para> </summary> </member> <member name="P:Amazon.RDS.Model.UpgradeTarget.IsMajorVersionUpgrade"> <summary> Gets and sets the property IsMajorVersionUpgrade. <para> A value that indicates whether a database engine will be upgraded to a major version. </para> </summary> </member> <member name="T:Amazon.RDS.Model.VpcSecurityGroupMembership"> <summary> This data type is used as a response element for queries on VPC security group membership. </summary> </member> <member name="P:Amazon.RDS.Model.VpcSecurityGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The status of the VPC security group. </para> </summary> </member> <member name="P:Amazon.RDS.Model.VpcSecurityGroupMembership.VpcSecurityGroupId"> <summary> Gets and sets the property VpcSecurityGroupId. <para> The name of the VPC security group. </para> </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AccountQuotaUnmarshaller"> <summary> Response Unmarshaller for AccountQuota Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AddSourceIdentifierToSubscriptionRequestMarshaller"> <summary> AddSourceIdentifierToSubscription Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AddSourceIdentifierToSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for AddSourceIdentifierToSubscription operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AddTagsToResourceRequestMarshaller"> <summary> AddTagsToResource Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AddTagsToResourceResponseUnmarshaller"> <summary> Response Unmarshaller for AddTagsToResource operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ApplyPendingMaintenanceActionRequestMarshaller"> <summary> ApplyPendingMaintenanceAction Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ApplyPendingMaintenanceActionResponseUnmarshaller"> <summary> Response Unmarshaller for ApplyPendingMaintenanceAction operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AuthorizeDBSecurityGroupIngressRequestMarshaller"> <summary> AuthorizeDBSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AuthorizeDBSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for AuthorizeDBSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.AvailabilityZoneUnmarshaller"> <summary> Response Unmarshaller for AvailabilityZone Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CertificateUnmarshaller"> <summary> Response Unmarshaller for Certificate Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CharacterSetUnmarshaller"> <summary> Response Unmarshaller for CharacterSet Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBClusterSnapshotRequestMarshaller"> <summary> CopyDBClusterSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBClusterSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CopyDBClusterSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBParameterGroupRequestMarshaller"> <summary> CopyDBParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CopyDBParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBSnapshotRequestMarshaller"> <summary> CopyDBSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyDBSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CopyDBSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyOptionGroupRequestMarshaller"> <summary> CopyOptionGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CopyOptionGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CopyOptionGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterParameterGroupRequestMarshaller"> <summary> CreateDBClusterParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBClusterParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterRequestMarshaller"> <summary> CreateDBCluster Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBCluster operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterSnapshotRequestMarshaller"> <summary> CreateDBClusterSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBClusterSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBClusterSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBInstanceReadReplicaRequestMarshaller"> <summary> CreateDBInstanceReadReplica Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBInstanceReadReplicaResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBInstanceReadReplica operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBInstanceRequestMarshaller"> <summary> CreateDBInstance Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBInstance operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBParameterGroupRequestMarshaller"> <summary> CreateDBParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSecurityGroupRequestMarshaller"> <summary> CreateDBSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBSecurityGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSnapshotRequestMarshaller"> <summary> CreateDBSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSubnetGroupRequestMarshaller"> <summary> CreateDBSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateDBSubnetGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateEventSubscriptionRequestMarshaller"> <summary> CreateEventSubscription Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateEventSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for CreateEventSubscription operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateOptionGroupRequestMarshaller"> <summary> CreateOptionGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.CreateOptionGroupResponseUnmarshaller"> <summary> Response Unmarshaller for CreateOptionGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBClusterMemberUnmarshaller"> <summary> Response Unmarshaller for DBClusterMember Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBClusterOptionGroupStatusUnmarshaller"> <summary> Response Unmarshaller for DBClusterOptionGroupStatus Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBClusterParameterGroupUnmarshaller"> <summary> Response Unmarshaller for DBClusterParameterGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBClusterSnapshotUnmarshaller"> <summary> Response Unmarshaller for DBClusterSnapshot Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBClusterUnmarshaller"> <summary> Response Unmarshaller for DBCluster Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBEngineVersionUnmarshaller"> <summary> Response Unmarshaller for DBEngineVersion Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBInstanceStatusInfoUnmarshaller"> <summary> Response Unmarshaller for DBInstanceStatusInfo Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBInstanceUnmarshaller"> <summary> Response Unmarshaller for DBInstance Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBParameterGroupStatusUnmarshaller"> <summary> Response Unmarshaller for DBParameterGroupStatus Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBParameterGroupUnmarshaller"> <summary> Response Unmarshaller for DBParameterGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSecurityGroupMembershipUnmarshaller"> <summary> Response Unmarshaller for DBSecurityGroupMembership Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSecurityGroupUnmarshaller"> <summary> Response Unmarshaller for DBSecurityGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSnapshotAttributesResultUnmarshaller"> <summary> Response Unmarshaller for DBSnapshotAttributesResult Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSnapshotAttributeUnmarshaller"> <summary> Response Unmarshaller for DBSnapshotAttribute Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSnapshotUnmarshaller"> <summary> Response Unmarshaller for DBSnapshot Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DBSubnetGroupUnmarshaller"> <summary> Response Unmarshaller for DBSubnetGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterParameterGroupRequestMarshaller"> <summary> DeleteDBClusterParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBClusterParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterRequestMarshaller"> <summary> DeleteDBCluster Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBCluster operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterSnapshotRequestMarshaller"> <summary> DeleteDBClusterSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBClusterSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBClusterSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBInstanceRequestMarshaller"> <summary> DeleteDBInstance Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBInstance operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBParameterGroupRequestMarshaller"> <summary> DeleteDBParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSecurityGroupRequestMarshaller"> <summary> DeleteDBSecurityGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSecurityGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBSecurityGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSnapshotRequestMarshaller"> <summary> DeleteDBSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSubnetGroupRequestMarshaller"> <summary> DeleteDBSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteDBSubnetGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteEventSubscriptionRequestMarshaller"> <summary> DeleteEventSubscription Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteEventSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteEventSubscription operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteOptionGroupRequestMarshaller"> <summary> DeleteOptionGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DeleteOptionGroupResponseUnmarshaller"> <summary> Response Unmarshaller for DeleteOptionGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeAccountAttributesRequestMarshaller"> <summary> DescribeAccountAttributes Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeAccountAttributesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeAccountAttributes operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeCertificatesRequestMarshaller"> <summary> DescribeCertificates Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeCertificatesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeCertificates operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterParameterGroupsRequestMarshaller"> <summary> DescribeDBClusterParameterGroups Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterParameterGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBClusterParameterGroups operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterParametersRequestMarshaller"> <summary> DescribeDBClusterParameters Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBClusterParameters operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterSnapshotsRequestMarshaller"> <summary> DescribeDBClusterSnapshots Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClusterSnapshotsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBClusterSnapshots operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClustersRequestMarshaller"> <summary> DescribeDBClusters Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBClustersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBClusters operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBEngineVersionsRequestMarshaller"> <summary> DescribeDBEngineVersions Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBEngineVersionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBEngineVersions operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBInstancesRequestMarshaller"> <summary> DescribeDBInstances Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBInstances operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBLogFilesDetailsUnmarshaller"> <summary> Response Unmarshaller for DescribeDBLogFilesDetails Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBLogFilesRequestMarshaller"> <summary> DescribeDBLogFiles Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBLogFilesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBLogFiles operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBParameterGroupsRequestMarshaller"> <summary> DescribeDBParameterGroups Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBParameterGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBParameterGroups operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBParametersRequestMarshaller"> <summary> DescribeDBParameters Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBParameters operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSecurityGroupsRequestMarshaller"> <summary> DescribeDBSecurityGroups Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSecurityGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBSecurityGroups operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSnapshotAttributesRequestMarshaller"> <summary> DescribeDBSnapshotAttributes Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSnapshotAttributesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBSnapshotAttributes operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSnapshotsRequestMarshaller"> <summary> DescribeDBSnapshots Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSnapshotsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBSnapshots operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSubnetGroupsRequestMarshaller"> <summary> DescribeDBSubnetGroups Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeDBSubnetGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeDBSubnetGroups operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEngineDefaultClusterParametersRequestMarshaller"> <summary> DescribeEngineDefaultClusterParameters Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEngineDefaultClusterParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEngineDefaultClusterParameters operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEngineDefaultParametersRequestMarshaller"> <summary> DescribeEngineDefaultParameters Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEngineDefaultParametersResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEngineDefaultParameters operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventCategoriesRequestMarshaller"> <summary> DescribeEventCategories Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventCategoriesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEventCategories operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventsRequestMarshaller"> <summary> DescribeEvents Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEvents operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventSubscriptionsRequestMarshaller"> <summary> DescribeEventSubscriptions Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeEventSubscriptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeEventSubscriptions operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOptionGroupOptionsRequestMarshaller"> <summary> DescribeOptionGroupOptions Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOptionGroupOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeOptionGroupOptions operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOptionGroupsRequestMarshaller"> <summary> DescribeOptionGroups Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOptionGroupsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeOptionGroups operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOrderableDBInstanceOptionsRequestMarshaller"> <summary> DescribeOrderableDBInstanceOptions Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeOrderableDBInstanceOptionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeOrderableDBInstanceOptions operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribePendingMaintenanceActionsRequestMarshaller"> <summary> DescribePendingMaintenanceActions Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribePendingMaintenanceActionsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribePendingMaintenanceActions operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeReservedDBInstancesOfferingsRequestMarshaller"> <summary> DescribeReservedDBInstancesOfferings Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeReservedDBInstancesOfferingsResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedDBInstancesOfferings operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeReservedDBInstancesRequestMarshaller"> <summary> DescribeReservedDBInstances Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DescribeReservedDBInstancesResponseUnmarshaller"> <summary> Response Unmarshaller for DescribeReservedDBInstances operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DownloadDBLogFilePortionRequestMarshaller"> <summary> DownloadDBLogFilePortion Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.DownloadDBLogFilePortionResponseUnmarshaller"> <summary> Response Unmarshaller for DownloadDBLogFilePortion operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EC2SecurityGroupUnmarshaller"> <summary> Response Unmarshaller for EC2SecurityGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EndpointUnmarshaller"> <summary> Response Unmarshaller for Endpoint Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EngineDefaultsUnmarshaller"> <summary> Response Unmarshaller for EngineDefaults Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EventCategoriesMapUnmarshaller"> <summary> Response Unmarshaller for EventCategoriesMap Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EventSubscriptionUnmarshaller"> <summary> Response Unmarshaller for EventSubscription Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.EventUnmarshaller"> <summary> Response Unmarshaller for Event Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.FailoverDBClusterRequestMarshaller"> <summary> FailoverDBCluster Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.FailoverDBClusterResponseUnmarshaller"> <summary> Response Unmarshaller for FailoverDBCluster operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.IPRangeUnmarshaller"> <summary> Response Unmarshaller for IPRange Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ListTagsForResourceRequestMarshaller"> <summary> ListTagsForResource Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ListTagsForResourceResponseUnmarshaller"> <summary> Response Unmarshaller for ListTagsForResource operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBClusterParameterGroupRequestMarshaller"> <summary> ModifyDBClusterParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBClusterParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBClusterParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBClusterRequestMarshaller"> <summary> ModifyDBCluster Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBClusterResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBCluster operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBInstanceRequestMarshaller"> <summary> ModifyDBInstance Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBInstance operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBParameterGroupRequestMarshaller"> <summary> ModifyDBParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBSnapshotAttributeRequestMarshaller"> <summary> ModifyDBSnapshotAttribute Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBSnapshotAttributeResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBSnapshotAttribute operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBSubnetGroupRequestMarshaller"> <summary> ModifyDBSubnetGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyDBSubnetGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyDBSubnetGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyEventSubscriptionRequestMarshaller"> <summary> ModifyEventSubscription Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyEventSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyEventSubscription operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyOptionGroupRequestMarshaller"> <summary> ModifyOptionGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ModifyOptionGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ModifyOptionGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionGroupMembershipUnmarshaller"> <summary> Response Unmarshaller for OptionGroupMembership Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionGroupOptionSettingUnmarshaller"> <summary> Response Unmarshaller for OptionGroupOptionSetting Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionGroupOptionUnmarshaller"> <summary> Response Unmarshaller for OptionGroupOption Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionGroupUnmarshaller"> <summary> Response Unmarshaller for OptionGroup Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionSettingUnmarshaller"> <summary> Response Unmarshaller for OptionSetting Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OptionUnmarshaller"> <summary> Response Unmarshaller for Option Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.OrderableDBInstanceOptionUnmarshaller"> <summary> Response Unmarshaller for OrderableDBInstanceOption Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ParameterUnmarshaller"> <summary> Response Unmarshaller for Parameter Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PendingMaintenanceActionUnmarshaller"> <summary> Response Unmarshaller for PendingMaintenanceAction Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PendingModifiedValuesUnmarshaller"> <summary> Response Unmarshaller for PendingModifiedValues Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PromoteReadReplicaRequestMarshaller"> <summary> PromoteReadReplica Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PromoteReadReplicaResponseUnmarshaller"> <summary> Response Unmarshaller for PromoteReadReplica operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PurchaseReservedDBInstancesOfferingRequestMarshaller"> <summary> PurchaseReservedDBInstancesOffering Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.PurchaseReservedDBInstancesOfferingResponseUnmarshaller"> <summary> Response Unmarshaller for PurchaseReservedDBInstancesOffering operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RebootDBInstanceRequestMarshaller"> <summary> RebootDBInstance Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RebootDBInstanceResponseUnmarshaller"> <summary> Response Unmarshaller for RebootDBInstance operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RecurringChargeUnmarshaller"> <summary> Response Unmarshaller for RecurringCharge Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RemoveSourceIdentifierFromSubscriptionRequestMarshaller"> <summary> RemoveSourceIdentifierFromSubscription Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RemoveSourceIdentifierFromSubscriptionResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveSourceIdentifierFromSubscription operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RemoveTagsFromResourceRequestMarshaller"> <summary> RemoveTagsFromResource Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RemoveTagsFromResourceResponseUnmarshaller"> <summary> Response Unmarshaller for RemoveTagsFromResource operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ReservedDBInstancesOfferingUnmarshaller"> <summary> Response Unmarshaller for ReservedDBInstancesOffering Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ReservedDBInstanceUnmarshaller"> <summary> Response Unmarshaller for ReservedDBInstance Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ResetDBClusterParameterGroupRequestMarshaller"> <summary> ResetDBClusterParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ResetDBClusterParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ResetDBClusterParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ResetDBParameterGroupRequestMarshaller"> <summary> ResetDBParameterGroup Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ResetDBParameterGroupResponseUnmarshaller"> <summary> Response Unmarshaller for ResetDBParameterGroup operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.ResourcePendingMaintenanceActionsUnmarshaller"> <summary> Response Unmarshaller for ResourcePendingMaintenanceActions Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBClusterFromSnapshotRequestMarshaller"> <summary> RestoreDBClusterFromSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBClusterFromSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for RestoreDBClusterFromSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBClusterToPointInTimeRequestMarshaller"> <summary> RestoreDBClusterToPointInTime Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBClusterToPointInTimeResponseUnmarshaller"> <summary> Response Unmarshaller for RestoreDBClusterToPointInTime operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBInstanceFromDBSnapshotRequestMarshaller"> <summary> RestoreDBInstanceFromDBSnapshot Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBInstanceFromDBSnapshotResponseUnmarshaller"> <summary> Response Unmarshaller for RestoreDBInstanceFromDBSnapshot operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBInstanceToPointInTimeRequestMarshaller"> <summary> RestoreDBInstanceToPointInTime Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RestoreDBInstanceToPointInTimeResponseUnmarshaller"> <summary> Response Unmarshaller for RestoreDBInstanceToPointInTime operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RevokeDBSecurityGroupIngressRequestMarshaller"> <summary> RevokeDBSecurityGroupIngress Request Marshaller </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.RevokeDBSecurityGroupIngressResponseUnmarshaller"> <summary> Response Unmarshaller for RevokeDBSecurityGroupIngress operation </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.SubnetUnmarshaller"> <summary> Response Unmarshaller for Subnet Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.TagUnmarshaller"> <summary> Response Unmarshaller for Tag Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.UpgradeTargetUnmarshaller"> <summary> Response Unmarshaller for UpgradeTarget Object </summary> </member> <member name="T:Amazon.RDS.Model.Internal.MarshallTransformations.VpcSecurityGroupMembershipUnmarshaller"> <summary> Response Unmarshaller for VpcSecurityGroupMembership Object </summary> </member> <member name="T:Amazon.Redshift.AmazonRedshiftConfig"> <summary> Configuration for accessing Amazon Redshift service </summary> </member> <member name="M:Amazon.Redshift.AmazonRedshiftConfig.#ctor"> <summary> Default constructor </summary> </member> <member name="P:Amazon.Redshift.AmazonRedshiftConfig.RegionEndpointServiceName"> <summary> The constant used to lookup in the region hash the endpoint. </summary> </member> <member name="P:Amazon.Redshift.AmazonRedshiftConfig.ServiceVersion"> <summary> Gets the ServiceVersion property. </summary> </member> <member name="T:Amazon.Redshift.ParameterApplyType"> <summary> Constants used for properties of type ParameterApplyType. </summary> </member> <member name="F:Amazon.Redshift.ParameterApplyType.Dynamic"> <summary> Constant Dynamic for ParameterApplyType </summary> </member> <member name="F:Amazon.Redshift.ParameterApplyType.Static"> <summary> Constant Static for ParameterApplyType </summary> </member> <member name="M:Amazon.Redshift.ParameterApplyType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Redshift.ParameterApplyType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Redshift.SourceType"> <summary> Constants used for properties of type SourceType. </summary> </member> <member name="F:Amazon.Redshift.SourceType.Cluster"> <summary> Constant Cluster for SourceType </summary> </member> <member name="F:Amazon.Redshift.SourceType.ClusterParameterGroup"> <summary> Constant ClusterParameterGroup for SourceType </summary> </member> <member name="F:Amazon.Redshift.SourceType.ClusterSecurityGroup"> <summary> Constant ClusterSecurityGroup for SourceType </summary> </member> <member name="F:Amazon.Redshift.SourceType.ClusterSnapshot"> <summary> Constant ClusterSnapshot for SourceType </summary> </member> <member name="M:Amazon.Redshift.SourceType.#ctor(System.String)"> <summary> Default Constructor </summary> </member> <member name="M:Amazon.Redshift.SourceType.FindValue(System.String)"> <summary> Finds the constant for the unique value. </summary> <param name="value">The unique value for the constant</param> <returns>The constant for the unique value</returns> </member> <member name="T:Amazon.Redshift.Model.AccessToSnapshotDeniedException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.AccessToSnapshotDeniedException.#ctor(System.String)"> <summary> Constructs a new AccessToSnapshotDeniedException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.AccountWithRestoreAccess"> <summary> Describes an AWS customer account authorized to restore a snapshot. </summary> </member> <member name="P:Amazon.Redshift.Model.AccountWithRestoreAccess.AccountId"> <summary> Gets and sets the property AccountId. <para> The identifier of an AWS customer account authorized to restore a snapshot. </para> </summary> </member> <member name="T:Amazon.Redshift.AmazonRedshiftRequest"> <summary> Base class for Redshift operation requests. </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizationAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.AuthorizationAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new AuthorizationAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.AuthorizationNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.AuthorizationNotFoundException.#ctor(System.String)"> <summary> Constructs a new AuthorizationNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.AuthorizationQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.AuthorizationQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new AuthorizationQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest"> <summary> Container for the parameters to the AuthorizeClusterSecurityGroupIngress operation. Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR) IP address range or an EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group. <note> The EC2 security group must be defined in the AWS region where the cluster resides. </note> <para> For an overview of CIDR blocks, see the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless Inter-Domain Routing</a>. </para> <para> You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Working with Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest.CIDRIP"> <summary> Gets and sets the property CIDRIP. <para> The IP range to be added the Amazon Redshift security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest.ClusterSecurityGroupName"> <summary> Gets and sets the property ClusterSecurityGroupName. <para> The name of the security group to which the ingress rule is added. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest.EC2SecurityGroupName"> <summary> Gets and sets the property EC2SecurityGroupName. <para> The EC2 security group to be added the Amazon Redshift security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest.EC2SecurityGroupOwnerId"> <summary> Gets and sets the property EC2SecurityGroupOwnerId. <para> The AWS account number of the owner of the security group specified by the <i>EC2SecurityGroupName</i> parameter. The AWS Access Key ID is not an acceptable value. </para> <para> Example: <code>111122223333</code> </para> </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressResponse"> <summary> Configuration for accessing Amazon AuthorizeClusterSecurityGroupIngress service </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressResult"> <summary> Describes a security group. </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressResponse.AuthorizeClusterSecurityGroupIngressResult"> <summary> Gets and sets the AuthorizeClusterSecurityGroupIngressResult property. Represents the output of a AuthorizeClusterSecurityGroupIngress operation. </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest"> <summary> Container for the parameters to the AuthorizeSnapshotAccess operation. Authorizes the specified AWS customer account to restore the specified snapshot. <para> For more information about working with snapshots, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest.AccountWithRestoreAccess"> <summary> Gets and sets the property AccountWithRestoreAccess. <para> The identifier of the AWS customer account authorized to restore the specified snapshot. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest.SnapshotClusterIdentifier"> <summary> Gets and sets the property SnapshotClusterIdentifier. <para> The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeSnapshotAccessRequest.SnapshotIdentifier"> <summary> Gets and sets the property SnapshotIdentifier. <para> The identifier of the snapshot the account is authorized to restore. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizeSnapshotAccessResponse"> <summary> Configuration for accessing Amazon AuthorizeSnapshotAccess service </summary> </member> <member name="T:Amazon.Redshift.Model.AuthorizeSnapshotAccessResult"> <summary> Describes a snapshot. </summary> </member> <member name="P:Amazon.Redshift.Model.AuthorizeSnapshotAccessResponse.AuthorizeSnapshotAccessResult"> <summary> Gets and sets the AuthorizeSnapshotAccessResult property. Represents the output of a AuthorizeSnapshotAccess operation. </summary> </member> <member name="T:Amazon.Redshift.Model.AvailabilityZone"> <summary> Describes an availability zone. </summary> </member> <member name="P:Amazon.Redshift.Model.AvailabilityZone.Name"> <summary> Gets and sets the property Name. <para> The name of the availability zone. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.BucketNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.BucketNotFoundException.#ctor(System.String)"> <summary> Constructs a new BucketNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.Cluster"> <summary> Describes a cluster. </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.AllowVersionUpgrade"> <summary> Gets and sets the property AllowVersionUpgrade. <para> If <code>true</code>, major version upgrades will be applied automatically to the cluster during the maintenance window. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.AutomatedSnapshotRetentionPeriod"> <summary> Gets and sets the property AutomatedSnapshotRetentionPeriod. <para> The number of days that automatic cluster snapshots are retained. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The name of the Availability Zone in which the cluster is located. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterCreateTime"> <summary> Gets and sets the property ClusterCreateTime. <para> The date and time that the cluster was created. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterIdentifier"> <summary> Gets and sets the property ClusterIdentifier. <para> The unique identifier of the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterNodes"> <summary> Gets and sets the property ClusterNodes. <para> The nodes in a cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterParameterGroups"> <summary> Gets and sets the property ClusterParameterGroups. <para> The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterPublicKey"> <summary> Gets and sets the property ClusterPublicKey. <para> The public key for the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterRevisionNumber"> <summary> Gets and sets the property ClusterRevisionNumber. <para> The specific revision number of the database in the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterSecurityGroups"> <summary> Gets and sets the property ClusterSecurityGroups. <para> A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains <code>ClusterSecurityGroup.Name</code> and <code>ClusterSecurityGroup.Status</code> subelements. </para> <para> Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the <b>VpcSecurityGroups</b> parameter. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterSnapshotCopyStatus"> <summary> Gets and sets the property ClusterSnapshotCopyStatus. <para> Returns the destination region and retention period that are configured for cross-region snapshot copy. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterStatus"> <summary> Gets and sets the property ClusterStatus. <para> The current state of this cluster. Possible values include <code>available</code>, <code>creating</code>, <code>deleting</code>, <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterSubnetGroupName"> <summary> Gets and sets the property ClusterSubnetGroupName. <para> The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ClusterVersion"> <summary> Gets and sets the property ClusterVersion. <para> The version ID of the Amazon Redshift engine that is running on the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.DBName"> <summary> Gets and sets the property DBName. <para> The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named "dev" was created by default. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ElasticIpStatus"> <summary> Gets and sets the property ElasticIpStatus. <para> Describes the status of the elastic IP (EIP) address. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.Encrypted"> <summary> Gets and sets the property Encrypted. <para> If <code>true</code>, data in the cluster is encrypted at rest. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.Endpoint"> <summary> Gets and sets the property Endpoint. <para> The connection endpoint. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.HsmStatus"> <summary> Gets and sets the property HsmStatus. <para> Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command. </para> <para> Values: active, applying </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> The master user name for the cluster. This name is used to connect to the database that is specified in <b>DBName</b>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.ModifyStatus"> <summary> Gets and sets the property ModifyStatus. <para> The status of a modify operation, if any, initiated for the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.NodeType"> <summary> Gets and sets the property NodeType. <para> The node type for the nodes in the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.NumberOfNodes"> <summary> Gets and sets the property NumberOfNodes. <para> The number of compute nodes in the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.PendingModifiedValues"> <summary> Gets and sets the property PendingModifiedValues. <para> If present, changes to the cluster are pending. Specific pending changes are identified by subelements. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range (in UTC) during which system maintenance can occur. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> If <code>true</code>, the cluster can be accessed from a public network. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.RestoreStatus"> <summary> Gets and sets the property RestoreStatus. <para> Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.Tags"> <summary> Gets and sets the property Tags. <para> The list of tags for the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.VpcId"> <summary> Gets and sets the property VpcId. <para> The identifier of the VPC the cluster is in, if the cluster is in a VPC. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.Cluster.VpcSecurityGroups"> <summary> Gets and sets the property VpcSecurityGroups. <para> A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ClusterAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterNode"> <summary> The identifier of a node in a cluster. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterNode.NodeRole"> <summary> Gets and sets the property NodeRole. <para> Whether the node is a leader node or a compute node. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterNode.PrivateIPAddress"> <summary> Gets and sets the property PrivateIPAddress. <para> The private IP address of a node within a cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterNode.PublicIPAddress"> <summary> Gets and sets the property PublicIPAddress. <para> The public IP address of a node within a cluster. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterGroup"> <summary> Describes a parameter group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroup.Description"> <summary> Gets and sets the property Description. <para> The description of the parameter group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroup.ParameterGroupFamily"> <summary> Gets and sets the property ParameterGroupFamily. <para> The name of the cluster parameter group family that this cluster parameter group is compatible with. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroup.ParameterGroupName"> <summary> Gets and sets the property ParameterGroupName. <para> The name of the cluster parameter group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroup.Tags"> <summary> Gets and sets the property Tags. <para> The list of tags for the cluster parameter group. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterGroupAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterParameterGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ClusterParameterGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterGroupNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterParameterGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterParameterGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterGroupQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterParameterGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterParameterGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterGroupStatus"> <summary> Describes the status of a parameter group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroupStatus.ClusterParameterStatusList"> <summary> Gets and sets the property ClusterParameterStatusList. <para> The list of parameter statuses. </para> <para> For more information about parameters and parameter groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroupStatus.ParameterApplyStatus"> <summary> Gets and sets the property ParameterApplyStatus. <para> The status of parameter updates. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterGroupStatus.ParameterGroupName"> <summary> Gets and sets the property ParameterGroupName. <para> The name of the cluster parameter group. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterParameterStatus"> <summary> Describes the status of a parameter group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterStatus.ParameterApplyErrorDescription"> <summary> Gets and sets the property ParameterApplyErrorDescription. <para> The error that prevented the parameter from being applied to the database. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterStatus.ParameterApplyStatus"> <summary> Gets and sets the property ParameterApplyStatus. <para> The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied. </para> <para> The following are possible statuses and descriptions.<ul> <li> <code>in-sync</code>: The parameter value is in sync with the database.</li> <li> <code>pending-reboot</code>: The parameter value will be applied after the cluster reboots.</li> <li> <code>applying</code>: The parameter value is being applied to the database.</li> <li> <code>invalid-parameter</code>: Cannot apply the parameter value because it has an invalid value or syntax.</li> <li> <code>apply-deferred</code>: The parameter contains static property changes. The changes are deferred until the cluster reboots.</li> <li> <code>apply-error</code>: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.</li> <li> <code>unknown-error</code>: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.</li> </ul> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterParameterStatus.ParameterName"> <summary> Gets and sets the property ParameterName. <para> The name of the parameter. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSecurityGroup"> <summary> Describes a security group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroup.ClusterSecurityGroupName"> <summary> Gets and sets the property ClusterSecurityGroupName. <para> The name of the cluster security group to which the operation was applied. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroup.Description"> <summary> Gets and sets the property Description. <para> A description of the security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroup.EC2SecurityGroups"> <summary> Gets and sets the property EC2SecurityGroups. <para> A list of EC2 security groups that are permitted to access clusters associated with this cluster security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroup.IPRanges"> <summary> Gets and sets the property IPRanges. <para> A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroup.Tags"> <summary> Gets and sets the property Tags. <para> The list of tags for the cluster security group. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterSecurityGroupAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSecurityGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ClusterSecurityGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSecurityGroupMembership"> <summary> Describes a security group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroupMembership.ClusterSecurityGroupName"> <summary> Gets and sets the property ClusterSecurityGroupName. <para> The name of the cluster security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSecurityGroupMembership.Status"> <summary> Gets and sets the property Status. <para> The status of the cluster security group. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterSecurityGroupNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSecurityGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterSecurityGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSecurityGroupQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSecurityGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterSecurityGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSnapshotAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSnapshotAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ClusterSnapshotAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSnapshotCopyStatus"> <summary> Returns the destination region and retention period that are configured for cross-region snapshot copy. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSnapshotCopyStatus.DestinationRegion"> <summary> Gets and sets the property DestinationRegion. <para> The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSnapshotCopyStatus.RetentionPeriod"> <summary> Gets and sets the property RetentionPeriod. <para> The number of days that automated snapshots are retained in the destination region after they are copied from a source region. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSnapshotCopyStatus.SnapshotCopyGrantName"> <summary> Gets and sets the property SnapshotCopyGrantName. <para> The name of the snapshot copy grant. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterSnapshotNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSnapshotNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterSnapshotNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSnapshotQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSnapshotQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterSnapshotQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSubnetGroup"> <summary> Describes a subnet group. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.ClusterSubnetGroupName"> <summary> Gets and sets the property ClusterSubnetGroupName. <para> The name of the cluster subnet group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.Description"> <summary> Gets and sets the property Description. <para> The description of the cluster subnet group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.SubnetGroupStatus"> <summary> Gets and sets the property SubnetGroupStatus. <para> The status of the cluster subnet group. Possible values are <code>Complete</code>, <code>Incomplete</code> and <code>Invalid</code>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.Subnets"> <summary> Gets and sets the property Subnets. <para> A list of the VPC <a>Subnet</a> elements. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.Tags"> <summary> Gets and sets the property Tags. <para> The list of tags for the cluster subnet group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterSubnetGroup.VpcId"> <summary> Gets and sets the property VpcId. <para> The VPC ID of the cluster subnet group. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.ClusterSubnetGroupAlreadyExistsException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSubnetGroupAlreadyExistsException.#ctor(System.String)"> <summary> Constructs a new ClusterSubnetGroupAlreadyExistsException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSubnetGroupNotFoundException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSubnetGroupNotFoundException.#ctor(System.String)"> <summary> Constructs a new ClusterSubnetGroupNotFoundException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSubnetGroupQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSubnetGroupQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterSubnetGroupQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterSubnetQuotaExceededException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.ClusterSubnetQuotaExceededException.#ctor(System.String)"> <summary> Constructs a new ClusterSubnetQuotaExceededException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.ClusterVersion"> <summary> Describes a cluster version, including the parameter group family and description of the version. </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterVersion.ClusterParameterGroupFamily"> <summary> Gets and sets the property ClusterParameterGroupFamily. <para> The name of the cluster parameter group family for the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterVersion.Description"> <summary> Gets and sets the property Description. <para> The description of the cluster version. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.ClusterVersion.Version"> <summary> Gets and sets the property Version. <para> The version number used by the cluster. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CopyClusterSnapshotRequest"> <summary> Container for the parameters to the CopyClusterSnapshot operation. Copies the specified automated cluster snapshot to a new manual cluster snapshot. The source must be an automated snapshot and it must be in the available state. <para> When you delete a cluster, Amazon Redshift deletes any automated snapshots of the cluster. Also, when the retention period of the snapshot expires, Amazon Redshift automatically deletes it. If you want to keep an automated snapshot for a longer period, you can make a manual copy of the snapshot. Manual snapshots are retained until you delete them. </para> <para> For more information about working with snapshots, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CopyClusterSnapshotRequest.SourceSnapshotClusterIdentifier"> <summary> Gets and sets the property SourceSnapshotClusterIdentifier. <para> The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. </para> <para> Constraints: </para> <ul> <li>Must be the identifier for a valid cluster.</li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CopyClusterSnapshotRequest.SourceSnapshotIdentifier"> <summary> Gets and sets the property SourceSnapshotIdentifier. <para> The identifier for the source snapshot. </para> <para> Constraints: </para> <ul> <li>Must be the identifier for a valid automated snapshot whose state is <code>available</code>.</li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CopyClusterSnapshotRequest.TargetSnapshotIdentifier"> <summary> Gets and sets the property TargetSnapshotIdentifier. <para> The identifier given to the new manual snapshot. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank.</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> <li>Must be unique for the AWS account that is making the request.</li> </ul> </summary> </member> <member name="T:Amazon.Redshift.Model.CopyClusterSnapshotResponse"> <summary> Configuration for accessing Amazon CopyClusterSnapshot service </summary> </member> <member name="T:Amazon.Redshift.Model.CopyClusterSnapshotResult"> <summary> Describes a snapshot. </summary> </member> <member name="P:Amazon.Redshift.Model.CopyClusterSnapshotResponse.CopyClusterSnapshotResult"> <summary> Gets and sets the CopyClusterSnapshotResult property. Represents the output of a CopyClusterSnapshot operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CopyToRegionDisabledException"> <summary> Redshift exception </summary> </member> <member name="M:Amazon.Redshift.Model.CopyToRegionDisabledException.#ctor(System.String)"> <summary> Constructs a new CopyToRegionDisabledException with the specified error message. </summary> <param name="message"> Describes the error encountered. </param> </member> <member name="T:Amazon.Redshift.Model.CreateClusterParameterGroupRequest"> <summary> Container for the parameters to the CreateClusterParameterGroup operation. Creates an Amazon Redshift parameter group. <para> Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using <a>ModifyCluster</a>. </para> <para> Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterParameterGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A description of the parameter group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterParameterGroupRequest.ParameterGroupFamily"> <summary> Gets and sets the property ParameterGroupFamily. <para> The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters. </para> <para> To get a list of valid parameter group family names, you can call <a>DescribeClusterParameterGroups</a>. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0". </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterParameterGroupRequest.ParameterGroupName"> <summary> Gets and sets the property ParameterGroupName. <para> The name of the cluster parameter group. </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> <li>Must be unique withing your AWS account.</li> </ul> <note>This value is stored as a lower-case string.</note> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterParameterGroupRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterParameterGroupResponse"> <summary> Configuration for accessing Amazon CreateClusterParameterGroup service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterParameterGroupResult"> <summary> Describes a parameter group. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterParameterGroupResponse.CreateClusterParameterGroupResult"> <summary> Gets and sets the CreateClusterParameterGroupResult property. Represents the output of a CreateClusterParameterGroup operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterRequest"> <summary> Container for the parameters to the CreateCluster operation. Creates a new cluster. To create the cluster in virtual private cloud (VPC), you must provide cluster subnet group name. If you don't provide a cluster subnet group name or the cluster security group parameter, Amazon Redshift creates a non-VPC cluster, it associates the default cluster security group with the cluster. For more information about managing clusters, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i> . </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.AllowVersionUpgrade"> <summary> Gets and sets the property AllowVersionUpgrade. <para> If <code>true</code>, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. </para> <para> When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster. </para> <para> Default: <code>true</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.AutomatedSnapshotRetentionPeriod"> <summary> Gets and sets the property AutomatedSnapshotRetentionPeriod. <para> The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with <a>CreateClusterSnapshot</a>. </para> <para> Default: <code>1</code> </para> <para> Constraints: Must be a value from 0 to 35. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.AvailabilityZone"> <summary> Gets and sets the property AvailabilityZone. <para> The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency. </para> <para> Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint. </para> <para> Example: <code>us-east-1d</code> </para> <para> Constraint: The specified Availability Zone must be in the same region as the current endpoint. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterIdentifier"> <summary> Gets and sets the property ClusterIdentifier. <para> A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console. </para> <para> Constraints: </para> <ul> <li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li> <li>Alphabetic characters must be lowercase.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> <li>Must be unique for all clusters within an AWS account.</li> </ul> <para> Example: <code>myexamplecluster</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterParameterGroupName"> <summary> Gets and sets the property ClusterParameterGroupName. <para> The name of the parameter group to be associated with this cluster. </para> <para> Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Working with Amazon Redshift Parameter Groups</a> </para> <para> Constraints: </para> <ul> <li>Must be 1 to 255 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterSecurityGroups"> <summary> Gets and sets the property ClusterSecurityGroups. <para> A list of security groups to be associated with this cluster. </para> <para> Default: The default cluster security group for Amazon Redshift. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterSubnetGroupName"> <summary> Gets and sets the property ClusterSubnetGroupName. <para> The name of a cluster subnet group to be associated with this cluster. </para> <para> If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC). </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterType"> <summary> Gets and sets the property ClusterType. <para> The type of the cluster. When cluster type is specified as <ul> <li> <code>single-node</code>, the <b>NumberOfNodes</b> parameter is not required.</li> <li> <code>multi-node</code>, the <b>NumberOfNodes</b> parameter is required.</li> </ul> </para> <para> Valid Values: <code>multi-node</code> | <code>single-node</code> </para> <para> Default: <code>multi-node</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ClusterVersion"> <summary> Gets and sets the property ClusterVersion. <para> The version of the Amazon Redshift engine software that you want to deploy on the cluster. </para> <para> The version selected runs on all the nodes in the cluster. </para> <para> Constraints: Only version 1.0 is currently available. </para> <para> Example: <code>1.0</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.DBName"> <summary> Gets and sets the property DBName. <para> The name of the first database to be created when the cluster is created. </para> <para> To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to <a href="http://docs.aws.amazon.com/redshift/latest/dg/t_creating_database.html">Create a Database</a> in the Amazon Redshift Database Developer Guide. </para> <para> Default: <code>dev</code> </para> <para> Constraints: </para> <ul> <li>Must contain 1 to 64 alphanumeric characters.</li> <li>Must contain only lowercase letters.</li> <li>Cannot be a word that is reserved by the service. A list of reserved words can be found in <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon Redshift Database Developer Guide. </li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.ElasticIp"> <summary> Gets and sets the property ElasticIp. <para> The Elastic IP (EIP) address for the cluster. </para> <para> Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#cluster-platforms">Supported Platforms to Launch Your Cluster</a> in the Amazon Redshift Cluster Management Guide. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.Encrypted"> <summary> Gets and sets the property Encrypted. <para> If <code>true</code>, the data in the cluster is encrypted at rest. </para> <para> Default: false </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.HsmClientCertificateIdentifier"> <summary> Gets and sets the property HsmClientCertificateIdentifier. <para> Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.HsmConfigurationIdentifier"> <summary> Gets and sets the property HsmConfigurationIdentifier. <para> Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.KmsKeyId"> <summary> Gets and sets the property KmsKeyId. <para> The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.MasterUsername"> <summary> Gets and sets the property MasterUsername. <para> The user name associated with the master user account for the cluster that is being created. </para> <para> Constraints: </para> <ul> <li>Must be 1 - 128 alphanumeric characters.</li> <li>First character must be a letter.</li> <li>Cannot be a reserved word. A list of reserved words can be found in <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html">Reserved Words</a> in the Amazon Redshift Database Developer Guide. </li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.MasterUserPassword"> <summary> Gets and sets the property MasterUserPassword. <para> The password associated with the master user account for the cluster that is being created. </para> <para> Constraints: </para> <ul> <li>Must be between 8 and 64 characters in length.</li> <li>Must contain at least one uppercase letter.</li> <li>Must contain at least one lowercase letter.</li> <li>Must contain one number.</li> <li>Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), " (double quote), \, /, @, or space.</li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.NodeType"> <summary> Gets and sets the property NodeType. <para> The node type to be provisioned for the cluster. For information about node types, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes"> Working with Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> <para> Valid Values: <code>ds1.xlarge</code> | <code>ds1.8xlarge</code> | <code>ds2.xlarge</code> | <code>ds2.8xlarge</code> | <code>dc1.large</code> | <code>dc1.8xlarge</code>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.NumberOfNodes"> <summary> Gets and sets the property NumberOfNodes. <para> The number of compute nodes in the cluster. This parameter is required when the <b>ClusterType</b> parameter is specified as <code>multi-node</code>. </para> <para> For information about determining how many nodes you need, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes"> Working with Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> <para> If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster. </para> <para> Default: <code>1</code> </para> <para> Constraints: Value must be at least 1 and no more than 100. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.Port"> <summary> Gets and sets the property Port. <para> The port number on which the cluster accepts incoming connections. </para> <para> The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections. </para> <para> Default: <code>5439</code> </para> <para> Valid Values: <code>1150-65535</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.PreferredMaintenanceWindow"> <summary> Gets and sets the property PreferredMaintenanceWindow. <para> The weekly time range (in UTC) during which automated cluster maintenance can occur. </para> <para> Format: <code>ddd:hh24:mi-ddd:hh24:mi</code> </para> <para> Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-maintenance-windows">Maintenance Windows</a> in Amazon Redshift Cluster Management Guide. </para> <para> Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun </para> <para> Constraints: Minimum 30-minute window. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.PubliclyAccessible"> <summary> Gets and sets the property PubliclyAccessible. <para> If <code>true</code>, the cluster can be accessed from a public network. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterRequest.VpcSecurityGroupIds"> <summary> Gets and sets the property VpcSecurityGroupIds. <para> A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster. </para> <para> Default: The default VPC security group is associated with the cluster. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterResponse"> <summary> Configuration for accessing Amazon CreateCluster service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterResult"> <summary> Describes a cluster. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterResponse.CreateClusterResult"> <summary> Gets and sets the CreateClusterResult property. Represents the output of a CreateCluster operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSecurityGroupRequest"> <summary> Container for the parameters to the CreateClusterSecurityGroup operation. Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters. <para> For information about managing security groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html">Amazon Redshift Cluster Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSecurityGroupRequest.ClusterSecurityGroupName"> <summary> Gets and sets the property ClusterSecurityGroupName. <para> The name for the security group. Amazon Redshift stores the value as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain no more than 255 alphanumeric characters or hyphens.</li> <li>Must not be "Default".</li> <li>Must be unique for all security groups that are created by your AWS account.</li> </ul> <para> Example: <code>examplesecuritygroup</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSecurityGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the security group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSecurityGroupRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSecurityGroupResponse"> <summary> Configuration for accessing Amazon CreateClusterSecurityGroup service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSecurityGroupResult"> <summary> Describes a security group. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSecurityGroupResponse.CreateClusterSecurityGroupResult"> <summary> Gets and sets the CreateClusterSecurityGroupResult property. Represents the output of a CreateClusterSecurityGroup operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSnapshotRequest"> <summary> Container for the parameters to the CreateClusterSnapshot operation. Creates a manual snapshot of the specified cluster. The cluster must be in the <code>available</code> state. <para> For more information about working with snapshots, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSnapshotRequest.ClusterIdentifier"> <summary> Gets and sets the property ClusterIdentifier. <para> The cluster identifier for which you want a snapshot. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSnapshotRequest.SnapshotIdentifier"> <summary> Gets and sets the property SnapshotIdentifier. <para> A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens</li> <li>First character must be a letter</li> <li>Cannot end with a hyphen or contain two consecutive hyphens</li> </ul> <para> Example: <code>my-snapshot-id</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSnapshotRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSnapshotResponse"> <summary> Configuration for accessing Amazon CreateClusterSnapshot service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSnapshotResult"> <summary> Describes a snapshot. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSnapshotResponse.CreateClusterSnapshotResult"> <summary> Gets and sets the CreateClusterSnapshotResult property. Represents the output of a CreateClusterSnapshot operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSubnetGroupRequest"> <summary> Container for the parameters to the CreateClusterSubnetGroup operation. Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group. <para> For information about subnet groups, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html">Amazon Redshift Cluster Subnet Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSubnetGroupRequest.ClusterSubnetGroupName"> <summary> Gets and sets the property ClusterSubnetGroupName. <para> The name for the subnet group. Amazon Redshift stores the value as a lowercase string. </para> <para> Constraints: </para> <ul> <li>Must contain no more than 255 alphanumeric characters or hyphens.</li> <li>Must not be "Default".</li> <li>Must be unique for all subnet groups that are created by your AWS account.</li> </ul> <para> Example: <code>examplesubnetgroup</code> </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSubnetGroupRequest.Description"> <summary> Gets and sets the property Description. <para> A description for the subnet group. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSubnetGroupRequest.SubnetIds"> <summary> Gets and sets the property SubnetIds. <para> An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSubnetGroupRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSubnetGroupResponse"> <summary> Configuration for accessing Amazon CreateClusterSubnetGroup service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateClusterSubnetGroupResult"> <summary> Describes a subnet group. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateClusterSubnetGroupResponse.CreateClusterSubnetGroupResult"> <summary> Gets and sets the CreateClusterSubnetGroupResult property. Represents the output of a CreateClusterSubnetGroup operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateEventSubscriptionRequest"> <summary> Container for the parameters to the CreateEventSubscription operation. Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console. <para> You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters. </para> <para> If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.Enabled"> <summary> Gets and sets the property Enabled. <para> A Boolean value; set to <code>true</code> to activate the subscription, set to <code>false</code> to create the subscription but not active it. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.EventCategories"> <summary> Gets and sets the property EventCategories. <para> Specifies the Amazon Redshift event categories to be published by the event notification subscription. </para> <para> Values: Configuration, Management, Monitoring, Security </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.Severity"> <summary> Gets and sets the property Severity. <para> Specifies the Amazon Redshift event severity to be published by the event notification subscription. </para> <para> Values: ERROR, INFO </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.SnsTopicArn"> <summary> Gets and sets the property SnsTopicArn. <para> The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.SourceIds"> <summary> Gets and sets the property SourceIds. <para> A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified. </para> <para> Example: my-cluster-1, my-cluster-2 </para> <para> Example: my-snapshot-20131010 </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.SourceType"> <summary> Gets and sets the property SourceType. <para> The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs. </para> <para> Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.SubscriptionName"> <summary> Gets and sets the property SubscriptionName. <para> The name of the event subscription to be created. </para> <para> Constraints: </para> <ul> <li>Cannot be null, empty, or blank.</li> <li>Must contain from 1 to 255 alphanumeric characters or hyphens.</li> <li>First character must be a letter.</li> <li>Cannot end with a hyphen or contain two consecutive hyphens.</li> </ul> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateEventSubscriptionResponse"> <summary> Configuration for accessing Amazon CreateEventSubscription service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateEventSubscriptionResult"> <summary> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateEventSubscriptionResponse.CreateEventSubscriptionResult"> <summary> Gets and sets the CreateEventSubscriptionResult property. Represents the output of a CreateEventSubscription operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateHsmClientCertificateRequest"> <summary> Container for the parameters to the CreateHsmClientCertificate operation. Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases. <para> The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateHsmClientCertificateRequest.HsmClientCertificateIdentifier"> <summary> Gets and sets the property HsmClientCertificateIdentifier. <para> The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateHsmClientCertificateRequest.Tags"> <summary> Gets and sets the property Tags. <para> A list of tag instances. </para> </summary> </member> <member name="T:Amazon.Redshift.Model.CreateHsmClientCertificateResponse"> <summary> Configuration for accessing Amazon CreateHsmClientCertificate service </summary> </member> <member name="T:Amazon.Redshift.Model.CreateHsmClientCertificateResult"> <summary> Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files. </summary> </member> <member name="P:Amazon.Redshift.Model.CreateHsmClientCertificateResponse.CreateHsmClientCertificateResult"> <summary> Gets and sets the CreateHsmClientCertificateResult property. Represents the output of a CreateHsmClientCertificate operation. </summary> </member> <member name="T:Amazon.Redshift.Model.CreateHsmConfigurationRequest"> <summary> Container for the parameters to the CreateHsmConfiguration operation. Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM. <para> In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide. </para> </summary> </member> <member name="P:Amazon.Redshift.Model.CreateHsmConfigurationRequest.Description"> <summary>