repo_name
stringlengths
1
52
repo_creator
stringclasses
6 values
programming_language
stringclasses
4 values
code
stringlengths
0
9.68M
num_lines
int64
1
234k
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaInsightsPipelineConfigurationElement Object /// </summary> public class MediaInsightsPipelineConfigurationElementUnmarshaller : IUnmarshaller<MediaInsightsPipelineConfigurationElement, XmlUnmarshallerContext>, IUnmarshaller<MediaInsightsPipelineConfigurationElement, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaInsightsPipelineConfigurationElement IUnmarshaller<MediaInsightsPipelineConfigurationElement, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaInsightsPipelineConfigurationElement Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaInsightsPipelineConfigurationElement unmarshalledObject = new MediaInsightsPipelineConfigurationElement(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("AmazonTranscribeCallAnalyticsProcessorConfiguration", targetDepth)) { var unmarshaller = AmazonTranscribeCallAnalyticsProcessorConfigurationUnmarshaller.Instance; unmarshalledObject.AmazonTranscribeCallAnalyticsProcessorConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("AmazonTranscribeProcessorConfiguration", targetDepth)) { var unmarshaller = AmazonTranscribeProcessorConfigurationUnmarshaller.Instance; unmarshalledObject.AmazonTranscribeProcessorConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("KinesisDataStreamSinkConfiguration", targetDepth)) { var unmarshaller = KinesisDataStreamSinkConfigurationUnmarshaller.Instance; unmarshalledObject.KinesisDataStreamSinkConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("LambdaFunctionSinkConfiguration", targetDepth)) { var unmarshaller = LambdaFunctionSinkConfigurationUnmarshaller.Instance; unmarshalledObject.LambdaFunctionSinkConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("S3RecordingSinkConfiguration", targetDepth)) { var unmarshaller = S3RecordingSinkConfigurationUnmarshaller.Instance; unmarshalledObject.S3RecordingSinkConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("SnsTopicSinkConfiguration", targetDepth)) { var unmarshaller = SnsTopicSinkConfigurationUnmarshaller.Instance; unmarshalledObject.SnsTopicSinkConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("SqsQueueSinkConfiguration", targetDepth)) { var unmarshaller = SqsQueueSinkConfigurationUnmarshaller.Instance; unmarshalledObject.SqsQueueSinkConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Type", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Type = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("VoiceAnalyticsProcessorConfiguration", targetDepth)) { var unmarshaller = VoiceAnalyticsProcessorConfigurationUnmarshaller.Instance; unmarshalledObject.VoiceAnalyticsProcessorConfiguration = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaInsightsPipelineConfigurationElementUnmarshaller _instance = new MediaInsightsPipelineConfigurationElementUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaInsightsPipelineConfigurationElementUnmarshaller Instance { get { return _instance; } } } }
140
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaInsightsPipelineConfigurationSummary Object /// </summary> public class MediaInsightsPipelineConfigurationSummaryUnmarshaller : IUnmarshaller<MediaInsightsPipelineConfigurationSummary, XmlUnmarshallerContext>, IUnmarshaller<MediaInsightsPipelineConfigurationSummary, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaInsightsPipelineConfigurationSummary IUnmarshaller<MediaInsightsPipelineConfigurationSummary, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaInsightsPipelineConfigurationSummary Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaInsightsPipelineConfigurationSummary unmarshalledObject = new MediaInsightsPipelineConfigurationSummary(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("MediaInsightsPipelineConfigurationArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationId = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationName", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationName = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaInsightsPipelineConfigurationSummaryUnmarshaller _instance = new MediaInsightsPipelineConfigurationSummaryUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaInsightsPipelineConfigurationSummaryUnmarshaller Instance { get { return _instance; } } } }
104
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaInsightsPipelineConfiguration Object /// </summary> public class MediaInsightsPipelineConfigurationUnmarshaller : IUnmarshaller<MediaInsightsPipelineConfiguration, XmlUnmarshallerContext>, IUnmarshaller<MediaInsightsPipelineConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaInsightsPipelineConfiguration IUnmarshaller<MediaInsightsPipelineConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaInsightsPipelineConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaInsightsPipelineConfiguration unmarshalledObject = new MediaInsightsPipelineConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("CreatedTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.CreatedTimestamp = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Elements", targetDepth)) { var unmarshaller = new ListUnmarshaller<MediaInsightsPipelineConfigurationElement, MediaInsightsPipelineConfigurationElementUnmarshaller>(MediaInsightsPipelineConfigurationElementUnmarshaller.Instance); unmarshalledObject.Elements = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationId = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationName", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationName = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RealTimeAlertConfiguration", targetDepth)) { var unmarshaller = RealTimeAlertConfigurationUnmarshaller.Instance; unmarshalledObject.RealTimeAlertConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("ResourceAccessRoleArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.ResourceAccessRoleArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("UpdatedTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.UpdatedTimestamp = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaInsightsPipelineConfigurationUnmarshaller _instance = new MediaInsightsPipelineConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaInsightsPipelineConfigurationUnmarshaller Instance { get { return _instance; } } } }
134
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaInsightsPipeline Object /// </summary> public class MediaInsightsPipelineUnmarshaller : IUnmarshaller<MediaInsightsPipeline, XmlUnmarshallerContext>, IUnmarshaller<MediaInsightsPipeline, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaInsightsPipeline IUnmarshaller<MediaInsightsPipeline, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaInsightsPipeline Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaInsightsPipeline unmarshalledObject = new MediaInsightsPipeline(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("CreatedTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.CreatedTimestamp = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("KinesisVideoStreamRecordingSourceRuntimeConfiguration", targetDepth)) { var unmarshaller = KinesisVideoStreamRecordingSourceRuntimeConfigurationUnmarshaller.Instance; unmarshalledObject.KinesisVideoStreamRecordingSourceRuntimeConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("KinesisVideoStreamSourceRuntimeConfiguration", targetDepth)) { var unmarshaller = KinesisVideoStreamSourceRuntimeConfigurationUnmarshaller.Instance; unmarshalledObject.KinesisVideoStreamSourceRuntimeConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipelineConfigurationArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipelineConfigurationArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsRuntimeMetadata", targetDepth)) { var unmarshaller = new DictionaryUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance); unmarshalledObject.MediaInsightsRuntimeMetadata = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaPipelineArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaPipelineId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineId = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("S3RecordingSinkRuntimeConfiguration", targetDepth)) { var unmarshaller = S3RecordingSinkRuntimeConfigurationUnmarshaller.Instance; unmarshalledObject.S3RecordingSinkRuntimeConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Status", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Status = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaInsightsPipelineUnmarshaller _instance = new MediaInsightsPipelineUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaInsightsPipelineUnmarshaller Instance { get { return _instance; } } } }
140
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaLiveConnectorPipeline Object /// </summary> public class MediaLiveConnectorPipelineUnmarshaller : IUnmarshaller<MediaLiveConnectorPipeline, XmlUnmarshallerContext>, IUnmarshaller<MediaLiveConnectorPipeline, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaLiveConnectorPipeline IUnmarshaller<MediaLiveConnectorPipeline, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaLiveConnectorPipeline Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaLiveConnectorPipeline unmarshalledObject = new MediaLiveConnectorPipeline(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("CreatedTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.CreatedTimestamp = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaPipelineArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaPipelineId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineId = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Sinks", targetDepth)) { var unmarshaller = new ListUnmarshaller<LiveConnectorSinkConfiguration, LiveConnectorSinkConfigurationUnmarshaller>(LiveConnectorSinkConfigurationUnmarshaller.Instance); unmarshalledObject.Sinks = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Sources", targetDepth)) { var unmarshaller = new ListUnmarshaller<LiveConnectorSourceConfiguration, LiveConnectorSourceConfigurationUnmarshaller>(LiveConnectorSourceConfigurationUnmarshaller.Instance); unmarshalledObject.Sources = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Status", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Status = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("UpdatedTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.UpdatedTimestamp = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaLiveConnectorPipelineUnmarshaller _instance = new MediaLiveConnectorPipelineUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaLiveConnectorPipelineUnmarshaller Instance { get { return _instance; } } } }
128
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaPipelineSummary Object /// </summary> public class MediaPipelineSummaryUnmarshaller : IUnmarshaller<MediaPipelineSummary, XmlUnmarshallerContext>, IUnmarshaller<MediaPipelineSummary, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaPipelineSummary IUnmarshaller<MediaPipelineSummary, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaPipelineSummary Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaPipelineSummary unmarshalledObject = new MediaPipelineSummary(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("MediaPipelineArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaPipelineId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MediaPipelineId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaPipelineSummaryUnmarshaller _instance = new MediaPipelineSummaryUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaPipelineSummaryUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MediaPipeline Object /// </summary> public class MediaPipelineUnmarshaller : IUnmarshaller<MediaPipeline, XmlUnmarshallerContext>, IUnmarshaller<MediaPipeline, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MediaPipeline IUnmarshaller<MediaPipeline, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MediaPipeline Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MediaPipeline unmarshalledObject = new MediaPipeline(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("MediaCapturePipeline", targetDepth)) { var unmarshaller = MediaCapturePipelineUnmarshaller.Instance; unmarshalledObject.MediaCapturePipeline = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaConcatenationPipeline", targetDepth)) { var unmarshaller = MediaConcatenationPipelineUnmarshaller.Instance; unmarshalledObject.MediaConcatenationPipeline = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaInsightsPipeline", targetDepth)) { var unmarshaller = MediaInsightsPipelineUnmarshaller.Instance; unmarshalledObject.MediaInsightsPipeline = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("MediaLiveConnectorPipeline", targetDepth)) { var unmarshaller = MediaLiveConnectorPipelineUnmarshaller.Instance; unmarshalledObject.MediaLiveConnectorPipeline = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MediaPipelineUnmarshaller _instance = new MediaPipelineUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MediaPipelineUnmarshaller Instance { get { return _instance; } } } }
110
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// MeetingEventsConcatenationConfiguration Marshaller /// </summary> public class MeetingEventsConcatenationConfigurationMarshaller : IRequestMarshaller<MeetingEventsConcatenationConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(MeetingEventsConcatenationConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetState()) { context.Writer.WritePropertyName("State"); context.Writer.Write(requestObject.State); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static MeetingEventsConcatenationConfigurationMarshaller Instance = new MeetingEventsConcatenationConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for MeetingEventsConcatenationConfiguration Object /// </summary> public class MeetingEventsConcatenationConfigurationUnmarshaller : IUnmarshaller<MeetingEventsConcatenationConfiguration, XmlUnmarshallerContext>, IUnmarshaller<MeetingEventsConcatenationConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> MeetingEventsConcatenationConfiguration IUnmarshaller<MeetingEventsConcatenationConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public MeetingEventsConcatenationConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; MeetingEventsConcatenationConfiguration unmarshalledObject = new MeetingEventsConcatenationConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("State", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.State = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static MeetingEventsConcatenationConfigurationUnmarshaller _instance = new MeetingEventsConcatenationConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static MeetingEventsConcatenationConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for NotFoundException Object /// </summary> public class NotFoundExceptionUnmarshaller : IErrorResponseUnmarshaller<NotFoundException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public NotFoundException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public NotFoundException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); NotFoundException unmarshalledObject = new NotFoundException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static NotFoundExceptionUnmarshaller _instance = new NotFoundExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static NotFoundExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// PostCallAnalyticsSettings Marshaller /// </summary> public class PostCallAnalyticsSettingsMarshaller : IRequestMarshaller<PostCallAnalyticsSettings, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(PostCallAnalyticsSettings requestObject, JsonMarshallerContext context) { if(requestObject.IsSetContentRedactionOutput()) { context.Writer.WritePropertyName("ContentRedactionOutput"); context.Writer.Write(requestObject.ContentRedactionOutput); } if(requestObject.IsSetDataAccessRoleArn()) { context.Writer.WritePropertyName("DataAccessRoleArn"); context.Writer.Write(requestObject.DataAccessRoleArn); } if(requestObject.IsSetOutputEncryptionKMSKeyId()) { context.Writer.WritePropertyName("OutputEncryptionKMSKeyId"); context.Writer.Write(requestObject.OutputEncryptionKMSKeyId); } if(requestObject.IsSetOutputLocation()) { context.Writer.WritePropertyName("OutputLocation"); context.Writer.Write(requestObject.OutputLocation); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static PostCallAnalyticsSettingsMarshaller Instance = new PostCallAnalyticsSettingsMarshaller(); } }
80
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for PostCallAnalyticsSettings Object /// </summary> public class PostCallAnalyticsSettingsUnmarshaller : IUnmarshaller<PostCallAnalyticsSettings, XmlUnmarshallerContext>, IUnmarshaller<PostCallAnalyticsSettings, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> PostCallAnalyticsSettings IUnmarshaller<PostCallAnalyticsSettings, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public PostCallAnalyticsSettings Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; PostCallAnalyticsSettings unmarshalledObject = new PostCallAnalyticsSettings(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("ContentRedactionOutput", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.ContentRedactionOutput = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("DataAccessRoleArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.DataAccessRoleArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("OutputEncryptionKMSKeyId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.OutputEncryptionKMSKeyId = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("OutputLocation", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.OutputLocation = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static PostCallAnalyticsSettingsUnmarshaller _instance = new PostCallAnalyticsSettingsUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static PostCallAnalyticsSettingsUnmarshaller Instance { get { return _instance; } } } }
110
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// PresenterOnlyConfiguration Marshaller /// </summary> public class PresenterOnlyConfigurationMarshaller : IRequestMarshaller<PresenterOnlyConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(PresenterOnlyConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetPresenterPosition()) { context.Writer.WritePropertyName("PresenterPosition"); context.Writer.Write(requestObject.PresenterPosition); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static PresenterOnlyConfigurationMarshaller Instance = new PresenterOnlyConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for PresenterOnlyConfiguration Object /// </summary> public class PresenterOnlyConfigurationUnmarshaller : IUnmarshaller<PresenterOnlyConfiguration, XmlUnmarshallerContext>, IUnmarshaller<PresenterOnlyConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> PresenterOnlyConfiguration IUnmarshaller<PresenterOnlyConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public PresenterOnlyConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; PresenterOnlyConfiguration unmarshalledObject = new PresenterOnlyConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("PresenterPosition", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.PresenterPosition = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static PresenterOnlyConfigurationUnmarshaller _instance = new PresenterOnlyConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static PresenterOnlyConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// RealTimeAlertConfiguration Marshaller /// </summary> public class RealTimeAlertConfigurationMarshaller : IRequestMarshaller<RealTimeAlertConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(RealTimeAlertConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetDisabled()) { context.Writer.WritePropertyName("Disabled"); context.Writer.Write(requestObject.Disabled); } if(requestObject.IsSetRules()) { context.Writer.WritePropertyName("Rules"); context.Writer.WriteArrayStart(); foreach(var requestObjectRulesListValue in requestObject.Rules) { context.Writer.WriteObjectStart(); var marshaller = RealTimeAlertRuleMarshaller.Instance; marshaller.Marshall(requestObjectRulesListValue, context); context.Writer.WriteObjectEnd(); } context.Writer.WriteArrayEnd(); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static RealTimeAlertConfigurationMarshaller Instance = new RealTimeAlertConfigurationMarshaller(); } }
78
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for RealTimeAlertConfiguration Object /// </summary> public class RealTimeAlertConfigurationUnmarshaller : IUnmarshaller<RealTimeAlertConfiguration, XmlUnmarshallerContext>, IUnmarshaller<RealTimeAlertConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> RealTimeAlertConfiguration IUnmarshaller<RealTimeAlertConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public RealTimeAlertConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; RealTimeAlertConfiguration unmarshalledObject = new RealTimeAlertConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Disabled", targetDepth)) { var unmarshaller = BoolUnmarshaller.Instance; unmarshalledObject.Disabled = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Rules", targetDepth)) { var unmarshaller = new ListUnmarshaller<RealTimeAlertRule, RealTimeAlertRuleUnmarshaller>(RealTimeAlertRuleUnmarshaller.Instance); unmarshalledObject.Rules = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static RealTimeAlertConfigurationUnmarshaller _instance = new RealTimeAlertConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static RealTimeAlertConfigurationUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// RealTimeAlertRule Marshaller /// </summary> public class RealTimeAlertRuleMarshaller : IRequestMarshaller<RealTimeAlertRule, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(RealTimeAlertRule requestObject, JsonMarshallerContext context) { if(requestObject.IsSetIssueDetectionConfiguration()) { context.Writer.WritePropertyName("IssueDetectionConfiguration"); context.Writer.WriteObjectStart(); var marshaller = IssueDetectionConfigurationMarshaller.Instance; marshaller.Marshall(requestObject.IssueDetectionConfiguration, context); context.Writer.WriteObjectEnd(); } if(requestObject.IsSetKeywordMatchConfiguration()) { context.Writer.WritePropertyName("KeywordMatchConfiguration"); context.Writer.WriteObjectStart(); var marshaller = KeywordMatchConfigurationMarshaller.Instance; marshaller.Marshall(requestObject.KeywordMatchConfiguration, context); context.Writer.WriteObjectEnd(); } if(requestObject.IsSetSentimentConfiguration()) { context.Writer.WritePropertyName("SentimentConfiguration"); context.Writer.WriteObjectStart(); var marshaller = SentimentConfigurationMarshaller.Instance; marshaller.Marshall(requestObject.SentimentConfiguration, context); context.Writer.WriteObjectEnd(); } if(requestObject.IsSetType()) { context.Writer.WritePropertyName("Type"); context.Writer.Write(requestObject.Type); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static RealTimeAlertRuleMarshaller Instance = new RealTimeAlertRuleMarshaller(); } }
95
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for RealTimeAlertRule Object /// </summary> public class RealTimeAlertRuleUnmarshaller : IUnmarshaller<RealTimeAlertRule, XmlUnmarshallerContext>, IUnmarshaller<RealTimeAlertRule, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> RealTimeAlertRule IUnmarshaller<RealTimeAlertRule, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public RealTimeAlertRule Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; RealTimeAlertRule unmarshalledObject = new RealTimeAlertRule(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("IssueDetectionConfiguration", targetDepth)) { var unmarshaller = IssueDetectionConfigurationUnmarshaller.Instance; unmarshalledObject.IssueDetectionConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("KeywordMatchConfiguration", targetDepth)) { var unmarshaller = KeywordMatchConfigurationUnmarshaller.Instance; unmarshalledObject.KeywordMatchConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("SentimentConfiguration", targetDepth)) { var unmarshaller = SentimentConfigurationUnmarshaller.Instance; unmarshalledObject.SentimentConfiguration = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Type", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Type = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static RealTimeAlertRuleUnmarshaller _instance = new RealTimeAlertRuleUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static RealTimeAlertRuleUnmarshaller Instance { get { return _instance; } } } }
110
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// RecordingStreamConfiguration Marshaller /// </summary> public class RecordingStreamConfigurationMarshaller : IRequestMarshaller<RecordingStreamConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(RecordingStreamConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetStreamArn()) { context.Writer.WritePropertyName("StreamArn"); context.Writer.Write(requestObject.StreamArn); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static RecordingStreamConfigurationMarshaller Instance = new RecordingStreamConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for RecordingStreamConfiguration Object /// </summary> public class RecordingStreamConfigurationUnmarshaller : IUnmarshaller<RecordingStreamConfiguration, XmlUnmarshallerContext>, IUnmarshaller<RecordingStreamConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> RecordingStreamConfiguration IUnmarshaller<RecordingStreamConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public RecordingStreamConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; RecordingStreamConfiguration unmarshalledObject = new RecordingStreamConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("StreamArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.StreamArn = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static RecordingStreamConfigurationUnmarshaller _instance = new RecordingStreamConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static RecordingStreamConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for ResourceLimitExceededException Object /// </summary> public class ResourceLimitExceededExceptionUnmarshaller : IErrorResponseUnmarshaller<ResourceLimitExceededException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public ResourceLimitExceededException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public ResourceLimitExceededException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); ResourceLimitExceededException unmarshalledObject = new ResourceLimitExceededException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static ResourceLimitExceededExceptionUnmarshaller _instance = new ResourceLimitExceededExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static ResourceLimitExceededExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// S3BucketSinkConfiguration Marshaller /// </summary> public class S3BucketSinkConfigurationMarshaller : IRequestMarshaller<S3BucketSinkConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(S3BucketSinkConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetDestination()) { context.Writer.WritePropertyName("Destination"); context.Writer.Write(requestObject.Destination); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static S3BucketSinkConfigurationMarshaller Instance = new S3BucketSinkConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for S3BucketSinkConfiguration Object /// </summary> public class S3BucketSinkConfigurationUnmarshaller : IUnmarshaller<S3BucketSinkConfiguration, XmlUnmarshallerContext>, IUnmarshaller<S3BucketSinkConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> S3BucketSinkConfiguration IUnmarshaller<S3BucketSinkConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public S3BucketSinkConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; S3BucketSinkConfiguration unmarshalledObject = new S3BucketSinkConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Destination", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Destination = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static S3BucketSinkConfigurationUnmarshaller _instance = new S3BucketSinkConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static S3BucketSinkConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// S3RecordingSinkConfiguration Marshaller /// </summary> public class S3RecordingSinkConfigurationMarshaller : IRequestMarshaller<S3RecordingSinkConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(S3RecordingSinkConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetDestination()) { context.Writer.WritePropertyName("Destination"); context.Writer.Write(requestObject.Destination); } if(requestObject.IsSetRecordingFileFormat()) { context.Writer.WritePropertyName("RecordingFileFormat"); context.Writer.Write(requestObject.RecordingFileFormat); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static S3RecordingSinkConfigurationMarshaller Instance = new S3RecordingSinkConfigurationMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for S3RecordingSinkConfiguration Object /// </summary> public class S3RecordingSinkConfigurationUnmarshaller : IUnmarshaller<S3RecordingSinkConfiguration, XmlUnmarshallerContext>, IUnmarshaller<S3RecordingSinkConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> S3RecordingSinkConfiguration IUnmarshaller<S3RecordingSinkConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public S3RecordingSinkConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; S3RecordingSinkConfiguration unmarshalledObject = new S3RecordingSinkConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Destination", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Destination = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RecordingFileFormat", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RecordingFileFormat = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static S3RecordingSinkConfigurationUnmarshaller _instance = new S3RecordingSinkConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static S3RecordingSinkConfigurationUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// S3RecordingSinkRuntimeConfiguration Marshaller /// </summary> public class S3RecordingSinkRuntimeConfigurationMarshaller : IRequestMarshaller<S3RecordingSinkRuntimeConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(S3RecordingSinkRuntimeConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetDestination()) { context.Writer.WritePropertyName("Destination"); context.Writer.Write(requestObject.Destination); } if(requestObject.IsSetRecordingFileFormat()) { context.Writer.WritePropertyName("RecordingFileFormat"); context.Writer.Write(requestObject.RecordingFileFormat); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static S3RecordingSinkRuntimeConfigurationMarshaller Instance = new S3RecordingSinkRuntimeConfigurationMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for S3RecordingSinkRuntimeConfiguration Object /// </summary> public class S3RecordingSinkRuntimeConfigurationUnmarshaller : IUnmarshaller<S3RecordingSinkRuntimeConfiguration, XmlUnmarshallerContext>, IUnmarshaller<S3RecordingSinkRuntimeConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> S3RecordingSinkRuntimeConfiguration IUnmarshaller<S3RecordingSinkRuntimeConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public S3RecordingSinkRuntimeConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; S3RecordingSinkRuntimeConfiguration unmarshalledObject = new S3RecordingSinkRuntimeConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Destination", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Destination = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RecordingFileFormat", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RecordingFileFormat = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static S3RecordingSinkRuntimeConfigurationUnmarshaller _instance = new S3RecordingSinkRuntimeConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static S3RecordingSinkRuntimeConfigurationUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// SelectedVideoStreams Marshaller /// </summary> public class SelectedVideoStreamsMarshaller : IRequestMarshaller<SelectedVideoStreams, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(SelectedVideoStreams requestObject, JsonMarshallerContext context) { if(requestObject.IsSetAttendeeIds()) { context.Writer.WritePropertyName("AttendeeIds"); context.Writer.WriteArrayStart(); foreach(var requestObjectAttendeeIdsListValue in requestObject.AttendeeIds) { context.Writer.Write(requestObjectAttendeeIdsListValue); } context.Writer.WriteArrayEnd(); } if(requestObject.IsSetExternalUserIds()) { context.Writer.WritePropertyName("ExternalUserIds"); context.Writer.WriteArrayStart(); foreach(var requestObjectExternalUserIdsListValue in requestObject.ExternalUserIds) { context.Writer.Write(requestObjectExternalUserIdsListValue); } context.Writer.WriteArrayEnd(); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static SelectedVideoStreamsMarshaller Instance = new SelectedVideoStreamsMarshaller(); } }
78
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for SelectedVideoStreams Object /// </summary> public class SelectedVideoStreamsUnmarshaller : IUnmarshaller<SelectedVideoStreams, XmlUnmarshallerContext>, IUnmarshaller<SelectedVideoStreams, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> SelectedVideoStreams IUnmarshaller<SelectedVideoStreams, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public SelectedVideoStreams Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; SelectedVideoStreams unmarshalledObject = new SelectedVideoStreams(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("AttendeeIds", targetDepth)) { var unmarshaller = new ListUnmarshaller<string, StringUnmarshaller>(StringUnmarshaller.Instance); unmarshalledObject.AttendeeIds = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("ExternalUserIds", targetDepth)) { var unmarshaller = new ListUnmarshaller<string, StringUnmarshaller>(StringUnmarshaller.Instance); unmarshalledObject.ExternalUserIds = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static SelectedVideoStreamsUnmarshaller _instance = new SelectedVideoStreamsUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static SelectedVideoStreamsUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// SentimentConfiguration Marshaller /// </summary> public class SentimentConfigurationMarshaller : IRequestMarshaller<SentimentConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(SentimentConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetRuleName()) { context.Writer.WritePropertyName("RuleName"); context.Writer.Write(requestObject.RuleName); } if(requestObject.IsSetSentimentType()) { context.Writer.WritePropertyName("SentimentType"); context.Writer.Write(requestObject.SentimentType); } if(requestObject.IsSetTimePeriod()) { context.Writer.WritePropertyName("TimePeriod"); context.Writer.Write(requestObject.TimePeriod); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static SentimentConfigurationMarshaller Instance = new SentimentConfigurationMarshaller(); } }
74
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for SentimentConfiguration Object /// </summary> public class SentimentConfigurationUnmarshaller : IUnmarshaller<SentimentConfiguration, XmlUnmarshallerContext>, IUnmarshaller<SentimentConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> SentimentConfiguration IUnmarshaller<SentimentConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public SentimentConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; SentimentConfiguration unmarshalledObject = new SentimentConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("RuleName", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RuleName = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("SentimentType", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.SentimentType = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("TimePeriod", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; unmarshalledObject.TimePeriod = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static SentimentConfigurationUnmarshaller _instance = new SentimentConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static SentimentConfigurationUnmarshaller Instance { get { return _instance; } } } }
104
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for ServiceFailureException Object /// </summary> public class ServiceFailureExceptionUnmarshaller : IErrorResponseUnmarshaller<ServiceFailureException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public ServiceFailureException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public ServiceFailureException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); ServiceFailureException unmarshalledObject = new ServiceFailureException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static ServiceFailureExceptionUnmarshaller _instance = new ServiceFailureExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static ServiceFailureExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for ServiceUnavailableException Object /// </summary> public class ServiceUnavailableExceptionUnmarshaller : IErrorResponseUnmarshaller<ServiceUnavailableException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public ServiceUnavailableException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public ServiceUnavailableException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); ServiceUnavailableException unmarshalledObject = new ServiceUnavailableException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static ServiceUnavailableExceptionUnmarshaller _instance = new ServiceUnavailableExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static ServiceUnavailableExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// SnsTopicSinkConfiguration Marshaller /// </summary> public class SnsTopicSinkConfigurationMarshaller : IRequestMarshaller<SnsTopicSinkConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(SnsTopicSinkConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetInsightsTarget()) { context.Writer.WritePropertyName("InsightsTarget"); context.Writer.Write(requestObject.InsightsTarget); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static SnsTopicSinkConfigurationMarshaller Instance = new SnsTopicSinkConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for SnsTopicSinkConfiguration Object /// </summary> public class SnsTopicSinkConfigurationUnmarshaller : IUnmarshaller<SnsTopicSinkConfiguration, XmlUnmarshallerContext>, IUnmarshaller<SnsTopicSinkConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> SnsTopicSinkConfiguration IUnmarshaller<SnsTopicSinkConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public SnsTopicSinkConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; SnsTopicSinkConfiguration unmarshalledObject = new SnsTopicSinkConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("InsightsTarget", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.InsightsTarget = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static SnsTopicSinkConfigurationUnmarshaller _instance = new SnsTopicSinkConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static SnsTopicSinkConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// SourceConfiguration Marshaller /// </summary> public class SourceConfigurationMarshaller : IRequestMarshaller<SourceConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(SourceConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetSelectedVideoStreams()) { context.Writer.WritePropertyName("SelectedVideoStreams"); context.Writer.WriteObjectStart(); var marshaller = SelectedVideoStreamsMarshaller.Instance; marshaller.Marshall(requestObject.SelectedVideoStreams, context); context.Writer.WriteObjectEnd(); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static SourceConfigurationMarshaller Instance = new SourceConfigurationMarshaller(); } }
67
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for SourceConfiguration Object /// </summary> public class SourceConfigurationUnmarshaller : IUnmarshaller<SourceConfiguration, XmlUnmarshallerContext>, IUnmarshaller<SourceConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> SourceConfiguration IUnmarshaller<SourceConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public SourceConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; SourceConfiguration unmarshalledObject = new SourceConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("SelectedVideoStreams", targetDepth)) { var unmarshaller = SelectedVideoStreamsUnmarshaller.Instance; unmarshalledObject.SelectedVideoStreams = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static SourceConfigurationUnmarshaller _instance = new SourceConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static SourceConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// SqsQueueSinkConfiguration Marshaller /// </summary> public class SqsQueueSinkConfigurationMarshaller : IRequestMarshaller<SqsQueueSinkConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(SqsQueueSinkConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetInsightsTarget()) { context.Writer.WritePropertyName("InsightsTarget"); context.Writer.Write(requestObject.InsightsTarget); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static SqsQueueSinkConfigurationMarshaller Instance = new SqsQueueSinkConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for SqsQueueSinkConfiguration Object /// </summary> public class SqsQueueSinkConfigurationUnmarshaller : IUnmarshaller<SqsQueueSinkConfiguration, XmlUnmarshallerContext>, IUnmarshaller<SqsQueueSinkConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> SqsQueueSinkConfiguration IUnmarshaller<SqsQueueSinkConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public SqsQueueSinkConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; SqsQueueSinkConfiguration unmarshalledObject = new SqsQueueSinkConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("InsightsTarget", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.InsightsTarget = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static SqsQueueSinkConfigurationUnmarshaller _instance = new SqsQueueSinkConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static SqsQueueSinkConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// StreamChannelDefinition Marshaller /// </summary> public class StreamChannelDefinitionMarshaller : IRequestMarshaller<StreamChannelDefinition, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(StreamChannelDefinition requestObject, JsonMarshallerContext context) { if(requestObject.IsSetChannelDefinitions()) { context.Writer.WritePropertyName("ChannelDefinitions"); context.Writer.WriteArrayStart(); foreach(var requestObjectChannelDefinitionsListValue in requestObject.ChannelDefinitions) { context.Writer.WriteObjectStart(); var marshaller = ChannelDefinitionMarshaller.Instance; marshaller.Marshall(requestObjectChannelDefinitionsListValue, context); context.Writer.WriteObjectEnd(); } context.Writer.WriteArrayEnd(); } if(requestObject.IsSetNumberOfChannels()) { context.Writer.WritePropertyName("NumberOfChannels"); context.Writer.Write(requestObject.NumberOfChannels); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static StreamChannelDefinitionMarshaller Instance = new StreamChannelDefinitionMarshaller(); } }
78
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for StreamChannelDefinition Object /// </summary> public class StreamChannelDefinitionUnmarshaller : IUnmarshaller<StreamChannelDefinition, XmlUnmarshallerContext>, IUnmarshaller<StreamChannelDefinition, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> StreamChannelDefinition IUnmarshaller<StreamChannelDefinition, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public StreamChannelDefinition Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; StreamChannelDefinition unmarshalledObject = new StreamChannelDefinition(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("ChannelDefinitions", targetDepth)) { var unmarshaller = new ListUnmarshaller<ChannelDefinition, ChannelDefinitionUnmarshaller>(ChannelDefinitionUnmarshaller.Instance); unmarshalledObject.ChannelDefinitions = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("NumberOfChannels", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; unmarshalledObject.NumberOfChannels = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static StreamChannelDefinitionUnmarshaller _instance = new StreamChannelDefinitionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static StreamChannelDefinitionUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// StreamConfiguration Marshaller /// </summary> public class StreamConfigurationMarshaller : IRequestMarshaller<StreamConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(StreamConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetFragmentNumber()) { context.Writer.WritePropertyName("FragmentNumber"); context.Writer.Write(requestObject.FragmentNumber); } if(requestObject.IsSetStreamArn()) { context.Writer.WritePropertyName("StreamArn"); context.Writer.Write(requestObject.StreamArn); } if(requestObject.IsSetStreamChannelDefinition()) { context.Writer.WritePropertyName("StreamChannelDefinition"); context.Writer.WriteObjectStart(); var marshaller = StreamChannelDefinitionMarshaller.Instance; marshaller.Marshall(requestObject.StreamChannelDefinition, context); context.Writer.WriteObjectEnd(); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static StreamConfigurationMarshaller Instance = new StreamConfigurationMarshaller(); } }
79
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for StreamConfiguration Object /// </summary> public class StreamConfigurationUnmarshaller : IUnmarshaller<StreamConfiguration, XmlUnmarshallerContext>, IUnmarshaller<StreamConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> StreamConfiguration IUnmarshaller<StreamConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public StreamConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; StreamConfiguration unmarshalledObject = new StreamConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("FragmentNumber", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.FragmentNumber = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("StreamArn", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.StreamArn = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("StreamChannelDefinition", targetDepth)) { var unmarshaller = StreamChannelDefinitionUnmarshaller.Instance; unmarshalledObject.StreamChannelDefinition = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static StreamConfigurationUnmarshaller _instance = new StreamConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static StreamConfigurationUnmarshaller Instance { get { return _instance; } } } }
104
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Tag Marshaller /// </summary> public class TagMarshaller : IRequestMarshaller<Tag, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(Tag requestObject, JsonMarshallerContext context) { if(requestObject.IsSetKey()) { context.Writer.WritePropertyName("Key"); context.Writer.Write(requestObject.Key); } if(requestObject.IsSetValue()) { context.Writer.WritePropertyName("Value"); context.Writer.Write(requestObject.Value); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static TagMarshaller Instance = new TagMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// TagResource Request Marshaller /// </summary> public class TagResourceRequestMarshaller : IMarshaller<IRequest, TagResourceRequest> , IMarshaller<IRequest,AmazonWebServiceRequest> { /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="input"></param> /// <returns></returns> public IRequest Marshall(AmazonWebServiceRequest input) { return this.Marshall((TagResourceRequest)input); } /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="publicRequest"></param> /// <returns></returns> public IRequest Marshall(TagResourceRequest publicRequest) { IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMediaPipelines"); request.Headers["Content-Type"] = "application/json"; request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15"; request.HttpMethod = "POST"; request.AddSubResource("operation", "tag-resource"); request.ResourcePath = "/tags"; using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture)) { JsonWriter writer = new JsonWriter(stringWriter); writer.WriteObjectStart(); var context = new JsonMarshallerContext(request, writer); if(publicRequest.IsSetResourceARN()) { context.Writer.WritePropertyName("ResourceARN"); context.Writer.Write(publicRequest.ResourceARN); } if(publicRequest.IsSetTags()) { context.Writer.WritePropertyName("Tags"); context.Writer.WriteArrayStart(); foreach(var publicRequestTagsListValue in publicRequest.Tags) { context.Writer.WriteObjectStart(); var marshaller = TagMarshaller.Instance; marshaller.Marshall(publicRequestTagsListValue, context); context.Writer.WriteObjectEnd(); } context.Writer.WriteArrayEnd(); } writer.WriteObjectEnd(); string snippet = stringWriter.ToString(); request.Content = System.Text.Encoding.UTF8.GetBytes(snippet); } return request; } private static TagResourceRequestMarshaller _instance = new TagResourceRequestMarshaller(); internal static TagResourceRequestMarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static TagResourceRequestMarshaller Instance { get { return _instance; } } } }
118
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for TagResource operation /// </summary> public class TagResourceResponseUnmarshaller : JsonResponseUnmarshaller { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { TagResourceResponse response = new TagResourceResponse(); return response; } /// <summary> /// Unmarshaller error response to exception. /// </summary> /// <param name="context"></param> /// <param name="innerException"></param> /// <param name="statusCode"></param> /// <returns></returns> public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode) { var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context); errorResponse.InnerException = innerException; errorResponse.StatusCode = statusCode; var responseBodyBytes = context.GetResponseBodyBytes(); using (var streamCopy = new MemoryStream(responseBodyBytes)) using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null)) { if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException")) { return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ForbiddenException")) { return ForbiddenExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("NotFoundException")) { return NotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceFailureException")) { return ServiceFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceUnavailableException")) { return ServiceUnavailableExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ThrottledClientException")) { return ThrottledClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("UnauthorizedClientException")) { return UnauthorizedClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } } return new AmazonChimeSDKMediaPipelinesException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); } private static TagResourceResponseUnmarshaller _instance = new TagResourceResponseUnmarshaller(); internal static TagResourceResponseUnmarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static TagResourceResponseUnmarshaller Instance { get { return _instance; } } } }
123
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for Tag Object /// </summary> public class TagUnmarshaller : IUnmarshaller<Tag, XmlUnmarshallerContext>, IUnmarshaller<Tag, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> Tag IUnmarshaller<Tag, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public Tag Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; Tag unmarshalledObject = new Tag(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Key", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Key = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("Value", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Value = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static TagUnmarshaller _instance = new TagUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static TagUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for ThrottledClientException Object /// </summary> public class ThrottledClientExceptionUnmarshaller : IErrorResponseUnmarshaller<ThrottledClientException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public ThrottledClientException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public ThrottledClientException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); ThrottledClientException unmarshalledObject = new ThrottledClientException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static ThrottledClientExceptionUnmarshaller _instance = new ThrottledClientExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static ThrottledClientExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// TimestampRange Marshaller /// </summary> public class TimestampRangeMarshaller : IRequestMarshaller<TimestampRange, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(TimestampRange requestObject, JsonMarshallerContext context) { if(requestObject.IsSetEndTimestamp()) { context.Writer.WritePropertyName("EndTimestamp"); context.Writer.Write(requestObject.EndTimestamp); } if(requestObject.IsSetStartTimestamp()) { context.Writer.WritePropertyName("StartTimestamp"); context.Writer.Write(requestObject.StartTimestamp); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static TimestampRangeMarshaller Instance = new TimestampRangeMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for TimestampRange Object /// </summary> public class TimestampRangeUnmarshaller : IUnmarshaller<TimestampRange, XmlUnmarshallerContext>, IUnmarshaller<TimestampRange, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> TimestampRange IUnmarshaller<TimestampRange, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public TimestampRange Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; TimestampRange unmarshalledObject = new TimestampRange(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("EndTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.EndTimestamp = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("StartTimestamp", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; unmarshalledObject.StartTimestamp = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static TimestampRangeUnmarshaller _instance = new TimestampRangeUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static TimestampRangeUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// TranscriptionMessagesConcatenationConfiguration Marshaller /// </summary> public class TranscriptionMessagesConcatenationConfigurationMarshaller : IRequestMarshaller<TranscriptionMessagesConcatenationConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(TranscriptionMessagesConcatenationConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetState()) { context.Writer.WritePropertyName("State"); context.Writer.Write(requestObject.State); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static TranscriptionMessagesConcatenationConfigurationMarshaller Instance = new TranscriptionMessagesConcatenationConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for TranscriptionMessagesConcatenationConfiguration Object /// </summary> public class TranscriptionMessagesConcatenationConfigurationUnmarshaller : IUnmarshaller<TranscriptionMessagesConcatenationConfiguration, XmlUnmarshallerContext>, IUnmarshaller<TranscriptionMessagesConcatenationConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> TranscriptionMessagesConcatenationConfiguration IUnmarshaller<TranscriptionMessagesConcatenationConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public TranscriptionMessagesConcatenationConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; TranscriptionMessagesConcatenationConfiguration unmarshalledObject = new TranscriptionMessagesConcatenationConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("State", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.State = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static TranscriptionMessagesConcatenationConfigurationUnmarshaller _instance = new TranscriptionMessagesConcatenationConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static TranscriptionMessagesConcatenationConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for UnauthorizedClientException Object /// </summary> public class UnauthorizedClientExceptionUnmarshaller : IErrorResponseUnmarshaller<UnauthorizedClientException, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public UnauthorizedClientException Unmarshall(JsonUnmarshallerContext context) { return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse()); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <param name="errorResponse"></param> /// <returns></returns> public UnauthorizedClientException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse) { context.Read(); UnauthorizedClientException unmarshalledObject = new UnauthorizedClientException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("Code", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.Code = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("RequestId", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.RequestId = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static UnauthorizedClientExceptionUnmarshaller _instance = new UnauthorizedClientExceptionUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static UnauthorizedClientExceptionUnmarshaller Instance { get { return _instance; } } } }
97
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// UntagResource Request Marshaller /// </summary> public class UntagResourceRequestMarshaller : IMarshaller<IRequest, UntagResourceRequest> , IMarshaller<IRequest,AmazonWebServiceRequest> { /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="input"></param> /// <returns></returns> public IRequest Marshall(AmazonWebServiceRequest input) { return this.Marshall((UntagResourceRequest)input); } /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="publicRequest"></param> /// <returns></returns> public IRequest Marshall(UntagResourceRequest publicRequest) { IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMediaPipelines"); request.Headers["Content-Type"] = "application/json"; request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15"; request.HttpMethod = "POST"; request.AddSubResource("operation", "untag-resource"); request.ResourcePath = "/tags"; using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture)) { JsonWriter writer = new JsonWriter(stringWriter); writer.WriteObjectStart(); var context = new JsonMarshallerContext(request, writer); if(publicRequest.IsSetResourceARN()) { context.Writer.WritePropertyName("ResourceARN"); context.Writer.Write(publicRequest.ResourceARN); } if(publicRequest.IsSetTagKeys()) { context.Writer.WritePropertyName("TagKeys"); context.Writer.WriteArrayStart(); foreach(var publicRequestTagKeysListValue in publicRequest.TagKeys) { context.Writer.Write(publicRequestTagKeysListValue); } context.Writer.WriteArrayEnd(); } writer.WriteObjectEnd(); string snippet = stringWriter.ToString(); request.Content = System.Text.Encoding.UTF8.GetBytes(snippet); } return request; } private static UntagResourceRequestMarshaller _instance = new UntagResourceRequestMarshaller(); internal static UntagResourceRequestMarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UntagResourceRequestMarshaller Instance { get { return _instance; } } } }
113
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for UntagResource operation /// </summary> public class UntagResourceResponseUnmarshaller : JsonResponseUnmarshaller { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { UntagResourceResponse response = new UntagResourceResponse(); return response; } /// <summary> /// Unmarshaller error response to exception. /// </summary> /// <param name="context"></param> /// <param name="innerException"></param> /// <param name="statusCode"></param> /// <returns></returns> public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode) { var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context); errorResponse.InnerException = innerException; errorResponse.StatusCode = statusCode; var responseBodyBytes = context.GetResponseBodyBytes(); using (var streamCopy = new MemoryStream(responseBodyBytes)) using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null)) { if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException")) { return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ForbiddenException")) { return ForbiddenExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("NotFoundException")) { return NotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceFailureException")) { return ServiceFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceUnavailableException")) { return ServiceUnavailableExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ThrottledClientException")) { return ThrottledClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("UnauthorizedClientException")) { return UnauthorizedClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } } return new AmazonChimeSDKMediaPipelinesException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); } private static UntagResourceResponseUnmarshaller _instance = new UntagResourceResponseUnmarshaller(); internal static UntagResourceResponseUnmarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UntagResourceResponseUnmarshaller Instance { get { return _instance; } } } }
123
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// UpdateMediaInsightsPipelineConfiguration Request Marshaller /// </summary> public class UpdateMediaInsightsPipelineConfigurationRequestMarshaller : IMarshaller<IRequest, UpdateMediaInsightsPipelineConfigurationRequest> , IMarshaller<IRequest,AmazonWebServiceRequest> { /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="input"></param> /// <returns></returns> public IRequest Marshall(AmazonWebServiceRequest input) { return this.Marshall((UpdateMediaInsightsPipelineConfigurationRequest)input); } /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="publicRequest"></param> /// <returns></returns> public IRequest Marshall(UpdateMediaInsightsPipelineConfigurationRequest publicRequest) { IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMediaPipelines"); request.Headers["Content-Type"] = "application/json"; request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15"; request.HttpMethod = "PUT"; if (!publicRequest.IsSetIdentifier()) throw new AmazonChimeSDKMediaPipelinesException("Request object does not have required field Identifier set"); request.AddPathResource("{identifier}", StringUtils.FromString(publicRequest.Identifier)); request.ResourcePath = "/media-insights-pipeline-configurations/{identifier}"; using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture)) { JsonWriter writer = new JsonWriter(stringWriter); writer.WriteObjectStart(); var context = new JsonMarshallerContext(request, writer); if(publicRequest.IsSetElements()) { context.Writer.WritePropertyName("Elements"); context.Writer.WriteArrayStart(); foreach(var publicRequestElementsListValue in publicRequest.Elements) { context.Writer.WriteObjectStart(); var marshaller = MediaInsightsPipelineConfigurationElementMarshaller.Instance; marshaller.Marshall(publicRequestElementsListValue, context); context.Writer.WriteObjectEnd(); } context.Writer.WriteArrayEnd(); } if(publicRequest.IsSetRealTimeAlertConfiguration()) { context.Writer.WritePropertyName("RealTimeAlertConfiguration"); context.Writer.WriteObjectStart(); var marshaller = RealTimeAlertConfigurationMarshaller.Instance; marshaller.Marshall(publicRequest.RealTimeAlertConfiguration, context); context.Writer.WriteObjectEnd(); } if(publicRequest.IsSetResourceAccessRoleArn()) { context.Writer.WritePropertyName("ResourceAccessRoleArn"); context.Writer.Write(publicRequest.ResourceAccessRoleArn); } writer.WriteObjectEnd(); string snippet = stringWriter.ToString(); request.Content = System.Text.Encoding.UTF8.GetBytes(snippet); } return request; } private static UpdateMediaInsightsPipelineConfigurationRequestMarshaller _instance = new UpdateMediaInsightsPipelineConfigurationRequestMarshaller(); internal static UpdateMediaInsightsPipelineConfigurationRequestMarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UpdateMediaInsightsPipelineConfigurationRequestMarshaller Instance { get { return _instance; } } } }
131
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for UpdateMediaInsightsPipelineConfiguration operation /// </summary> public class UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller : JsonResponseUnmarshaller { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { UpdateMediaInsightsPipelineConfigurationResponse response = new UpdateMediaInsightsPipelineConfigurationResponse(); context.Read(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("MediaInsightsPipelineConfiguration", targetDepth)) { var unmarshaller = MediaInsightsPipelineConfigurationUnmarshaller.Instance; response.MediaInsightsPipelineConfiguration = unmarshaller.Unmarshall(context); continue; } } return response; } /// <summary> /// Unmarshaller error response to exception. /// </summary> /// <param name="context"></param> /// <param name="innerException"></param> /// <param name="statusCode"></param> /// <returns></returns> public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode) { var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context); errorResponse.InnerException = innerException; errorResponse.StatusCode = statusCode; var responseBodyBytes = context.GetResponseBodyBytes(); using (var streamCopy = new MemoryStream(responseBodyBytes)) using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null)) { if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException")) { return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ConflictException")) { return ConflictExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ForbiddenException")) { return ForbiddenExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("NotFoundException")) { return NotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceFailureException")) { return ServiceFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceUnavailableException")) { return ServiceUnavailableExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ThrottledClientException")) { return ThrottledClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("UnauthorizedClientException")) { return UnauthorizedClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } } return new AmazonChimeSDKMediaPipelinesException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); } private static UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller _instance = new UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller(); internal static UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller Instance { get { return _instance; } } } }
138
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// UpdateMediaInsightsPipelineStatus Request Marshaller /// </summary> public class UpdateMediaInsightsPipelineStatusRequestMarshaller : IMarshaller<IRequest, UpdateMediaInsightsPipelineStatusRequest> , IMarshaller<IRequest,AmazonWebServiceRequest> { /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="input"></param> /// <returns></returns> public IRequest Marshall(AmazonWebServiceRequest input) { return this.Marshall((UpdateMediaInsightsPipelineStatusRequest)input); } /// <summary> /// Marshaller the request object to the HTTP request. /// </summary> /// <param name="publicRequest"></param> /// <returns></returns> public IRequest Marshall(UpdateMediaInsightsPipelineStatusRequest publicRequest) { IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMediaPipelines"); request.Headers["Content-Type"] = "application/json"; request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15"; request.HttpMethod = "PUT"; if (!publicRequest.IsSetIdentifier()) throw new AmazonChimeSDKMediaPipelinesException("Request object does not have required field Identifier set"); request.AddPathResource("{identifier}", StringUtils.FromString(publicRequest.Identifier)); request.ResourcePath = "/media-insights-pipeline-status/{identifier}"; using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture)) { JsonWriter writer = new JsonWriter(stringWriter); writer.WriteObjectStart(); var context = new JsonMarshallerContext(request, writer); if(publicRequest.IsSetUpdateStatus()) { context.Writer.WritePropertyName("UpdateStatus"); context.Writer.Write(publicRequest.UpdateStatus); } writer.WriteObjectEnd(); string snippet = stringWriter.ToString(); request.Content = System.Text.Encoding.UTF8.GetBytes(snippet); } return request; } private static UpdateMediaInsightsPipelineStatusRequestMarshaller _instance = new UpdateMediaInsightsPipelineStatusRequestMarshaller(); internal static UpdateMediaInsightsPipelineStatusRequestMarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UpdateMediaInsightsPipelineStatusRequestMarshaller Instance { get { return _instance; } } } }
104
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for UpdateMediaInsightsPipelineStatus operation /// </summary> public class UpdateMediaInsightsPipelineStatusResponseUnmarshaller : JsonResponseUnmarshaller { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { UpdateMediaInsightsPipelineStatusResponse response = new UpdateMediaInsightsPipelineStatusResponse(); return response; } /// <summary> /// Unmarshaller error response to exception. /// </summary> /// <param name="context"></param> /// <param name="innerException"></param> /// <param name="statusCode"></param> /// <returns></returns> public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode) { var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context); errorResponse.InnerException = innerException; errorResponse.StatusCode = statusCode; var responseBodyBytes = context.GetResponseBodyBytes(); using (var streamCopy = new MemoryStream(responseBodyBytes)) using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null)) { if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException")) { return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ConflictException")) { return ConflictExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ForbiddenException")) { return ForbiddenExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("NotFoundException")) { return NotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceFailureException")) { return ServiceFailureExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceUnavailableException")) { return ServiceUnavailableExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("ThrottledClientException")) { return ThrottledClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } if (errorResponse.Code != null && errorResponse.Code.Equals("UnauthorizedClientException")) { return UnauthorizedClientExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse); } } return new AmazonChimeSDKMediaPipelinesException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode); } private static UpdateMediaInsightsPipelineStatusResponseUnmarshaller _instance = new UpdateMediaInsightsPipelineStatusResponseUnmarshaller(); internal static UpdateMediaInsightsPipelineStatusResponseUnmarshaller GetInstance() { return _instance; } /// <summary> /// Gets the singleton. /// </summary> public static UpdateMediaInsightsPipelineStatusResponseUnmarshaller Instance { get { return _instance; } } } }
127
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// VideoArtifactsConfiguration Marshaller /// </summary> public class VideoArtifactsConfigurationMarshaller : IRequestMarshaller<VideoArtifactsConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(VideoArtifactsConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetMuxType()) { context.Writer.WritePropertyName("MuxType"); context.Writer.Write(requestObject.MuxType); } if(requestObject.IsSetState()) { context.Writer.WritePropertyName("State"); context.Writer.Write(requestObject.State); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static VideoArtifactsConfigurationMarshaller Instance = new VideoArtifactsConfigurationMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for VideoArtifactsConfiguration Object /// </summary> public class VideoArtifactsConfigurationUnmarshaller : IUnmarshaller<VideoArtifactsConfiguration, XmlUnmarshallerContext>, IUnmarshaller<VideoArtifactsConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> VideoArtifactsConfiguration IUnmarshaller<VideoArtifactsConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public VideoArtifactsConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; VideoArtifactsConfiguration unmarshalledObject = new VideoArtifactsConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("MuxType", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.MuxType = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("State", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.State = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static VideoArtifactsConfigurationUnmarshaller _instance = new VideoArtifactsConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static VideoArtifactsConfigurationUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// VideoConcatenationConfiguration Marshaller /// </summary> public class VideoConcatenationConfigurationMarshaller : IRequestMarshaller<VideoConcatenationConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(VideoConcatenationConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetState()) { context.Writer.WritePropertyName("State"); context.Writer.Write(requestObject.State); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static VideoConcatenationConfigurationMarshaller Instance = new VideoConcatenationConfigurationMarshaller(); } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for VideoConcatenationConfiguration Object /// </summary> public class VideoConcatenationConfigurationUnmarshaller : IUnmarshaller<VideoConcatenationConfiguration, XmlUnmarshallerContext>, IUnmarshaller<VideoConcatenationConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> VideoConcatenationConfiguration IUnmarshaller<VideoConcatenationConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public VideoConcatenationConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; VideoConcatenationConfiguration unmarshalledObject = new VideoConcatenationConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("State", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.State = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static VideoConcatenationConfigurationUnmarshaller _instance = new VideoConcatenationConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static VideoConcatenationConfigurationUnmarshaller Instance { get { return _instance; } } } }
92
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// VoiceAnalyticsProcessorConfiguration Marshaller /// </summary> public class VoiceAnalyticsProcessorConfigurationMarshaller : IRequestMarshaller<VoiceAnalyticsProcessorConfiguration, JsonMarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="requestObject"></param> /// <param name="context"></param> /// <returns></returns> public void Marshall(VoiceAnalyticsProcessorConfiguration requestObject, JsonMarshallerContext context) { if(requestObject.IsSetSpeakerSearchStatus()) { context.Writer.WritePropertyName("SpeakerSearchStatus"); context.Writer.Write(requestObject.SpeakerSearchStatus); } if(requestObject.IsSetVoiceToneAnalysisStatus()) { context.Writer.WritePropertyName("VoiceToneAnalysisStatus"); context.Writer.Write(requestObject.VoiceToneAnalysisStatus); } } /// <summary> /// Singleton Marshaller. /// </summary> public readonly static VoiceAnalyticsProcessorConfigurationMarshaller Instance = new VoiceAnalyticsProcessorConfigurationMarshaller(); } }
68
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml.Serialization; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Transform; using Amazon.Runtime.Internal.Util; using ThirdParty.Json.LitJson; namespace Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations { /// <summary> /// Response Unmarshaller for VoiceAnalyticsProcessorConfiguration Object /// </summary> public class VoiceAnalyticsProcessorConfigurationUnmarshaller : IUnmarshaller<VoiceAnalyticsProcessorConfiguration, XmlUnmarshallerContext>, IUnmarshaller<VoiceAnalyticsProcessorConfiguration, JsonUnmarshallerContext> { /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> VoiceAnalyticsProcessorConfiguration IUnmarshaller<VoiceAnalyticsProcessorConfiguration, XmlUnmarshallerContext>.Unmarshall(XmlUnmarshallerContext context) { throw new NotImplementedException(); } /// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public VoiceAnalyticsProcessorConfiguration Unmarshall(JsonUnmarshallerContext context) { context.Read(); if (context.CurrentTokenType == JsonToken.Null) return null; VoiceAnalyticsProcessorConfiguration unmarshalledObject = new VoiceAnalyticsProcessorConfiguration(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("SpeakerSearchStatus", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.SpeakerSearchStatus = unmarshaller.Unmarshall(context); continue; } if (context.TestExpression("VoiceToneAnalysisStatus", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; unmarshalledObject.VoiceToneAnalysisStatus = unmarshaller.Unmarshall(context); continue; } } return unmarshalledObject; } private static VoiceAnalyticsProcessorConfigurationUnmarshaller _instance = new VoiceAnalyticsProcessorConfigurationUnmarshaller(); /// <summary> /// Gets the singleton. /// </summary> public static VoiceAnalyticsProcessorConfigurationUnmarshaller Instance { get { return _instance; } } } }
98
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Text; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Paginators for the ChimeSDKMediaPipelines service ///</summary> public class ChimeSDKMediaPipelinesPaginatorFactory : IChimeSDKMediaPipelinesPaginatorFactory { private readonly IAmazonChimeSDKMediaPipelines client; internal ChimeSDKMediaPipelinesPaginatorFactory(IAmazonChimeSDKMediaPipelines client) { this.client = client; } /// <summary> /// Paginator for ListMediaCapturePipelines operation ///</summary> public IListMediaCapturePipelinesPaginator ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request) { return new ListMediaCapturePipelinesPaginator(this.client, request); } /// <summary> /// Paginator for ListMediaInsightsPipelineConfigurations operation ///</summary> public IListMediaInsightsPipelineConfigurationsPaginator ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request) { return new ListMediaInsightsPipelineConfigurationsPaginator(this.client, request); } /// <summary> /// Paginator for ListMediaPipelines operation ///</summary> public IListMediaPipelinesPaginator ListMediaPipelines(ListMediaPipelinesRequest request) { return new ListMediaPipelinesPaginator(this.client, request); } } }
62
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Paginators for the ChimeSDKMediaPipelines service ///</summary> public interface IChimeSDKMediaPipelinesPaginatorFactory { /// <summary> /// Paginator for ListMediaCapturePipelines operation ///</summary> IListMediaCapturePipelinesPaginator ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request); /// <summary> /// Paginator for ListMediaInsightsPipelineConfigurations operation ///</summary> IListMediaInsightsPipelineConfigurationsPaginator ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request); /// <summary> /// Paginator for ListMediaPipelines operation ///</summary> IListMediaPipelinesPaginator ListMediaPipelines(ListMediaPipelinesRequest request); } }
43
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Paginator for the ListMediaCapturePipelines operation ///</summary> public interface IListMediaCapturePipelinesPaginator { /// <summary> /// Enumerable containing all full responses for the operation /// </summary> IPaginatedEnumerable<ListMediaCapturePipelinesResponse> Responses { get; } } }
33
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Paginator for the ListMediaInsightsPipelineConfigurations operation ///</summary> public interface IListMediaInsightsPipelineConfigurationsPaginator { /// <summary> /// Enumerable containing all full responses for the operation /// </summary> IPaginatedEnumerable<ListMediaInsightsPipelineConfigurationsResponse> Responses { get; } } }
33
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Paginator for the ListMediaPipelines operation ///</summary> public interface IListMediaPipelinesPaginator { /// <summary> /// Enumerable containing all full responses for the operation /// </summary> IPaginatedEnumerable<ListMediaPipelinesResponse> Responses { get; } } }
33
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Threading; using System.Threading.Tasks; using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Base class for ListMediaCapturePipelines paginators. /// </summary> internal sealed partial class ListMediaCapturePipelinesPaginator : IPaginator<ListMediaCapturePipelinesResponse>, IListMediaCapturePipelinesPaginator { private readonly IAmazonChimeSDKMediaPipelines _client; private readonly ListMediaCapturePipelinesRequest _request; private int _isPaginatorInUse = 0; /// <summary> /// Enumerable containing all full responses for the operation /// </summary> public IPaginatedEnumerable<ListMediaCapturePipelinesResponse> Responses => new PaginatedResponse<ListMediaCapturePipelinesResponse>(this); internal ListMediaCapturePipelinesPaginator(IAmazonChimeSDKMediaPipelines client, ListMediaCapturePipelinesRequest request) { this._client = client; this._request = request; } #if BCL IEnumerable<ListMediaCapturePipelinesResponse> IPaginator<ListMediaCapturePipelinesResponse>.Paginate() { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaCapturePipelinesResponse response; do { _request.NextToken = nextToken; response = _client.ListMediaCapturePipelines(_request); nextToken = response.NextToken; yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif #if AWS_ASYNC_ENUMERABLES_API async IAsyncEnumerable<ListMediaCapturePipelinesResponse> IPaginator<ListMediaCapturePipelinesResponse>.PaginateAsync(CancellationToken cancellationToken = default) { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaCapturePipelinesResponse response; do { _request.NextToken = nextToken; response = await _client.ListMediaCapturePipelinesAsync(_request, cancellationToken).ConfigureAwait(false); nextToken = response.NextToken; cancellationToken.ThrowIfCancellationRequested(); yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif } }
91
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Threading; using System.Threading.Tasks; using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Base class for ListMediaInsightsPipelineConfigurations paginators. /// </summary> internal sealed partial class ListMediaInsightsPipelineConfigurationsPaginator : IPaginator<ListMediaInsightsPipelineConfigurationsResponse>, IListMediaInsightsPipelineConfigurationsPaginator { private readonly IAmazonChimeSDKMediaPipelines _client; private readonly ListMediaInsightsPipelineConfigurationsRequest _request; private int _isPaginatorInUse = 0; /// <summary> /// Enumerable containing all full responses for the operation /// </summary> public IPaginatedEnumerable<ListMediaInsightsPipelineConfigurationsResponse> Responses => new PaginatedResponse<ListMediaInsightsPipelineConfigurationsResponse>(this); internal ListMediaInsightsPipelineConfigurationsPaginator(IAmazonChimeSDKMediaPipelines client, ListMediaInsightsPipelineConfigurationsRequest request) { this._client = client; this._request = request; } #if BCL IEnumerable<ListMediaInsightsPipelineConfigurationsResponse> IPaginator<ListMediaInsightsPipelineConfigurationsResponse>.Paginate() { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaInsightsPipelineConfigurationsResponse response; do { _request.NextToken = nextToken; response = _client.ListMediaInsightsPipelineConfigurations(_request); nextToken = response.NextToken; yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif #if AWS_ASYNC_ENUMERABLES_API async IAsyncEnumerable<ListMediaInsightsPipelineConfigurationsResponse> IPaginator<ListMediaInsightsPipelineConfigurationsResponse>.PaginateAsync(CancellationToken cancellationToken = default) { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaInsightsPipelineConfigurationsResponse response; do { _request.NextToken = nextToken; response = await _client.ListMediaInsightsPipelineConfigurationsAsync(_request, cancellationToken).ConfigureAwait(false); nextToken = response.NextToken; cancellationToken.ThrowIfCancellationRequested(); yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif } }
91
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Threading; using System.Threading.Tasks; using Amazon.Runtime; namespace Amazon.ChimeSDKMediaPipelines.Model { /// <summary> /// Base class for ListMediaPipelines paginators. /// </summary> internal sealed partial class ListMediaPipelinesPaginator : IPaginator<ListMediaPipelinesResponse>, IListMediaPipelinesPaginator { private readonly IAmazonChimeSDKMediaPipelines _client; private readonly ListMediaPipelinesRequest _request; private int _isPaginatorInUse = 0; /// <summary> /// Enumerable containing all full responses for the operation /// </summary> public IPaginatedEnumerable<ListMediaPipelinesResponse> Responses => new PaginatedResponse<ListMediaPipelinesResponse>(this); internal ListMediaPipelinesPaginator(IAmazonChimeSDKMediaPipelines client, ListMediaPipelinesRequest request) { this._client = client; this._request = request; } #if BCL IEnumerable<ListMediaPipelinesResponse> IPaginator<ListMediaPipelinesResponse>.Paginate() { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaPipelinesResponse response; do { _request.NextToken = nextToken; response = _client.ListMediaPipelines(_request); nextToken = response.NextToken; yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif #if AWS_ASYNC_ENUMERABLES_API async IAsyncEnumerable<ListMediaPipelinesResponse> IPaginator<ListMediaPipelinesResponse>.PaginateAsync(CancellationToken cancellationToken = default) { if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0) { throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance."); } PaginatorUtils.SetUserAgentAdditionOnRequest(_request); var nextToken = _request.NextToken; ListMediaPipelinesResponse response; do { _request.NextToken = nextToken; response = await _client.ListMediaPipelinesAsync(_request, cancellationToken).ConfigureAwait(false); nextToken = response.NextToken; cancellationToken.ThrowIfCancellationRequested(); yield return response; } while (!string.IsNullOrEmpty(nextToken)); } #endif } }
91
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Net; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations; using Amazon.ChimeSDKMediaPipelines.Internal; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Auth; using Amazon.Runtime.Internal.Transform; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Implementation for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial class AmazonChimeSDKMediaPipelinesClient : AmazonServiceClient, IAmazonChimeSDKMediaPipelines { private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMediaPipelinesMetadata(); #if BCL45 || AWS_ASYNC_ENUMERABLES_API private IChimeSDKMediaPipelinesPaginatorFactory _paginators; /// <summary> /// Paginators for the service /// </summary> public IChimeSDKMediaPipelinesPaginatorFactory Paginators { get { if (this._paginators == null) { this._paginators = new ChimeSDKMediaPipelinesPaginatorFactory(this); } return this._paginators; } } #endif #region Constructors /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> public AmazonChimeSDKMediaPipelinesClient() : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(RegionEndpoint region) : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="config">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AmazonChimeSDKMediaPipelinesConfig config) : base(FallbackCredentialsFactory.GetCredentials(), config) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, RegionEndpoint region) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(credentials, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig() {RegionEndpoint=region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient 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 AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig) { } #endregion #region Overrides /// <summary> /// Creates the signer for the service. /// </summary> protected override AbstractAWSSigner CreateSigner() { return new AWS4Signer(); } /// <summary> /// Customize the pipeline /// </summary> /// <param name="pipeline"></param> protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline) { pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>(); pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMediaPipelinesEndpointResolver()); } /// <summary> /// Capture metadata for the service. /// </summary> protected override IServiceMetadata ServiceMetadata { get { return serviceMetadata; } } #endregion #region Dispose /// <summary> /// Disposes the service client. /// </summary> protected override void Dispose(bool disposing) { base.Dispose(disposing); } #endregion #region CreateMediaCapturePipeline /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaCapturePipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the CreateMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual IAsyncResult BeginCreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the CreateMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaCapturePipeline.</param> /// /// <returns>Returns a CreateMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual CreateMediaCapturePipelineResponse EndCreateMediaCapturePipeline(IAsyncResult asyncResult) { return EndInvoke<CreateMediaCapturePipelineResponse>(asyncResult); } #endregion #region CreateMediaConcatenationPipeline /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual CreateMediaConcatenationPipelineResponse CreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaConcatenationPipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the CreateMediaConcatenationPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaConcatenationPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual IAsyncResult BeginCreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the CreateMediaConcatenationPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaConcatenationPipeline.</param> /// /// <returns>Returns a CreateMediaConcatenationPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual CreateMediaConcatenationPipelineResponse EndCreateMediaConcatenationPipeline(IAsyncResult asyncResult) { return EndInvoke<CreateMediaConcatenationPipelineResponse>(asyncResult); } #endregion #region CreateMediaInsightsPipeline /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual CreateMediaInsightsPipelineResponse CreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the CreateMediaInsightsPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaInsightsPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual IAsyncResult BeginCreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the CreateMediaInsightsPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaInsightsPipeline.</param> /// /// <returns>Returns a CreateMediaInsightsPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual CreateMediaInsightsPipelineResponse EndCreateMediaInsightsPipeline(IAsyncResult asyncResult) { return EndInvoke<CreateMediaInsightsPipelineResponse>(asyncResult); } #endregion #region CreateMediaInsightsPipelineConfiguration /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual CreateMediaInsightsPipelineConfigurationResponse CreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the CreateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual IAsyncResult BeginCreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the CreateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a CreateMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual CreateMediaInsightsPipelineConfigurationResponse EndCreateMediaInsightsPipelineConfiguration(IAsyncResult asyncResult) { return EndInvoke<CreateMediaInsightsPipelineConfigurationResponse>(asyncResult); } #endregion #region CreateMediaLiveConnectorPipeline /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual CreateMediaLiveConnectorPipelineResponse CreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaLiveConnectorPipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the CreateMediaLiveConnectorPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaLiveConnectorPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual IAsyncResult BeginCreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the CreateMediaLiveConnectorPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaLiveConnectorPipeline.</param> /// /// <returns>Returns a CreateMediaLiveConnectorPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual CreateMediaLiveConnectorPipelineResponse EndCreateMediaLiveConnectorPipeline(IAsyncResult asyncResult) { return EndInvoke<CreateMediaLiveConnectorPipelineResponse>(asyncResult); } #endregion #region DeleteMediaCapturePipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaCapturePipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the DeleteMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual IAsyncResult BeginDeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the DeleteMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaCapturePipeline.</param> /// /// <returns>Returns a DeleteMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual DeleteMediaCapturePipelineResponse EndDeleteMediaCapturePipeline(IAsyncResult asyncResult) { return EndInvoke<DeleteMediaCapturePipelineResponse>(asyncResult); } #endregion #region DeleteMediaInsightsPipelineConfiguration /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual DeleteMediaInsightsPipelineConfigurationResponse DeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<DeleteMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the DeleteMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual IAsyncResult BeginDeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the DeleteMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a DeleteMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual DeleteMediaInsightsPipelineConfigurationResponse EndDeleteMediaInsightsPipelineConfiguration(IAsyncResult asyncResult) { return EndInvoke<DeleteMediaInsightsPipelineConfigurationResponse>(asyncResult); } #endregion #region DeleteMediaPipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual DeleteMediaPipelineResponse DeleteMediaPipeline(DeleteMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaPipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the DeleteMediaPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual IAsyncResult BeginDeleteMediaPipeline(DeleteMediaPipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the DeleteMediaPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaPipeline.</param> /// /// <returns>Returns a DeleteMediaPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual DeleteMediaPipelineResponse EndDeleteMediaPipeline(IAsyncResult asyncResult) { return EndInvoke<DeleteMediaPipelineResponse>(asyncResult); } #endregion #region GetMediaCapturePipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<GetMediaCapturePipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the GetMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual IAsyncResult BeginGetMediaCapturePipeline(GetMediaCapturePipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the GetMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaCapturePipeline.</param> /// /// <returns>Returns a GetMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual GetMediaCapturePipelineResponse EndGetMediaCapturePipeline(IAsyncResult asyncResult) { return EndInvoke<GetMediaCapturePipelineResponse>(asyncResult); } #endregion #region GetMediaInsightsPipelineConfiguration /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual GetMediaInsightsPipelineConfigurationResponse GetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<GetMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the GetMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual IAsyncResult BeginGetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the GetMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a GetMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual GetMediaInsightsPipelineConfigurationResponse EndGetMediaInsightsPipelineConfiguration(IAsyncResult asyncResult) { return EndInvoke<GetMediaInsightsPipelineConfigurationResponse>(asyncResult); } #endregion #region GetMediaPipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual GetMediaPipelineResponse GetMediaPipeline(GetMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return Invoke<GetMediaPipelineResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the GetMediaPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual IAsyncResult BeginGetMediaPipeline(GetMediaPipelineRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the GetMediaPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaPipeline.</param> /// /// <returns>Returns a GetMediaPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual GetMediaPipelineResponse EndGetMediaPipeline(IAsyncResult asyncResult) { return EndInvoke<GetMediaPipelineResponse>(asyncResult); } #endregion #region ListMediaCapturePipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaCapturePipelinesResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the ListMediaCapturePipelines operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaCapturePipelines /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual IAsyncResult BeginListMediaCapturePipelines(ListMediaCapturePipelinesRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the ListMediaCapturePipelines operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaCapturePipelines.</param> /// /// <returns>Returns a ListMediaCapturePipelinesResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual ListMediaCapturePipelinesResponse EndListMediaCapturePipelines(IAsyncResult asyncResult) { return EndInvoke<ListMediaCapturePipelinesResponse>(asyncResult); } #endregion #region ListMediaInsightsPipelineConfigurations /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual ListMediaInsightsPipelineConfigurationsResponse ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return Invoke<ListMediaInsightsPipelineConfigurationsResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the ListMediaInsightsPipelineConfigurations operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaInsightsPipelineConfigurations /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual IAsyncResult BeginListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the ListMediaInsightsPipelineConfigurations operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaInsightsPipelineConfigurations.</param> /// /// <returns>Returns a ListMediaInsightsPipelineConfigurationsResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual ListMediaInsightsPipelineConfigurationsResponse EndListMediaInsightsPipelineConfigurations(IAsyncResult asyncResult) { return EndInvoke<ListMediaInsightsPipelineConfigurationsResponse>(asyncResult); } #endregion #region ListMediaPipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual ListMediaPipelinesResponse ListMediaPipelines(ListMediaPipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaPipelinesResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the ListMediaPipelines operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaPipelines /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual IAsyncResult BeginListMediaPipelines(ListMediaPipelinesRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the ListMediaPipelines operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaPipelines.</param> /// /// <returns>Returns a ListMediaPipelinesResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual ListMediaPipelinesResponse EndListMediaPipelines(IAsyncResult asyncResult) { return EndInvoke<ListMediaPipelinesResponse>(asyncResult); } #endregion #region ListTagsForResource /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return Invoke<ListTagsForResourceResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the ListTagsForResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the ListTagsForResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListTagsForResource.</param> /// /// <returns>Returns a ListTagsForResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult) { return EndInvoke<ListTagsForResourceResponse>(asyncResult); } #endregion #region TagResource /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual TagResourceResponse TagResource(TagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return Invoke<TagResourceResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the TagResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the TagResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the TagResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginTagResource.</param> /// /// <returns>Returns a TagResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual TagResourceResponse EndTagResource(IAsyncResult asyncResult) { return EndInvoke<TagResourceResponse>(asyncResult); } #endregion #region UntagResource /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual UntagResourceResponse UntagResource(UntagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return Invoke<UntagResourceResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the UntagResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UntagResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the UntagResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUntagResource.</param> /// /// <returns>Returns a UntagResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual UntagResourceResponse EndUntagResource(IAsyncResult asyncResult) { return EndInvoke<UntagResourceResponse>(asyncResult); } #endregion #region UpdateMediaInsightsPipelineConfiguration /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual UpdateMediaInsightsPipelineConfigurationResponse UpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the UpdateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual IAsyncResult BeginUpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the UpdateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a UpdateMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual UpdateMediaInsightsPipelineConfigurationResponse EndUpdateMediaInsightsPipelineConfiguration(IAsyncResult asyncResult) { return EndInvoke<UpdateMediaInsightsPipelineConfigurationResponse>(asyncResult); } #endregion #region UpdateMediaInsightsPipelineStatus /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual UpdateMediaInsightsPipelineStatusResponse UpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineStatusResponse>(request, options); } /// <summary> /// Initiates the asynchronous execution of the UpdateMediaInsightsPipelineStatus operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateMediaInsightsPipelineStatus /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual IAsyncResult BeginUpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return BeginInvoke(request, options, callback, state); } /// <summary> /// Finishes the asynchronous execution of the UpdateMediaInsightsPipelineStatus operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateMediaInsightsPipelineStatus.</param> /// /// <returns>Returns a UpdateMediaInsightsPipelineStatusResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual UpdateMediaInsightsPipelineStatusResponse EndUpdateMediaInsightsPipelineStatus(IAsyncResult asyncResult) { return EndInvoke<UpdateMediaInsightsPipelineStatusResponse>(asyncResult); } #endregion } }
1,715
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.ChimeSDKMediaPipelines.Model; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Interface for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial interface IAmazonChimeSDKMediaPipelines : IAmazonService, IDisposable { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// <summary> /// Paginators for the service /// </summary> IChimeSDKMediaPipelinesPaginatorFactory Paginators { get; } #endif #region CreateMediaCapturePipeline /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the CreateMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> IAsyncResult BeginCreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the CreateMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaCapturePipeline.</param> /// /// <returns>Returns a CreateMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> CreateMediaCapturePipelineResponse EndCreateMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region CreateMediaConcatenationPipeline /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> CreateMediaConcatenationPipelineResponse CreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the CreateMediaConcatenationPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaConcatenationPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> IAsyncResult BeginCreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the CreateMediaConcatenationPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaConcatenationPipeline.</param> /// /// <returns>Returns a CreateMediaConcatenationPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> CreateMediaConcatenationPipelineResponse EndCreateMediaConcatenationPipeline(IAsyncResult asyncResult); #endregion #region CreateMediaInsightsPipeline /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> CreateMediaInsightsPipelineResponse CreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the CreateMediaInsightsPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaInsightsPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> IAsyncResult BeginCreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the CreateMediaInsightsPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaInsightsPipeline.</param> /// /// <returns>Returns a CreateMediaInsightsPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> CreateMediaInsightsPipelineResponse EndCreateMediaInsightsPipeline(IAsyncResult asyncResult); #endregion #region CreateMediaInsightsPipelineConfiguration /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> CreateMediaInsightsPipelineConfigurationResponse CreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Initiates the asynchronous execution of the CreateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> IAsyncResult BeginCreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the CreateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a CreateMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> CreateMediaInsightsPipelineConfigurationResponse EndCreateMediaInsightsPipelineConfiguration(IAsyncResult asyncResult); #endregion #region CreateMediaLiveConnectorPipeline /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> CreateMediaLiveConnectorPipelineResponse CreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the CreateMediaLiveConnectorPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaLiveConnectorPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> IAsyncResult BeginCreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the CreateMediaLiveConnectorPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMediaLiveConnectorPipeline.</param> /// /// <returns>Returns a CreateMediaLiveConnectorPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> CreateMediaLiveConnectorPipelineResponse EndCreateMediaLiveConnectorPipeline(IAsyncResult asyncResult); #endregion #region DeleteMediaCapturePipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the DeleteMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> IAsyncResult BeginDeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the DeleteMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaCapturePipeline.</param> /// /// <returns>Returns a DeleteMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> DeleteMediaCapturePipelineResponse EndDeleteMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region DeleteMediaInsightsPipelineConfiguration /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> DeleteMediaInsightsPipelineConfigurationResponse DeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Initiates the asynchronous execution of the DeleteMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> IAsyncResult BeginDeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the DeleteMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a DeleteMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> DeleteMediaInsightsPipelineConfigurationResponse EndDeleteMediaInsightsPipelineConfiguration(IAsyncResult asyncResult); #endregion #region DeleteMediaPipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> DeleteMediaPipelineResponse DeleteMediaPipeline(DeleteMediaPipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the DeleteMediaPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> IAsyncResult BeginDeleteMediaPipeline(DeleteMediaPipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the DeleteMediaPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMediaPipeline.</param> /// /// <returns>Returns a DeleteMediaPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> DeleteMediaPipelineResponse EndDeleteMediaPipeline(IAsyncResult asyncResult); #endregion #region GetMediaCapturePipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the GetMediaCapturePipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaCapturePipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> IAsyncResult BeginGetMediaCapturePipeline(GetMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the GetMediaCapturePipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaCapturePipeline.</param> /// /// <returns>Returns a GetMediaCapturePipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> GetMediaCapturePipelineResponse EndGetMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region GetMediaInsightsPipelineConfiguration /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> GetMediaInsightsPipelineConfigurationResponse GetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Initiates the asynchronous execution of the GetMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> IAsyncResult BeginGetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the GetMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a GetMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> GetMediaInsightsPipelineConfigurationResponse EndGetMediaInsightsPipelineConfiguration(IAsyncResult asyncResult); #endregion #region GetMediaPipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> GetMediaPipelineResponse GetMediaPipeline(GetMediaPipelineRequest request); /// <summary> /// Initiates the asynchronous execution of the GetMediaPipeline operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaPipeline /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> IAsyncResult BeginGetMediaPipeline(GetMediaPipelineRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the GetMediaPipeline operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMediaPipeline.</param> /// /// <returns>Returns a GetMediaPipelineResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> GetMediaPipelineResponse EndGetMediaPipeline(IAsyncResult asyncResult); #endregion #region ListMediaCapturePipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request); /// <summary> /// Initiates the asynchronous execution of the ListMediaCapturePipelines operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaCapturePipelines /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> IAsyncResult BeginListMediaCapturePipelines(ListMediaCapturePipelinesRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the ListMediaCapturePipelines operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaCapturePipelines.</param> /// /// <returns>Returns a ListMediaCapturePipelinesResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> ListMediaCapturePipelinesResponse EndListMediaCapturePipelines(IAsyncResult asyncResult); #endregion #region ListMediaInsightsPipelineConfigurations /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> ListMediaInsightsPipelineConfigurationsResponse ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request); /// <summary> /// Initiates the asynchronous execution of the ListMediaInsightsPipelineConfigurations operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaInsightsPipelineConfigurations /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> IAsyncResult BeginListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the ListMediaInsightsPipelineConfigurations operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaInsightsPipelineConfigurations.</param> /// /// <returns>Returns a ListMediaInsightsPipelineConfigurationsResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> ListMediaInsightsPipelineConfigurationsResponse EndListMediaInsightsPipelineConfigurations(IAsyncResult asyncResult); #endregion #region ListMediaPipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> ListMediaPipelinesResponse ListMediaPipelines(ListMediaPipelinesRequest request); /// <summary> /// Initiates the asynchronous execution of the ListMediaPipelines operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaPipelines /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> IAsyncResult BeginListMediaPipelines(ListMediaPipelinesRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the ListMediaPipelines operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListMediaPipelines.</param> /// /// <returns>Returns a ListMediaPipelinesResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> ListMediaPipelinesResponse EndListMediaPipelines(IAsyncResult asyncResult); #endregion #region ListTagsForResource /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// <summary> /// Initiates the asynchronous execution of the ListTagsForResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the ListTagsForResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginListTagsForResource.</param> /// /// <returns>Returns a ListTagsForResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult); #endregion #region TagResource /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> TagResourceResponse TagResource(TagResourceRequest request); /// <summary> /// Initiates the asynchronous execution of the TagResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the TagResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the TagResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginTagResource.</param> /// /// <returns>Returns a TagResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> TagResourceResponse EndTagResource(IAsyncResult asyncResult); #endregion #region UntagResource /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> UntagResourceResponse UntagResource(UntagResourceRequest request); /// <summary> /// Initiates the asynchronous execution of the UntagResource operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UntagResource operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the UntagResource operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUntagResource.</param> /// /// <returns>Returns a UntagResourceResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> UntagResourceResponse EndUntagResource(IAsyncResult asyncResult); #endregion #region UpdateMediaInsightsPipelineConfiguration /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> UpdateMediaInsightsPipelineConfigurationResponse UpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Initiates the asynchronous execution of the UpdateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateMediaInsightsPipelineConfiguration /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> IAsyncResult BeginUpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the UpdateMediaInsightsPipelineConfiguration operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateMediaInsightsPipelineConfiguration.</param> /// /// <returns>Returns a UpdateMediaInsightsPipelineConfigurationResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> UpdateMediaInsightsPipelineConfigurationResponse EndUpdateMediaInsightsPipelineConfiguration(IAsyncResult asyncResult); #endregion #region UpdateMediaInsightsPipelineStatus /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> UpdateMediaInsightsPipelineStatusResponse UpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request); /// <summary> /// Initiates the asynchronous execution of the UpdateMediaInsightsPipelineStatus operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus operation on AmazonChimeSDKMediaPipelinesClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateMediaInsightsPipelineStatus /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> IAsyncResult BeginUpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request, AsyncCallback callback, object state); /// <summary> /// Finishes the asynchronous execution of the UpdateMediaInsightsPipelineStatus operation. /// </summary> /// /// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateMediaInsightsPipelineStatus.</param> /// /// <returns>Returns a UpdateMediaInsightsPipelineStatusResult from ChimeSDKMediaPipelines.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> UpdateMediaInsightsPipelineStatusResponse EndUpdateMediaInsightsPipelineStatus(IAsyncResult asyncResult); #endregion } }
1,229
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Net; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations; using Amazon.ChimeSDKMediaPipelines.Internal; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Auth; using Amazon.Runtime.Internal.Transform; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Implementation for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial class AmazonChimeSDKMediaPipelinesClient : AmazonServiceClient, IAmazonChimeSDKMediaPipelines { private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMediaPipelinesMetadata(); private IChimeSDKMediaPipelinesPaginatorFactory _paginators; /// <summary> /// Paginators for the service /// </summary> public IChimeSDKMediaPipelinesPaginatorFactory Paginators { get { if (this._paginators == null) { this._paginators = new ChimeSDKMediaPipelinesPaginatorFactory(this); } return this._paginators; } } #region Constructors /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> public AmazonChimeSDKMediaPipelinesClient() : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(RegionEndpoint region) : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="config">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AmazonChimeSDKMediaPipelinesConfig config) : base(FallbackCredentialsFactory.GetCredentials(), config) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, RegionEndpoint region) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(credentials, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig() {RegionEndpoint=region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient 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 AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig) { } #endregion #region Overrides /// <summary> /// Creates the signer for the service. /// </summary> protected override AbstractAWSSigner CreateSigner() { return new AWS4Signer(); } /// <summary> /// Customize the pipeline /// </summary> /// <param name="pipeline"></param> protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline) { pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>(); pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMediaPipelinesEndpointResolver()); } /// <summary> /// Capture metadata for the service. /// </summary> protected override IServiceMetadata ServiceMetadata { get { return serviceMetadata; } } #endregion #region Dispose /// <summary> /// Disposes the service client. /// </summary> protected override void Dispose(bool disposing) { base.Dispose(disposing); } #endregion #region CreateMediaCapturePipeline /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaCapturePipelineResponse>(request, options); } /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual Task<CreateMediaCapturePipelineResponse> CreateMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaConcatenationPipeline /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual CreateMediaConcatenationPipelineResponse CreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaConcatenationPipelineResponse>(request, options); } /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual Task<CreateMediaConcatenationPipelineResponse> CreateMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaConcatenationPipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaInsightsPipeline /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual CreateMediaInsightsPipelineResponse CreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineResponse>(request, options); } /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual Task<CreateMediaInsightsPipelineResponse> CreateMediaInsightsPipelineAsync(CreateMediaInsightsPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaInsightsPipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaInsightsPipelineConfiguration /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual CreateMediaInsightsPipelineConfigurationResponse CreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<CreateMediaInsightsPipelineConfigurationResponse> CreateMediaInsightsPipelineConfigurationAsync(CreateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region CreateMediaLiveConnectorPipeline /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual CreateMediaLiveConnectorPipelineResponse CreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaLiveConnectorPipelineResponse>(request, options); } /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual Task<CreateMediaLiveConnectorPipelineResponse> CreateMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaLiveConnectorPipelineResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaCapturePipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaCapturePipelineResponse>(request, options); } /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual Task<DeleteMediaCapturePipelineResponse> DeleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaInsightsPipelineConfiguration /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual DeleteMediaInsightsPipelineConfigurationResponse DeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<DeleteMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<DeleteMediaInsightsPipelineConfigurationResponse> DeleteMediaInsightsPipelineConfigurationAsync(DeleteMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaPipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual DeleteMediaPipelineResponse DeleteMediaPipeline(DeleteMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaPipelineResponse>(request, options); } /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual Task<DeleteMediaPipelineResponse> DeleteMediaPipelineAsync(DeleteMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaPipelineResponse>(request, options, cancellationToken); } #endregion #region GetMediaCapturePipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<GetMediaCapturePipelineResponse>(request, options); } /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual Task<GetMediaCapturePipelineResponse> GetMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<GetMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region GetMediaInsightsPipelineConfiguration /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual GetMediaInsightsPipelineConfigurationResponse GetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<GetMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<GetMediaInsightsPipelineConfigurationResponse> GetMediaInsightsPipelineConfigurationAsync(GetMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<GetMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region GetMediaPipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual GetMediaPipelineResponse GetMediaPipeline(GetMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return Invoke<GetMediaPipelineResponse>(request, options); } /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual Task<GetMediaPipelineResponse> GetMediaPipelineAsync(GetMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return InvokeAsync<GetMediaPipelineResponse>(request, options, cancellationToken); } #endregion #region ListMediaCapturePipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaCapturePipelinesResponse>(request, options); } /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual Task<ListMediaCapturePipelinesResponse> ListMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return InvokeAsync<ListMediaCapturePipelinesResponse>(request, options, cancellationToken); } #endregion #region ListMediaInsightsPipelineConfigurations /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual ListMediaInsightsPipelineConfigurationsResponse ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return Invoke<ListMediaInsightsPipelineConfigurationsResponse>(request, options); } /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual Task<ListMediaInsightsPipelineConfigurationsResponse> ListMediaInsightsPipelineConfigurationsAsync(ListMediaInsightsPipelineConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return InvokeAsync<ListMediaInsightsPipelineConfigurationsResponse>(request, options, cancellationToken); } #endregion #region ListMediaPipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual ListMediaPipelinesResponse ListMediaPipelines(ListMediaPipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaPipelinesResponse>(request, options); } /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual Task<ListMediaPipelinesResponse> ListMediaPipelinesAsync(ListMediaPipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return InvokeAsync<ListMediaPipelinesResponse>(request, options, cancellationToken); } #endregion #region ListTagsForResource /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return Invoke<ListTagsForResourceResponse>(request, options); } /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return InvokeAsync<ListTagsForResourceResponse>(request, options, cancellationToken); } #endregion #region TagResource /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual TagResourceResponse TagResource(TagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return Invoke<TagResourceResponse>(request, options); } /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return InvokeAsync<TagResourceResponse>(request, options, cancellationToken); } #endregion #region UntagResource /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual UntagResourceResponse UntagResource(UntagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return Invoke<UntagResourceResponse>(request, options); } /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return InvokeAsync<UntagResourceResponse>(request, options, cancellationToken); } #endregion #region UpdateMediaInsightsPipelineConfiguration /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual UpdateMediaInsightsPipelineConfigurationResponse UpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<UpdateMediaInsightsPipelineConfigurationResponse> UpdateMediaInsightsPipelineConfigurationAsync(UpdateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<UpdateMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region UpdateMediaInsightsPipelineStatus /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual UpdateMediaInsightsPipelineStatusResponse UpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineStatusResponse>(request, options); } /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual Task<UpdateMediaInsightsPipelineStatusResponse> UpdateMediaInsightsPipelineStatusAsync(UpdateMediaInsightsPipelineStatusRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return InvokeAsync<UpdateMediaInsightsPipelineStatusResponse>(request, options, cancellationToken); } #endregion } }
1,885
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.ChimeSDKMediaPipelines.Model; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Interface for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial interface IAmazonChimeSDKMediaPipelines : IAmazonService, IDisposable { /// <summary> /// Paginators for the service /// </summary> IChimeSDKMediaPipelinesPaginatorFactory Paginators { get; } #region CreateMediaCapturePipeline /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request); /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> Task<CreateMediaCapturePipelineResponse> CreateMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaConcatenationPipeline /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> CreateMediaConcatenationPipelineResponse CreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request); /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> Task<CreateMediaConcatenationPipelineResponse> CreateMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaInsightsPipeline /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> CreateMediaInsightsPipelineResponse CreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request); /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> Task<CreateMediaInsightsPipelineResponse> CreateMediaInsightsPipelineAsync(CreateMediaInsightsPipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaInsightsPipelineConfiguration /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> CreateMediaInsightsPipelineConfigurationResponse CreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request); /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> Task<CreateMediaInsightsPipelineConfigurationResponse> CreateMediaInsightsPipelineConfigurationAsync(CreateMediaInsightsPipelineConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaLiveConnectorPipeline /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> CreateMediaLiveConnectorPipelineResponse CreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request); /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> Task<CreateMediaLiveConnectorPipelineResponse> CreateMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaCapturePipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request); /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> Task<DeleteMediaCapturePipelineResponse> DeleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaInsightsPipelineConfiguration /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> DeleteMediaInsightsPipelineConfigurationResponse DeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> Task<DeleteMediaInsightsPipelineConfigurationResponse> DeleteMediaInsightsPipelineConfigurationAsync(DeleteMediaInsightsPipelineConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaPipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> DeleteMediaPipelineResponse DeleteMediaPipeline(DeleteMediaPipelineRequest request); /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> Task<DeleteMediaPipelineResponse> DeleteMediaPipelineAsync(DeleteMediaPipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaCapturePipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request); /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> Task<GetMediaCapturePipelineResponse> GetMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaInsightsPipelineConfiguration /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> GetMediaInsightsPipelineConfigurationResponse GetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> Task<GetMediaInsightsPipelineConfigurationResponse> GetMediaInsightsPipelineConfigurationAsync(GetMediaInsightsPipelineConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaPipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> GetMediaPipelineResponse GetMediaPipeline(GetMediaPipelineRequest request); /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> Task<GetMediaPipelineResponse> GetMediaPipelineAsync(GetMediaPipelineRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaCapturePipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request); /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> Task<ListMediaCapturePipelinesResponse> ListMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaInsightsPipelineConfigurations /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> ListMediaInsightsPipelineConfigurationsResponse ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request); /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> Task<ListMediaInsightsPipelineConfigurationsResponse> ListMediaInsightsPipelineConfigurationsAsync(ListMediaInsightsPipelineConfigurationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaPipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> ListMediaPipelinesResponse ListMediaPipelines(ListMediaPipelinesRequest request); /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> Task<ListMediaPipelinesResponse> ListMediaPipelinesAsync(ListMediaPipelinesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> TagResourceResponse TagResource(TagResourceRequest request); /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> UntagResourceResponse UntagResource(UntagResourceRequest request); /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateMediaInsightsPipelineConfiguration /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> UpdateMediaInsightsPipelineConfigurationResponse UpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request); /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> Task<UpdateMediaInsightsPipelineConfigurationResponse> UpdateMediaInsightsPipelineConfigurationAsync(UpdateMediaInsightsPipelineConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateMediaInsightsPipelineStatus /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> UpdateMediaInsightsPipelineStatusResponse UpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request); /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> Task<UpdateMediaInsightsPipelineStatusResponse> UpdateMediaInsightsPipelineStatusAsync(UpdateMediaInsightsPipelineStatusRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }
1,417
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Net; using Amazon.ChimeSDKMediaPipelines.Model; using Amazon.ChimeSDKMediaPipelines.Model.Internal.MarshallTransformations; using Amazon.ChimeSDKMediaPipelines.Internal; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Internal.Auth; using Amazon.Runtime.Internal.Transform; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Implementation for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial class AmazonChimeSDKMediaPipelinesClient : AmazonServiceClient, IAmazonChimeSDKMediaPipelines { private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMediaPipelinesMetadata(); #region Constructors /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> public AmazonChimeSDKMediaPipelinesClient() : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(RegionEndpoint region) : base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> /// &lt;?xml version="1.0" encoding="utf-8" ?&gt; /// &lt;configuration&gt; /// &lt;appSettings&gt; /// &lt;add key="AWSProfileName" value="AWS Default"/&gt; /// &lt;/appSettings&gt; /// &lt;/configuration&gt; /// </code> /// /// </summary> /// <param name="config">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AmazonChimeSDKMediaPipelinesConfig config) : base(FallbackCredentialsFactory.GetCredentials(), config) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="region">The region to connect.</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, RegionEndpoint region) : this(credentials, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Credentials and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="credentials">AWS Credentials</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(AWSCredentials credentials, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(credentials, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMediaPipelinesConfig() {RegionEndpoint=region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient Configuration object. /// </summary> /// <param name="awsAccessKeyId">AWS Access Key ID</param> /// <param name="awsSecretAccessKey">AWS Secret Access Key</param> /// <param name="clientConfig">The AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, clientConfig) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig()) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient 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> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region) : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMediaPipelinesConfig{RegionEndpoint = region}) { } /// <summary> /// Constructs AmazonChimeSDKMediaPipelinesClient with AWS Access Key ID, AWS Secret Key and an /// AmazonChimeSDKMediaPipelinesClient 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 AmazonChimeSDKMediaPipelinesClient Configuration Object</param> public AmazonChimeSDKMediaPipelinesClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMediaPipelinesConfig clientConfig) : base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig) { } #endregion #if AWS_ASYNC_ENUMERABLES_API private IChimeSDKMediaPipelinesPaginatorFactory _paginators; /// <summary> /// Paginators for the service /// </summary> public IChimeSDKMediaPipelinesPaginatorFactory Paginators { get { if (this._paginators == null) { this._paginators = new ChimeSDKMediaPipelinesPaginatorFactory(this); } return this._paginators; } } #endif #region Overrides /// <summary> /// Creates the signer for the service. /// </summary> protected override AbstractAWSSigner CreateSigner() { return new AWS4Signer(); } /// <summary> /// Customizes the runtime pipeline. /// </summary> /// <param name="pipeline">Runtime pipeline for the current client.</param> protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline) { pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>(); pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMediaPipelinesEndpointResolver()); } /// <summary> /// Capture metadata for the service. /// </summary> protected override IServiceMetadata ServiceMetadata { get { return serviceMetadata; } } #endregion #region Dispose /// <summary> /// Disposes the service client. /// </summary> protected override void Dispose(bool disposing) { base.Dispose(disposing); } #endregion #region CreateMediaCapturePipeline internal virtual CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaCapturePipelineResponse>(request, options); } /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> public virtual Task<CreateMediaCapturePipelineResponse> CreateMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaConcatenationPipeline internal virtual CreateMediaConcatenationPipelineResponse CreateMediaConcatenationPipeline(CreateMediaConcatenationPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaConcatenationPipelineResponse>(request, options); } /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> public virtual Task<CreateMediaConcatenationPipelineResponse> CreateMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaConcatenationPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaConcatenationPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaConcatenationPipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaInsightsPipeline internal virtual CreateMediaInsightsPipelineResponse CreateMediaInsightsPipeline(CreateMediaInsightsPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineResponse>(request, options); } /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> public virtual Task<CreateMediaInsightsPipelineResponse> CreateMediaInsightsPipelineAsync(CreateMediaInsightsPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaInsightsPipelineResponse>(request, options, cancellationToken); } #endregion #region CreateMediaInsightsPipelineConfiguration internal virtual CreateMediaInsightsPipelineConfigurationResponse CreateMediaInsightsPipelineConfiguration(CreateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<CreateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<CreateMediaInsightsPipelineConfigurationResponse> CreateMediaInsightsPipelineConfigurationAsync(CreateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region CreateMediaLiveConnectorPipeline internal virtual CreateMediaLiveConnectorPipelineResponse CreateMediaLiveConnectorPipeline(CreateMediaLiveConnectorPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return Invoke<CreateMediaLiveConnectorPipelineResponse>(request, options); } /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> public virtual Task<CreateMediaLiveConnectorPipelineResponse> CreateMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = CreateMediaLiveConnectorPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = CreateMediaLiveConnectorPipelineResponseUnmarshaller.Instance; return InvokeAsync<CreateMediaLiveConnectorPipelineResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaCapturePipeline internal virtual DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaCapturePipelineResponse>(request, options); } /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> public virtual Task<DeleteMediaCapturePipelineResponse> DeleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaInsightsPipelineConfiguration internal virtual DeleteMediaInsightsPipelineConfigurationResponse DeleteMediaInsightsPipelineConfiguration(DeleteMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<DeleteMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<DeleteMediaInsightsPipelineConfigurationResponse> DeleteMediaInsightsPipelineConfigurationAsync(DeleteMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region DeleteMediaPipeline internal virtual DeleteMediaPipelineResponse DeleteMediaPipeline(DeleteMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return Invoke<DeleteMediaPipelineResponse>(request, options); } /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> public virtual Task<DeleteMediaPipelineResponse> DeleteMediaPipelineAsync(DeleteMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteMediaPipelineResponseUnmarshaller.Instance; return InvokeAsync<DeleteMediaPipelineResponse>(request, options, cancellationToken); } #endregion #region GetMediaCapturePipeline internal virtual GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return Invoke<GetMediaCapturePipelineResponse>(request, options); } /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> public virtual Task<GetMediaCapturePipelineResponse> GetMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaCapturePipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaCapturePipelineResponseUnmarshaller.Instance; return InvokeAsync<GetMediaCapturePipelineResponse>(request, options, cancellationToken); } #endregion #region GetMediaInsightsPipelineConfiguration internal virtual GetMediaInsightsPipelineConfigurationResponse GetMediaInsightsPipelineConfiguration(GetMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<GetMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<GetMediaInsightsPipelineConfigurationResponse> GetMediaInsightsPipelineConfigurationAsync(GetMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<GetMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region GetMediaPipeline internal virtual GetMediaPipelineResponse GetMediaPipeline(GetMediaPipelineRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return Invoke<GetMediaPipelineResponse>(request, options); } /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> public virtual Task<GetMediaPipelineResponse> GetMediaPipelineAsync(GetMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetMediaPipelineRequestMarshaller.Instance; options.ResponseUnmarshaller = GetMediaPipelineResponseUnmarshaller.Instance; return InvokeAsync<GetMediaPipelineResponse>(request, options, cancellationToken); } #endregion #region ListMediaCapturePipelines internal virtual ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaCapturePipelinesResponse>(request, options); } /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> public virtual Task<ListMediaCapturePipelinesResponse> ListMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaCapturePipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaCapturePipelinesResponseUnmarshaller.Instance; return InvokeAsync<ListMediaCapturePipelinesResponse>(request, options, cancellationToken); } #endregion #region ListMediaInsightsPipelineConfigurations internal virtual ListMediaInsightsPipelineConfigurationsResponse ListMediaInsightsPipelineConfigurations(ListMediaInsightsPipelineConfigurationsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return Invoke<ListMediaInsightsPipelineConfigurationsResponse>(request, options); } /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> public virtual Task<ListMediaInsightsPipelineConfigurationsResponse> ListMediaInsightsPipelineConfigurationsAsync(ListMediaInsightsPipelineConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaInsightsPipelineConfigurationsRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaInsightsPipelineConfigurationsResponseUnmarshaller.Instance; return InvokeAsync<ListMediaInsightsPipelineConfigurationsResponse>(request, options, cancellationToken); } #endregion #region ListMediaPipelines internal virtual ListMediaPipelinesResponse ListMediaPipelines(ListMediaPipelinesRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return Invoke<ListMediaPipelinesResponse>(request, options); } /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> public virtual Task<ListMediaPipelinesResponse> ListMediaPipelinesAsync(ListMediaPipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListMediaPipelinesRequestMarshaller.Instance; options.ResponseUnmarshaller = ListMediaPipelinesResponseUnmarshaller.Instance; return InvokeAsync<ListMediaPipelinesResponse>(request, options, cancellationToken); } #endregion #region ListTagsForResource internal virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return Invoke<ListTagsForResourceResponse>(request, options); } /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> public virtual Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance; return InvokeAsync<ListTagsForResourceResponse>(request, options, cancellationToken); } #endregion #region TagResource internal virtual TagResourceResponse TagResource(TagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return Invoke<TagResourceResponse>(request, options); } /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> public virtual Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = TagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance; return InvokeAsync<TagResourceResponse>(request, options, cancellationToken); } #endregion #region UntagResource internal virtual UntagResourceResponse UntagResource(UntagResourceRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return Invoke<UntagResourceResponse>(request, options); } /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> public virtual Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UntagResourceRequestMarshaller.Instance; options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance; return InvokeAsync<UntagResourceResponse>(request, options, cancellationToken); } #endregion #region UpdateMediaInsightsPipelineConfiguration internal virtual UpdateMediaInsightsPipelineConfigurationResponse UpdateMediaInsightsPipelineConfiguration(UpdateMediaInsightsPipelineConfigurationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineConfigurationResponse>(request, options); } /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> public virtual Task<UpdateMediaInsightsPipelineConfigurationResponse> UpdateMediaInsightsPipelineConfigurationAsync(UpdateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineConfigurationRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineConfigurationResponseUnmarshaller.Instance; return InvokeAsync<UpdateMediaInsightsPipelineConfigurationResponse>(request, options, cancellationToken); } #endregion #region UpdateMediaInsightsPipelineStatus internal virtual UpdateMediaInsightsPipelineStatusResponse UpdateMediaInsightsPipelineStatus(UpdateMediaInsightsPipelineStatusRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return Invoke<UpdateMediaInsightsPipelineStatusResponse>(request, options); } /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> public virtual Task<UpdateMediaInsightsPipelineStatusResponse> UpdateMediaInsightsPipelineStatusAsync(UpdateMediaInsightsPipelineStatusRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateMediaInsightsPipelineStatusRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateMediaInsightsPipelineStatusResponseUnmarshaller.Instance; return InvokeAsync<UpdateMediaInsightsPipelineStatusResponse>(request, options, cancellationToken); } #endregion } }
1,338
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-media-pipelines-2021-07-15.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.ChimeSDKMediaPipelines.Model; namespace Amazon.ChimeSDKMediaPipelines { /// <summary> /// Interface for accessing ChimeSDKMediaPipelines /// /// The Amazon Chime SDK media pipeline APIs in this section allow software developers /// to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your /// Amazon Chime SDK meetings. For more information about media pipelines, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html">Amazon /// Chime SDK media pipelines</a>. /// </summary> public partial interface IAmazonChimeSDKMediaPipelines : IAmazonService, IDisposable { #if AWS_ASYNC_ENUMERABLES_API /// <summary> /// Paginators for the service /// </summary> IChimeSDKMediaPipelinesPaginatorFactory Paginators { get; } #endif #region CreateMediaCapturePipeline /// <summary> /// Creates a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline">REST API Reference for CreateMediaCapturePipeline Operation</seealso> Task<CreateMediaCapturePipelineResponse> CreateMediaCapturePipelineAsync(CreateMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaConcatenationPipeline /// <summary> /// Creates a media concatenation pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaConcatenationPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaConcatenationPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaConcatenationPipeline">REST API Reference for CreateMediaConcatenationPipeline Operation</seealso> Task<CreateMediaConcatenationPipelineResponse> CreateMediaConcatenationPipelineAsync(CreateMediaConcatenationPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaInsightsPipeline /// <summary> /// Creates a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline">REST API Reference for CreateMediaInsightsPipeline Operation</seealso> Task<CreateMediaInsightsPipelineResponse> CreateMediaInsightsPipelineAsync(CreateMediaInsightsPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaInsightsPipelineConfiguration /// <summary> /// A structure that contains the static configurations for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration">REST API Reference for CreateMediaInsightsPipelineConfiguration Operation</seealso> Task<CreateMediaInsightsPipelineConfigurationResponse> CreateMediaInsightsPipelineConfigurationAsync(CreateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateMediaLiveConnectorPipeline /// <summary> /// Creates a media live connector pipeline in an Amazon Chime SDK meeting. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateMediaLiveConnectorPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateMediaLiveConnectorPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipeline">REST API Reference for CreateMediaLiveConnectorPipeline Operation</seealso> Task<CreateMediaLiveConnectorPipelineResponse> CreateMediaLiveConnectorPipelineAsync(CreateMediaLiveConnectorPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaCapturePipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaCapturePipeline">REST API Reference for DeleteMediaCapturePipeline Operation</seealso> Task<DeleteMediaCapturePipelineResponse> DeleteMediaCapturePipelineAsync(DeleteMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaInsightsPipelineConfiguration /// <summary> /// Deletes the specified configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration">REST API Reference for DeleteMediaInsightsPipelineConfiguration Operation</seealso> Task<DeleteMediaInsightsPipelineConfigurationResponse> DeleteMediaInsightsPipelineConfigurationAsync(DeleteMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteMediaPipeline /// <summary> /// Deletes the media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipeline">REST API Reference for DeleteMediaPipeline Operation</seealso> Task<DeleteMediaPipelineResponse> DeleteMediaPipelineAsync(DeleteMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaCapturePipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaCapturePipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaCapturePipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline">REST API Reference for GetMediaCapturePipeline Operation</seealso> Task<GetMediaCapturePipelineResponse> GetMediaCapturePipelineAsync(GetMediaCapturePipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaInsightsPipelineConfiguration /// <summary> /// Gets the configuration settings for a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration">REST API Reference for GetMediaInsightsPipelineConfiguration Operation</seealso> Task<GetMediaInsightsPipelineConfigurationResponse> GetMediaInsightsPipelineConfigurationAsync(GetMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetMediaPipeline /// <summary> /// Gets an existing media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetMediaPipeline service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetMediaPipeline service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline">REST API Reference for GetMediaPipeline Operation</seealso> Task<GetMediaPipelineResponse> GetMediaPipelineAsync(GetMediaPipelineRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaCapturePipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaCapturePipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaCapturePipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelines">REST API Reference for ListMediaCapturePipelines Operation</seealso> Task<ListMediaCapturePipelinesResponse> ListMediaCapturePipelinesAsync(ListMediaCapturePipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaInsightsPipelineConfigurations /// <summary> /// Lists the available media insights pipeline configurations. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaInsightsPipelineConfigurations service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaInsightsPipelineConfigurations service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations">REST API Reference for ListMediaInsightsPipelineConfigurations Operation</seealso> Task<ListMediaInsightsPipelineConfigurationsResponse> ListMediaInsightsPipelineConfigurationsAsync(ListMediaInsightsPipelineConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListMediaPipelines /// <summary> /// Returns a list of media pipelines. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListMediaPipelines service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListMediaPipelines service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ResourceLimitExceededException"> /// The request exceeds the resource limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaPipelines">REST API Reference for ListMediaPipelines Operation</seealso> Task<ListMediaPipelinesResponse> ListMediaPipelinesAsync(ListMediaPipelinesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// <summary> /// Lists the tags available for a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso> Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// <summary> /// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint /// region, resource ID, and pipeline ID. /// </summary> /// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the TagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso> Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// <summary> /// Removes any tags from a media pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UntagResource service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso> Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateMediaInsightsPipelineConfiguration /// <summary> /// Updates the media insights pipeline's configuration settings. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineConfiguration service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineConfiguration service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration">REST API Reference for UpdateMediaInsightsPipelineConfiguration Operation</seealso> Task<UpdateMediaInsightsPipelineConfigurationResponse> UpdateMediaInsightsPipelineConfigurationAsync(UpdateMediaInsightsPipelineConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateMediaInsightsPipelineStatus /// <summary> /// Updates the status of a media insights pipeline. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateMediaInsightsPipelineStatus service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateMediaInsightsPipelineStatus service method, as returned by ChimeSDKMediaPipelines.</returns> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.BadRequestException"> /// The input parameters don't match the service's restrictions. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ConflictException"> /// The request could not be processed because of conflict in the current state of the /// resource. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ForbiddenException"> /// The client is permanently forbidden from making the request. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.NotFoundException"> /// One or more of the resources in the request does not exist in the system. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceFailureException"> /// The service encountered an unexpected error. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ServiceUnavailableException"> /// The service is currently unavailable. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.ThrottledClientException"> /// The client exceeded its request rate limit. /// </exception> /// <exception cref="Amazon.ChimeSDKMediaPipelines.Model.UnauthorizedClientException"> /// The client is not currently authorized to make the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus">REST API Reference for UpdateMediaInsightsPipelineStatus Operation</seealso> Task<UpdateMediaInsightsPipelineStatusResponse> UpdateMediaInsightsPipelineStatusAsync(UpdateMediaInsightsPipelineStatusRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion } }
809
aws-sdk-net
aws
C#
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AWSSDK.ChimeSDKMediaPipelines")] #if BCL35 [assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Chime SDK Media Pipelines. For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.")] #elif BCL45 [assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (4.5) - Amazon Chime SDK Media Pipelines. For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.")] #elif NETSTANDARD20 [assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (NetStandard 2.0) - Amazon Chime SDK Media Pipelines. For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.")] #elif NETCOREAPP3_1 [assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (.NET Core 3.1) - Amazon Chime SDK Media Pipelines. For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.")] #else #error Unknown platform constant - unable to set correct AssemblyDescription #endif [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("Amazon Web Services SDK for .NET")] [assembly: AssemblyCompany("Amazon.com, Inc")] [assembly: AssemblyCopyright("Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] [assembly: AssemblyFileVersion("3.7.102.31")] [assembly: System.CLSCompliant(true)] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] #endif
51
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Util.Internal; using Amazon.ChimeSDKMeetings.Internal; namespace Amazon.ChimeSDKMeetings { /// <summary> /// Configuration for accessing Amazon ChimeSDKMeetings service /// </summary> [AWSSignerType("v4")] public partial class AmazonChimeSDKMeetingsConfig : ClientConfig { private static readonly string UserAgentString = InternalSDKUtils.BuildUserAgentString("3.7.101.31"); private string _userAgent = UserAgentString; /// <summary> /// Default constructor /// </summary> public AmazonChimeSDKMeetingsConfig() : base(new Amazon.Runtime.Internal.DefaultConfigurationProvider(AmazonChimeSDKMeetingsDefaultConfiguration.GetAllConfigurations())) { this.AuthenticationServiceName = "chime"; this.EndpointProvider = new AmazonChimeSDKMeetingsEndpointProvider(); } /// <summary> /// The constant used to lookup in the region hash the endpoint. /// </summary> public override string RegionEndpointServiceName { get { return "meetings-chime"; } } /// <summary> /// Gets the ServiceVersion property. /// </summary> public override string ServiceVersion { get { return "2021-07-15"; } } /// <summary> /// Gets the value of UserAgent property. /// </summary> public override string UserAgent { get { return _userAgent; } } } }
83
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Amazon.Runtime; namespace Amazon.ChimeSDKMeetings { /// <summary> /// Configuration for accessing Amazon ChimeSDKMeetings service /// </summary> public static class AmazonChimeSDKMeetingsDefaultConfiguration { /// <summary> /// Collection of all <see cref="DefaultConfiguration"/>s supported by /// ChimeSDKMeetings /// </summary> public static ReadOnlyCollection<IDefaultConfiguration> GetAllConfigurations() { return new ReadOnlyCollection<IDefaultConfiguration>(new List<IDefaultConfiguration> { Standard, InRegion, CrossRegion, Mobile, Auto, Legacy }); } /// <summary> /// <p>The STANDARD mode provides the latest recommended default values that should be safe to run in most scenarios</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p> /// </summary> public static IDefaultConfiguration Standard {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.Standard, RetryMode = RequestRetryMode.Standard, StsRegionalEndpoints = StsRegionalEndpointsValue.Regional, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional, // 0:00:03.1 ConnectTimeout = TimeSpan.FromMilliseconds(3100L), // 0:00:03.1 TlsNegotiationTimeout = TimeSpan.FromMilliseconds(3100L), TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; /// <summary> /// <p>The IN_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services from within the same AWS region</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p> /// </summary> public static IDefaultConfiguration InRegion {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.InRegion, RetryMode = RequestRetryMode.Standard, StsRegionalEndpoints = StsRegionalEndpointsValue.Regional, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional, // 0:00:01.1 ConnectTimeout = TimeSpan.FromMilliseconds(1100L), // 0:00:01.1 TlsNegotiationTimeout = TimeSpan.FromMilliseconds(1100L), TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; /// <summary> /// <p>The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services in a different region</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p> /// </summary> public static IDefaultConfiguration CrossRegion {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.CrossRegion, RetryMode = RequestRetryMode.Standard, StsRegionalEndpoints = StsRegionalEndpointsValue.Regional, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional, // 0:00:03.1 ConnectTimeout = TimeSpan.FromMilliseconds(3100L), // 0:00:03.1 TlsNegotiationTimeout = TimeSpan.FromMilliseconds(3100L), TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; /// <summary> /// <p>The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applications</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p> /// </summary> public static IDefaultConfiguration Mobile {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.Mobile, RetryMode = RequestRetryMode.Standard, StsRegionalEndpoints = StsRegionalEndpointsValue.Regional, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional, // 0:00:30 ConnectTimeout = TimeSpan.FromMilliseconds(30000L), // 0:00:30 TlsNegotiationTimeout = TimeSpan.FromMilliseconds(30000L), TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; /// <summary> /// <p>The AUTO mode is an experimental mode that builds on the standard mode. The SDK will attempt to discover the execution environment to determine the appropriate settings automatically.</p><p>Note that the auto detection is heuristics-based and does not guarantee 100% accuracy. STANDARD mode will be used if the execution environment cannot be determined. The auto detection might query <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">EC2 Instance Metadata service</a>, which might introduce latency. Therefore we recommend choosing an explicit defaults_mode instead if startup latency is critical to your application</p> /// </summary> public static IDefaultConfiguration Auto {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.Auto, RetryMode = RequestRetryMode.Standard, StsRegionalEndpoints = StsRegionalEndpointsValue.Regional, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional, // 0:00:01.1 ConnectTimeout = TimeSpan.FromMilliseconds(1100L), // 0:00:01.1 TlsNegotiationTimeout = TimeSpan.FromMilliseconds(1100L), TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; /// <summary> /// <p>The LEGACY mode provides default settings that vary per SDK and were used prior to establishment of defaults_mode</p> /// </summary> public static IDefaultConfiguration Legacy {get;} = new DefaultConfiguration { Name = DefaultConfigurationMode.Legacy, RetryMode = RequestRetryMode.Legacy, StsRegionalEndpoints = StsRegionalEndpointsValue.Legacy, S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Legacy, ConnectTimeout = null, TlsNegotiationTimeout = null, TimeToFirstByteTimeout = null, HttpRequestTimeout = null }; } }
146
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using Amazon.Runtime; using Amazon.Runtime.Endpoints; namespace Amazon.ChimeSDKMeetings.Endpoints { /// <summary> /// Contains parameters used for resolving ChimeSDKMeetings endpoints /// Parameters can be sourced from client config and service operations /// Used by internal ChimeSDKMeetingsEndpointProvider and ChimeSDKMeetingsEndpointResolver /// Can be used by custom EndpointProvider, see ClientConfig.EndpointProvider /// </summary> public class ChimeSDKMeetingsEndpointParameters : EndpointParameters { /// <summary> /// ChimeSDKMeetingsEndpointParameters constructor /// </summary> public ChimeSDKMeetingsEndpointParameters() { UseDualStack = false; UseFIPS = false; } /// <summary> /// Region parameter /// </summary> public string Region { get { return (string)this["Region"]; } set { this["Region"] = value; } } /// <summary> /// UseDualStack parameter /// </summary> public bool? UseDualStack { get { return (bool?)this["UseDualStack"]; } set { this["UseDualStack"] = value; } } /// <summary> /// UseFIPS parameter /// </summary> public bool? UseFIPS { get { return (bool?)this["UseFIPS"]; } set { this["UseFIPS"] = value; } } /// <summary> /// Endpoint parameter /// </summary> public string Endpoint { get { return (string)this["Endpoint"]; } set { this["Endpoint"] = value; } } } }
78
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Net; using System.Text; using Amazon.Runtime; namespace Amazon.ChimeSDKMeetings { ///<summary> /// Common exception for the ChimeSDKMeetings service. /// </summary> #if !NETSTANDARD [Serializable] #endif public partial class AmazonChimeSDKMeetingsException : AmazonServiceException { /// <summary> /// Construct instance of AmazonChimeSDKMeetingsException /// </summary> /// <param name="message"></param> public AmazonChimeSDKMeetingsException(string message) : base(message) { } /// <summary> /// Construct instance of AmazonChimeSDKMeetingsException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> public AmazonChimeSDKMeetingsException(string message, Exception innerException) : base(message, innerException) { } /// <summary> /// Construct instance of AmazonChimeSDKMeetingsException /// </summary> /// <param name="innerException"></param> public AmazonChimeSDKMeetingsException(Exception innerException) : base(innerException.Message, innerException) { } /// <summary> /// Construct instance of AmazonChimeSDKMeetingsException /// </summary> /// <param name="message"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public AmazonChimeSDKMeetingsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, errorType, errorCode, requestId, statusCode) { } /// <summary> /// Construct instance of AmazonChimeSDKMeetingsException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public AmazonChimeSDKMeetingsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, innerException, errorType, errorCode, requestId, statusCode) { } #if !NETSTANDARD /// <summary> /// Constructs a new instance of the AmazonChimeSDKMeetingsException class with serialized data. /// </summary> /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param> /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param> /// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception> /// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception> protected AmazonChimeSDKMeetingsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } #endif } }
105
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using Amazon.Runtime; namespace Amazon.ChimeSDKMeetings { /// <summary> /// Constants used for properties of type MediaCapabilities. /// </summary> public class MediaCapabilities : ConstantClass { /// <summary> /// Constant None for MediaCapabilities /// </summary> public static readonly MediaCapabilities None = new MediaCapabilities("None"); /// <summary> /// Constant Receive for MediaCapabilities /// </summary> public static readonly MediaCapabilities Receive = new MediaCapabilities("Receive"); /// <summary> /// Constant Send for MediaCapabilities /// </summary> public static readonly MediaCapabilities Send = new MediaCapabilities("Send"); /// <summary> /// Constant SendReceive for MediaCapabilities /// </summary> public static readonly MediaCapabilities SendReceive = new MediaCapabilities("SendReceive"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public MediaCapabilities(string value) : base(value) { } /// <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> public static MediaCapabilities FindValue(string value) { return FindValue<MediaCapabilities>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator MediaCapabilities(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type MeetingFeatureStatus. /// </summary> public class MeetingFeatureStatus : ConstantClass { /// <summary> /// Constant AVAILABLE for MeetingFeatureStatus /// </summary> public static readonly MeetingFeatureStatus AVAILABLE = new MeetingFeatureStatus("AVAILABLE"); /// <summary> /// Constant UNAVAILABLE for MeetingFeatureStatus /// </summary> public static readonly MeetingFeatureStatus UNAVAILABLE = new MeetingFeatureStatus("UNAVAILABLE"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public MeetingFeatureStatus(string value) : base(value) { } /// <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> public static MeetingFeatureStatus FindValue(string value) { return FindValue<MeetingFeatureStatus>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator MeetingFeatureStatus(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeContentIdentificationType. /// </summary> public class TranscribeContentIdentificationType : ConstantClass { /// <summary> /// Constant PII for TranscribeContentIdentificationType /// </summary> public static readonly TranscribeContentIdentificationType PII = new TranscribeContentIdentificationType("PII"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeContentIdentificationType(string value) : base(value) { } /// <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> public static TranscribeContentIdentificationType FindValue(string value) { return FindValue<TranscribeContentIdentificationType>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeContentIdentificationType(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeContentRedactionType. /// </summary> public class TranscribeContentRedactionType : ConstantClass { /// <summary> /// Constant PII for TranscribeContentRedactionType /// </summary> public static readonly TranscribeContentRedactionType PII = new TranscribeContentRedactionType("PII"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeContentRedactionType(string value) : base(value) { } /// <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> public static TranscribeContentRedactionType FindValue(string value) { return FindValue<TranscribeContentRedactionType>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeContentRedactionType(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeLanguageCode. /// </summary> public class TranscribeLanguageCode : ConstantClass { /// <summary> /// Constant DeDE for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode DeDE = new TranscribeLanguageCode("de-DE"); /// <summary> /// Constant EnAU for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode EnAU = new TranscribeLanguageCode("en-AU"); /// <summary> /// Constant EnGB for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode EnGB = new TranscribeLanguageCode("en-GB"); /// <summary> /// Constant EnUS for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode EnUS = new TranscribeLanguageCode("en-US"); /// <summary> /// Constant EsUS for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode EsUS = new TranscribeLanguageCode("es-US"); /// <summary> /// Constant FrCA for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode FrCA = new TranscribeLanguageCode("fr-CA"); /// <summary> /// Constant FrFR for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode FrFR = new TranscribeLanguageCode("fr-FR"); /// <summary> /// Constant HiIN for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode HiIN = new TranscribeLanguageCode("hi-IN"); /// <summary> /// Constant ItIT for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode ItIT = new TranscribeLanguageCode("it-IT"); /// <summary> /// Constant JaJP for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode JaJP = new TranscribeLanguageCode("ja-JP"); /// <summary> /// Constant KoKR for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode KoKR = new TranscribeLanguageCode("ko-KR"); /// <summary> /// Constant PtBR for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode PtBR = new TranscribeLanguageCode("pt-BR"); /// <summary> /// Constant ThTH for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode ThTH = new TranscribeLanguageCode("th-TH"); /// <summary> /// Constant ZhCN for TranscribeLanguageCode /// </summary> public static readonly TranscribeLanguageCode ZhCN = new TranscribeLanguageCode("zh-CN"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeLanguageCode(string value) : base(value) { } /// <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> public static TranscribeLanguageCode FindValue(string value) { return FindValue<TranscribeLanguageCode>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeLanguageCode(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeMedicalContentIdentificationType. /// </summary> public class TranscribeMedicalContentIdentificationType : ConstantClass { /// <summary> /// Constant PHI for TranscribeMedicalContentIdentificationType /// </summary> public static readonly TranscribeMedicalContentIdentificationType PHI = new TranscribeMedicalContentIdentificationType("PHI"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeMedicalContentIdentificationType(string value) : base(value) { } /// <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> public static TranscribeMedicalContentIdentificationType FindValue(string value) { return FindValue<TranscribeMedicalContentIdentificationType>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeMedicalContentIdentificationType(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeMedicalLanguageCode. /// </summary> public class TranscribeMedicalLanguageCode : ConstantClass { /// <summary> /// Constant EnUS for TranscribeMedicalLanguageCode /// </summary> public static readonly TranscribeMedicalLanguageCode EnUS = new TranscribeMedicalLanguageCode("en-US"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeMedicalLanguageCode(string value) : base(value) { } /// <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> public static TranscribeMedicalLanguageCode FindValue(string value) { return FindValue<TranscribeMedicalLanguageCode>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeMedicalLanguageCode(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeMedicalRegion. /// </summary> public class TranscribeMedicalRegion : ConstantClass { /// <summary> /// Constant ApSoutheast2 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion ApSoutheast2 = new TranscribeMedicalRegion("ap-southeast-2"); /// <summary> /// Constant Auto for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion Auto = new TranscribeMedicalRegion("auto"); /// <summary> /// Constant CaCentral1 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion CaCentral1 = new TranscribeMedicalRegion("ca-central-1"); /// <summary> /// Constant EuWest1 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion EuWest1 = new TranscribeMedicalRegion("eu-west-1"); /// <summary> /// Constant UsEast1 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion UsEast1 = new TranscribeMedicalRegion("us-east-1"); /// <summary> /// Constant UsEast2 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion UsEast2 = new TranscribeMedicalRegion("us-east-2"); /// <summary> /// Constant UsWest2 for TranscribeMedicalRegion /// </summary> public static readonly TranscribeMedicalRegion UsWest2 = new TranscribeMedicalRegion("us-west-2"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeMedicalRegion(string value) : base(value) { } /// <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> public static TranscribeMedicalRegion FindValue(string value) { return FindValue<TranscribeMedicalRegion>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeMedicalRegion(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeMedicalSpecialty. /// </summary> public class TranscribeMedicalSpecialty : ConstantClass { /// <summary> /// Constant CARDIOLOGY for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty CARDIOLOGY = new TranscribeMedicalSpecialty("CARDIOLOGY"); /// <summary> /// Constant NEUROLOGY for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty NEUROLOGY = new TranscribeMedicalSpecialty("NEUROLOGY"); /// <summary> /// Constant ONCOLOGY for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty ONCOLOGY = new TranscribeMedicalSpecialty("ONCOLOGY"); /// <summary> /// Constant PRIMARYCARE for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty PRIMARYCARE = new TranscribeMedicalSpecialty("PRIMARYCARE"); /// <summary> /// Constant RADIOLOGY for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty RADIOLOGY = new TranscribeMedicalSpecialty("RADIOLOGY"); /// <summary> /// Constant UROLOGY for TranscribeMedicalSpecialty /// </summary> public static readonly TranscribeMedicalSpecialty UROLOGY = new TranscribeMedicalSpecialty("UROLOGY"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeMedicalSpecialty(string value) : base(value) { } /// <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> public static TranscribeMedicalSpecialty FindValue(string value) { return FindValue<TranscribeMedicalSpecialty>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeMedicalSpecialty(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeMedicalType. /// </summary> public class TranscribeMedicalType : ConstantClass { /// <summary> /// Constant CONVERSATION for TranscribeMedicalType /// </summary> public static readonly TranscribeMedicalType CONVERSATION = new TranscribeMedicalType("CONVERSATION"); /// <summary> /// Constant DICTATION for TranscribeMedicalType /// </summary> public static readonly TranscribeMedicalType DICTATION = new TranscribeMedicalType("DICTATION"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeMedicalType(string value) : base(value) { } /// <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> public static TranscribeMedicalType FindValue(string value) { return FindValue<TranscribeMedicalType>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeMedicalType(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribePartialResultsStability. /// </summary> public class TranscribePartialResultsStability : ConstantClass { /// <summary> /// Constant High for TranscribePartialResultsStability /// </summary> public static readonly TranscribePartialResultsStability High = new TranscribePartialResultsStability("high"); /// <summary> /// Constant Low for TranscribePartialResultsStability /// </summary> public static readonly TranscribePartialResultsStability Low = new TranscribePartialResultsStability("low"); /// <summary> /// Constant Medium for TranscribePartialResultsStability /// </summary> public static readonly TranscribePartialResultsStability Medium = new TranscribePartialResultsStability("medium"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribePartialResultsStability(string value) : base(value) { } /// <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> public static TranscribePartialResultsStability FindValue(string value) { return FindValue<TranscribePartialResultsStability>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribePartialResultsStability(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeRegion. /// </summary> public class TranscribeRegion : ConstantClass { /// <summary> /// Constant ApNortheast1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion ApNortheast1 = new TranscribeRegion("ap-northeast-1"); /// <summary> /// Constant ApNortheast2 for TranscribeRegion /// </summary> public static readonly TranscribeRegion ApNortheast2 = new TranscribeRegion("ap-northeast-2"); /// <summary> /// Constant ApSoutheast2 for TranscribeRegion /// </summary> public static readonly TranscribeRegion ApSoutheast2 = new TranscribeRegion("ap-southeast-2"); /// <summary> /// Constant Auto for TranscribeRegion /// </summary> public static readonly TranscribeRegion Auto = new TranscribeRegion("auto"); /// <summary> /// Constant CaCentral1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion CaCentral1 = new TranscribeRegion("ca-central-1"); /// <summary> /// Constant EuCentral1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion EuCentral1 = new TranscribeRegion("eu-central-1"); /// <summary> /// Constant EuWest1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion EuWest1 = new TranscribeRegion("eu-west-1"); /// <summary> /// Constant EuWest2 for TranscribeRegion /// </summary> public static readonly TranscribeRegion EuWest2 = new TranscribeRegion("eu-west-2"); /// <summary> /// Constant SaEast1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion SaEast1 = new TranscribeRegion("sa-east-1"); /// <summary> /// Constant UsEast1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion UsEast1 = new TranscribeRegion("us-east-1"); /// <summary> /// Constant UsEast2 for TranscribeRegion /// </summary> public static readonly TranscribeRegion UsEast2 = new TranscribeRegion("us-east-2"); /// <summary> /// Constant UsGovWest1 for TranscribeRegion /// </summary> public static readonly TranscribeRegion UsGovWest1 = new TranscribeRegion("us-gov-west-1"); /// <summary> /// Constant UsWest2 for TranscribeRegion /// </summary> public static readonly TranscribeRegion UsWest2 = new TranscribeRegion("us-west-2"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeRegion(string value) : base(value) { } /// <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> public static TranscribeRegion FindValue(string value) { return FindValue<TranscribeRegion>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeRegion(string value) { return FindValue(value); } } /// <summary> /// Constants used for properties of type TranscribeVocabularyFilterMethod. /// </summary> public class TranscribeVocabularyFilterMethod : ConstantClass { /// <summary> /// Constant Mask for TranscribeVocabularyFilterMethod /// </summary> public static readonly TranscribeVocabularyFilterMethod Mask = new TranscribeVocabularyFilterMethod("mask"); /// <summary> /// Constant Remove for TranscribeVocabularyFilterMethod /// </summary> public static readonly TranscribeVocabularyFilterMethod Remove = new TranscribeVocabularyFilterMethod("remove"); /// <summary> /// Constant Tag for TranscribeVocabularyFilterMethod /// </summary> public static readonly TranscribeVocabularyFilterMethod Tag = new TranscribeVocabularyFilterMethod("tag"); /// <summary> /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// </summary> public TranscribeVocabularyFilterMethod(string value) : base(value) { } /// <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> public static TranscribeVocabularyFilterMethod FindValue(string value) { return FindValue<TranscribeVocabularyFilterMethod>(value); } /// <summary> /// Utility method to convert strings to the constant class. /// </summary> /// <param name="value">The string value to convert to the constant class.</param> /// <returns></returns> public static implicit operator TranscribeVocabularyFilterMethod(string value) { return FindValue(value); } } }
804
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.Runtime.Endpoints; using static Amazon.Runtime.Internal.Endpoints.StandardLibrary.Fn; namespace Amazon.ChimeSDKMeetings.Internal { /// <summary> /// Amazon ChimeSDKMeetings endpoint provider. /// Resolves endpoint for given set of ChimeSDKMeetingsEndpointParameters. /// Can throw AmazonClientException if endpoint resolution is unsuccessful. /// </summary> public class AmazonChimeSDKMeetingsEndpointProvider : IEndpointProvider { /// <summary> /// Resolve endpoint for ChimeSDKMeetingsEndpointParameters /// </summary> public Endpoint ResolveEndpoint(EndpointParameters parameters) { if (parameters == null) throw new ArgumentNullException("parameters"); if (parameters["UseDualStack"] == null) throw new AmazonClientException("UseDualStack parameter must be set for endpoint resolution"); if (parameters["UseFIPS"] == null) throw new AmazonClientException("UseFIPS parameter must be set for endpoint resolution"); var refs = new Dictionary<string, object>() { ["Region"] = parameters["Region"], ["UseDualStack"] = parameters["UseDualStack"], ["UseFIPS"] = parameters["UseFIPS"], ["Endpoint"] = parameters["Endpoint"], }; if (IsSet(refs["Endpoint"])) { if (Equals(refs["UseFIPS"], true)) { throw new AmazonClientException("Invalid Configuration: FIPS and custom endpoint are not supported"); } if (Equals(refs["UseDualStack"], true)) { throw new AmazonClientException("Invalid Configuration: Dualstack and custom endpoint are not supported"); } return new Endpoint((string)refs["Endpoint"], InterpolateJson(@"", refs), InterpolateJson(@"", refs)); } if (IsSet(refs["Region"])) { if ((refs["PartitionResult"] = Partition((string)refs["Region"])) != null) { if (Equals(refs["UseFIPS"], true) && Equals(refs["UseDualStack"], true)) { if (Equals(true, GetAttr(refs["PartitionResult"], "supportsFIPS")) && Equals(true, GetAttr(refs["PartitionResult"], "supportsDualStack"))) { return new Endpoint(Interpolate(@"https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs)); } throw new AmazonClientException("FIPS and DualStack are enabled, but this partition does not support one or both"); } if (Equals(refs["UseFIPS"], true)) { if (Equals(true, GetAttr(refs["PartitionResult"], "supportsFIPS"))) { return new Endpoint(Interpolate(@"https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs)); } throw new AmazonClientException("FIPS is enabled but this partition does not support FIPS"); } if (Equals(refs["UseDualStack"], true)) { if (Equals(true, GetAttr(refs["PartitionResult"], "supportsDualStack"))) { return new Endpoint(Interpolate(@"https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs)); } throw new AmazonClientException("DualStack is enabled but this partition does not support DualStack"); } return new Endpoint(Interpolate(@"https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs)); } } throw new AmazonClientException("Invalid Configuration: Missing Region"); throw new AmazonClientException("Cannot resolve endpoint"); } } }
103
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using Amazon.ChimeSDKMeetings.Model; using Amazon.Runtime; using Amazon.Runtime.Internal; using Amazon.Runtime.Endpoints; using Amazon.Util; using Amazon.ChimeSDKMeetings.Endpoints; #pragma warning disable 1591 namespace Amazon.ChimeSDKMeetings.Internal { /// <summary> /// Amazon ChimeSDKMeetings endpoint resolver. /// Custom PipelineHandler responsible for resolving endpoint and setting authentication parameters for ChimeSDKMeetings service requests. /// Collects values for ChimeSDKMeetingsEndpointParameters and then tries to resolve endpoint by calling /// ResolveEndpoint method on GlobalEndpoints.Provider if present, otherwise uses ChimeSDKMeetingsEndpointProvider. /// Responsible for setting authentication and http headers provided by resolved endpoint. /// </summary> public class AmazonChimeSDKMeetingsEndpointResolver : BaseEndpointResolver { protected override void ServiceSpecificHandler(IExecutionContext executionContext, EndpointParameters parameters) { InjectHostPrefix(executionContext.RequestContext); } protected override EndpointParameters MapEndpointsParameters(IRequestContext requestContext) { var config = (AmazonChimeSDKMeetingsConfig)requestContext.ClientConfig; var result = new ChimeSDKMeetingsEndpointParameters(); result.Region = config.RegionEndpoint?.SystemName; result.UseDualStack = config.UseDualstackEndpoint; result.UseFIPS = config.UseFIPSEndpoint; result.Endpoint = config.ServiceURL; // The region needs to be determined from the ServiceURL if not set. var regionEndpoint = config.RegionEndpoint; if (regionEndpoint == null && !string.IsNullOrEmpty(config.ServiceURL)) { var regionName = AWSSDKUtils.DetermineRegion(config.ServiceURL); result.Region = RegionEndpoint.GetBySystemName(regionName).SystemName; } // To support legacy endpoint overridding rules in the endpoints.json if (result.Region == "us-east-1-regional") { result.Region = "us-east-1"; } // Use AlternateEndpoint region override if set if (requestContext.Request.AlternateEndpoint != null) { result.Region = requestContext.Request.AlternateEndpoint.SystemName; } // Assign staticContextParams and contextParam per operation return result; } } }
83
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Internal { /// <summary> /// Service metadata for Amazon ChimeSDKMeetings service /// </summary> public partial class AmazonChimeSDKMeetingsMetadata : IServiceMetadata { /// <summary> /// Gets the value of the Service Id. /// </summary> public string ServiceId { get { return "Chime SDK Meetings"; } } /// <summary> /// Gets the dictionary that gives mapping of renamed operations /// </summary> public System.Collections.Generic.IDictionary<string, string> OperationNameMapping { get { return new System.Collections.Generic.Dictionary<string, string>(0) { }; } } } }
55
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using Amazon.Runtime; namespace Amazon.ChimeSDKMeetings { /// <summary> /// Base class for ChimeSDKMeetings operation requests. /// </summary> public partial class AmazonChimeSDKMeetingsRequest : AmazonWebServiceRequest { } }
30
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// An Amazon Chime SDK meeting attendee. Includes a unique <code>AttendeeId</code> and /// <code>JoinToken</code>. The <code>JoinToken</code> allows a client to authenticate /// and join as the specified attendee. The <code>JoinToken</code> expires when the meeting /// ends, or when <a>DeleteAttendee</a> is called. After that, the attendee is unable /// to join the meeting. /// /// /// <para> /// We recommend securely transferring each <code>JoinToken</code> from your server application /// to the client so that no other client has access to the token except for the one authorized /// to represent the attendee. /// </para> /// </summary> public partial class Attendee { private string _attendeeId; private AttendeeCapabilities _capabilities; private string _externalUserId; private string _joinToken; /// <summary> /// Gets and sets the property AttendeeId. /// <para> /// The Amazon Chime SDK attendee ID. /// </para> /// </summary> public string AttendeeId { get { return this._attendeeId; } set { this._attendeeId = value; } } // Check to see if AttendeeId property is set internal bool IsSetAttendeeId() { return this._attendeeId != null; } /// <summary> /// Gets and sets the property Capabilities. /// <para> /// The capabilities assigned to an attendee: audio, video, or content. /// </para> /// <note> /// <para> /// You use the capabilities with a set of values that control what the capabilities can /// do, such as <code>SendReceive</code> data. For more information about those values, /// see . /// </para> /// </note> /// <para> /// When using capabilities, be aware of these corner cases: /// </para> /// <ul> <li> /// <para> /// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> /// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or /// <code>Receive</code>. If you don't set the <code>video</code> capability to receive, /// the response will contain an HTTP 400 Bad Request status code. However, you can set /// your <code>video</code> capability to receive and you set your <code>content</code> /// capability to not receive. /// </para> /// </li> <li> /// <para> /// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> /// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their /// microphone unmuted, audio will flow from the attendee to the other meeting participants. /// </para> /// </li> <li> /// <para> /// When you change a <code>video</code> or <code>content</code> capability from <code>None</code> /// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if /// the attendee turned on their video or content streams, remote attendees can receive /// those streams, but only after media renegotiation between the client and the Amazon /// Chime back-end server. /// </para> /// </li> </ul> /// </summary> public AttendeeCapabilities Capabilities { get { return this._capabilities; } set { this._capabilities = value; } } // Check to see if Capabilities property is set internal bool IsSetCapabilities() { return this._capabilities != null; } /// <summary> /// Gets and sets the property ExternalUserId. /// <para> /// The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to /// an identity managed by a builder application. /// </para> /// /// <para> /// Pattern: <code>[-_&amp;@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code> /// </para> /// /// <para> /// Values that begin with <code>aws:</code> are reserved. You can't configure a value /// that uses this prefix. Case insensitive. /// </para> /// </summary> [AWSProperty(Sensitive=true, Min=2, Max=64)] public string ExternalUserId { get { return this._externalUserId; } set { this._externalUserId = value; } } // Check to see if ExternalUserId property is set internal bool IsSetExternalUserId() { return this._externalUserId != null; } /// <summary> /// Gets and sets the property JoinToken. /// <para> /// The join token used by the Amazon Chime SDK attendee. /// </para> /// </summary> [AWSProperty(Sensitive=true, Min=2, Max=2048)] public string JoinToken { get { return this._joinToken; } set { this._joinToken = value; } } // Check to see if JoinToken property is set internal bool IsSetJoinToken() { return this._joinToken != null; } } }
171
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// The media capabilities of an attendee: audio, video, or content. /// /// <note> /// <para> /// You use the capabilities with a set of values that control what the capabilities can /// do, such as <code>SendReceive</code> data. For more information about those values, /// see . /// </para> /// </note> /// <para> /// When using capabilities, be aware of these corner cases: /// </para> /// <ul> <li> /// <para> /// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> /// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or /// <code>Receive</code>. If you don't set the <code>video</code> capability to receive, /// the response will contain an HTTP 400 Bad Request status code. However, you can set /// your <code>video</code> capability to receive and you set your <code>content</code> /// capability to not receive. /// </para> /// </li> <li> /// <para> /// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> /// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their /// microphone unmuted, audio will flow from the attendee to the other meeting participants. /// </para> /// </li> <li> /// <para> /// When you change a <code>video</code> or <code>content</code> capability from <code>None</code> /// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if /// the attendee turned on their video or content streams, remote attendees can receive /// those streams, but only after media renegotiation between the client and the Amazon /// Chime back-end server. /// </para> /// </li> </ul> /// </summary> public partial class AttendeeCapabilities { private MediaCapabilities _audio; private MediaCapabilities _content; private MediaCapabilities _video; /// <summary> /// Gets and sets the property Audio. /// <para> /// The audio capability assigned to an attendee. /// </para> /// </summary> [AWSProperty(Required=true)] public MediaCapabilities Audio { get { return this._audio; } set { this._audio = value; } } // Check to see if Audio property is set internal bool IsSetAudio() { return this._audio != null; } /// <summary> /// Gets and sets the property Content. /// <para> /// The content capability assigned to an attendee. /// </para> /// </summary> [AWSProperty(Required=true)] public MediaCapabilities Content { get { return this._content; } set { this._content = value; } } // Check to see if Content property is set internal bool IsSetContent() { return this._content != null; } /// <summary> /// Gets and sets the property Video. /// <para> /// The video capability assigned to an attendee. /// </para> /// </summary> [AWSProperty(Required=true)] public MediaCapabilities Video { get { return this._video; } set { this._video = value; } } // Check to see if Video property is set internal bool IsSetVideo() { return this._video != null; } } }
133
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// A structure that contains one or more attendee IDs. /// </summary> public partial class AttendeeIdItem { private string _attendeeId; /// <summary> /// Gets and sets the property AttendeeId. /// <para> /// A list of one or more attendee IDs. /// </para> /// </summary> [AWSProperty(Required=true)] public string AttendeeId { get { return this._attendeeId; } set { this._attendeeId = value; } } // Check to see if AttendeeId property is set internal bool IsSetAttendeeId() { return this._attendeeId != null; } } }
58
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// An optional category of meeting features that contains audio-specific configurations, /// such as operating parameters for Amazon Voice Focus. /// </summary> public partial class AudioFeatures { private MeetingFeatureStatus _echoReduction; /// <summary> /// Gets and sets the property EchoReduction. /// <para> /// Makes echo reduction available to clients who connect to the meeting. /// </para> /// </summary> public MeetingFeatureStatus EchoReduction { get { return this._echoReduction; } set { this._echoReduction = value; } } // Check to see if EchoReduction property is set internal bool IsSetEchoReduction() { return this._echoReduction != null; } } }
58
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// The input parameters don't match the service's restrictions. /// </summary> #if !NETSTANDARD [Serializable] #endif public partial class BadRequestException : AmazonChimeSDKMeetingsException { private string _code; private string _requestId; /// <summary> /// Constructs a new BadRequestException with the specified error /// message. /// </summary> /// <param name="message"> /// Describes the error encountered. /// </param> public BadRequestException(string message) : base(message) {} /// <summary> /// Construct instance of BadRequestException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> public BadRequestException(string message, Exception innerException) : base(message, innerException) {} /// <summary> /// Construct instance of BadRequestException /// </summary> /// <param name="innerException"></param> public BadRequestException(Exception innerException) : base(innerException) {} /// <summary> /// Construct instance of BadRequestException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public BadRequestException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, innerException, errorType, errorCode, requestId, statusCode) {} /// <summary> /// Construct instance of BadRequestException /// </summary> /// <param name="message"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public BadRequestException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, errorType, errorCode, requestId, statusCode) {} #if !NETSTANDARD /// <summary> /// Constructs a new instance of the BadRequestException class with serialized data. /// </summary> /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param> /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param> /// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception> /// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception> protected BadRequestException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.Code = (string)info.GetValue("Code", typeof(string)); this.RequestId = (string)info.GetValue("RequestId", typeof(string)); } /// <summary> /// Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception. /// </summary> /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param> /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param> /// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception> #if BCL35 [System.Security.Permissions.SecurityPermission( System.Security.Permissions.SecurityAction.LinkDemand, Flags = System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)] #endif [System.Security.SecurityCritical] // These FxCop rules are giving false-positives for this method [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2134:MethodsMustOverrideWithConsistentTransparencyFxCopRule")] public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { base.GetObjectData(info, context); info.AddValue("Code", this.Code); info.AddValue("RequestId", this.RequestId); } #endif /// <summary> /// Gets and sets the property Code. /// </summary> [AWSProperty(Max=4096)] public string Code { get { return this._code; } set { this._code = value; } } // Check to see if Code property is set internal bool IsSetCode() { return this._code != null; } /// <summary> /// Gets and sets the property RequestId. /// <para> /// The request id associated with the call responsible for the exception. /// </para> /// </summary> [AWSProperty(Max=4096)] public string RequestId { get { return this._requestId; } set { this._requestId = value; } } // Check to see if RequestId property is set internal bool IsSetRequestId() { return this._requestId != null; } } }
165
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// Container for the parameters to the BatchCreateAttendee operation. /// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information /// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using /// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. /// </summary> public partial class BatchCreateAttendeeRequest : AmazonChimeSDKMeetingsRequest { private List<CreateAttendeeRequestItem> _attendees = new List<CreateAttendeeRequestItem>(); private string _meetingId; /// <summary> /// Gets and sets the property Attendees. /// <para> /// The attendee information, including attendees' IDs and join tokens. /// </para> /// </summary> [AWSProperty(Required=true, Min=1, Max=100)] public List<CreateAttendeeRequestItem> Attendees { get { return this._attendees; } set { this._attendees = value; } } // Check to see if Attendees property is set internal bool IsSetAttendees() { return this._attendees != null && this._attendees.Count > 0; } /// <summary> /// Gets and sets the property MeetingId. /// <para> /// The Amazon Chime SDK ID of the meeting to which you're adding attendees. /// </para> /// </summary> [AWSProperty(Required=true)] public string MeetingId { get { return this._meetingId; } set { this._meetingId = value; } } // Check to see if MeetingId property is set internal bool IsSetMeetingId() { return this._meetingId != null; } } }
81
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// This is the response object from the BatchCreateAttendee operation. /// </summary> public partial class BatchCreateAttendeeResponse : AmazonWebServiceResponse { private List<Attendee> _attendees = new List<Attendee>(); private List<CreateAttendeeError> _errors = new List<CreateAttendeeError>(); /// <summary> /// Gets and sets the property Attendees. /// <para> /// The attendee information, including attendees' IDs and join tokens. /// </para> /// </summary> public List<Attendee> Attendees { get { return this._attendees; } set { this._attendees = value; } } // Check to see if Attendees property is set internal bool IsSetAttendees() { return this._attendees != null && this._attendees.Count > 0; } /// <summary> /// Gets and sets the property Errors. /// <para> /// If the action fails for one or more of the attendees in the request, a list of the /// attendees is returned, along with error codes and error messages. /// </para> /// </summary> public List<CreateAttendeeError> Errors { get { return this._errors; } set { this._errors = value; } } // Check to see if Errors property is set internal bool IsSetErrors() { return this._errors != null && this._errors.Count > 0; } } }
77
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// Container for the parameters to the BatchUpdateAttendeeCapabilitiesExcept operation. /// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> /// table. /// /// <note> /// <para> /// You use the capabilities with a set of values that control what the capabilities can /// do, such as <code>SendReceive</code> data. For more information about those values, /// see . /// </para> /// </note> /// <para> /// When using capabilities, be aware of these corner cases: /// </para> /// <ul> <li> /// <para> /// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> /// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or /// <code>Receive</code>. If you don't set the <code>video</code> capability to receive, /// the response will contain an HTTP 400 Bad Request status code. However, you can set /// your <code>video</code> capability to receive and you set your <code>content</code> /// capability to not receive. /// </para> /// </li> <li> /// <para> /// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> /// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their /// microphone unmuted, audio will flow from the attendee to the other meeting participants. /// </para> /// </li> <li> /// <para> /// When you change a <code>video</code> or <code>content</code> capability from <code>None</code> /// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if /// the attendee turned on their video or content streams, remote attendees can receive /// those streams, but only after media renegotiation between the client and the Amazon /// Chime back-end server. /// </para> /// </li> </ul> /// </summary> public partial class BatchUpdateAttendeeCapabilitiesExceptRequest : AmazonChimeSDKMeetingsRequest { private AttendeeCapabilities _capabilities; private List<AttendeeIdItem> _excludedAttendeeIds = new List<AttendeeIdItem>(); private string _meetingId; /// <summary> /// Gets and sets the property Capabilities. /// <para> /// The capabilities (<code>audio</code>, <code>video</code>, or <code>content</code>) /// that you want to update. /// </para> /// </summary> [AWSProperty(Required=true)] public AttendeeCapabilities Capabilities { get { return this._capabilities; } set { this._capabilities = value; } } // Check to see if Capabilities property is set internal bool IsSetCapabilities() { return this._capabilities != null; } /// <summary> /// Gets and sets the property ExcludedAttendeeIds. /// <para> /// The <code>AttendeeIDs</code> that you want to exclude from one or more capabilities. /// </para> /// </summary> [AWSProperty(Required=true, Min=1, Max=250)] public List<AttendeeIdItem> ExcludedAttendeeIds { get { return this._excludedAttendeeIds; } set { this._excludedAttendeeIds = value; } } // Check to see if ExcludedAttendeeIds property is set internal bool IsSetExcludedAttendeeIds() { return this._excludedAttendeeIds != null && this._excludedAttendeeIds.Count > 0; } /// <summary> /// Gets and sets the property MeetingId. /// <para> /// The ID of the meeting associated with the update request. /// </para> /// </summary> [AWSProperty(Required=true)] public string MeetingId { get { return this._meetingId; } set { this._meetingId = value; } } // Check to see if MeetingId property is set internal bool IsSetMeetingId() { return this._meetingId != null; } } }
136
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// This is the response object from the BatchUpdateAttendeeCapabilitiesExcept operation. /// </summary> public partial class BatchUpdateAttendeeCapabilitiesExceptResponse : AmazonWebServiceResponse { } }
38
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// Multiple instances of the same request have been made simultaneously. /// </summary> #if !NETSTANDARD [Serializable] #endif public partial class ConflictException : AmazonChimeSDKMeetingsException { private string _code; private string _requestId; /// <summary> /// Constructs a new ConflictException with the specified error /// message. /// </summary> /// <param name="message"> /// Describes the error encountered. /// </param> public ConflictException(string message) : base(message) {} /// <summary> /// Construct instance of ConflictException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> public ConflictException(string message, Exception innerException) : base(message, innerException) {} /// <summary> /// Construct instance of ConflictException /// </summary> /// <param name="innerException"></param> public ConflictException(Exception innerException) : base(innerException) {} /// <summary> /// Construct instance of ConflictException /// </summary> /// <param name="message"></param> /// <param name="innerException"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public ConflictException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, innerException, errorType, errorCode, requestId, statusCode) {} /// <summary> /// Construct instance of ConflictException /// </summary> /// <param name="message"></param> /// <param name="errorType"></param> /// <param name="errorCode"></param> /// <param name="requestId"></param> /// <param name="statusCode"></param> public ConflictException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) : base(message, errorType, errorCode, requestId, statusCode) {} #if !NETSTANDARD /// <summary> /// Constructs a new instance of the ConflictException class with serialized data. /// </summary> /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param> /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param> /// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null. </exception> /// <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult" /> is zero (0). </exception> protected ConflictException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.Code = (string)info.GetValue("Code", typeof(string)); this.RequestId = (string)info.GetValue("RequestId", typeof(string)); } /// <summary> /// Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception. /// </summary> /// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param> /// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param> /// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is a null reference (Nothing in Visual Basic). </exception> #if BCL35 [System.Security.Permissions.SecurityPermission( System.Security.Permissions.SecurityAction.LinkDemand, Flags = System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)] #endif [System.Security.SecurityCritical] // These FxCop rules are giving false-positives for this method [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2134:MethodsMustOverrideWithConsistentTransparencyFxCopRule")] public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { base.GetObjectData(info, context); info.AddValue("Code", this.Code); info.AddValue("RequestId", this.RequestId); } #endif /// <summary> /// Gets and sets the property Code. /// </summary> [AWSProperty(Max=4096)] public string Code { get { return this._code; } set { this._code = value; } } // Check to see if Code property is set internal bool IsSetCode() { return this._code != null; } /// <summary> /// Gets and sets the property RequestId. /// <para> /// The ID of the request involved in the conflict. /// </para> /// </summary> [AWSProperty(Max=4096)] public string RequestId { get { return this._requestId; } set { this._requestId = value; } } // Check to see if RequestId property is set internal bool IsSetRequestId() { return this._requestId != null; } } }
165
aws-sdk-net
aws
C#
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using System.Net; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ChimeSDKMeetings.Model { /// <summary> /// The list of errors returned when errors are encountered during the BatchCreateAttendee /// and CreateAttendee actions. This includes external user IDs, error codes, and error /// messages. /// </summary> public partial class CreateAttendeeError { private string _errorCode; private string _errorMessage; private string _externalUserId; /// <summary> /// Gets and sets the property ErrorCode. /// <para> /// The error code. /// </para> /// </summary> [AWSProperty(Max=4096)] public string ErrorCode { get { return this._errorCode; } set { this._errorCode = value; } } // Check to see if ErrorCode property is set internal bool IsSetErrorCode() { return this._errorCode != null; } /// <summary> /// Gets and sets the property ErrorMessage. /// <para> /// The error message. /// </para> /// </summary> [AWSProperty(Max=4096)] public string ErrorMessage { get { return this._errorMessage; } set { this._errorMessage = value; } } // Check to see if ErrorMessage property is set internal bool IsSetErrorMessage() { return this._errorMessage != null; } /// <summary> /// Gets and sets the property ExternalUserId. /// <para> /// The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to /// an identity managed by a builder application. /// </para> /// /// <para> /// Pattern: <code>[-_&amp;@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code> /// </para> /// /// <para> /// Values that begin with <code>aws:</code> are reserved. You can't configure a value /// that uses this prefix. Case insensitive. /// </para> /// </summary> [AWSProperty(Sensitive=true, Min=2, Max=64)] public string ExternalUserId { get { return this._externalUserId; } set { this._externalUserId = value; } } // Check to see if ExternalUserId property is set internal bool IsSetExternalUserId() { return this._externalUserId != null; } } }
110