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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration for the artifacts.
/// </summary>
public partial class ArtifactsConfiguration
{
private AudioArtifactsConfiguration _audio;
private CompositedVideoArtifactsConfiguration _compositedVideo;
private ContentArtifactsConfiguration _content;
private VideoArtifactsConfiguration _video;
/// <summary>
/// Gets and sets the property Audio.
/// <para>
/// The configuration for the audio artifacts.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public AudioArtifactsConfiguration 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 CompositedVideo.
/// <para>
/// Enables video compositing.
/// </para>
/// </summary>
public CompositedVideoArtifactsConfiguration CompositedVideo
{
get { return this._compositedVideo; }
set { this._compositedVideo = value; }
}
// Check to see if CompositedVideo property is set
internal bool IsSetCompositedVideo()
{
return this._compositedVideo != null;
}
/// <summary>
/// Gets and sets the property Content.
/// <para>
/// The configuration for the content artifacts.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ContentArtifactsConfiguration 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 configuration for the video artifacts.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public VideoArtifactsConfiguration Video
{
get { return this._video; }
set { this._video = value; }
}
// Check to see if Video property is set
internal bool IsSetVideo()
{
return this._video != null;
}
}
}
| 117 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The audio artifact configuration object.
/// </summary>
public partial class AudioArtifactsConfiguration
{
private AudioMuxType _muxType;
/// <summary>
/// Gets and sets the property MuxType.
/// <para>
/// The MUX type of the audio artifact configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public AudioMuxType MuxType
{
get { return this._muxType; }
set { this._muxType = value; }
}
// Check to see if MuxType property is set
internal bool IsSetMuxType()
{
return this._muxType != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The audio artifact concatenation configuration object.
/// </summary>
public partial class AudioConcatenationConfiguration
{
private AudioArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public AudioArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The input parameters don't match the service's restrictions.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class BadRequestException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _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 = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Defines an audio channel in a Kinesis video stream.
/// </summary>
public partial class ChannelDefinition
{
private int? _channelId;
private ParticipantRole _participantRole;
/// <summary>
/// Gets and sets the property ChannelId.
/// <para>
/// The channel ID.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=0, Max=1)]
public int ChannelId
{
get { return this._channelId.GetValueOrDefault(); }
set { this._channelId = value; }
}
// Check to see if ChannelId property is set
internal bool IsSetChannelId()
{
return this._channelId.HasValue;
}
/// <summary>
/// Gets and sets the property ParticipantRole.
/// <para>
/// Specifies whether the audio in a channel belongs to the <code>AGENT</code> or <code>CUSTOMER</code>.
/// </para>
/// </summary>
public ParticipantRole ParticipantRole
{
get { return this._participantRole; }
set { this._participantRole = value; }
}
// Check to see if ParticipantRole property is set
internal bool IsSetParticipantRole()
{
return this._participantRole != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration object of the Amazon Chime SDK meeting concatenation for a specified
/// media pipeline.
/// </summary>
public partial class ChimeSdkMeetingConcatenationConfiguration
{
private ArtifactsConcatenationConfiguration _artifactsConfiguration;
/// <summary>
/// Gets and sets the property ArtifactsConfiguration.
/// <para>
/// The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationConfiguration ArtifactsConfiguration
{
get { return this._artifactsConfiguration; }
set { this._artifactsConfiguration = value; }
}
// Check to see if ArtifactsConfiguration property is set
internal bool IsSetArtifactsConfiguration()
{
return this._artifactsConfiguration != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration object of the Amazon Chime SDK meeting for a specified media pipeline.
/// <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.
/// </summary>
public partial class ChimeSdkMeetingConfiguration
{
private ArtifactsConfiguration _artifactsConfiguration;
private SourceConfiguration _sourceConfiguration;
/// <summary>
/// Gets and sets the property ArtifactsConfiguration.
/// <para>
/// The configuration for the artifacts in an Amazon Chime SDK meeting.
/// </para>
/// </summary>
public ArtifactsConfiguration ArtifactsConfiguration
{
get { return this._artifactsConfiguration; }
set { this._artifactsConfiguration = value; }
}
// Check to see if ArtifactsConfiguration property is set
internal bool IsSetArtifactsConfiguration()
{
return this._artifactsConfiguration != null;
}
/// <summary>
/// Gets and sets the property SourceConfiguration.
/// <para>
/// The source configuration for a specified media pipeline.
/// </para>
/// </summary>
public SourceConfiguration SourceConfiguration
{
get { return this._sourceConfiguration; }
set { this._sourceConfiguration = value; }
}
// Check to see if SourceConfiguration property is set
internal bool IsSetSourceConfiguration()
{
return this._sourceConfiguration != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The media pipeline's configuration object.
/// </summary>
public partial class ChimeSdkMeetingLiveConnectorConfiguration
{
private string _arn;
private CompositedVideoArtifactsConfiguration _compositedVideo;
private LiveConnectorMuxType _muxType;
private SourceConfiguration _sourceConfiguration;
/// <summary>
/// Gets and sets the property Arn.
/// <para>
/// The configuration object's Chime SDK meeting ARN.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string Arn
{
get { return this._arn; }
set { this._arn = value; }
}
// Check to see if Arn property is set
internal bool IsSetArn()
{
return this._arn != null;
}
/// <summary>
/// Gets and sets the property CompositedVideo.
/// <para>
/// The media pipeline's composited video.
/// </para>
/// </summary>
public CompositedVideoArtifactsConfiguration CompositedVideo
{
get { return this._compositedVideo; }
set { this._compositedVideo = value; }
}
// Check to see if CompositedVideo property is set
internal bool IsSetCompositedVideo()
{
return this._compositedVideo != null;
}
/// <summary>
/// Gets and sets the property MuxType.
/// <para>
/// The configuration object's multiplex type.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public LiveConnectorMuxType MuxType
{
get { return this._muxType; }
set { this._muxType = value; }
}
// Check to see if MuxType property is set
internal bool IsSetMuxType()
{
return this._muxType != null;
}
/// <summary>
/// Gets and sets the property SourceConfiguration.
/// <para>
/// The source configuration settings of the media pipeline's configuration object.
/// </para>
/// </summary>
public SourceConfiguration SourceConfiguration
{
get { return this._sourceConfiguration; }
set { this._sourceConfiguration = value; }
}
// Check to see if SourceConfiguration property is set
internal bool IsSetSourceConfiguration()
{
return this._sourceConfiguration != null;
}
}
}
| 116 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Specifies the configuration for compositing video artifacts.
/// </summary>
public partial class CompositedVideoArtifactsConfiguration
{
private GridViewConfiguration _gridViewConfiguration;
private LayoutOption _layout;
private ResolutionOption _resolution;
/// <summary>
/// Gets and sets the property GridViewConfiguration.
/// <para>
/// The <code>GridView</code> configuration setting.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public GridViewConfiguration GridViewConfiguration
{
get { return this._gridViewConfiguration; }
set { this._gridViewConfiguration = value; }
}
// Check to see if GridViewConfiguration property is set
internal bool IsSetGridViewConfiguration()
{
return this._gridViewConfiguration != null;
}
/// <summary>
/// Gets and sets the property Layout.
/// <para>
/// The layout setting, such as <code>GridView</code> in the configuration object.
/// </para>
/// </summary>
public LayoutOption Layout
{
get { return this._layout; }
set { this._layout = value; }
}
// Check to see if Layout property is set
internal bool IsSetLayout()
{
return this._layout != null;
}
/// <summary>
/// Gets and sets the property Resolution.
/// <para>
/// The video resolution setting in the configuration object. Default: HD at 1280 x 720.
/// FHD resolution: 1920 x 1080.
/// </para>
/// </summary>
public ResolutionOption Resolution
{
get { return this._resolution; }
set { this._resolution = value; }
}
// Check to see if Resolution property is set
internal bool IsSetResolution()
{
return this._resolution != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The composited video configuration object for a specified media pipeline. <code>SourceType</code>
/// must be <code>ChimeSdkMeeting</code>.
/// </summary>
public partial class CompositedVideoConcatenationConfiguration
{
private ArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The data sink of the configuration object.
/// </summary>
public partial class ConcatenationSink
{
private S3BucketSinkConfiguration _s3BucketSinkConfiguration;
private ConcatenationSinkType _type;
/// <summary>
/// Gets and sets the property S3BucketSinkConfiguration.
/// <para>
/// The configuration settings for an Amazon S3 bucket sink.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public S3BucketSinkConfiguration S3BucketSinkConfiguration
{
get { return this._s3BucketSinkConfiguration; }
set { this._s3BucketSinkConfiguration = value; }
}
// Check to see if S3BucketSinkConfiguration property is set
internal bool IsSetS3BucketSinkConfiguration()
{
return this._s3BucketSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The type of data sink in the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConcatenationSinkType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The source type and media pipeline configuration settings in a configuration object.
/// </summary>
public partial class ConcatenationSource
{
private MediaCapturePipelineSourceConfiguration _mediaCapturePipelineSourceConfiguration;
private ConcatenationSourceType _type;
/// <summary>
/// Gets and sets the property MediaCapturePipelineSourceConfiguration.
/// <para>
/// The concatenation settings for the media pipeline in a configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaCapturePipelineSourceConfiguration MediaCapturePipelineSourceConfiguration
{
get { return this._mediaCapturePipelineSourceConfiguration; }
set { this._mediaCapturePipelineSourceConfiguration = value; }
}
// Check to see if MediaCapturePipelineSourceConfiguration property is set
internal bool IsSetMediaCapturePipelineSourceConfiguration()
{
return this._mediaCapturePipelineSourceConfiguration != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The type of concatenation source in a configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ConcatenationSourceType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The request could not be processed because of conflict in the current state of the
/// resource.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ConflictException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _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 = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The content artifact object.
/// </summary>
public partial class ContentArtifactsConfiguration
{
private ContentMuxType _muxType;
private ArtifactsState _state;
/// <summary>
/// Gets and sets the property MuxType.
/// <para>
/// The MUX type of the artifact configuration.
/// </para>
/// </summary>
public ContentMuxType MuxType
{
get { return this._muxType; }
set { this._muxType = value; }
}
// Check to see if MuxType property is set
internal bool IsSetMuxType()
{
return this._muxType != null;
}
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Indicates whether the content artifact is enabled or disabled.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The composited content configuration object for a specified media pipeline.
/// </summary>
public partial class ContentConcatenationConfiguration
{
private ArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the CreateMediaCapturePipeline operation.
/// Creates a media pipeline.
/// </summary>
public partial class CreateMediaCapturePipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private ChimeSdkMeetingConfiguration _chimeSdkMeetingConfiguration;
private string _clientRequestToken;
private string _sinkArn;
private MediaPipelineSinkType _sinkType;
private string _sourceArn;
private MediaPipelineSourceType _sourceType;
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ChimeSdkMeetingConfiguration.
/// <para>
/// The configuration for a specified media pipeline. <code>SourceType</code> must be
/// <code>ChimeSdkMeeting</code>.
/// </para>
/// </summary>
public ChimeSdkMeetingConfiguration ChimeSdkMeetingConfiguration
{
get { return this._chimeSdkMeetingConfiguration; }
set { this._chimeSdkMeetingConfiguration = value; }
}
// Check to see if ChimeSdkMeetingConfiguration property is set
internal bool IsSetChimeSdkMeetingConfiguration()
{
return this._chimeSdkMeetingConfiguration != null;
}
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The unique identifier for the client request. The token makes the API request idempotent.
/// Use a unique token for each media pipeline request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=2, Max=64)]
public string ClientRequestToken
{
get { return this._clientRequestToken; }
set { this._clientRequestToken = value; }
}
// Check to see if ClientRequestToken property is set
internal bool IsSetClientRequestToken()
{
return this._clientRequestToken != null;
}
/// <summary>
/// Gets and sets the property SinkArn.
/// <para>
/// The ARN of the sink type.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string SinkArn
{
get { return this._sinkArn; }
set { this._sinkArn = value; }
}
// Check to see if SinkArn property is set
internal bool IsSetSinkArn()
{
return this._sinkArn != null;
}
/// <summary>
/// Gets and sets the property SinkType.
/// <para>
/// Destination type to which the media artifacts are saved. You must use an S3 bucket.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaPipelineSinkType SinkType
{
get { return this._sinkType; }
set { this._sinkType = value; }
}
// Check to see if SinkType property is set
internal bool IsSetSinkType()
{
return this._sinkType != null;
}
/// <summary>
/// Gets and sets the property SourceArn.
/// <para>
/// ARN of the source from which the media artifacts are captured.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string SourceArn
{
get { return this._sourceArn; }
set { this._sourceArn = value; }
}
// Check to see if SourceArn property is set
internal bool IsSetSourceArn()
{
return this._sourceArn != null;
}
/// <summary>
/// Gets and sets the property SourceType.
/// <para>
/// Source type from which the media artifacts are captured. A Chime SDK Meeting is the
/// only supported source.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaPipelineSourceType SourceType
{
get { return this._sourceType; }
set { this._sourceType = value; }
}
// Check to see if SourceType property is set
internal bool IsSetSourceType()
{
return this._sourceType != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tag key-value pairs.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 181 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the CreateMediaCapturePipeline operation.
/// </summary>
public partial class CreateMediaCapturePipelineResponse : AmazonWebServiceResponse
{
private MediaCapturePipeline _mediaCapturePipeline;
/// <summary>
/// Gets and sets the property MediaCapturePipeline.
/// <para>
/// A media pipeline object, the ID, source type, source ARN, sink type, and sink ARN
/// of a media pipeline object.
/// </para>
/// </summary>
public MediaCapturePipeline MediaCapturePipeline
{
get { return this._mediaCapturePipeline; }
set { this._mediaCapturePipeline = value; }
}
// Check to see if MediaCapturePipeline property is set
internal bool IsSetMediaCapturePipeline()
{
return this._mediaCapturePipeline != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the CreateMediaConcatenationPipeline operation.
/// Creates a media concatenation pipeline.
/// </summary>
public partial class CreateMediaConcatenationPipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _clientRequestToken;
private List<ConcatenationSink> _sinks = new List<ConcatenationSink>();
private List<ConcatenationSource> _sources = new List<ConcatenationSource>();
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The unique identifier for the client request. The token makes the API request idempotent.
/// Use a unique token for each media concatenation pipeline request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=2, Max=64)]
public string ClientRequestToken
{
get { return this._clientRequestToken; }
set { this._clientRequestToken = value; }
}
// Check to see if ClientRequestToken property is set
internal bool IsSetClientRequestToken()
{
return this._clientRequestToken != null;
}
/// <summary>
/// Gets and sets the property Sinks.
/// <para>
/// An object that specifies the data sinks for the media concatenation pipeline.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1)]
public List<ConcatenationSink> Sinks
{
get { return this._sinks; }
set { this._sinks = value; }
}
// Check to see if Sinks property is set
internal bool IsSetSinks()
{
return this._sinks != null && this._sinks.Count > 0;
}
/// <summary>
/// Gets and sets the property Sources.
/// <para>
/// An object that specifies the sources for the media concatenation pipeline.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1)]
public List<ConcatenationSource> Sources
{
get { return this._sources; }
set { this._sources = value; }
}
// Check to see if Sources property is set
internal bool IsSetSources()
{
return this._sources != null && this._sources.Count > 0;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags associated with the media concatenation pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 120 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the CreateMediaConcatenationPipeline operation.
/// </summary>
public partial class CreateMediaConcatenationPipelineResponse : AmazonWebServiceResponse
{
private MediaConcatenationPipeline _mediaConcatenationPipeline;
/// <summary>
/// Gets and sets the property MediaConcatenationPipeline.
/// <para>
/// A media concatenation pipeline object, the ID, source type, <code>MediaPipelineARN</code>,
/// and sink of a media concatenation pipeline object.
/// </para>
/// </summary>
public MediaConcatenationPipeline MediaConcatenationPipeline
{
get { return this._mediaConcatenationPipeline; }
set { this._mediaConcatenationPipeline = value; }
}
// Check to see if MediaConcatenationPipeline property is set
internal bool IsSetMediaConcatenationPipeline()
{
return this._mediaConcatenationPipeline != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the CreateMediaInsightsPipelineConfiguration operation.
/// A structure that contains the static configurations for a media insights pipeline.
/// </summary>
public partial class CreateMediaInsightsPipelineConfigurationRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _clientRequestToken;
private List<MediaInsightsPipelineConfigurationElement> _elements = new List<MediaInsightsPipelineConfigurationElement>();
private string _mediaInsightsPipelineConfigurationName;
private RealTimeAlertConfiguration _realTimeAlertConfiguration;
private string _resourceAccessRoleArn;
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The unique identifier for the media insights pipeline configuration request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=2, Max=64)]
public string ClientRequestToken
{
get { return this._clientRequestToken; }
set { this._clientRequestToken = value; }
}
// Check to see if ClientRequestToken property is set
internal bool IsSetClientRequestToken()
{
return this._clientRequestToken != null;
}
/// <summary>
/// Gets and sets the property Elements.
/// <para>
/// The elements in the request, such as a processor for Amazon Transcribe or a sink for
/// a Kinesis Data Stream.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<MediaInsightsPipelineConfigurationElement> Elements
{
get { return this._elements; }
set { this._elements = value; }
}
// Check to see if Elements property is set
internal bool IsSetElements()
{
return this._elements != null && this._elements.Count > 0;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationName.
/// <para>
/// The name of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2, Max=64)]
public string MediaInsightsPipelineConfigurationName
{
get { return this._mediaInsightsPipelineConfigurationName; }
set { this._mediaInsightsPipelineConfigurationName = value; }
}
// Check to see if MediaInsightsPipelineConfigurationName property is set
internal bool IsSetMediaInsightsPipelineConfigurationName()
{
return this._mediaInsightsPipelineConfigurationName != null;
}
/// <summary>
/// Gets and sets the property RealTimeAlertConfiguration.
/// <para>
/// The configuration settings for the real-time alerts in a media insights pipeline configuration.
/// </para>
/// </summary>
public RealTimeAlertConfiguration RealTimeAlertConfiguration
{
get { return this._realTimeAlertConfiguration; }
set { this._realTimeAlertConfiguration = value; }
}
// Check to see if RealTimeAlertConfiguration property is set
internal bool IsSetRealTimeAlertConfiguration()
{
return this._realTimeAlertConfiguration != null;
}
/// <summary>
/// Gets and sets the property ResourceAccessRoleArn.
/// <para>
/// The ARN of the role used by the service to access Amazon Web Services resources, including
/// <code>Transcribe</code> and <code>Transcribe Call Analytics</code>, on the caller’s
/// behalf.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string ResourceAccessRoleArn
{
get { return this._resourceAccessRoleArn; }
set { this._resourceAccessRoleArn = value; }
}
// Check to see if ResourceAccessRoleArn property is set
internal bool IsSetResourceAccessRoleArn()
{
return this._resourceAccessRoleArn != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags assigned to the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 161 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the CreateMediaInsightsPipelineConfiguration operation.
/// </summary>
public partial class CreateMediaInsightsPipelineConfigurationResponse : AmazonWebServiceResponse
{
private MediaInsightsPipelineConfiguration _mediaInsightsPipelineConfiguration;
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfiguration.
/// <para>
/// The configuration settings for the media insights pipeline.
/// </para>
/// </summary>
public MediaInsightsPipelineConfiguration MediaInsightsPipelineConfiguration
{
get { return this._mediaInsightsPipelineConfiguration; }
set { this._mediaInsightsPipelineConfiguration = value; }
}
// Check to see if MediaInsightsPipelineConfiguration property is set
internal bool IsSetMediaInsightsPipelineConfiguration()
{
return this._mediaInsightsPipelineConfiguration != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the CreateMediaInsightsPipeline operation.
/// Creates a media insights pipeline.
/// </summary>
public partial class CreateMediaInsightsPipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _clientRequestToken;
private KinesisVideoStreamRecordingSourceRuntimeConfiguration _kinesisVideoStreamRecordingSourceRuntimeConfiguration;
private KinesisVideoStreamSourceRuntimeConfiguration _kinesisVideoStreamSourceRuntimeConfiguration;
private string _mediaInsightsPipelineConfigurationArn;
private Dictionary<string, string> _mediaInsightsRuntimeMetadata = new Dictionary<string, string>();
private S3RecordingSinkRuntimeConfiguration _s3RecordingSinkRuntimeConfiguration;
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The unique identifier for the media insights pipeline request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=2, Max=64)]
public string ClientRequestToken
{
get { return this._clientRequestToken; }
set { this._clientRequestToken = value; }
}
// Check to see if ClientRequestToken property is set
internal bool IsSetClientRequestToken()
{
return this._clientRequestToken != null;
}
/// <summary>
/// Gets and sets the property KinesisVideoStreamRecordingSourceRuntimeConfiguration.
///
/// <para>
/// The runtime configuration for the Kinesis video recording stream source.
/// </para>
/// </summary>
public KinesisVideoStreamRecordingSourceRuntimeConfiguration KinesisVideoStreamRecordingSourceRuntimeConfiguration
{
get { return this._kinesisVideoStreamRecordingSourceRuntimeConfiguration; }
set { this._kinesisVideoStreamRecordingSourceRuntimeConfiguration = value; }
}
// Check to see if KinesisVideoStreamRecordingSourceRuntimeConfiguration property is set
internal bool IsSetKinesisVideoStreamRecordingSourceRuntimeConfiguration()
{
return this._kinesisVideoStreamRecordingSourceRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property KinesisVideoStreamSourceRuntimeConfiguration.
/// <para>
/// The runtime configuration for the Kinesis video stream source of the media insights
/// pipeline.
/// </para>
/// </summary>
public KinesisVideoStreamSourceRuntimeConfiguration KinesisVideoStreamSourceRuntimeConfiguration
{
get { return this._kinesisVideoStreamSourceRuntimeConfiguration; }
set { this._kinesisVideoStreamSourceRuntimeConfiguration = value; }
}
// Check to see if KinesisVideoStreamSourceRuntimeConfiguration property is set
internal bool IsSetKinesisVideoStreamSourceRuntimeConfiguration()
{
return this._kinesisVideoStreamSourceRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationArn.
/// <para>
/// The ARN of the pipeline's configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string MediaInsightsPipelineConfigurationArn
{
get { return this._mediaInsightsPipelineConfigurationArn; }
set { this._mediaInsightsPipelineConfigurationArn = value; }
}
// Check to see if MediaInsightsPipelineConfigurationArn property is set
internal bool IsSetMediaInsightsPipelineConfigurationArn()
{
return this._mediaInsightsPipelineConfigurationArn != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsRuntimeMetadata.
/// <para>
/// The runtime metadata for the media insights pipeline. Consists of a key-value map
/// of strings.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true)]
public Dictionary<string, string> MediaInsightsRuntimeMetadata
{
get { return this._mediaInsightsRuntimeMetadata; }
set { this._mediaInsightsRuntimeMetadata = value; }
}
// Check to see if MediaInsightsRuntimeMetadata property is set
internal bool IsSetMediaInsightsRuntimeMetadata()
{
return this._mediaInsightsRuntimeMetadata != null && this._mediaInsightsRuntimeMetadata.Count > 0;
}
/// <summary>
/// Gets and sets the property S3RecordingSinkRuntimeConfiguration.
/// <para>
/// The runtime configuration for the S3 recording sink.
/// </para>
/// </summary>
public S3RecordingSinkRuntimeConfiguration S3RecordingSinkRuntimeConfiguration
{
get { return this._s3RecordingSinkRuntimeConfiguration; }
set { this._s3RecordingSinkRuntimeConfiguration = value; }
}
// Check to see if S3RecordingSinkRuntimeConfiguration property is set
internal bool IsSetS3RecordingSinkRuntimeConfiguration()
{
return this._s3RecordingSinkRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags assigned to the media insights pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 179 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the CreateMediaInsightsPipeline operation.
/// </summary>
public partial class CreateMediaInsightsPipelineResponse : AmazonWebServiceResponse
{
private MediaInsightsPipeline _mediaInsightsPipeline;
/// <summary>
/// Gets and sets the property MediaInsightsPipeline.
/// <para>
/// The media insights pipeline object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaInsightsPipeline MediaInsightsPipeline
{
get { return this._mediaInsightsPipeline; }
set { this._mediaInsightsPipeline = value; }
}
// Check to see if MediaInsightsPipeline property is set
internal bool IsSetMediaInsightsPipeline()
{
return this._mediaInsightsPipeline != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the CreateMediaLiveConnectorPipeline operation.
/// Creates a media live connector pipeline in an Amazon Chime SDK meeting.
/// </summary>
public partial class CreateMediaLiveConnectorPipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _clientRequestToken;
private List<LiveConnectorSinkConfiguration> _sinks = new List<LiveConnectorSinkConfiguration>();
private List<LiveConnectorSourceConfiguration> _sources = new List<LiveConnectorSourceConfiguration>();
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The token assigned to the client making the request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=2, Max=64)]
public string ClientRequestToken
{
get { return this._clientRequestToken; }
set { this._clientRequestToken = value; }
}
// Check to see if ClientRequestToken property is set
internal bool IsSetClientRequestToken()
{
return this._clientRequestToken != null;
}
/// <summary>
/// Gets and sets the property Sinks.
/// <para>
/// The media live connector pipeline's data sinks.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1)]
public List<LiveConnectorSinkConfiguration> Sinks
{
get { return this._sinks; }
set { this._sinks = value; }
}
// Check to see if Sinks property is set
internal bool IsSetSinks()
{
return this._sinks != null && this._sinks.Count > 0;
}
/// <summary>
/// Gets and sets the property Sources.
/// <para>
/// The media live connector pipeline's data sources.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1)]
public List<LiveConnectorSourceConfiguration> Sources
{
get { return this._sources; }
set { this._sources = value; }
}
// Check to see if Sources property is set
internal bool IsSetSources()
{
return this._sources != null && this._sources.Count > 0;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags associated with the media live connector pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 119 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the CreateMediaLiveConnectorPipeline operation.
/// </summary>
public partial class CreateMediaLiveConnectorPipelineResponse : AmazonWebServiceResponse
{
private MediaLiveConnectorPipeline _mediaLiveConnectorPipeline;
/// <summary>
/// Gets and sets the property MediaLiveConnectorPipeline.
/// <para>
/// The new media live connector pipeline.
/// </para>
/// </summary>
public MediaLiveConnectorPipeline MediaLiveConnectorPipeline
{
get { return this._mediaLiveConnectorPipeline; }
set { this._mediaLiveConnectorPipeline = value; }
}
// Check to see if MediaLiveConnectorPipeline property is set
internal bool IsSetMediaLiveConnectorPipeline()
{
return this._mediaLiveConnectorPipeline != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The content configuration object's data channel.
/// </summary>
public partial class DataChannelConcatenationConfiguration
{
private ArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the DeleteMediaCapturePipeline operation.
/// Deletes the media pipeline.
/// </summary>
public partial class DeleteMediaCapturePipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the media pipeline being deleted.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the DeleteMediaCapturePipeline operation.
/// </summary>
public partial class DeleteMediaCapturePipelineResponse : 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the DeleteMediaInsightsPipelineConfiguration operation.
/// Deletes the specified configuration settings.
/// </summary>
public partial class DeleteMediaInsightsPipelineConfigurationRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _identifier;
/// <summary>
/// Gets and sets the property Identifier.
/// <para>
/// The unique identifier of the resource to be deleted. Valid values include the name
/// and ARN of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string Identifier
{
get { return this._identifier; }
set { this._identifier = value; }
}
// Check to see if Identifier property is set
internal bool IsSetIdentifier()
{
return this._identifier != null;
}
}
}
| 60 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the DeleteMediaInsightsPipelineConfiguration operation.
/// </summary>
public partial class DeleteMediaInsightsPipelineConfigurationResponse : 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the DeleteMediaPipeline operation.
/// Deletes the media pipeline.
/// </summary>
public partial class DeleteMediaPipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the media pipeline to delete.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the DeleteMediaPipeline operation.
/// </summary>
public partial class DeleteMediaPipelineResponse : 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The client is permanently forbidden from making the request.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ForbiddenException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new ForbiddenException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ForbiddenException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ForbiddenException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ForbiddenException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ForbiddenException
/// </summary>
/// <param name="innerException"></param>
public ForbiddenException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ForbiddenException
/// </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 ForbiddenException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ForbiddenException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ForbiddenException(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 ForbiddenException 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 ForbiddenException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Describes the timestamp range and timestamp origin of a range of fragments.
///
///
/// <para>
/// Only fragments with a start timestamp greater than or equal to the given start time
/// and less than or equal to the end time are returned. For example, say a stream contains
/// fragments with the following start timestamps:
/// </para>
/// <ul> <li>
/// <para>
/// 00:00:00
/// </para>
/// </li> <li>
/// <para>
/// 00:00:02
/// </para>
/// </li> <li>
/// <para>
/// 00:00:04
/// </para>
/// </li> <li>
/// <para>
/// 00:00:06
/// </para>
/// </li> </ul>
/// <para>
/// A fragment selector range with a start time of 00:00:01 and end time of 00:00:04 would
/// return the fragments with start times of 00:00:02 and 00:00:04.
/// </para>
/// </summary>
public partial class FragmentSelector
{
private FragmentSelectorType _fragmentSelectorType;
private TimestampRange _timestampRange;
/// <summary>
/// Gets and sets the property FragmentSelectorType.
/// <para>
/// The origin of the timestamps to use, <code>Server</code> or <code>Producer</code>.
/// For more information, see <a href="kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html#KinesisVideo-Type-dataplane_StartSelector-StartSelectorType">StartSelectorType</a>
/// in the <i>Amazon Kinesis Video Streams Developer Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public FragmentSelectorType FragmentSelectorType
{
get { return this._fragmentSelectorType; }
set { this._fragmentSelectorType = value; }
}
// Check to see if FragmentSelectorType property is set
internal bool IsSetFragmentSelectorType()
{
return this._fragmentSelectorType != null;
}
/// <summary>
/// Gets and sets the property TimestampRange.
/// <para>
/// The range of timestamps to return.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public TimestampRange TimestampRange
{
get { return this._timestampRange; }
set { this._timestampRange = value; }
}
// Check to see if TimestampRange property is set
internal bool IsSetTimestampRange()
{
return this._timestampRange != null;
}
}
}
| 108 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the GetMediaCapturePipeline operation.
/// Gets an existing media pipeline.
/// </summary>
public partial class GetMediaCapturePipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the pipeline that you want to get.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the GetMediaCapturePipeline operation.
/// </summary>
public partial class GetMediaCapturePipelineResponse : AmazonWebServiceResponse
{
private MediaCapturePipeline _mediaCapturePipeline;
/// <summary>
/// Gets and sets the property MediaCapturePipeline.
/// <para>
/// The media pipeline object.
/// </para>
/// </summary>
public MediaCapturePipeline MediaCapturePipeline
{
get { return this._mediaCapturePipeline; }
set { this._mediaCapturePipeline = value; }
}
// Check to see if MediaCapturePipeline property is set
internal bool IsSetMediaCapturePipeline()
{
return this._mediaCapturePipeline != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the GetMediaInsightsPipelineConfiguration operation.
/// Gets the configuration settings for a media insights pipeline.
/// </summary>
public partial class GetMediaInsightsPipelineConfigurationRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _identifier;
/// <summary>
/// Gets and sets the property Identifier.
/// <para>
/// The unique identifier of the requested resource. Valid values include the name and
/// ARN of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string Identifier
{
get { return this._identifier; }
set { this._identifier = value; }
}
// Check to see if Identifier property is set
internal bool IsSetIdentifier()
{
return this._identifier != null;
}
}
}
| 60 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the GetMediaInsightsPipelineConfiguration operation.
/// </summary>
public partial class GetMediaInsightsPipelineConfigurationResponse : AmazonWebServiceResponse
{
private MediaInsightsPipelineConfiguration _mediaInsightsPipelineConfiguration;
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfiguration.
/// <para>
/// The requested media insights pipeline configuration.
/// </para>
/// </summary>
public MediaInsightsPipelineConfiguration MediaInsightsPipelineConfiguration
{
get { return this._mediaInsightsPipelineConfiguration; }
set { this._mediaInsightsPipelineConfiguration = value; }
}
// Check to see if MediaInsightsPipelineConfiguration property is set
internal bool IsSetMediaInsightsPipelineConfiguration()
{
return this._mediaInsightsPipelineConfiguration != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the GetMediaPipeline operation.
/// Gets an existing media pipeline.
/// </summary>
public partial class GetMediaPipelineRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the pipeline that you want to get.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the GetMediaPipeline operation.
/// </summary>
public partial class GetMediaPipelineResponse : AmazonWebServiceResponse
{
private MediaPipeline _mediaPipeline;
/// <summary>
/// Gets and sets the property MediaPipeline.
/// <para>
/// The media pipeline object.
/// </para>
/// </summary>
public MediaPipeline MediaPipeline
{
get { return this._mediaPipeline; }
set { this._mediaPipeline = value; }
}
// Check to see if MediaPipeline property is set
internal bool IsSetMediaPipeline()
{
return this._mediaPipeline != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Specifies the type of grid layout.
/// </summary>
public partial class GridViewConfiguration
{
private ContentShareLayoutOption _contentShareLayout;
private PresenterOnlyConfiguration _presenterOnlyConfiguration;
/// <summary>
/// Gets and sets the property ContentShareLayout.
/// <para>
/// Defines the layout of the video tiles when content sharing is enabled.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ContentShareLayoutOption ContentShareLayout
{
get { return this._contentShareLayout; }
set { this._contentShareLayout = value; }
}
// Check to see if ContentShareLayout property is set
internal bool IsSetContentShareLayout()
{
return this._contentShareLayout != null;
}
/// <summary>
/// Gets and sets the property PresenterOnlyConfiguration.
/// <para>
/// Defines the configuration options for a presenter only video tile.
/// </para>
/// </summary>
public PresenterOnlyConfiguration PresenterOnlyConfiguration
{
get { return this._presenterOnlyConfiguration; }
set { this._presenterOnlyConfiguration = value; }
}
// Check to see if PresenterOnlyConfiguration property is set
internal bool IsSetPresenterOnlyConfiguration()
{
return this._presenterOnlyConfiguration != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for an issue detection task.
/// </summary>
public partial class IssueDetectionConfiguration
{
private string _ruleName;
/// <summary>
/// Gets and sets the property RuleName.
/// <para>
/// The name of the issue detection rule.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2, Max=64)]
public string RuleName
{
get { return this._ruleName; }
set { this._ruleName = value; }
}
// Check to see if RuleName property is set
internal bool IsSetRuleName()
{
return this._ruleName != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the settings for a keyword match task.
/// </summary>
public partial class KeywordMatchConfiguration
{
private List<string> _keywords = new List<string>();
private bool? _negate;
private string _ruleName;
/// <summary>
/// Gets and sets the property Keywords.
/// <para>
/// The keywords or phrases that you want to match.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=10)]
public List<string> Keywords
{
get { return this._keywords; }
set { this._keywords = value; }
}
// Check to see if Keywords property is set
internal bool IsSetKeywords()
{
return this._keywords != null && this._keywords.Count > 0;
}
/// <summary>
/// Gets and sets the property Negate.
/// <para>
/// Matches keywords or phrases on their presence or absence. If set to <code>TRUE</code>,
/// the rule matches when all the specified keywords or phrases are absent. Default: <code>FALSE</code>.
/// </para>
/// </summary>
public bool Negate
{
get { return this._negate.GetValueOrDefault(); }
set { this._negate = value; }
}
// Check to see if Negate property is set
internal bool IsSetNegate()
{
return this._negate.HasValue;
}
/// <summary>
/// Gets and sets the property RuleName.
/// <para>
/// The name of the keyword match rule.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2, Max=64)]
public string RuleName
{
get { return this._ruleName; }
set { this._ruleName = value; }
}
// Check to see if RuleName property is set
internal bool IsSetRuleName()
{
return this._ruleName != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for a Kinesis Data Stream sink.
/// </summary>
public partial class KinesisDataStreamSinkConfiguration
{
private string _insightsTarget;
/// <summary>
/// Gets and sets the property InsightsTarget.
/// <para>
/// The ARN of the sink.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string InsightsTarget
{
get { return this._insightsTarget; }
set { this._insightsTarget = value; }
}
// Check to see if InsightsTarget property is set
internal bool IsSetInsightsTarget()
{
return this._insightsTarget != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the runtime settings for recording a Kinesis video stream.
/// </summary>
public partial class KinesisVideoStreamRecordingSourceRuntimeConfiguration
{
private FragmentSelector _fragmentSelector;
private List<RecordingStreamConfiguration> _streams = new List<RecordingStreamConfiguration>();
/// <summary>
/// Gets and sets the property FragmentSelector.
/// <para>
/// Describes the timestamp range and timestamp origin of a range of fragments in the
/// Kinesis video stream.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public FragmentSelector FragmentSelector
{
get { return this._fragmentSelector; }
set { this._fragmentSelector = value; }
}
// Check to see if FragmentSelector property is set
internal bool IsSetFragmentSelector()
{
return this._fragmentSelector != null;
}
/// <summary>
/// Gets and sets the property Streams.
/// <para>
/// The stream or streams to be recorded.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2, Max=2)]
public List<RecordingStreamConfiguration> Streams
{
get { return this._streams; }
set { this._streams = value; }
}
// Check to see if Streams property is set
internal bool IsSetStreams()
{
return this._streams != null && this._streams.Count > 0;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The runtime configuration settings for the Kinesis video stream source.
/// </summary>
public partial class KinesisVideoStreamSourceRuntimeConfiguration
{
private MediaEncoding _mediaEncoding;
private int? _mediaSampleRate;
private List<StreamConfiguration> _streams = new List<StreamConfiguration>();
/// <summary>
/// Gets and sets the property MediaEncoding.
/// <para>
/// Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit
/// little-endian audio formats, which does not include WAV)
/// </para>
///
/// <para>
/// For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio">Media
/// formats</a> in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaEncoding MediaEncoding
{
get { return this._mediaEncoding; }
set { this._mediaEncoding = value; }
}
// Check to see if MediaEncoding property is set
internal bool IsSetMediaEncoding()
{
return this._mediaEncoding != null;
}
/// <summary>
/// Gets and sets the property MediaSampleRate.
/// <para>
/// The sample rate of the input audio (in hertz). Low-quality audio, such as telephone
/// audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000
/// Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.
/// </para>
///
/// <para>
/// Valid Range: Minimum value of 8000. Maximum value of 48000.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=8000, Max=48000)]
public int MediaSampleRate
{
get { return this._mediaSampleRate.GetValueOrDefault(); }
set { this._mediaSampleRate = value; }
}
// Check to see if MediaSampleRate property is set
internal bool IsSetMediaSampleRate()
{
return this._mediaSampleRate.HasValue;
}
/// <summary>
/// Gets and sets the property Streams.
/// <para>
/// The streams in the source runtime configuration of a Kinesis video stream.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=2)]
public List<StreamConfiguration> Streams
{
get { return this._streams; }
set { this._streams = value; }
}
// Check to see if Streams property is set
internal bool IsSetStreams()
{
return this._streams != null && this._streams.Count > 0;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for an AWS Lambda function's
/// data sink.
/// </summary>
public partial class LambdaFunctionSinkConfiguration
{
private string _insightsTarget;
/// <summary>
/// Gets and sets the property InsightsTarget.
/// <para>
/// The ARN of the sink.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string InsightsTarget
{
get { return this._insightsTarget; }
set { this._insightsTarget = value; }
}
// Check to see if InsightsTarget property is set
internal bool IsSetInsightsTarget()
{
return this._insightsTarget != null;
}
}
}
| 59 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the ListMediaCapturePipelines operation.
/// Returns a list of media pipelines.
/// </summary>
public partial class ListMediaCapturePipelinesRequest : AmazonChimeSDKMediaPipelinesRequest
{
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// The maximum number of results to return in a single call. Valid Range: 1 - 99.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to retrieve the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the ListMediaCapturePipelines operation.
/// </summary>
public partial class ListMediaCapturePipelinesResponse : AmazonWebServiceResponse
{
private List<MediaCapturePipelineSummary> _mediaCapturePipelines = new List<MediaCapturePipelineSummary>();
private string _nextToken;
/// <summary>
/// Gets and sets the property MediaCapturePipelines.
/// <para>
/// The media pipeline objects in the list.
/// </para>
/// </summary>
public List<MediaCapturePipelineSummary> MediaCapturePipelines
{
get { return this._mediaCapturePipelines; }
set { this._mediaCapturePipelines = value; }
}
// Check to see if MediaCapturePipelines property is set
internal bool IsSetMediaCapturePipelines()
{
return this._mediaCapturePipelines != null && this._mediaCapturePipelines.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to retrieve the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the ListMediaInsightsPipelineConfigurations operation.
/// Lists the available media insights pipeline configurations.
/// </summary>
public partial class ListMediaInsightsPipelineConfigurationsRequest : AmazonChimeSDKMediaPipelinesRequest
{
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// The maximum number of results to return in a single call.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to return the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the ListMediaInsightsPipelineConfigurations operation.
/// </summary>
public partial class ListMediaInsightsPipelineConfigurationsResponse : AmazonWebServiceResponse
{
private List<MediaInsightsPipelineConfigurationSummary> _mediaInsightsPipelineConfigurations = new List<MediaInsightsPipelineConfigurationSummary>();
private string _nextToken;
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurations.
/// <para>
/// The requested list of media insights pipeline configurations.
/// </para>
/// </summary>
public List<MediaInsightsPipelineConfigurationSummary> MediaInsightsPipelineConfigurations
{
get { return this._mediaInsightsPipelineConfigurations; }
set { this._mediaInsightsPipelineConfigurations = value; }
}
// Check to see if MediaInsightsPipelineConfigurations property is set
internal bool IsSetMediaInsightsPipelineConfigurations()
{
return this._mediaInsightsPipelineConfigurations != null && this._mediaInsightsPipelineConfigurations.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to return the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the ListMediaPipelines operation.
/// Returns a list of media pipelines.
/// </summary>
public partial class ListMediaPipelinesRequest : AmazonChimeSDKMediaPipelinesRequest
{
private int? _maxResults;
private string _nextToken;
/// <summary>
/// Gets and sets the property MaxResults.
/// <para>
/// The maximum number of results to return in a single call. Valid Range: 1 - 99.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=100)]
public int MaxResults
{
get { return this._maxResults.GetValueOrDefault(); }
set { this._maxResults = value; }
}
// Check to see if MaxResults property is set
internal bool IsSetMaxResults()
{
return this._maxResults.HasValue;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to retrieve the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the ListMediaPipelines operation.
/// </summary>
public partial class ListMediaPipelinesResponse : AmazonWebServiceResponse
{
private List<MediaPipelineSummary> _mediaPipelines = new List<MediaPipelineSummary>();
private string _nextToken;
/// <summary>
/// Gets and sets the property MediaPipelines.
/// <para>
/// The media pipeline objects in the list.
/// </para>
/// </summary>
public List<MediaPipelineSummary> MediaPipelines
{
get { return this._mediaPipelines; }
set { this._mediaPipelines = value; }
}
// Check to see if MediaPipelines property is set
internal bool IsSetMediaPipelines()
{
return this._mediaPipelines != null && this._mediaPipelines.Count > 0;
}
/// <summary>
/// Gets and sets the property NextToken.
/// <para>
/// The token used to retrieve the next page of results.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string NextToken
{
get { return this._nextToken; }
set { this._nextToken = value; }
}
// Check to see if NextToken property is set
internal bool IsSetNextToken()
{
return this._nextToken != null;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the ListTagsForResource operation.
/// Lists the tags available for a media pipeline.
/// </summary>
public partial class ListTagsForResourceRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _resourceARN;
/// <summary>
/// Gets and sets the property ResourceARN.
/// <para>
/// The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's
/// region, resource ID, and pipeline ID.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1011)]
public string ResourceARN
{
get { return this._resourceARN; }
set { this._resourceARN = value; }
}
// Check to see if ResourceARN property is set
internal bool IsSetResourceARN()
{
return this._resourceARN != null;
}
}
}
| 60 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the ListTagsForResource operation.
/// </summary>
public partial class ListTagsForResourceResponse : AmazonWebServiceResponse
{
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags associated with the specified media pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The media pipeline's RTMP configuration object.
/// </summary>
public partial class LiveConnectorRTMPConfiguration
{
private AudioChannelsOption _audioChannels;
private string _audioSampleRate;
private string _url;
/// <summary>
/// Gets and sets the property AudioChannels.
/// <para>
/// The audio channels set for the RTMP configuration
/// </para>
/// </summary>
public AudioChannelsOption AudioChannels
{
get { return this._audioChannels; }
set { this._audioChannels = value; }
}
// Check to see if AudioChannels property is set
internal bool IsSetAudioChannels()
{
return this._audioChannels != null;
}
/// <summary>
/// Gets and sets the property AudioSampleRate.
/// <para>
/// The audio sample rate set for the RTMP configuration. Default: 48000.
/// </para>
/// </summary>
public string AudioSampleRate
{
get { return this._audioSampleRate; }
set { this._audioSampleRate = value; }
}
// Check to see if AudioSampleRate property is set
internal bool IsSetAudioSampleRate()
{
return this._audioSampleRate != null;
}
/// <summary>
/// Gets and sets the property Url.
/// <para>
/// The URL of the RTMP configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string Url
{
get { return this._url; }
set { this._url = value; }
}
// Check to see if Url property is set
internal bool IsSetUrl()
{
return this._url != null;
}
}
}
| 96 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The media pipeline's sink configuration settings.
/// </summary>
public partial class LiveConnectorSinkConfiguration
{
private LiveConnectorRTMPConfiguration _rtmpConfiguration;
private LiveConnectorSinkType _sinkType;
/// <summary>
/// Gets and sets the property RTMPConfiguration.
/// <para>
/// The sink configuration's RTMP configuration settings.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public LiveConnectorRTMPConfiguration RTMPConfiguration
{
get { return this._rtmpConfiguration; }
set { this._rtmpConfiguration = value; }
}
// Check to see if RTMPConfiguration property is set
internal bool IsSetRTMPConfiguration()
{
return this._rtmpConfiguration != null;
}
/// <summary>
/// Gets and sets the property SinkType.
/// <para>
/// The sink configuration's sink type.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public LiveConnectorSinkType SinkType
{
get { return this._sinkType; }
set { this._sinkType = value; }
}
// Check to see if SinkType property is set
internal bool IsSetSinkType()
{
return this._sinkType != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The data source configuration object of a streaming media pipeline.
/// </summary>
public partial class LiveConnectorSourceConfiguration
{
private ChimeSdkMeetingLiveConnectorConfiguration _chimeSdkMeetingLiveConnectorConfiguration;
private LiveConnectorSourceType _sourceType;
/// <summary>
/// Gets and sets the property ChimeSdkMeetingLiveConnectorConfiguration.
/// <para>
/// The configuration settings of the connector pipeline.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ChimeSdkMeetingLiveConnectorConfiguration ChimeSdkMeetingLiveConnectorConfiguration
{
get { return this._chimeSdkMeetingLiveConnectorConfiguration; }
set { this._chimeSdkMeetingLiveConnectorConfiguration = value; }
}
// Check to see if ChimeSdkMeetingLiveConnectorConfiguration property is set
internal bool IsSetChimeSdkMeetingLiveConnectorConfiguration()
{
return this._chimeSdkMeetingLiveConnectorConfiguration != null;
}
/// <summary>
/// Gets and sets the property SourceType.
/// <para>
/// The source configuration's media source type.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public LiveConnectorSourceType SourceType
{
get { return this._sourceType; }
set { this._sourceType = value; }
}
// Check to see if SourceType property is set
internal bool IsSetSourceType()
{
return this._sourceType != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A media pipeline object consisting of an ID, source type, source ARN, a sink type,
/// a sink ARN, and a configuration object.
/// </summary>
public partial class MediaCapturePipeline
{
private ChimeSdkMeetingConfiguration _chimeSdkMeetingConfiguration;
private DateTime? _createdTimestamp;
private string _mediaPipelineArn;
private string _mediaPipelineId;
private string _sinkArn;
private MediaPipelineSinkType _sinkType;
private string _sourceArn;
private MediaPipelineSourceType _sourceType;
private MediaPipelineStatus _status;
private DateTime? _updatedTimestamp;
/// <summary>
/// Gets and sets the property ChimeSdkMeetingConfiguration.
/// <para>
/// The configuration for a specified media pipeline. <code>SourceType</code> must be
/// <code>ChimeSdkMeeting</code>.
/// </para>
/// </summary>
public ChimeSdkMeetingConfiguration ChimeSdkMeetingConfiguration
{
get { return this._chimeSdkMeetingConfiguration; }
set { this._chimeSdkMeetingConfiguration = value; }
}
// Check to see if ChimeSdkMeetingConfiguration property is set
internal bool IsSetChimeSdkMeetingConfiguration()
{
return this._chimeSdkMeetingConfiguration != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the pipeline was created, in ISO 8601 format.
/// </para>
/// </summary>
public DateTime CreatedTimestamp
{
get { return this._createdTimestamp.GetValueOrDefault(); }
set { this._createdTimestamp = value; }
}
// Check to see if CreatedTimestamp property is set
internal bool IsSetCreatedTimestamp()
{
return this._createdTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The ARN of the media capture pipeline
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1011)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of a media pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
/// <summary>
/// Gets and sets the property SinkArn.
/// <para>
/// ARN of the destination to which the media artifacts are saved.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string SinkArn
{
get { return this._sinkArn; }
set { this._sinkArn = value; }
}
// Check to see if SinkArn property is set
internal bool IsSetSinkArn()
{
return this._sinkArn != null;
}
/// <summary>
/// Gets and sets the property SinkType.
/// <para>
/// Destination type to which the media artifacts are saved. You must use an S3 Bucket.
/// </para>
/// </summary>
public MediaPipelineSinkType SinkType
{
get { return this._sinkType; }
set { this._sinkType = value; }
}
// Check to see if SinkType property is set
internal bool IsSetSinkType()
{
return this._sinkType != null;
}
/// <summary>
/// Gets and sets the property SourceArn.
/// <para>
/// ARN of the source from which the media artifacts are saved.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string SourceArn
{
get { return this._sourceArn; }
set { this._sourceArn = value; }
}
// Check to see if SourceArn property is set
internal bool IsSetSourceArn()
{
return this._sourceArn != null;
}
/// <summary>
/// Gets and sets the property SourceType.
/// <para>
/// Source type from which media artifacts are saved. You must use <code>ChimeMeeting</code>.
/// </para>
/// </summary>
public MediaPipelineSourceType SourceType
{
get { return this._sourceType; }
set { this._sourceType = value; }
}
// Check to see if SourceType property is set
internal bool IsSetSourceType()
{
return this._sourceType != null;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The status of the media pipeline.
/// </para>
/// </summary>
public MediaPipelineStatus Status
{
get { return this._status; }
set { this._status = value; }
}
// Check to see if Status property is set
internal bool IsSetStatus()
{
return this._status != null;
}
/// <summary>
/// Gets and sets the property UpdatedTimestamp.
/// <para>
/// The time at which the pipeline was updated, in ISO 8601 format.
/// </para>
/// </summary>
public DateTime UpdatedTimestamp
{
get { return this._updatedTimestamp.GetValueOrDefault(); }
set { this._updatedTimestamp = value; }
}
// Check to see if UpdatedTimestamp property is set
internal bool IsSetUpdatedTimestamp()
{
return this._updatedTimestamp.HasValue;
}
}
}
| 234 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The source configuration object of a media capture pipeline.
/// </summary>
public partial class MediaCapturePipelineSourceConfiguration
{
private ChimeSdkMeetingConcatenationConfiguration _chimeSdkMeetingConfiguration;
private string _mediaPipelineArn;
/// <summary>
/// Gets and sets the property ChimeSdkMeetingConfiguration.
/// <para>
/// The meeting configuration settings in a media capture pipeline configuration object.
///
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ChimeSdkMeetingConcatenationConfiguration ChimeSdkMeetingConfiguration
{
get { return this._chimeSdkMeetingConfiguration; }
set { this._chimeSdkMeetingConfiguration = value; }
}
// Check to see if ChimeSdkMeetingConfiguration property is set
internal bool IsSetChimeSdkMeetingConfiguration()
{
return this._chimeSdkMeetingConfiguration != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The media pipeline ARN in the configuration object of a media capture pipeline.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The summary data of a media capture pipeline.
/// </summary>
public partial class MediaCapturePipelineSummary
{
private string _mediaPipelineArn;
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The ARN of the media pipeline in the summary.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1011)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the media pipeline in the summary.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Concatenates audio and video data from one or more data streams.
/// </summary>
public partial class MediaConcatenationPipeline
{
private DateTime? _createdTimestamp;
private string _mediaPipelineArn;
private string _mediaPipelineId;
private List<ConcatenationSink> _sinks = new List<ConcatenationSink>();
private List<ConcatenationSource> _sources = new List<ConcatenationSource>();
private MediaPipelineStatus _status;
private DateTime? _updatedTimestamp;
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the concatenation pipeline was created.
/// </para>
/// </summary>
public DateTime CreatedTimestamp
{
get { return this._createdTimestamp.GetValueOrDefault(); }
set { this._createdTimestamp = value; }
}
// Check to see if CreatedTimestamp property is set
internal bool IsSetCreatedTimestamp()
{
return this._createdTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The ARN of the media pipeline that you specify in the <code>SourceConfiguration</code>
/// object.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1011)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the media pipeline being concatenated.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
/// <summary>
/// Gets and sets the property Sinks.
/// <para>
/// The data sinks of the concatenation pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<ConcatenationSink> Sinks
{
get { return this._sinks; }
set { this._sinks = value; }
}
// Check to see if Sinks property is set
internal bool IsSetSinks()
{
return this._sinks != null && this._sinks.Count > 0;
}
/// <summary>
/// Gets and sets the property Sources.
/// <para>
/// The data sources being concatenated.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<ConcatenationSource> Sources
{
get { return this._sources; }
set { this._sources = value; }
}
// Check to see if Sources property is set
internal bool IsSetSources()
{
return this._sources != null && this._sources.Count > 0;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The status of the concatenation pipeline.
/// </para>
/// </summary>
public MediaPipelineStatus Status
{
get { return this._status; }
set { this._status = value; }
}
// Check to see if Status property is set
internal bool IsSetStatus()
{
return this._status != null;
}
/// <summary>
/// Gets and sets the property UpdatedTimestamp.
/// <para>
/// The time at which the concatenation pipeline was last updated.
/// </para>
/// </summary>
public DateTime UpdatedTimestamp
{
get { return this._updatedTimestamp.GetValueOrDefault(); }
set { this._updatedTimestamp = value; }
}
// Check to see if UpdatedTimestamp property is set
internal bool IsSetUpdatedTimestamp()
{
return this._updatedTimestamp.HasValue;
}
}
}
| 176 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A media pipeline that streams call analytics data.
/// </summary>
public partial class MediaInsightsPipeline
{
private DateTime? _createdTimestamp;
private KinesisVideoStreamRecordingSourceRuntimeConfiguration _kinesisVideoStreamRecordingSourceRuntimeConfiguration;
private KinesisVideoStreamSourceRuntimeConfiguration _kinesisVideoStreamSourceRuntimeConfiguration;
private string _mediaInsightsPipelineConfigurationArn;
private Dictionary<string, string> _mediaInsightsRuntimeMetadata = new Dictionary<string, string>();
private string _mediaPipelineArn;
private string _mediaPipelineId;
private S3RecordingSinkRuntimeConfiguration _s3RecordingSinkRuntimeConfiguration;
private MediaPipelineStatus _status;
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the media insights pipeline was created.
/// </para>
/// </summary>
public DateTime CreatedTimestamp
{
get { return this._createdTimestamp.GetValueOrDefault(); }
set { this._createdTimestamp = value; }
}
// Check to see if CreatedTimestamp property is set
internal bool IsSetCreatedTimestamp()
{
return this._createdTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property KinesisVideoStreamRecordingSourceRuntimeConfiguration.
///
/// <para>
/// The runtime configuration settings for a Kinesis recording video stream in a media
/// insights pipeline.
/// </para>
/// </summary>
public KinesisVideoStreamRecordingSourceRuntimeConfiguration KinesisVideoStreamRecordingSourceRuntimeConfiguration
{
get { return this._kinesisVideoStreamRecordingSourceRuntimeConfiguration; }
set { this._kinesisVideoStreamRecordingSourceRuntimeConfiguration = value; }
}
// Check to see if KinesisVideoStreamRecordingSourceRuntimeConfiguration property is set
internal bool IsSetKinesisVideoStreamRecordingSourceRuntimeConfiguration()
{
return this._kinesisVideoStreamRecordingSourceRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property KinesisVideoStreamSourceRuntimeConfiguration.
/// <para>
/// The configuration settings for a Kinesis runtime video stream in a media insights
/// pipeline.
/// </para>
/// </summary>
public KinesisVideoStreamSourceRuntimeConfiguration KinesisVideoStreamSourceRuntimeConfiguration
{
get { return this._kinesisVideoStreamSourceRuntimeConfiguration; }
set { this._kinesisVideoStreamSourceRuntimeConfiguration = value; }
}
// Check to see if KinesisVideoStreamSourceRuntimeConfiguration property is set
internal bool IsSetKinesisVideoStreamSourceRuntimeConfiguration()
{
return this._kinesisVideoStreamSourceRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationArn.
/// <para>
/// The ARN of a media insight pipeline's configuration settings.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string MediaInsightsPipelineConfigurationArn
{
get { return this._mediaInsightsPipelineConfigurationArn; }
set { this._mediaInsightsPipelineConfigurationArn = value; }
}
// Check to see if MediaInsightsPipelineConfigurationArn property is set
internal bool IsSetMediaInsightsPipelineConfigurationArn()
{
return this._mediaInsightsPipelineConfigurationArn != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsRuntimeMetadata.
/// <para>
/// The runtime metadata of a media insights pipeline.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true)]
public Dictionary<string, string> MediaInsightsRuntimeMetadata
{
get { return this._mediaInsightsRuntimeMetadata; }
set { this._mediaInsightsRuntimeMetadata = value; }
}
// Check to see if MediaInsightsRuntimeMetadata property is set
internal bool IsSetMediaInsightsRuntimeMetadata()
{
return this._mediaInsightsRuntimeMetadata != null && this._mediaInsightsRuntimeMetadata.Count > 0;
}
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The ARN of a media insights pipeline.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of a media insights pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
/// <summary>
/// Gets and sets the property S3RecordingSinkRuntimeConfiguration.
/// <para>
/// The runtime configuration of the Amazon S3 bucket that stores recordings in a media
/// insights pipeline.
/// </para>
/// </summary>
public S3RecordingSinkRuntimeConfiguration S3RecordingSinkRuntimeConfiguration
{
get { return this._s3RecordingSinkRuntimeConfiguration; }
set { this._s3RecordingSinkRuntimeConfiguration = value; }
}
// Check to see if S3RecordingSinkRuntimeConfiguration property is set
internal bool IsSetS3RecordingSinkRuntimeConfiguration()
{
return this._s3RecordingSinkRuntimeConfiguration != null;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The status of a media insights pipeline.
/// </para>
/// </summary>
public MediaPipelineStatus Status
{
get { return this._status; }
set { this._status = value; }
}
// Check to see if Status property is set
internal bool IsSetStatus()
{
return this._status != null;
}
}
}
| 217 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for a media insights pipeline.
/// </summary>
public partial class MediaInsightsPipelineConfiguration
{
private DateTime? _createdTimestamp;
private List<MediaInsightsPipelineConfigurationElement> _elements = new List<MediaInsightsPipelineConfigurationElement>();
private string _mediaInsightsPipelineConfigurationArn;
private string _mediaInsightsPipelineConfigurationId;
private string _mediaInsightsPipelineConfigurationName;
private RealTimeAlertConfiguration _realTimeAlertConfiguration;
private string _resourceAccessRoleArn;
private DateTime? _updatedTimestamp;
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the configuration was created.
/// </para>
/// </summary>
public DateTime CreatedTimestamp
{
get { return this._createdTimestamp.GetValueOrDefault(); }
set { this._createdTimestamp = value; }
}
// Check to see if CreatedTimestamp property is set
internal bool IsSetCreatedTimestamp()
{
return this._createdTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property Elements.
/// <para>
/// The elements in the configuration.
/// </para>
/// </summary>
public List<MediaInsightsPipelineConfigurationElement> Elements
{
get { return this._elements; }
set { this._elements = value; }
}
// Check to see if Elements property is set
internal bool IsSetElements()
{
return this._elements != null && this._elements.Count > 0;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationArn.
/// <para>
/// The ARN of the configuration.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string MediaInsightsPipelineConfigurationArn
{
get { return this._mediaInsightsPipelineConfigurationArn; }
set { this._mediaInsightsPipelineConfigurationArn = value; }
}
// Check to see if MediaInsightsPipelineConfigurationArn property is set
internal bool IsSetMediaInsightsPipelineConfigurationArn()
{
return this._mediaInsightsPipelineConfigurationArn != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationId.
/// <para>
/// The ID of the configuration.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaInsightsPipelineConfigurationId
{
get { return this._mediaInsightsPipelineConfigurationId; }
set { this._mediaInsightsPipelineConfigurationId = value; }
}
// Check to see if MediaInsightsPipelineConfigurationId property is set
internal bool IsSetMediaInsightsPipelineConfigurationId()
{
return this._mediaInsightsPipelineConfigurationId != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationName.
/// <para>
/// The name of the configuration.
/// </para>
/// </summary>
[AWSProperty(Min=2, Max=64)]
public string MediaInsightsPipelineConfigurationName
{
get { return this._mediaInsightsPipelineConfigurationName; }
set { this._mediaInsightsPipelineConfigurationName = value; }
}
// Check to see if MediaInsightsPipelineConfigurationName property is set
internal bool IsSetMediaInsightsPipelineConfigurationName()
{
return this._mediaInsightsPipelineConfigurationName != null;
}
/// <summary>
/// Gets and sets the property RealTimeAlertConfiguration.
/// <para>
/// Lists the rules that trigger a real-time alert.
/// </para>
/// </summary>
public RealTimeAlertConfiguration RealTimeAlertConfiguration
{
get { return this._realTimeAlertConfiguration; }
set { this._realTimeAlertConfiguration = value; }
}
// Check to see if RealTimeAlertConfiguration property is set
internal bool IsSetRealTimeAlertConfiguration()
{
return this._realTimeAlertConfiguration != null;
}
/// <summary>
/// Gets and sets the property ResourceAccessRoleArn.
/// <para>
/// The ARN of the role used by the service to access Amazon Web Services resources.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string ResourceAccessRoleArn
{
get { return this._resourceAccessRoleArn; }
set { this._resourceAccessRoleArn = value; }
}
// Check to see if ResourceAccessRoleArn property is set
internal bool IsSetResourceAccessRoleArn()
{
return this._resourceAccessRoleArn != null;
}
/// <summary>
/// Gets and sets the property UpdatedTimestamp.
/// <para>
/// The time at which the configuration was last updated.
/// </para>
/// </summary>
public DateTime UpdatedTimestamp
{
get { return this._updatedTimestamp.GetValueOrDefault(); }
set { this._updatedTimestamp = value; }
}
// Check to see if UpdatedTimestamp property is set
internal bool IsSetUpdatedTimestamp()
{
return this._updatedTimestamp.HasValue;
}
}
}
| 194 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// An element in a media insights pipeline configuration.
/// </summary>
public partial class MediaInsightsPipelineConfigurationElement
{
private AmazonTranscribeCallAnalyticsProcessorConfiguration _amazonTranscribeCallAnalyticsProcessorConfiguration;
private AmazonTranscribeProcessorConfiguration _amazonTranscribeProcessorConfiguration;
private KinesisDataStreamSinkConfiguration _kinesisDataStreamSinkConfiguration;
private LambdaFunctionSinkConfiguration _lambdaFunctionSinkConfiguration;
private S3RecordingSinkConfiguration _s3RecordingSinkConfiguration;
private SnsTopicSinkConfiguration _snsTopicSinkConfiguration;
private SqsQueueSinkConfiguration _sqsQueueSinkConfiguration;
private MediaInsightsPipelineConfigurationElementType _type;
private VoiceAnalyticsProcessorConfiguration _voiceAnalyticsProcessorConfiguration;
/// <summary>
/// Gets and sets the property AmazonTranscribeCallAnalyticsProcessorConfiguration.
/// <para>
/// The analytics configuration settings for transcribing audio in a media insights pipeline
/// configuration element.
/// </para>
/// </summary>
public AmazonTranscribeCallAnalyticsProcessorConfiguration AmazonTranscribeCallAnalyticsProcessorConfiguration
{
get { return this._amazonTranscribeCallAnalyticsProcessorConfiguration; }
set { this._amazonTranscribeCallAnalyticsProcessorConfiguration = value; }
}
// Check to see if AmazonTranscribeCallAnalyticsProcessorConfiguration property is set
internal bool IsSetAmazonTranscribeCallAnalyticsProcessorConfiguration()
{
return this._amazonTranscribeCallAnalyticsProcessorConfiguration != null;
}
/// <summary>
/// Gets and sets the property AmazonTranscribeProcessorConfiguration.
/// <para>
/// The transcription processor configuration settings in a media insights pipeline configuration
/// element.
/// </para>
/// </summary>
public AmazonTranscribeProcessorConfiguration AmazonTranscribeProcessorConfiguration
{
get { return this._amazonTranscribeProcessorConfiguration; }
set { this._amazonTranscribeProcessorConfiguration = value; }
}
// Check to see if AmazonTranscribeProcessorConfiguration property is set
internal bool IsSetAmazonTranscribeProcessorConfiguration()
{
return this._amazonTranscribeProcessorConfiguration != null;
}
/// <summary>
/// Gets and sets the property KinesisDataStreamSinkConfiguration.
/// <para>
/// The configuration settings for the Kinesis Data Stream Sink in a media insights pipeline
/// configuration element.
/// </para>
/// </summary>
public KinesisDataStreamSinkConfiguration KinesisDataStreamSinkConfiguration
{
get { return this._kinesisDataStreamSinkConfiguration; }
set { this._kinesisDataStreamSinkConfiguration = value; }
}
// Check to see if KinesisDataStreamSinkConfiguration property is set
internal bool IsSetKinesisDataStreamSinkConfiguration()
{
return this._kinesisDataStreamSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property LambdaFunctionSinkConfiguration.
/// <para>
/// The configuration settings for the Amazon Web Services Lambda sink in a media insights
/// pipeline configuration element.
/// </para>
/// </summary>
public LambdaFunctionSinkConfiguration LambdaFunctionSinkConfiguration
{
get { return this._lambdaFunctionSinkConfiguration; }
set { this._lambdaFunctionSinkConfiguration = value; }
}
// Check to see if LambdaFunctionSinkConfiguration property is set
internal bool IsSetLambdaFunctionSinkConfiguration()
{
return this._lambdaFunctionSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property S3RecordingSinkConfiguration.
/// <para>
/// The configuration settings for the Amazon S3 recording bucket in a media insights
/// pipeline configuration element.
/// </para>
/// </summary>
public S3RecordingSinkConfiguration S3RecordingSinkConfiguration
{
get { return this._s3RecordingSinkConfiguration; }
set { this._s3RecordingSinkConfiguration = value; }
}
// Check to see if S3RecordingSinkConfiguration property is set
internal bool IsSetS3RecordingSinkConfiguration()
{
return this._s3RecordingSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property SnsTopicSinkConfiguration.
/// <para>
/// The configuration settings for an SNS topic sink in a media insights pipeline configuration
/// element.
/// </para>
/// </summary>
public SnsTopicSinkConfiguration SnsTopicSinkConfiguration
{
get { return this._snsTopicSinkConfiguration; }
set { this._snsTopicSinkConfiguration = value; }
}
// Check to see if SnsTopicSinkConfiguration property is set
internal bool IsSetSnsTopicSinkConfiguration()
{
return this._snsTopicSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property SqsQueueSinkConfiguration.
/// <para>
/// The configuration settings for an SQS queue sink in a media insights pipeline configuration
/// element.
/// </para>
/// </summary>
public SqsQueueSinkConfiguration SqsQueueSinkConfiguration
{
get { return this._sqsQueueSinkConfiguration; }
set { this._sqsQueueSinkConfiguration = value; }
}
// Check to see if SqsQueueSinkConfiguration property is set
internal bool IsSetSqsQueueSinkConfiguration()
{
return this._sqsQueueSinkConfiguration != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The element type.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public MediaInsightsPipelineConfigurationElementType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
/// <summary>
/// Gets and sets the property VoiceAnalyticsProcessorConfiguration.
/// <para>
/// The voice analytics configuration settings in a media insights pipeline configuration
/// element.
/// </para>
/// </summary>
public VoiceAnalyticsProcessorConfiguration VoiceAnalyticsProcessorConfiguration
{
get { return this._voiceAnalyticsProcessorConfiguration; }
set { this._voiceAnalyticsProcessorConfiguration = value; }
}
// Check to see if VoiceAnalyticsProcessorConfiguration property is set
internal bool IsSetVoiceAnalyticsProcessorConfiguration()
{
return this._voiceAnalyticsProcessorConfiguration != null;
}
}
}
| 218 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A summary of the media insights pipeline configuration.
/// </summary>
public partial class MediaInsightsPipelineConfigurationSummary
{
private string _mediaInsightsPipelineConfigurationArn;
private string _mediaInsightsPipelineConfigurationId;
private string _mediaInsightsPipelineConfigurationName;
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationArn.
/// <para>
/// The ARN of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string MediaInsightsPipelineConfigurationArn
{
get { return this._mediaInsightsPipelineConfigurationArn; }
set { this._mediaInsightsPipelineConfigurationArn = value; }
}
// Check to see if MediaInsightsPipelineConfigurationArn property is set
internal bool IsSetMediaInsightsPipelineConfigurationArn()
{
return this._mediaInsightsPipelineConfigurationArn != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationId.
/// <para>
/// The ID of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaInsightsPipelineConfigurationId
{
get { return this._mediaInsightsPipelineConfigurationId; }
set { this._mediaInsightsPipelineConfigurationId = value; }
}
// Check to see if MediaInsightsPipelineConfigurationId property is set
internal bool IsSetMediaInsightsPipelineConfigurationId()
{
return this._mediaInsightsPipelineConfigurationId != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfigurationName.
/// <para>
/// The name of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Min=2, Max=64)]
public string MediaInsightsPipelineConfigurationName
{
get { return this._mediaInsightsPipelineConfigurationName; }
set { this._mediaInsightsPipelineConfigurationName = value; }
}
// Check to see if MediaInsightsPipelineConfigurationName property is set
internal bool IsSetMediaInsightsPipelineConfigurationName()
{
return this._mediaInsightsPipelineConfigurationName != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The connector pipeline.
/// </summary>
public partial class MediaLiveConnectorPipeline
{
private DateTime? _createdTimestamp;
private string _mediaPipelineArn;
private string _mediaPipelineId;
private List<LiveConnectorSinkConfiguration> _sinks = new List<LiveConnectorSinkConfiguration>();
private List<LiveConnectorSourceConfiguration> _sources = new List<LiveConnectorSourceConfiguration>();
private MediaPipelineStatus _status;
private DateTime? _updatedTimestamp;
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the connector pipeline was created.
/// </para>
/// </summary>
public DateTime CreatedTimestamp
{
get { return this._createdTimestamp.GetValueOrDefault(); }
set { this._createdTimestamp = value; }
}
// Check to see if CreatedTimestamp property is set
internal bool IsSetCreatedTimestamp()
{
return this._createdTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The connector pipeline's ARN.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1011)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The connector pipeline's ID.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
/// <summary>
/// Gets and sets the property Sinks.
/// <para>
/// The connector pipeline's data sinks.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<LiveConnectorSinkConfiguration> Sinks
{
get { return this._sinks; }
set { this._sinks = value; }
}
// Check to see if Sinks property is set
internal bool IsSetSinks()
{
return this._sinks != null && this._sinks.Count > 0;
}
/// <summary>
/// Gets and sets the property Sources.
/// <para>
/// The connector pipeline's data sources.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<LiveConnectorSourceConfiguration> Sources
{
get { return this._sources; }
set { this._sources = value; }
}
// Check to see if Sources property is set
internal bool IsSetSources()
{
return this._sources != null && this._sources.Count > 0;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The connector pipeline's status.
/// </para>
/// </summary>
public MediaPipelineStatus Status
{
get { return this._status; }
set { this._status = value; }
}
// Check to see if Status property is set
internal bool IsSetStatus()
{
return this._status != null;
}
/// <summary>
/// Gets and sets the property UpdatedTimestamp.
/// <para>
/// The time at which the connector pipeline was last updated.
/// </para>
/// </summary>
public DateTime UpdatedTimestamp
{
get { return this._updatedTimestamp.GetValueOrDefault(); }
set { this._updatedTimestamp = value; }
}
// Check to see if UpdatedTimestamp property is set
internal bool IsSetUpdatedTimestamp()
{
return this._updatedTimestamp.HasValue;
}
}
}
| 175 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A pipeline consisting of a media capture, media concatenation, or live-streaming pipeline.
/// </summary>
public partial class MediaPipeline
{
private MediaCapturePipeline _mediaCapturePipeline;
private MediaConcatenationPipeline _mediaConcatenationPipeline;
private MediaInsightsPipeline _mediaInsightsPipeline;
private MediaLiveConnectorPipeline _mediaLiveConnectorPipeline;
/// <summary>
/// Gets and sets the property MediaCapturePipeline.
/// <para>
/// A pipeline that enables users to capture audio and video.
/// </para>
/// </summary>
public MediaCapturePipeline MediaCapturePipeline
{
get { return this._mediaCapturePipeline; }
set { this._mediaCapturePipeline = value; }
}
// Check to see if MediaCapturePipeline property is set
internal bool IsSetMediaCapturePipeline()
{
return this._mediaCapturePipeline != null;
}
/// <summary>
/// Gets and sets the property MediaConcatenationPipeline.
/// <para>
/// The media concatenation pipeline in a media pipeline.
/// </para>
/// </summary>
public MediaConcatenationPipeline MediaConcatenationPipeline
{
get { return this._mediaConcatenationPipeline; }
set { this._mediaConcatenationPipeline = value; }
}
// Check to see if MediaConcatenationPipeline property is set
internal bool IsSetMediaConcatenationPipeline()
{
return this._mediaConcatenationPipeline != null;
}
/// <summary>
/// Gets and sets the property MediaInsightsPipeline.
/// <para>
/// The media insights pipeline of a media pipeline.
/// </para>
/// </summary>
public MediaInsightsPipeline MediaInsightsPipeline
{
get { return this._mediaInsightsPipeline; }
set { this._mediaInsightsPipeline = value; }
}
// Check to see if MediaInsightsPipeline property is set
internal bool IsSetMediaInsightsPipeline()
{
return this._mediaInsightsPipeline != null;
}
/// <summary>
/// Gets and sets the property MediaLiveConnectorPipeline.
/// <para>
/// The connector pipeline of the media pipeline.
/// </para>
/// </summary>
public MediaLiveConnectorPipeline MediaLiveConnectorPipeline
{
get { return this._mediaLiveConnectorPipeline; }
set { this._mediaLiveConnectorPipeline = value; }
}
// Check to see if MediaLiveConnectorPipeline property is set
internal bool IsSetMediaLiveConnectorPipeline()
{
return this._mediaLiveConnectorPipeline != null;
}
}
}
| 114 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The summary of the media pipeline.
/// </summary>
public partial class MediaPipelineSummary
{
private string _mediaPipelineArn;
private string _mediaPipelineId;
/// <summary>
/// Gets and sets the property MediaPipelineArn.
/// <para>
/// The ARN of the media pipeline in the summary.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1011)]
public string MediaPipelineArn
{
get { return this._mediaPipelineArn; }
set { this._mediaPipelineArn = value; }
}
// Check to see if MediaPipelineArn property is set
internal bool IsSetMediaPipelineArn()
{
return this._mediaPipelineArn != null;
}
/// <summary>
/// Gets and sets the property MediaPipelineId.
/// <para>
/// The ID of the media pipeline in the summary.
/// </para>
/// </summary>
[AWSProperty(Min=36, Max=36)]
public string MediaPipelineId
{
get { return this._mediaPipelineId; }
set { this._mediaPipelineId = value; }
}
// Check to see if MediaPipelineId property is set
internal bool IsSetMediaPipelineId()
{
return this._mediaPipelineId != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration object for an event concatenation pipeline.
/// </summary>
public partial class MeetingEventsConcatenationConfiguration
{
private ArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// One or more of the resources in the request does not exist in the system.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class NotFoundException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new NotFoundException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public NotFoundException(string message)
: base(message) {}
/// <summary>
/// Construct instance of NotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public NotFoundException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of NotFoundException
/// </summary>
/// <param name="innerException"></param>
public NotFoundException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of NotFoundException
/// </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 NotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of NotFoundException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public NotFoundException(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 NotFoundException 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 NotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Allows you to specify additional settings for your Call Analytics post-call request,
/// including output locations for your redacted transcript, which IAM role to use, and
/// which encryption key to use.
///
///
/// <para>
/// <code>DataAccessRoleArn</code> and <code>OutputLocation</code> are required fields.
/// </para>
///
/// <para>
/// <code>PostCallAnalyticsSettings</code> provides the same insights as a Call Analytics
/// post-call transcription. For more information, refer to <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html">Post-call
/// analytics with real-time transcriptions</a> in the <i>Amazon Transcribe Developer
/// Guide</i>.
/// </para>
/// </summary>
public partial class PostCallAnalyticsSettings
{
private ContentRedactionOutput _contentRedactionOutput;
private string _dataAccessRoleArn;
private string _outputEncryptionKMSKeyId;
private string _outputLocation;
/// <summary>
/// Gets and sets the property ContentRedactionOutput.
/// <para>
/// The content redaction output settings for a post-call analysis task.
/// </para>
/// </summary>
public ContentRedactionOutput ContentRedactionOutput
{
get { return this._contentRedactionOutput; }
set { this._contentRedactionOutput = value; }
}
// Check to see if ContentRedactionOutput property is set
internal bool IsSetContentRedactionOutput()
{
return this._contentRedactionOutput != null;
}
/// <summary>
/// Gets and sets the property DataAccessRoleArn.
/// <para>
/// The ARN of the role used by Amazon Web Services Transcribe to upload your post call
/// analysis. For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html">Post-call
/// analytics with real-time transcriptions</a> in the <i>Amazon Transcribe Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=4096)]
public string DataAccessRoleArn
{
get { return this._dataAccessRoleArn; }
set { this._dataAccessRoleArn = value; }
}
// Check to see if DataAccessRoleArn property is set
internal bool IsSetDataAccessRoleArn()
{
return this._dataAccessRoleArn != null;
}
/// <summary>
/// Gets and sets the property OutputEncryptionKMSKeyId.
/// <para>
/// The ID of the KMS (Key Management Service) key used to encrypt the output.
/// </para>
/// </summary>
[AWSProperty(Max=4096)]
public string OutputEncryptionKMSKeyId
{
get { return this._outputEncryptionKMSKeyId; }
set { this._outputEncryptionKMSKeyId = value; }
}
// Check to see if OutputEncryptionKMSKeyId property is set
internal bool IsSetOutputEncryptionKMSKeyId()
{
return this._outputEncryptionKMSKeyId != null;
}
/// <summary>
/// Gets and sets the property OutputLocation.
/// <para>
/// The URL of the Amazon S3 bucket that contains the post-call data.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=4096)]
public string OutputLocation
{
get { return this._outputLocation; }
set { this._outputLocation = value; }
}
// Check to see if OutputLocation property is set
internal bool IsSetOutputLocation()
{
return this._outputLocation != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Defines the configuration for a presenter-only video tile.
/// </summary>
public partial class PresenterOnlyConfiguration
{
private PresenterPosition _presenterPosition;
/// <summary>
/// Gets and sets the property PresenterPosition.
/// <para>
/// Defines the position of the presenter video tile. Default: <code>TopRight</code>.
/// </para>
/// </summary>
public PresenterPosition PresenterPosition
{
get { return this._presenterPosition; }
set { this._presenterPosition = value; }
}
// Check to see if PresenterPosition property is set
internal bool IsSetPresenterPosition()
{
return this._presenterPosition != null;
}
}
}
| 57 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for real-time alerts.
/// </summary>
public partial class RealTimeAlertConfiguration
{
private bool? _disabled;
private List<RealTimeAlertRule> _rules = new List<RealTimeAlertRule>();
/// <summary>
/// Gets and sets the property Disabled.
/// <para>
/// Turns off real-time alerts.
/// </para>
/// </summary>
public bool Disabled
{
get { return this._disabled.GetValueOrDefault(); }
set { this._disabled = value; }
}
// Check to see if Disabled property is set
internal bool IsSetDisabled()
{
return this._disabled.HasValue;
}
/// <summary>
/// Gets and sets the property Rules.
/// <para>
/// The rules in the alert. Rules specify the words or phrases that you want to be notified
/// about.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=3)]
public List<RealTimeAlertRule> Rules
{
get { return this._rules; }
set { this._rules = value; }
}
// Check to see if Rules property is set
internal bool IsSetRules()
{
return this._rules != null && this._rules.Count > 0;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Specifies the words or phrases that trigger an alert.
/// </summary>
public partial class RealTimeAlertRule
{
private IssueDetectionConfiguration _issueDetectionConfiguration;
private KeywordMatchConfiguration _keywordMatchConfiguration;
private SentimentConfiguration _sentimentConfiguration;
private RealTimeAlertRuleType _type;
/// <summary>
/// Gets and sets the property IssueDetectionConfiguration.
/// <para>
/// Specifies the issue detection settings for a real-time alert rule.
/// </para>
/// </summary>
public IssueDetectionConfiguration IssueDetectionConfiguration
{
get { return this._issueDetectionConfiguration; }
set { this._issueDetectionConfiguration = value; }
}
// Check to see if IssueDetectionConfiguration property is set
internal bool IsSetIssueDetectionConfiguration()
{
return this._issueDetectionConfiguration != null;
}
/// <summary>
/// Gets and sets the property KeywordMatchConfiguration.
/// <para>
/// Specifies the settings for matching the keywords in a real-time alert rule.
/// </para>
/// </summary>
public KeywordMatchConfiguration KeywordMatchConfiguration
{
get { return this._keywordMatchConfiguration; }
set { this._keywordMatchConfiguration = value; }
}
// Check to see if KeywordMatchConfiguration property is set
internal bool IsSetKeywordMatchConfiguration()
{
return this._keywordMatchConfiguration != null;
}
/// <summary>
/// Gets and sets the property SentimentConfiguration.
/// <para>
/// Specifies the settings for predicting sentiment in a real-time alert rule.
/// </para>
/// </summary>
public SentimentConfiguration SentimentConfiguration
{
get { return this._sentimentConfiguration; }
set { this._sentimentConfiguration = value; }
}
// Check to see if SentimentConfiguration property is set
internal bool IsSetSentimentConfiguration()
{
return this._sentimentConfiguration != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The type of alert rule.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public RealTimeAlertRuleType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 115 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that holds the settings for recording media.
/// </summary>
public partial class RecordingStreamConfiguration
{
private string _streamArn;
/// <summary>
/// Gets and sets the property StreamArn.
/// <para>
/// The ARN of the recording stream.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1024)]
public string StreamArn
{
get { return this._streamArn; }
set { this._streamArn = value; }
}
// Check to see if StreamArn property is set
internal bool IsSetStreamArn()
{
return this._streamArn != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The request exceeds the resource limit.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ResourceLimitExceededException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new ResourceLimitExceededException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ResourceLimitExceededException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ResourceLimitExceededException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ResourceLimitExceededException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ResourceLimitExceededException
/// </summary>
/// <param name="innerException"></param>
public ResourceLimitExceededException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ResourceLimitExceededException
/// </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 ResourceLimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ResourceLimitExceededException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ResourceLimitExceededException(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 ResourceLimitExceededException 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 ResourceLimitExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration settings for the S3 bucket.
/// </summary>
public partial class S3BucketSinkConfiguration
{
private string _destination;
/// <summary>
/// Gets and sets the property Destination.
/// <para>
/// The destination URL of the S3 bucket.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string Destination
{
get { return this._destination; }
set { this._destination = value; }
}
// Check to see if Destination property is set
internal bool IsSetDestination()
{
return this._destination != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The structure that holds the settings for transmitting media to the Amazon S3 bucket.
/// These values are used as defaults if <code>S3RecordingSinkRuntimeConfiguration</code>
/// is not specified.
/// </summary>
public partial class S3RecordingSinkConfiguration
{
private string _destination;
private RecordingFileFormat _recordingFileFormat;
/// <summary>
/// Gets and sets the property Destination.
/// <para>
/// The default URI of the Amazon S3 bucket used as the recording sink.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string Destination
{
get { return this._destination; }
set { this._destination = value; }
}
// Check to see if Destination property is set
internal bool IsSetDestination()
{
return this._destination != null;
}
/// <summary>
/// Gets and sets the property RecordingFileFormat.
/// <para>
/// The default file format for the media files sent to the Amazon S3 bucket.
/// </para>
/// </summary>
public RecordingFileFormat RecordingFileFormat
{
get { return this._recordingFileFormat; }
set { this._recordingFileFormat = value; }
}
// Check to see if RecordingFileFormat property is set
internal bool IsSetRecordingFileFormat()
{
return this._recordingFileFormat != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that holds the settings for transmitting media files to the Amazon S3
/// bucket. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.
/// </summary>
public partial class S3RecordingSinkRuntimeConfiguration
{
private string _destination;
private RecordingFileFormat _recordingFileFormat;
/// <summary>
/// Gets and sets the property Destination.
/// <para>
/// The URI of the S3 bucket used as the sink.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string Destination
{
get { return this._destination; }
set { this._destination = value; }
}
// Check to see if Destination property is set
internal bool IsSetDestination()
{
return this._destination != null;
}
/// <summary>
/// Gets and sets the property RecordingFileFormat.
/// <para>
/// The file format for the media files sent to the Amazon S3 bucket.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public RecordingFileFormat RecordingFileFormat
{
get { return this._recordingFileFormat; }
set { this._recordingFileFormat = value; }
}
// Check to see if RecordingFileFormat property is set
internal bool IsSetRecordingFileFormat()
{
return this._recordingFileFormat != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The video streams for a specified media pipeline. The total number of video streams
/// can't exceed 25.
/// </summary>
public partial class SelectedVideoStreams
{
private List<string> _attendeeIds = new List<string>();
private List<string> _externalUserIds = new List<string>();
/// <summary>
/// Gets and sets the property AttendeeIds.
/// <para>
/// The attendee IDs of the streams selected for a media pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1)]
public List<string> AttendeeIds
{
get { return this._attendeeIds; }
set { this._attendeeIds = value; }
}
// Check to see if AttendeeIds property is set
internal bool IsSetAttendeeIds()
{
return this._attendeeIds != null && this._attendeeIds.Count > 0;
}
/// <summary>
/// Gets and sets the property ExternalUserIds.
/// <para>
/// The external user IDs of the streams selected for a media pipeline.
/// </para>
/// </summary>
[AWSProperty(Min=1)]
public List<string> ExternalUserIds
{
get { return this._externalUserIds; }
set { this._externalUserIds = value; }
}
// Check to see if ExternalUserIds property is set
internal bool IsSetExternalUserIds()
{
return this._externalUserIds != null && this._externalUserIds.Count > 0;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A structure that contains the configuration settings for a sentiment analysis task.
/// </summary>
public partial class SentimentConfiguration
{
private string _ruleName;
private SentimentType _sentimentType;
private int? _timePeriod;
/// <summary>
/// Gets and sets the property RuleName.
/// <para>
/// The name of the rule in the sentiment configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2, Max=64)]
public string RuleName
{
get { return this._ruleName; }
set { this._ruleName = value; }
}
// Check to see if RuleName property is set
internal bool IsSetRuleName()
{
return this._ruleName != null;
}
/// <summary>
/// Gets and sets the property SentimentType.
/// <para>
/// The type of sentiment, <code>POSITIVE</code>, <code>NEGATIVE</code>, or <code>NEUTRAL</code>.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public SentimentType SentimentType
{
get { return this._sentimentType; }
set { this._sentimentType = value; }
}
// Check to see if SentimentType property is set
internal bool IsSetSentimentType()
{
return this._sentimentType != null;
}
/// <summary>
/// Gets and sets the property TimePeriod.
/// <para>
/// Specifies the analysis interval.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=60, Max=1800)]
public int TimePeriod
{
get { return this._timePeriod.GetValueOrDefault(); }
set { this._timePeriod = value; }
}
// Check to see if TimePeriod property is set
internal bool IsSetTimePeriod()
{
return this._timePeriod.HasValue;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The service encountered an unexpected error.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ServiceFailureException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new ServiceFailureException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ServiceFailureException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ServiceFailureException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ServiceFailureException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ServiceFailureException
/// </summary>
/// <param name="innerException"></param>
public ServiceFailureException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ServiceFailureException
/// </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 ServiceFailureException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ServiceFailureException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ServiceFailureException(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 ServiceFailureException 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 ServiceFailureException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The service is currently unavailable.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ServiceUnavailableException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new ServiceUnavailableException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ServiceUnavailableException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ServiceUnavailableException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ServiceUnavailableException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ServiceUnavailableException
/// </summary>
/// <param name="innerException"></param>
public ServiceUnavailableException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ServiceUnavailableException
/// </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 ServiceUnavailableException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ServiceUnavailableException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ServiceUnavailableException(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 ServiceUnavailableException 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 ServiceUnavailableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration settings for the SNS topic sink.
/// </summary>
public partial class SnsTopicSinkConfiguration
{
private string _insightsTarget;
/// <summary>
/// Gets and sets the property InsightsTarget.
/// <para>
/// The ARN of the SNS sink.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string InsightsTarget
{
get { return this._insightsTarget; }
set { this._insightsTarget = value; }
}
// Check to see if InsightsTarget property is set
internal bool IsSetInsightsTarget()
{
return this._insightsTarget != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Source configuration for a specified media pipeline.
/// </summary>
public partial class SourceConfiguration
{
private SelectedVideoStreams _selectedVideoStreams;
/// <summary>
/// Gets and sets the property SelectedVideoStreams.
/// <para>
/// The selected video streams for a specified media pipeline. The number of video streams
/// can't exceed 25.
/// </para>
/// </summary>
public SelectedVideoStreams SelectedVideoStreams
{
get { return this._selectedVideoStreams; }
set { this._selectedVideoStreams = value; }
}
// Check to see if SelectedVideoStreams property is set
internal bool IsSetSelectedVideoStreams()
{
return this._selectedVideoStreams != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration settings for the SQS sink.
/// </summary>
public partial class SqsQueueSinkConfiguration
{
private string _insightsTarget;
/// <summary>
/// Gets and sets the property InsightsTarget.
/// <para>
/// The ARN of the SQS sink.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=1024)]
public string InsightsTarget
{
get { return this._insightsTarget; }
set { this._insightsTarget = value; }
}
// Check to see if InsightsTarget property is set
internal bool IsSetInsightsTarget()
{
return this._insightsTarget != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Defines a streaming channel.
/// </summary>
public partial class StreamChannelDefinition
{
private List<ChannelDefinition> _channelDefinitions = new List<ChannelDefinition>();
private int? _numberOfChannels;
/// <summary>
/// Gets and sets the property ChannelDefinitions.
/// <para>
/// The definitions of the channels in a streaming channel.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=2)]
public List<ChannelDefinition> ChannelDefinitions
{
get { return this._channelDefinitions; }
set { this._channelDefinitions = value; }
}
// Check to see if ChannelDefinitions property is set
internal bool IsSetChannelDefinitions()
{
return this._channelDefinitions != null && this._channelDefinitions.Count > 0;
}
/// <summary>
/// Gets and sets the property NumberOfChannels.
/// <para>
/// The number of channels in a streaming channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=2)]
public int NumberOfChannels
{
get { return this._numberOfChannels.GetValueOrDefault(); }
set { this._numberOfChannels = value; }
}
// Check to see if NumberOfChannels property is set
internal bool IsSetNumberOfChannels()
{
return this._numberOfChannels.HasValue;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration settings for a stream.
/// </summary>
public partial class StreamConfiguration
{
private string _fragmentNumber;
private string _streamArn;
private StreamChannelDefinition _streamChannelDefinition;
/// <summary>
/// Gets and sets the property FragmentNumber.
/// <para>
/// The unique identifier of the fragment to begin processing.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string FragmentNumber
{
get { return this._fragmentNumber; }
set { this._fragmentNumber = value; }
}
// Check to see if FragmentNumber property is set
internal bool IsSetFragmentNumber()
{
return this._fragmentNumber != null;
}
/// <summary>
/// Gets and sets the property StreamArn.
/// <para>
/// The ARN of the stream.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1024)]
public string StreamArn
{
get { return this._streamArn; }
set { this._streamArn = value; }
}
// Check to see if StreamArn property is set
internal bool IsSetStreamArn()
{
return this._streamArn != null;
}
/// <summary>
/// Gets and sets the property StreamChannelDefinition.
/// <para>
/// The streaming channel definition in the stream configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public StreamChannelDefinition StreamChannelDefinition
{
get { return this._streamChannelDefinition; }
set { this._streamChannelDefinition = value; }
}
// Check to see if StreamChannelDefinition property is set
internal bool IsSetStreamChannelDefinition()
{
return this._streamChannelDefinition != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// A key/value pair that grants users access to meeting resources.
/// </summary>
public partial class Tag
{
private string _key;
private string _value;
/// <summary>
/// Gets and sets the property Key.
/// <para>
/// The key half of a tag.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=128)]
public string Key
{
get { return this._key; }
set { this._key = value; }
}
// Check to see if Key property is set
internal bool IsSetKey()
{
return this._key != null;
}
/// <summary>
/// Gets and sets the property Value.
/// <para>
/// The value half of a tag.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=0, Max=256)]
public string Value
{
get { return this._value; }
set { this._value = value; }
}
// Check to see if Value property is set
internal bool IsSetValue()
{
return this._value != null;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the TagResource operation.
/// The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint
/// region, resource ID, and pipeline ID.
/// </summary>
public partial class TagResourceRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _resourceARN;
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property ResourceARN.
/// <para>
/// The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's
/// endpoint region, resource ID, and pipeline ID.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1011)]
public string ResourceARN
{
get { return this._resourceARN; }
set { this._resourceARN = value; }
}
// Check to see if ResourceARN property is set
internal bool IsSetResourceARN()
{
return this._resourceARN != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags associated with the specified media pipeline.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=200)]
public List<Tag> Tags
{
get { return this._tags; }
set { this._tags = value; }
}
// Check to see if Tags property is set
internal bool IsSetTags()
{
return this._tags != null && this._tags.Count > 0;
}
}
}
| 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the TagResource operation.
/// </summary>
public partial class TagResourceResponse : 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The client exceeded its request rate limit.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class ThrottledClientException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new ThrottledClientException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public ThrottledClientException(string message)
: base(message) {}
/// <summary>
/// Construct instance of ThrottledClientException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public ThrottledClientException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of ThrottledClientException
/// </summary>
/// <param name="innerException"></param>
public ThrottledClientException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of ThrottledClientException
/// </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 ThrottledClientException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of ThrottledClientException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public ThrottledClientException(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 ThrottledClientException 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 ThrottledClientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The range of timestamps to return.
/// </summary>
public partial class TimestampRange
{
private DateTime? _endTimestamp;
private DateTime? _startTimestamp;
/// <summary>
/// Gets and sets the property EndTimestamp.
/// <para>
/// The ending timestamp for the specified range.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public DateTime EndTimestamp
{
get { return this._endTimestamp.GetValueOrDefault(); }
set { this._endTimestamp = value; }
}
// Check to see if EndTimestamp property is set
internal bool IsSetEndTimestamp()
{
return this._endTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property StartTimestamp.
/// <para>
/// The starting timestamp for the specified range.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public DateTime StartTimestamp
{
get { return this._startTimestamp.GetValueOrDefault(); }
set { this._startTimestamp = value; }
}
// Check to see if StartTimestamp property is set
internal bool IsSetStartTimestamp()
{
return this._startTimestamp.HasValue;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The configuration object for concatenating transcription messages.
/// </summary>
public partial class TranscriptionMessagesConcatenationConfiguration
{
private ArtifactsConcatenationState _state;
/// <summary>
/// Gets and sets the property State.
/// <para>
/// Enables or disables the configuration object.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ArtifactsConcatenationState State
{
get { return this._state; }
set { this._state = value; }
}
// Check to see if State property is set
internal bool IsSetState()
{
return this._state != 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// The client is not currently authorized to make the request.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class UnauthorizedClientException : AmazonChimeSDKMediaPipelinesException
{
private ErrorCode _code;
private string _requestId;
/// <summary>
/// Constructs a new UnauthorizedClientException with the specified error
/// message.
/// </summary>
/// <param name="message">
/// Describes the error encountered.
/// </param>
public UnauthorizedClientException(string message)
: base(message) {}
/// <summary>
/// Construct instance of UnauthorizedClientException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public UnauthorizedClientException(string message, Exception innerException)
: base(message, innerException) {}
/// <summary>
/// Construct instance of UnauthorizedClientException
/// </summary>
/// <param name="innerException"></param>
public UnauthorizedClientException(Exception innerException)
: base(innerException) {}
/// <summary>
/// Construct instance of UnauthorizedClientException
/// </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 UnauthorizedClientException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode) {}
/// <summary>
/// Construct instance of UnauthorizedClientException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public UnauthorizedClientException(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 UnauthorizedClientException 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 UnauthorizedClientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
this.Code = (ErrorCode)info.GetValue("Code", typeof(ErrorCode));
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>
public ErrorCode 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;
}
}
}
| 164 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the UntagResource operation.
/// Removes any tags from a media pipeline.
/// </summary>
public partial class UntagResourceRequest : AmazonChimeSDKMediaPipelinesRequest
{
private string _resourceARN;
private List<string> _tagKeys = new List<string>();
/// <summary>
/// Gets and sets the property ResourceARN.
/// <para>
/// The ARN of the pipeline that you want to untag.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=1011)]
public string ResourceARN
{
get { return this._resourceARN; }
set { this._resourceARN = value; }
}
// Check to see if ResourceARN property is set
internal bool IsSetResourceARN()
{
return this._resourceARN != null;
}
/// <summary>
/// Gets and sets the property TagKeys.
/// <para>
/// The key/value pairs in the tag that you want to remove.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=200)]
public List<string> TagKeys
{
get { return this._tagKeys; }
set { this._tagKeys = value; }
}
// Check to see if TagKeys property is set
internal bool IsSetTagKeys()
{
return this._tagKeys != null && this._tagKeys.Count > 0;
}
}
}
| 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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the UntagResource operation.
/// </summary>
public partial class UntagResourceResponse : 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-media-pipelines-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.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// Container for the parameters to the UpdateMediaInsightsPipelineConfiguration operation.
/// Updates the media insights pipeline's configuration settings.
/// </summary>
public partial class UpdateMediaInsightsPipelineConfigurationRequest : AmazonChimeSDKMediaPipelinesRequest
{
private List<MediaInsightsPipelineConfigurationElement> _elements = new List<MediaInsightsPipelineConfigurationElement>();
private string _identifier;
private RealTimeAlertConfiguration _realTimeAlertConfiguration;
private string _resourceAccessRoleArn;
/// <summary>
/// Gets and sets the property Elements.
/// <para>
/// The elements in the request, such as a processor for Amazon Transcribe or a sink for
/// a Kinesis Data Stream..
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public List<MediaInsightsPipelineConfigurationElement> Elements
{
get { return this._elements; }
set { this._elements = value; }
}
// Check to see if Elements property is set
internal bool IsSetElements()
{
return this._elements != null && this._elements.Count > 0;
}
/// <summary>
/// Gets and sets the property Identifier.
/// <para>
/// The unique identifier for the resource to be updated. Valid values include the name
/// and ARN of the media insights pipeline configuration.
/// </para>
/// </summary>
[AWSProperty(Required=true, Max=1024)]
public string Identifier
{
get { return this._identifier; }
set { this._identifier = value; }
}
// Check to see if Identifier property is set
internal bool IsSetIdentifier()
{
return this._identifier != null;
}
/// <summary>
/// Gets and sets the property RealTimeAlertConfiguration.
/// <para>
/// The configuration settings for real-time alerts for the media insights pipeline.
/// </para>
/// </summary>
public RealTimeAlertConfiguration RealTimeAlertConfiguration
{
get { return this._realTimeAlertConfiguration; }
set { this._realTimeAlertConfiguration = value; }
}
// Check to see if RealTimeAlertConfiguration property is set
internal bool IsSetRealTimeAlertConfiguration()
{
return this._realTimeAlertConfiguration != null;
}
/// <summary>
/// Gets and sets the property ResourceAccessRoleArn.
/// <para>
/// The ARN of the role used by the service to access Amazon Web Services resources.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=1024)]
public string ResourceAccessRoleArn
{
get { return this._resourceAccessRoleArn; }
set { this._resourceAccessRoleArn = value; }
}
// Check to see if ResourceAccessRoleArn property is set
internal bool IsSetResourceAccessRoleArn()
{
return this._resourceAccessRoleArn != null;
}
}
}
| 120 |
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.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMediaPipelines.Model
{
/// <summary>
/// This is the response object from the UpdateMediaInsightsPipelineConfiguration operation.
/// </summary>
public partial class UpdateMediaInsightsPipelineConfigurationResponse : AmazonWebServiceResponse
{
private MediaInsightsPipelineConfiguration _mediaInsightsPipelineConfiguration;
/// <summary>
/// Gets and sets the property MediaInsightsPipelineConfiguration.
/// <para>
/// The updated configuration settings.
/// </para>
/// </summary>
public MediaInsightsPipelineConfiguration MediaInsightsPipelineConfiguration
{
get { return this._mediaInsightsPipelineConfiguration; }
set { this._mediaInsightsPipelineConfiguration = value; }
}
// Check to see if MediaInsightsPipelineConfiguration property is set
internal bool IsSetMediaInsightsPipelineConfiguration()
{
return this._mediaInsightsPipelineConfiguration != null;
}
}
}
| 57 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.