AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing OSIS
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. OpenSearch Ingestion is a fully managed data collector that delivers real-time log and trace data to OpenSearch Service domains. For more information, see Getting data into your cluster using OpenSearch Ingestion.Namespace: Amazon.OSIS
Assembly: AWSSDK.OSIS.dll
Version: 3.x.y.z
public class AmazonOSISClient : AmazonServiceClient IAmazonOSIS, IAmazonService, IDisposable
The AmazonOSISClient type exposes the following members
Name | Description | |
---|---|---|
AmazonOSISClient() |
Constructs AmazonOSISClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonOSISClient(RegionEndpoint) |
Constructs AmazonOSISClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonOSISClient(AmazonOSISConfig) |
Constructs AmazonOSISClient 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. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonOSISClient(AWSCredentials) |
Constructs AmazonOSISClient with AWS Credentials |
|
AmazonOSISClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonOSISClient with AWS Credentials |
|
AmazonOSISClient(AWSCredentials, AmazonOSISConfig) |
Constructs AmazonOSISClient with AWS Credentials and an AmazonOSISClient Configuration object. |
|
AmazonOSISClient(string, string) |
Constructs AmazonOSISClient with AWS Access Key ID and AWS Secret Key |
|
AmazonOSISClient(string, string, RegionEndpoint) |
Constructs AmazonOSISClient with AWS Access Key ID and AWS Secret Key |
|
AmazonOSISClient(string, string, AmazonOSISConfig) |
Constructs AmazonOSISClient with AWS Access Key ID, AWS Secret Key and an AmazonOSISClient Configuration object. |
|
AmazonOSISClient(string, string, string) |
Constructs AmazonOSISClient with AWS Access Key ID and AWS Secret Key |
|
AmazonOSISClient(string, string, string, RegionEndpoint) |
Constructs AmazonOSISClient with AWS Access Key ID and AWS Secret Key |
|
AmazonOSISClient(string, string, string, AmazonOSISConfig) |
Constructs AmazonOSISClient with AWS Access Key ID, AWS Secret Key and an AmazonOSISClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.OSIS.Model.IOSISPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CreatePipeline(CreatePipelineRequest) |
Creates an OpenSearch Ingestion pipeline. For more information, see Creating Amazon OpenSearch Ingestion pipelines. |
|
CreatePipelineAsync(CreatePipelineRequest, CancellationToken) |
Creates an OpenSearch Ingestion pipeline. For more information, see Creating Amazon OpenSearch Ingestion pipelines. |
|
DeletePipeline(DeletePipelineRequest) |
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines. |
|
DeletePipelineAsync(DeletePipelineRequest, CancellationToken) |
Deletes an OpenSearch Ingestion pipeline. For more information, see Deleting Amazon OpenSearch Ingestion pipelines. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetPipeline(GetPipelineRequest) |
Retrieves information about an OpenSearch Ingestion pipeline. |
|
GetPipelineAsync(GetPipelineRequest, CancellationToken) |
Retrieves information about an OpenSearch Ingestion pipeline. |
|
GetPipelineBlueprint(GetPipelineBlueprintRequest) |
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints
are templates for the configuration needed for a |
|
GetPipelineBlueprintAsync(GetPipelineBlueprintRequest, CancellationToken) |
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints
are templates for the configuration needed for a |
|
GetPipelineChangeProgress(GetPipelineChangeProgressRequest) |
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see Tracking the status of pipeline creation. |
|
GetPipelineChangeProgressAsync(GetPipelineChangeProgressRequest, CancellationToken) |
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created. For more information, see Tracking the status of pipeline creation. |
|
ListPipelineBlueprints(ListPipelineBlueprintsRequest) |
Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline. |
|
ListPipelineBlueprintsAsync(ListPipelineBlueprintsRequest, CancellationToken) |
Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline. |
|
ListPipelines(ListPipelinesRequest) |
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines. |
|
ListPipelinesAsync(ListPipelinesRequest, CancellationToken) |
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
StartPipeline(StartPipelineRequest) |
Starts an OpenSearch Ingestion pipeline. For more information, see Starting an OpenSearch Ingestion pipeline. |
|
StartPipelineAsync(StartPipelineRequest, CancellationToken) |
Starts an OpenSearch Ingestion pipeline. For more information, see Starting an OpenSearch Ingestion pipeline. |
|
StopPipeline(StopPipelineRequest) |
Stops an OpenSearch Ingestion pipeline. For more information, see Stopping an OpenSearch Ingestion pipeline. |
|
StopPipelineAsync(StopPipelineRequest, CancellationToken) |
Stops an OpenSearch Ingestion pipeline. For more information, see Stopping an OpenSearch Ingestion pipeline. |
|
TagResource(TagResourceRequest) |
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
UntagResource(UntagResourceRequest) |
Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines. |
|
UpdatePipeline(UpdatePipelineRequest) |
Updates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines. |
|
UpdatePipelineAsync(UpdatePipelineRequest, CancellationToken) |
Updates an OpenSearch Ingestion pipeline. For more information, see Updating Amazon OpenSearch Ingestion pipelines. |
|
ValidatePipeline(ValidatePipelineRequest) |
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines. |
|
ValidatePipelineAsync(ValidatePipelineRequest, CancellationToken) |
Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines. |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5