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-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for ThrottlingException Object
/// </summary>
public class ThrottlingExceptionUnmarshaller : IErrorResponseUnmarshaller<ThrottlingException, JsonUnmarshallerContext>
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public ThrottlingException Unmarshall(JsonUnmarshallerContext context)
{
return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse());
}
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <param name="errorResponse"></param>
/// <returns></returns>
public ThrottlingException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse)
{
context.Read();
ThrottlingException unmarshalledObject = new ThrottlingException(errorResponse.Message, errorResponse.InnerException,
errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("Code", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.Code = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("RequestId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.RequestId = unmarshaller.Unmarshall(context);
continue;
}
}
return unmarshalledObject;
}
private static ThrottlingExceptionUnmarshaller _instance = new ThrottlingExceptionUnmarshaller();
/// <summary>
/// Gets the singleton.
/// </summary>
public static ThrottlingExceptionUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 97 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for TooManyTagsException Object
/// </summary>
public class TooManyTagsExceptionUnmarshaller : IErrorResponseUnmarshaller<TooManyTagsException, JsonUnmarshallerContext>
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public TooManyTagsException Unmarshall(JsonUnmarshallerContext context)
{
return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse());
}
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <param name="errorResponse"></param>
/// <returns></returns>
public TooManyTagsException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse)
{
context.Read();
TooManyTagsException unmarshalledObject = new TooManyTagsException(errorResponse.Message, errorResponse.InnerException,
errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("Code", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.Code = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("RequestId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.RequestId = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("ResourceName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.ResourceName = unmarshaller.Unmarshall(context);
continue;
}
}
return unmarshalledObject;
}
private static TooManyTagsExceptionUnmarshaller _instance = new TooManyTagsExceptionUnmarshaller();
/// <summary>
/// Gets the singleton.
/// </summary>
public static TooManyTagsExceptionUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 103 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// TranscriptionConfiguration Marshaller
/// </summary>
public class TranscriptionConfigurationMarshaller : IRequestMarshaller<TranscriptionConfiguration, JsonMarshallerContext>
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="requestObject"></param>
/// <param name="context"></param>
/// <returns></returns>
public void Marshall(TranscriptionConfiguration requestObject, JsonMarshallerContext context)
{
if(requestObject.IsSetEngineTranscribeMedicalSettings())
{
context.Writer.WritePropertyName("EngineTranscribeMedicalSettings");
context.Writer.WriteObjectStart();
var marshaller = EngineTranscribeMedicalSettingsMarshaller.Instance;
marshaller.Marshall(requestObject.EngineTranscribeMedicalSettings, context);
context.Writer.WriteObjectEnd();
}
if(requestObject.IsSetEngineTranscribeSettings())
{
context.Writer.WritePropertyName("EngineTranscribeSettings");
context.Writer.WriteObjectStart();
var marshaller = EngineTranscribeSettingsMarshaller.Instance;
marshaller.Marshall(requestObject.EngineTranscribeSettings, context);
context.Writer.WriteObjectEnd();
}
}
/// <summary>
/// Singleton Marshaller.
/// </summary>
public readonly static TranscriptionConfigurationMarshaller Instance = new TranscriptionConfigurationMarshaller();
}
}
| 78 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for UnauthorizedException Object
/// </summary>
public class UnauthorizedExceptionUnmarshaller : IErrorResponseUnmarshaller<UnauthorizedException, JsonUnmarshallerContext>
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public UnauthorizedException Unmarshall(JsonUnmarshallerContext context)
{
return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse());
}
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <param name="errorResponse"></param>
/// <returns></returns>
public UnauthorizedException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse)
{
context.Read();
UnauthorizedException unmarshalledObject = new UnauthorizedException(errorResponse.Message, errorResponse.InnerException,
errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("Code", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.Code = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("RequestId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.RequestId = unmarshaller.Unmarshall(context);
continue;
}
}
return unmarshalledObject;
}
private static UnauthorizedExceptionUnmarshaller _instance = new UnauthorizedExceptionUnmarshaller();
/// <summary>
/// Gets the singleton.
/// </summary>
public static UnauthorizedExceptionUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 97 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for UnprocessableEntityException Object
/// </summary>
public class UnprocessableEntityExceptionUnmarshaller : IErrorResponseUnmarshaller<UnprocessableEntityException, JsonUnmarshallerContext>
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public UnprocessableEntityException Unmarshall(JsonUnmarshallerContext context)
{
return this.Unmarshall(context, new Amazon.Runtime.Internal.ErrorResponse());
}
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <param name="errorResponse"></param>
/// <returns></returns>
public UnprocessableEntityException Unmarshall(JsonUnmarshallerContext context, Amazon.Runtime.Internal.ErrorResponse errorResponse)
{
context.Read();
UnprocessableEntityException unmarshalledObject = new UnprocessableEntityException(errorResponse.Message, errorResponse.InnerException,
errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("Code", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.Code = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("RequestId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
unmarshalledObject.RequestId = unmarshaller.Unmarshall(context);
continue;
}
}
return unmarshalledObject;
}
private static UnprocessableEntityExceptionUnmarshaller _instance = new UnprocessableEntityExceptionUnmarshaller();
/// <summary>
/// Gets the singleton.
/// </summary>
public static UnprocessableEntityExceptionUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 97 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// UntagResource Request Marshaller
/// </summary>
public class UntagResourceRequestMarshaller : IMarshaller<IRequest, UntagResourceRequest> , IMarshaller<IRequest,AmazonWebServiceRequest>
{
/// <summary>
/// Marshaller the request object to the HTTP request.
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
public IRequest Marshall(AmazonWebServiceRequest input)
{
return this.Marshall((UntagResourceRequest)input);
}
/// <summary>
/// Marshaller the request object to the HTTP request.
/// </summary>
/// <param name="publicRequest"></param>
/// <returns></returns>
public IRequest Marshall(UntagResourceRequest publicRequest)
{
IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMeetings");
request.Headers["Content-Type"] = "application/json";
request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15";
request.HttpMethod = "POST";
request.AddSubResource("operation", "untag-resource");
request.ResourcePath = "/tags";
using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture))
{
JsonWriter writer = new JsonWriter(stringWriter);
writer.WriteObjectStart();
var context = new JsonMarshallerContext(request, writer);
if(publicRequest.IsSetResourceARN())
{
context.Writer.WritePropertyName("ResourceARN");
context.Writer.Write(publicRequest.ResourceARN);
}
if(publicRequest.IsSetTagKeys())
{
context.Writer.WritePropertyName("TagKeys");
context.Writer.WriteArrayStart();
foreach(var publicRequestTagKeysListValue in publicRequest.TagKeys)
{
context.Writer.Write(publicRequestTagKeysListValue);
}
context.Writer.WriteArrayEnd();
}
writer.WriteObjectEnd();
string snippet = stringWriter.ToString();
request.Content = System.Text.Encoding.UTF8.GetBytes(snippet);
}
return request;
}
private static UntagResourceRequestMarshaller _instance = new UntagResourceRequestMarshaller();
internal static UntagResourceRequestMarshaller GetInstance()
{
return _instance;
}
/// <summary>
/// Gets the singleton.
/// </summary>
public static UntagResourceRequestMarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 113 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for UntagResource operation
/// </summary>
public class UntagResourceResponseUnmarshaller : JsonResponseUnmarshaller
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
{
UntagResourceResponse response = new UntagResourceResponse();
return response;
}
/// <summary>
/// Unmarshaller error response to exception.
/// </summary>
/// <param name="context"></param>
/// <param name="innerException"></param>
/// <param name="statusCode"></param>
/// <returns></returns>
public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)
{
var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context);
errorResponse.InnerException = innerException;
errorResponse.StatusCode = statusCode;
var responseBodyBytes = context.GetResponseBodyBytes();
using (var streamCopy = new MemoryStream(responseBodyBytes))
using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null))
{
if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException"))
{
return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("ResourceNotFoundException"))
{
return ResourceNotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
}
return new AmazonChimeSDKMeetingsException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
}
private static UntagResourceResponseUnmarshaller _instance = new UntagResourceResponseUnmarshaller();
internal static UntagResourceResponseUnmarshaller GetInstance()
{
return _instance;
}
/// <summary>
/// Gets the singleton.
/// </summary>
public static UntagResourceResponseUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 103 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// UpdateAttendeeCapabilities Request Marshaller
/// </summary>
public class UpdateAttendeeCapabilitiesRequestMarshaller : IMarshaller<IRequest, UpdateAttendeeCapabilitiesRequest> , IMarshaller<IRequest,AmazonWebServiceRequest>
{
/// <summary>
/// Marshaller the request object to the HTTP request.
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
public IRequest Marshall(AmazonWebServiceRequest input)
{
return this.Marshall((UpdateAttendeeCapabilitiesRequest)input);
}
/// <summary>
/// Marshaller the request object to the HTTP request.
/// </summary>
/// <param name="publicRequest"></param>
/// <returns></returns>
public IRequest Marshall(UpdateAttendeeCapabilitiesRequest publicRequest)
{
IRequest request = new DefaultRequest(publicRequest, "Amazon.ChimeSDKMeetings");
request.Headers["Content-Type"] = "application/json";
request.Headers[Amazon.Util.HeaderKeys.XAmzApiVersion] = "2021-07-15";
request.HttpMethod = "PUT";
if (!publicRequest.IsSetAttendeeId())
throw new AmazonChimeSDKMeetingsException("Request object does not have required field AttendeeId set");
request.AddPathResource("{AttendeeId}", StringUtils.FromString(publicRequest.AttendeeId));
if (!publicRequest.IsSetMeetingId())
throw new AmazonChimeSDKMeetingsException("Request object does not have required field MeetingId set");
request.AddPathResource("{MeetingId}", StringUtils.FromString(publicRequest.MeetingId));
request.ResourcePath = "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities";
using (StringWriter stringWriter = new StringWriter(CultureInfo.InvariantCulture))
{
JsonWriter writer = new JsonWriter(stringWriter);
writer.WriteObjectStart();
var context = new JsonMarshallerContext(request, writer);
if(publicRequest.IsSetCapabilities())
{
context.Writer.WritePropertyName("Capabilities");
context.Writer.WriteObjectStart();
var marshaller = AttendeeCapabilitiesMarshaller.Instance;
marshaller.Marshall(publicRequest.Capabilities, context);
context.Writer.WriteObjectEnd();
}
writer.WriteObjectEnd();
string snippet = stringWriter.ToString();
request.Content = System.Text.Encoding.UTF8.GetBytes(snippet);
}
return request;
}
private static UpdateAttendeeCapabilitiesRequestMarshaller _instance = new UpdateAttendeeCapabilitiesRequestMarshaller();
internal static UpdateAttendeeCapabilitiesRequestMarshaller GetInstance()
{
return _instance;
}
/// <summary>
/// Gets the singleton.
/// </summary>
public static UpdateAttendeeCapabilitiesRequestMarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 112 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Text;
using System.Xml.Serialization;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using ThirdParty.Json.LitJson;
namespace Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations
{
/// <summary>
/// Response Unmarshaller for UpdateAttendeeCapabilities operation
/// </summary>
public class UpdateAttendeeCapabilitiesResponseUnmarshaller : JsonResponseUnmarshaller
{
/// <summary>
/// Unmarshaller the response from the service to the response class.
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
{
UpdateAttendeeCapabilitiesResponse response = new UpdateAttendeeCapabilitiesResponse();
context.Read();
int targetDepth = context.CurrentDepth;
while (context.ReadAtDepth(targetDepth))
{
if (context.TestExpression("Attendee", targetDepth))
{
var unmarshaller = AttendeeUnmarshaller.Instance;
response.Attendee = unmarshaller.Unmarshall(context);
continue;
}
}
return response;
}
/// <summary>
/// Unmarshaller error response to exception.
/// </summary>
/// <param name="context"></param>
/// <param name="innerException"></param>
/// <param name="statusCode"></param>
/// <returns></returns>
public override AmazonServiceException UnmarshallException(JsonUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode)
{
var errorResponse = JsonErrorResponseUnmarshaller.GetInstance().Unmarshall(context);
errorResponse.InnerException = innerException;
errorResponse.StatusCode = statusCode;
var responseBodyBytes = context.GetResponseBodyBytes();
using (var streamCopy = new MemoryStream(responseBodyBytes))
using (var contextCopy = new JsonUnmarshallerContext(streamCopy, false, null))
{
if (errorResponse.Code != null && errorResponse.Code.Equals("BadRequestException"))
{
return BadRequestExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("ConflictException"))
{
return ConflictExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("ForbiddenException"))
{
return ForbiddenExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("NotFoundException"))
{
return NotFoundExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("ServiceUnavailableException"))
{
return ServiceUnavailableExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
if (errorResponse.Code != null && errorResponse.Code.Equals("UnauthorizedException"))
{
return UnauthorizedExceptionUnmarshaller.Instance.Unmarshall(contextCopy, errorResponse);
}
}
return new AmazonChimeSDKMeetingsException(errorResponse.Message, errorResponse.InnerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, errorResponse.StatusCode);
}
private static UpdateAttendeeCapabilitiesResponseUnmarshaller _instance = new UpdateAttendeeCapabilitiesResponseUnmarshaller();
internal static UpdateAttendeeCapabilitiesResponseUnmarshaller GetInstance()
{
return _instance;
}
/// <summary>
/// Gets the singleton.
/// </summary>
public static UpdateAttendeeCapabilitiesResponseUnmarshaller Instance
{
get
{
return _instance;
}
}
}
}
| 130 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Text;
namespace Amazon.ChimeSDKMeetings.Model
{
/// <summary>
/// Paginators for the ChimeSDKMeetings service
///</summary>
public class ChimeSDKMeetingsPaginatorFactory : IChimeSDKMeetingsPaginatorFactory
{
private readonly IAmazonChimeSDKMeetings client;
internal ChimeSDKMeetingsPaginatorFactory(IAmazonChimeSDKMeetings client)
{
this.client = client;
}
/// <summary>
/// Paginator for ListAttendees operation
///</summary>
public IListAttendeesPaginator ListAttendees(ListAttendeesRequest request)
{
return new ListAttendeesPaginator(this.client, request);
}
}
}
| 46 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
namespace Amazon.ChimeSDKMeetings.Model
{
/// <summary>
/// Paginators for the ChimeSDKMeetings service
///</summary>
public interface IChimeSDKMeetingsPaginatorFactory
{
/// <summary>
/// Paginator for ListAttendees operation
///</summary>
IListAttendeesPaginator ListAttendees(ListAttendeesRequest request);
}
}
| 33 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using Amazon.Runtime;
namespace Amazon.ChimeSDKMeetings.Model
{
/// <summary>
/// Paginator for the ListAttendees operation
///</summary>
public interface IListAttendeesPaginator
{
/// <summary>
/// Enumerable containing all full responses for the operation
/// </summary>
IPaginatedEnumerable<ListAttendeesResponse> Responses { get; }
}
}
| 33 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using System.Threading;
using System.Threading.Tasks;
using Amazon.Runtime;
namespace Amazon.ChimeSDKMeetings.Model
{
/// <summary>
/// Base class for ListAttendees paginators.
/// </summary>
internal sealed partial class ListAttendeesPaginator : IPaginator<ListAttendeesResponse>, IListAttendeesPaginator
{
private readonly IAmazonChimeSDKMeetings _client;
private readonly ListAttendeesRequest _request;
private int _isPaginatorInUse = 0;
/// <summary>
/// Enumerable containing all full responses for the operation
/// </summary>
public IPaginatedEnumerable<ListAttendeesResponse> Responses => new PaginatedResponse<ListAttendeesResponse>(this);
internal ListAttendeesPaginator(IAmazonChimeSDKMeetings client, ListAttendeesRequest request)
{
this._client = client;
this._request = request;
}
#if BCL
IEnumerable<ListAttendeesResponse> IPaginator<ListAttendeesResponse>.Paginate()
{
if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0)
{
throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance.");
}
PaginatorUtils.SetUserAgentAdditionOnRequest(_request);
var nextToken = _request.NextToken;
ListAttendeesResponse response;
do
{
_request.NextToken = nextToken;
response = _client.ListAttendees(_request);
nextToken = response.NextToken;
yield return response;
}
while (!string.IsNullOrEmpty(nextToken));
}
#endif
#if AWS_ASYNC_ENUMERABLES_API
async IAsyncEnumerable<ListAttendeesResponse> IPaginator<ListAttendeesResponse>.PaginateAsync(CancellationToken cancellationToken = default)
{
if (Interlocked.Exchange(ref _isPaginatorInUse, 1) != 0)
{
throw new System.InvalidOperationException("Paginator has already been consumed and cannot be reused. Please create a new instance.");
}
PaginatorUtils.SetUserAgentAdditionOnRequest(_request);
var nextToken = _request.NextToken;
ListAttendeesResponse response;
do
{
_request.NextToken = nextToken;
response = await _client.ListAttendeesAsync(_request, cancellationToken).ConfigureAwait(false);
nextToken = response.NextToken;
cancellationToken.ThrowIfCancellationRequested();
yield return response;
}
while (!string.IsNullOrEmpty(nextToken));
}
#endif
}
}
| 91 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Net;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations;
using Amazon.ChimeSDKMeetings.Internal;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Auth;
using Amazon.Runtime.Internal.Transform;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Implementation for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial class AmazonChimeSDKMeetingsClient : AmazonServiceClient, IAmazonChimeSDKMeetings
{
private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMeetingsMetadata();
#if BCL45 || AWS_ASYNC_ENUMERABLES_API
private IChimeSDKMeetingsPaginatorFactory _paginators;
/// <summary>
/// Paginators for the service
/// </summary>
public IChimeSDKMeetingsPaginatorFactory Paginators
{
get
{
if (this._paginators == null)
{
this._paginators = new ChimeSDKMeetingsPaginatorFactory(this);
}
return this._paginators;
}
}
#endif
#region Constructors
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
public AmazonChimeSDKMeetingsClient()
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig()) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(RegionEndpoint region)
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region}) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="config">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AmazonChimeSDKMeetingsConfig config)
: base(FallbackCredentialsFactory.GetCredentials(), config) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials)
: this(credentials, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, RegionEndpoint region)
: this(credentials, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, AmazonChimeSDKMeetingsConfig clientConfig)
: base(credentials, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig() {RegionEndpoint=region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig)
{
}
#endregion
#region Overrides
/// <summary>
/// Creates the signer for the service.
/// </summary>
protected override AbstractAWSSigner CreateSigner()
{
return new AWS4Signer();
}
/// <summary>
/// Customize the pipeline
/// </summary>
/// <param name="pipeline"></param>
protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline)
{
pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>();
pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMeetingsEndpointResolver());
}
/// <summary>
/// Capture metadata for the service.
/// </summary>
protected override IServiceMetadata ServiceMetadata
{
get
{
return serviceMetadata;
}
}
#endregion
#region Dispose
/// <summary>
/// Disposes the service client.
/// </summary>
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}
#endregion
#region BatchCreateAttendee
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return Invoke<BatchCreateAttendeeResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the BatchCreateAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual IAsyncResult BeginBatchCreateAttendee(BatchCreateAttendeeRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the BatchCreateAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginBatchCreateAttendee.</param>
///
/// <returns>Returns a BatchCreateAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual BatchCreateAttendeeResponse EndBatchCreateAttendee(IAsyncResult asyncResult)
{
return EndInvoke<BatchCreateAttendeeResponse>(asyncResult);
}
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual BatchUpdateAttendeeCapabilitiesExceptResponse BatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return Invoke<BatchUpdateAttendeeCapabilitiesExceptResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the BatchUpdateAttendeeCapabilitiesExcept operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpdateAttendeeCapabilitiesExcept
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual IAsyncResult BeginBatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the BatchUpdateAttendeeCapabilitiesExcept operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginBatchUpdateAttendeeCapabilitiesExcept.</param>
///
/// <returns>Returns a BatchUpdateAttendeeCapabilitiesExceptResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual BatchUpdateAttendeeCapabilitiesExceptResponse EndBatchUpdateAttendeeCapabilitiesExcept(IAsyncResult asyncResult)
{
return EndInvoke<BatchUpdateAttendeeCapabilitiesExceptResponse>(asyncResult);
}
#endregion
#region CreateAttendee
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return Invoke<CreateAttendeeResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the CreateAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual IAsyncResult BeginCreateAttendee(CreateAttendeeRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the CreateAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateAttendee.</param>
///
/// <returns>Returns a CreateAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual CreateAttendeeResponse EndCreateAttendee(IAsyncResult asyncResult)
{
return EndInvoke<CreateAttendeeResponse>(asyncResult);
}
#endregion
#region CreateMeeting
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual CreateMeetingResponse CreateMeeting(CreateMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return Invoke<CreateMeetingResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the CreateMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual IAsyncResult BeginCreateMeeting(CreateMeetingRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the CreateMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMeeting.</param>
///
/// <returns>Returns a CreateMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual CreateMeetingResponse EndCreateMeeting(IAsyncResult asyncResult)
{
return EndInvoke<CreateMeetingResponse>(asyncResult);
}
#endregion
#region CreateMeetingWithAttendees
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return Invoke<CreateMeetingWithAttendeesResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the CreateMeetingWithAttendees operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeetingWithAttendees
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual IAsyncResult BeginCreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the CreateMeetingWithAttendees operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMeetingWithAttendees.</param>
///
/// <returns>Returns a CreateMeetingWithAttendeesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual CreateMeetingWithAttendeesResponse EndCreateMeetingWithAttendees(IAsyncResult asyncResult)
{
return EndInvoke<CreateMeetingWithAttendeesResponse>(asyncResult);
}
#endregion
#region DeleteAttendee
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return Invoke<DeleteAttendeeResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the DeleteAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual IAsyncResult BeginDeleteAttendee(DeleteAttendeeRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the DeleteAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteAttendee.</param>
///
/// <returns>Returns a DeleteAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual DeleteAttendeeResponse EndDeleteAttendee(IAsyncResult asyncResult)
{
return EndInvoke<DeleteAttendeeResponse>(asyncResult);
}
#endregion
#region DeleteMeeting
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return Invoke<DeleteMeetingResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the DeleteMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual IAsyncResult BeginDeleteMeeting(DeleteMeetingRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the DeleteMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMeeting.</param>
///
/// <returns>Returns a DeleteMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual DeleteMeetingResponse EndDeleteMeeting(IAsyncResult asyncResult)
{
return EndInvoke<DeleteMeetingResponse>(asyncResult);
}
#endregion
#region GetAttendee
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual GetAttendeeResponse GetAttendee(GetAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return Invoke<GetAttendeeResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the GetAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the GetAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual IAsyncResult BeginGetAttendee(GetAttendeeRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the GetAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetAttendee.</param>
///
/// <returns>Returns a GetAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual GetAttendeeResponse EndGetAttendee(IAsyncResult asyncResult)
{
return EndInvoke<GetAttendeeResponse>(asyncResult);
}
#endregion
#region GetMeeting
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual GetMeetingResponse GetMeeting(GetMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return Invoke<GetMeetingResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the GetMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the GetMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual IAsyncResult BeginGetMeeting(GetMeetingRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the GetMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMeeting.</param>
///
/// <returns>Returns a GetMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual GetMeetingResponse EndGetMeeting(IAsyncResult asyncResult)
{
return EndInvoke<GetMeetingResponse>(asyncResult);
}
#endregion
#region ListAttendees
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual ListAttendeesResponse ListAttendees(ListAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return Invoke<ListAttendeesResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the ListAttendees operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ListAttendees operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAttendees
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual IAsyncResult BeginListAttendees(ListAttendeesRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the ListAttendees operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginListAttendees.</param>
///
/// <returns>Returns a ListAttendeesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual ListAttendeesResponse EndListAttendees(IAsyncResult asyncResult)
{
return EndInvoke<ListAttendeesResponse>(asyncResult);
}
#endregion
#region ListTagsForResource
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return Invoke<ListTagsForResourceResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the ListTagsForResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the ListTagsForResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginListTagsForResource.</param>
///
/// <returns>Returns a ListTagsForResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult)
{
return EndInvoke<ListTagsForResourceResponse>(asyncResult);
}
#endregion
#region StartMeetingTranscription
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StartMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the StartMeetingTranscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartMeetingTranscription
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual IAsyncResult BeginStartMeetingTranscription(StartMeetingTranscriptionRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the StartMeetingTranscription operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginStartMeetingTranscription.</param>
///
/// <returns>Returns a StartMeetingTranscriptionResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual StartMeetingTranscriptionResponse EndStartMeetingTranscription(IAsyncResult asyncResult)
{
return EndInvoke<StartMeetingTranscriptionResponse>(asyncResult);
}
#endregion
#region StopMeetingTranscription
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StopMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the StopMeetingTranscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopMeetingTranscription
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual IAsyncResult BeginStopMeetingTranscription(StopMeetingTranscriptionRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the StopMeetingTranscription operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginStopMeetingTranscription.</param>
///
/// <returns>Returns a StopMeetingTranscriptionResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual StopMeetingTranscriptionResponse EndStopMeetingTranscription(IAsyncResult asyncResult)
{
return EndInvoke<StopMeetingTranscriptionResponse>(asyncResult);
}
#endregion
#region TagResource
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual TagResourceResponse TagResource(TagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return Invoke<TagResourceResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the TagResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the TagResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the TagResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginTagResource.</param>
///
/// <returns>Returns a TagResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual TagResourceResponse EndTagResource(IAsyncResult asyncResult)
{
return EndInvoke<TagResourceResponse>(asyncResult);
}
#endregion
#region UntagResource
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual UntagResourceResponse UntagResource(UntagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return Invoke<UntagResourceResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the UntagResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the UntagResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the UntagResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginUntagResource.</param>
///
/// <returns>Returns a UntagResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual UntagResourceResponse EndUntagResource(IAsyncResult asyncResult)
{
return EndInvoke<UntagResourceResponse>(asyncResult);
}
#endregion
#region UpdateAttendeeCapabilities
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual UpdateAttendeeCapabilitiesResponse UpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return Invoke<UpdateAttendeeCapabilitiesResponse>(request, options);
}
/// <summary>
/// Initiates the asynchronous execution of the UpdateAttendeeCapabilities operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAttendeeCapabilities
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual IAsyncResult BeginUpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request, AsyncCallback callback, object state)
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return BeginInvoke(request, options, callback, state);
}
/// <summary>
/// Finishes the asynchronous execution of the UpdateAttendeeCapabilities operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateAttendeeCapabilities.</param>
///
/// <returns>Returns a UpdateAttendeeCapabilitiesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual UpdateAttendeeCapabilitiesResponse EndUpdateAttendeeCapabilities(IAsyncResult asyncResult)
{
return EndInvoke<UpdateAttendeeCapabilitiesResponse>(asyncResult);
}
#endregion
}
}
| 1,603 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.ChimeSDKMeetings.Model;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Interface for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial interface IAmazonChimeSDKMeetings : IAmazonService, IDisposable
{
#if BCL45 || AWS_ASYNC_ENUMERABLES_API
/// <summary>
/// Paginators for the service
/// </summary>
IChimeSDKMeetingsPaginatorFactory Paginators { get; }
#endif
#region BatchCreateAttendee
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request);
/// <summary>
/// Initiates the asynchronous execution of the BatchCreateAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
IAsyncResult BeginBatchCreateAttendee(BatchCreateAttendeeRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the BatchCreateAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginBatchCreateAttendee.</param>
///
/// <returns>Returns a BatchCreateAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
BatchCreateAttendeeResponse EndBatchCreateAttendee(IAsyncResult asyncResult);
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
BatchUpdateAttendeeCapabilitiesExceptResponse BatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request);
/// <summary>
/// Initiates the asynchronous execution of the BatchUpdateAttendeeCapabilitiesExcept operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpdateAttendeeCapabilitiesExcept
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
IAsyncResult BeginBatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the BatchUpdateAttendeeCapabilitiesExcept operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginBatchUpdateAttendeeCapabilitiesExcept.</param>
///
/// <returns>Returns a BatchUpdateAttendeeCapabilitiesExceptResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
BatchUpdateAttendeeCapabilitiesExceptResponse EndBatchUpdateAttendeeCapabilitiesExcept(IAsyncResult asyncResult);
#endregion
#region CreateAttendee
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request);
/// <summary>
/// Initiates the asynchronous execution of the CreateAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
IAsyncResult BeginCreateAttendee(CreateAttendeeRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the CreateAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateAttendee.</param>
///
/// <returns>Returns a CreateAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
CreateAttendeeResponse EndCreateAttendee(IAsyncResult asyncResult);
#endregion
#region CreateMeeting
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
CreateMeetingResponse CreateMeeting(CreateMeetingRequest request);
/// <summary>
/// Initiates the asynchronous execution of the CreateMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
IAsyncResult BeginCreateMeeting(CreateMeetingRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the CreateMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMeeting.</param>
///
/// <returns>Returns a CreateMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
CreateMeetingResponse EndCreateMeeting(IAsyncResult asyncResult);
#endregion
#region CreateMeetingWithAttendees
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request);
/// <summary>
/// Initiates the asynchronous execution of the CreateMeetingWithAttendees operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeetingWithAttendees
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
IAsyncResult BeginCreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the CreateMeetingWithAttendees operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginCreateMeetingWithAttendees.</param>
///
/// <returns>Returns a CreateMeetingWithAttendeesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
CreateMeetingWithAttendeesResponse EndCreateMeetingWithAttendees(IAsyncResult asyncResult);
#endregion
#region DeleteAttendee
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request);
/// <summary>
/// Initiates the asynchronous execution of the DeleteAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
IAsyncResult BeginDeleteAttendee(DeleteAttendeeRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the DeleteAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteAttendee.</param>
///
/// <returns>Returns a DeleteAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
DeleteAttendeeResponse EndDeleteAttendee(IAsyncResult asyncResult);
#endregion
#region DeleteMeeting
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request);
/// <summary>
/// Initiates the asynchronous execution of the DeleteMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
IAsyncResult BeginDeleteMeeting(DeleteMeetingRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the DeleteMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginDeleteMeeting.</param>
///
/// <returns>Returns a DeleteMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
DeleteMeetingResponse EndDeleteMeeting(IAsyncResult asyncResult);
#endregion
#region GetAttendee
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
GetAttendeeResponse GetAttendee(GetAttendeeRequest request);
/// <summary>
/// Initiates the asynchronous execution of the GetAttendee operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the GetAttendee operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAttendee
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
IAsyncResult BeginGetAttendee(GetAttendeeRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the GetAttendee operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetAttendee.</param>
///
/// <returns>Returns a GetAttendeeResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
GetAttendeeResponse EndGetAttendee(IAsyncResult asyncResult);
#endregion
#region GetMeeting
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
GetMeetingResponse GetMeeting(GetMeetingRequest request);
/// <summary>
/// Initiates the asynchronous execution of the GetMeeting operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the GetMeeting operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMeeting
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
IAsyncResult BeginGetMeeting(GetMeetingRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the GetMeeting operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginGetMeeting.</param>
///
/// <returns>Returns a GetMeetingResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
GetMeetingResponse EndGetMeeting(IAsyncResult asyncResult);
#endregion
#region ListAttendees
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
ListAttendeesResponse ListAttendees(ListAttendeesRequest request);
/// <summary>
/// Initiates the asynchronous execution of the ListAttendees operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ListAttendees operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAttendees
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
IAsyncResult BeginListAttendees(ListAttendeesRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the ListAttendees operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginListAttendees.</param>
///
/// <returns>Returns a ListAttendeesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
ListAttendeesResponse EndListAttendees(IAsyncResult asyncResult);
#endregion
#region ListTagsForResource
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
/// <summary>
/// Initiates the asynchronous execution of the ListTagsForResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the ListTagsForResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginListTagsForResource.</param>
///
/// <returns>Returns a ListTagsForResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult);
#endregion
#region StartMeetingTranscription
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request);
/// <summary>
/// Initiates the asynchronous execution of the StartMeetingTranscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartMeetingTranscription
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
IAsyncResult BeginStartMeetingTranscription(StartMeetingTranscriptionRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the StartMeetingTranscription operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginStartMeetingTranscription.</param>
///
/// <returns>Returns a StartMeetingTranscriptionResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
StartMeetingTranscriptionResponse EndStartMeetingTranscription(IAsyncResult asyncResult);
#endregion
#region StopMeetingTranscription
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request);
/// <summary>
/// Initiates the asynchronous execution of the StopMeetingTranscription operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopMeetingTranscription
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
IAsyncResult BeginStopMeetingTranscription(StopMeetingTranscriptionRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the StopMeetingTranscription operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginStopMeetingTranscription.</param>
///
/// <returns>Returns a StopMeetingTranscriptionResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
StopMeetingTranscriptionResponse EndStopMeetingTranscription(IAsyncResult asyncResult);
#endregion
#region TagResource
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
TagResourceResponse TagResource(TagResourceRequest request);
/// <summary>
/// Initiates the asynchronous execution of the TagResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the TagResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the TagResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginTagResource.</param>
///
/// <returns>Returns a TagResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
TagResourceResponse EndTagResource(IAsyncResult asyncResult);
#endregion
#region UntagResource
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
UntagResourceResponse UntagResource(UntagResourceRequest request);
/// <summary>
/// Initiates the asynchronous execution of the UntagResource operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the UntagResource operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the UntagResource operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginUntagResource.</param>
///
/// <returns>Returns a UntagResourceResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
UntagResourceResponse EndUntagResource(IAsyncResult asyncResult);
#endregion
#region UpdateAttendeeCapabilities
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
UpdateAttendeeCapabilitiesResponse UpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request);
/// <summary>
/// Initiates the asynchronous execution of the UpdateAttendeeCapabilities operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities operation on AmazonChimeSDKMeetingsClient.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAttendeeCapabilities
/// operation.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
IAsyncResult BeginUpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request, AsyncCallback callback, object state);
/// <summary>
/// Finishes the asynchronous execution of the UpdateAttendeeCapabilities operation.
/// </summary>
///
/// <param name="asyncResult">The IAsyncResult returned by the call to BeginUpdateAttendeeCapabilities.</param>
///
/// <returns>Returns a UpdateAttendeeCapabilitiesResult from ChimeSDKMeetings.</returns>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
UpdateAttendeeCapabilitiesResponse EndUpdateAttendeeCapabilities(IAsyncResult asyncResult);
#endregion
}
}
| 1,159 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.Net;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations;
using Amazon.ChimeSDKMeetings.Internal;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Auth;
using Amazon.Runtime.Internal.Transform;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Implementation for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial class AmazonChimeSDKMeetingsClient : AmazonServiceClient, IAmazonChimeSDKMeetings
{
private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMeetingsMetadata();
private IChimeSDKMeetingsPaginatorFactory _paginators;
/// <summary>
/// Paginators for the service
/// </summary>
public IChimeSDKMeetingsPaginatorFactory Paginators
{
get
{
if (this._paginators == null)
{
this._paginators = new ChimeSDKMeetingsPaginatorFactory(this);
}
return this._paginators;
}
}
#region Constructors
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
public AmazonChimeSDKMeetingsClient()
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig()) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(RegionEndpoint region)
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region}) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="config">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AmazonChimeSDKMeetingsConfig config)
: base(FallbackCredentialsFactory.GetCredentials(), config) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials)
: this(credentials, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, RegionEndpoint region)
: this(credentials, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, AmazonChimeSDKMeetingsConfig clientConfig)
: base(credentials, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig() {RegionEndpoint=region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig)
{
}
#endregion
#region Overrides
/// <summary>
/// Creates the signer for the service.
/// </summary>
protected override AbstractAWSSigner CreateSigner()
{
return new AWS4Signer();
}
/// <summary>
/// Customize the pipeline
/// </summary>
/// <param name="pipeline"></param>
protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline)
{
pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>();
pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMeetingsEndpointResolver());
}
/// <summary>
/// Capture metadata for the service.
/// </summary>
protected override IServiceMetadata ServiceMetadata
{
get
{
return serviceMetadata;
}
}
#endregion
#region Dispose
/// <summary>
/// Disposes the service client.
/// </summary>
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}
#endregion
#region BatchCreateAttendee
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return Invoke<BatchCreateAttendeeResponse>(request, options);
}
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual Task<BatchCreateAttendeeResponse> BatchCreateAttendeeAsync(BatchCreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<BatchCreateAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual BatchUpdateAttendeeCapabilitiesExceptResponse BatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return Invoke<BatchUpdateAttendeeCapabilitiesExceptResponse>(request, options);
}
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual Task<BatchUpdateAttendeeCapabilitiesExceptResponse> BatchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return InvokeAsync<BatchUpdateAttendeeCapabilitiesExceptResponse>(request, options, cancellationToken);
}
#endregion
#region CreateAttendee
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return Invoke<CreateAttendeeResponse>(request, options);
}
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual Task<CreateAttendeeResponse> CreateAttendeeAsync(CreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<CreateAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region CreateMeeting
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual CreateMeetingResponse CreateMeeting(CreateMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return Invoke<CreateMeetingResponse>(request, options);
}
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual Task<CreateMeetingResponse> CreateMeetingAsync(CreateMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return InvokeAsync<CreateMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region CreateMeetingWithAttendees
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return Invoke<CreateMeetingWithAttendeesResponse>(request, options);
}
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual Task<CreateMeetingWithAttendeesResponse> CreateMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return InvokeAsync<CreateMeetingWithAttendeesResponse>(request, options, cancellationToken);
}
#endregion
#region DeleteAttendee
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return Invoke<DeleteAttendeeResponse>(request, options);
}
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual Task<DeleteAttendeeResponse> DeleteAttendeeAsync(DeleteAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<DeleteAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region DeleteMeeting
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return Invoke<DeleteMeetingResponse>(request, options);
}
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual Task<DeleteMeetingResponse> DeleteMeetingAsync(DeleteMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return InvokeAsync<DeleteMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region GetAttendee
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual GetAttendeeResponse GetAttendee(GetAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return Invoke<GetAttendeeResponse>(request, options);
}
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual Task<GetAttendeeResponse> GetAttendeeAsync(GetAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<GetAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region GetMeeting
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual GetMeetingResponse GetMeeting(GetMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return Invoke<GetMeetingResponse>(request, options);
}
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual Task<GetMeetingResponse> GetMeetingAsync(GetMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return InvokeAsync<GetMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region ListAttendees
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual ListAttendeesResponse ListAttendees(ListAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return Invoke<ListAttendeesResponse>(request, options);
}
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual Task<ListAttendeesResponse> ListAttendeesAsync(ListAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return InvokeAsync<ListAttendeesResponse>(request, options, cancellationToken);
}
#endregion
#region ListTagsForResource
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return Invoke<ListTagsForResourceResponse>(request, options);
}
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return InvokeAsync<ListTagsForResourceResponse>(request, options, cancellationToken);
}
#endregion
#region StartMeetingTranscription
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StartMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual Task<StartMeetingTranscriptionResponse> StartMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return InvokeAsync<StartMeetingTranscriptionResponse>(request, options, cancellationToken);
}
#endregion
#region StopMeetingTranscription
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StopMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual Task<StopMeetingTranscriptionResponse> StopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return InvokeAsync<StopMeetingTranscriptionResponse>(request, options, cancellationToken);
}
#endregion
#region TagResource
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual TagResourceResponse TagResource(TagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return Invoke<TagResourceResponse>(request, options);
}
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return InvokeAsync<TagResourceResponse>(request, options, cancellationToken);
}
#endregion
#region UntagResource
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual UntagResourceResponse UntagResource(UntagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return Invoke<UntagResourceResponse>(request, options);
}
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return InvokeAsync<UntagResourceResponse>(request, options, cancellationToken);
}
#endregion
#region UpdateAttendeeCapabilities
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual UpdateAttendeeCapabilitiesResponse UpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return Invoke<UpdateAttendeeCapabilitiesResponse>(request, options);
}
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual Task<UpdateAttendeeCapabilitiesResponse> UpdateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return InvokeAsync<UpdateAttendeeCapabilitiesResponse>(request, options, cancellationToken);
}
#endregion
}
}
| 1,861 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.ChimeSDKMeetings.Model;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Interface for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial interface IAmazonChimeSDKMeetings : IAmazonService, IDisposable
{
/// <summary>
/// Paginators for the service
/// </summary>
IChimeSDKMeetingsPaginatorFactory Paginators { get; }
#region BatchCreateAttendee
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request);
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
Task<BatchCreateAttendeeResponse> BatchCreateAttendeeAsync(BatchCreateAttendeeRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
BatchUpdateAttendeeCapabilitiesExceptResponse BatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request);
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
Task<BatchUpdateAttendeeCapabilitiesExceptResponse> BatchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateAttendee
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request);
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
Task<CreateAttendeeResponse> CreateAttendeeAsync(CreateAttendeeRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateMeeting
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
CreateMeetingResponse CreateMeeting(CreateMeetingRequest request);
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
Task<CreateMeetingResponse> CreateMeetingAsync(CreateMeetingRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateMeetingWithAttendees
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request);
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
Task<CreateMeetingWithAttendeesResponse> CreateMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteAttendee
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request);
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
Task<DeleteAttendeeResponse> DeleteAttendeeAsync(DeleteAttendeeRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteMeeting
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request);
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
Task<DeleteMeetingResponse> DeleteMeetingAsync(DeleteMeetingRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetAttendee
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
GetAttendeeResponse GetAttendee(GetAttendeeRequest request);
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
Task<GetAttendeeResponse> GetAttendeeAsync(GetAttendeeRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetMeeting
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
GetMeetingResponse GetMeeting(GetMeetingRequest request);
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
Task<GetMeetingResponse> GetMeetingAsync(GetMeetingRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListAttendees
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
ListAttendeesResponse ListAttendees(ListAttendeesRequest request);
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
Task<ListAttendeesResponse> ListAttendeesAsync(ListAttendeesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListTagsForResource
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StartMeetingTranscription
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request);
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
Task<StartMeetingTranscriptionResponse> StartMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StopMeetingTranscription
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request);
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
Task<StopMeetingTranscriptionResponse> StopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region TagResource
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
TagResourceResponse TagResource(TagResourceRequest request);
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UntagResource
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
UntagResourceResponse UntagResource(UntagResourceRequest request);
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateAttendeeCapabilities
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
UpdateAttendeeCapabilitiesResponse UpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request);
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
Task<UpdateAttendeeCapabilitiesResponse> UpdateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, CancellationToken cancellationToken = default(CancellationToken));
#endregion
}
}
| 1,432 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.Net;
using Amazon.ChimeSDKMeetings.Model;
using Amazon.ChimeSDKMeetings.Model.Internal.MarshallTransformations;
using Amazon.ChimeSDKMeetings.Internal;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Internal.Auth;
using Amazon.Runtime.Internal.Transform;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Implementation for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial class AmazonChimeSDKMeetingsClient : AmazonServiceClient, IAmazonChimeSDKMeetings
{
private static IServiceMetadata serviceMetadata = new AmazonChimeSDKMeetingsMetadata();
#region Constructors
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
public AmazonChimeSDKMeetingsClient()
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig()) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(RegionEndpoint region)
: base(FallbackCredentialsFactory.GetCredentials(), new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region}) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with the credentials loaded from the application's
/// default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
///
/// Example App.config with credentials set.
/// <code>
/// <?xml version="1.0" encoding="utf-8" ?>
/// <configuration>
/// <appSettings>
/// <add key="AWSProfileName" value="AWS Default"/>
/// </appSettings>
/// </configuration>
/// </code>
///
/// </summary>
/// <param name="config">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AmazonChimeSDKMeetingsConfig config)
: base(FallbackCredentialsFactory.GetCredentials(), config) { }
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials)
: this(credentials, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, RegionEndpoint region)
: this(credentials, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Credentials and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="credentials">AWS Credentials</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(AWSCredentials credentials, AmazonChimeSDKMeetingsConfig clientConfig)
: base(credentials, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, new AmazonChimeSDKMeetingsConfig() {RegionEndpoint=region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig())
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID and AWS Secret Key
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="region">The region to connect.</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region)
: this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonChimeSDKMeetingsConfig{RegionEndpoint = region})
{
}
/// <summary>
/// Constructs AmazonChimeSDKMeetingsClient with AWS Access Key ID, AWS Secret Key and an
/// AmazonChimeSDKMeetingsClient Configuration object.
/// </summary>
/// <param name="awsAccessKeyId">AWS Access Key ID</param>
/// <param name="awsSecretAccessKey">AWS Secret Access Key</param>
/// <param name="awsSessionToken">AWS Session Token</param>
/// <param name="clientConfig">The AmazonChimeSDKMeetingsClient Configuration Object</param>
public AmazonChimeSDKMeetingsClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonChimeSDKMeetingsConfig clientConfig)
: base(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, clientConfig)
{
}
#endregion
#if AWS_ASYNC_ENUMERABLES_API
private IChimeSDKMeetingsPaginatorFactory _paginators;
/// <summary>
/// Paginators for the service
/// </summary>
public IChimeSDKMeetingsPaginatorFactory Paginators
{
get
{
if (this._paginators == null)
{
this._paginators = new ChimeSDKMeetingsPaginatorFactory(this);
}
return this._paginators;
}
}
#endif
#region Overrides
/// <summary>
/// Creates the signer for the service.
/// </summary>
protected override AbstractAWSSigner CreateSigner()
{
return new AWS4Signer();
}
/// <summary>
/// Customizes the runtime pipeline.
/// </summary>
/// <param name="pipeline">Runtime pipeline for the current client.</param>
protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline)
{
pipeline.RemoveHandler<Amazon.Runtime.Internal.EndpointResolver>();
pipeline.AddHandlerAfter<Amazon.Runtime.Internal.Marshaller>(new AmazonChimeSDKMeetingsEndpointResolver());
}
/// <summary>
/// Capture metadata for the service.
/// </summary>
protected override IServiceMetadata ServiceMetadata
{
get
{
return serviceMetadata;
}
}
#endregion
#region Dispose
/// <summary>
/// Disposes the service client.
/// </summary>
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}
#endregion
#region BatchCreateAttendee
internal virtual BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return Invoke<BatchCreateAttendeeResponse>(request, options);
}
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
public virtual Task<BatchCreateAttendeeResponse> BatchCreateAttendeeAsync(BatchCreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchCreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchCreateAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<BatchCreateAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
internal virtual BatchUpdateAttendeeCapabilitiesExceptResponse BatchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return Invoke<BatchUpdateAttendeeCapabilitiesExceptResponse>(request, options);
}
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
public virtual Task<BatchUpdateAttendeeCapabilitiesExceptResponse> BatchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = BatchUpdateAttendeeCapabilitiesExceptRequestMarshaller.Instance;
options.ResponseUnmarshaller = BatchUpdateAttendeeCapabilitiesExceptResponseUnmarshaller.Instance;
return InvokeAsync<BatchUpdateAttendeeCapabilitiesExceptResponse>(request, options, cancellationToken);
}
#endregion
#region CreateAttendee
internal virtual CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return Invoke<CreateAttendeeResponse>(request, options);
}
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
public virtual Task<CreateAttendeeResponse> CreateAttendeeAsync(CreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<CreateAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region CreateMeeting
internal virtual CreateMeetingResponse CreateMeeting(CreateMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return Invoke<CreateMeetingResponse>(request, options);
}
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
public virtual Task<CreateMeetingResponse> CreateMeetingAsync(CreateMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingResponseUnmarshaller.Instance;
return InvokeAsync<CreateMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region CreateMeetingWithAttendees
internal virtual CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return Invoke<CreateMeetingWithAttendeesResponse>(request, options);
}
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
public virtual Task<CreateMeetingWithAttendeesResponse> CreateMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = CreateMeetingWithAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = CreateMeetingWithAttendeesResponseUnmarshaller.Instance;
return InvokeAsync<CreateMeetingWithAttendeesResponse>(request, options, cancellationToken);
}
#endregion
#region DeleteAttendee
internal virtual DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return Invoke<DeleteAttendeeResponse>(request, options);
}
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
public virtual Task<DeleteAttendeeResponse> DeleteAttendeeAsync(DeleteAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<DeleteAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region DeleteMeeting
internal virtual DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return Invoke<DeleteMeetingResponse>(request, options);
}
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
public virtual Task<DeleteMeetingResponse> DeleteMeetingAsync(DeleteMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = DeleteMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = DeleteMeetingResponseUnmarshaller.Instance;
return InvokeAsync<DeleteMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region GetAttendee
internal virtual GetAttendeeResponse GetAttendee(GetAttendeeRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return Invoke<GetAttendeeResponse>(request, options);
}
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
public virtual Task<GetAttendeeResponse> GetAttendeeAsync(GetAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = GetAttendeeRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetAttendeeResponseUnmarshaller.Instance;
return InvokeAsync<GetAttendeeResponse>(request, options, cancellationToken);
}
#endregion
#region GetMeeting
internal virtual GetMeetingResponse GetMeeting(GetMeetingRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return Invoke<GetMeetingResponse>(request, options);
}
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
public virtual Task<GetMeetingResponse> GetMeetingAsync(GetMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = GetMeetingRequestMarshaller.Instance;
options.ResponseUnmarshaller = GetMeetingResponseUnmarshaller.Instance;
return InvokeAsync<GetMeetingResponse>(request, options, cancellationToken);
}
#endregion
#region ListAttendees
internal virtual ListAttendeesResponse ListAttendees(ListAttendeesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return Invoke<ListAttendeesResponse>(request, options);
}
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
public virtual Task<ListAttendeesResponse> ListAttendeesAsync(ListAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = ListAttendeesRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListAttendeesResponseUnmarshaller.Instance;
return InvokeAsync<ListAttendeesResponse>(request, options, cancellationToken);
}
#endregion
#region ListTagsForResource
internal virtual ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return Invoke<ListTagsForResourceResponse>(request, options);
}
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
public virtual Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = ListTagsForResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;
return InvokeAsync<ListTagsForResourceResponse>(request, options, cancellationToken);
}
#endregion
#region StartMeetingTranscription
internal virtual StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StartMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
public virtual Task<StartMeetingTranscriptionResponse> StartMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = StartMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StartMeetingTranscriptionResponseUnmarshaller.Instance;
return InvokeAsync<StartMeetingTranscriptionResponse>(request, options, cancellationToken);
}
#endregion
#region StopMeetingTranscription
internal virtual StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return Invoke<StopMeetingTranscriptionResponse>(request, options);
}
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
public virtual Task<StopMeetingTranscriptionResponse> StopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = StopMeetingTranscriptionRequestMarshaller.Instance;
options.ResponseUnmarshaller = StopMeetingTranscriptionResponseUnmarshaller.Instance;
return InvokeAsync<StopMeetingTranscriptionResponse>(request, options, cancellationToken);
}
#endregion
#region TagResource
internal virtual TagResourceResponse TagResource(TagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return Invoke<TagResourceResponse>(request, options);
}
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
public virtual Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = TagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = TagResourceResponseUnmarshaller.Instance;
return InvokeAsync<TagResourceResponse>(request, options, cancellationToken);
}
#endregion
#region UntagResource
internal virtual UntagResourceResponse UntagResource(UntagResourceRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return Invoke<UntagResourceResponse>(request, options);
}
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
public virtual Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = UntagResourceRequestMarshaller.Instance;
options.ResponseUnmarshaller = UntagResourceResponseUnmarshaller.Instance;
return InvokeAsync<UntagResourceResponse>(request, options, cancellationToken);
}
#endregion
#region UpdateAttendeeCapabilities
internal virtual UpdateAttendeeCapabilitiesResponse UpdateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest request)
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return Invoke<UpdateAttendeeCapabilitiesResponse>(request, options);
}
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
public virtual Task<UpdateAttendeeCapabilitiesResponse> UpdateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var options = new InvokeOptions();
options.RequestMarshaller = UpdateAttendeeCapabilitiesRequestMarshaller.Instance;
options.ResponseUnmarshaller = UpdateAttendeeCapabilitiesResponseUnmarshaller.Instance;
return InvokeAsync<UpdateAttendeeCapabilitiesResponse>(request, options, cancellationToken);
}
#endregion
}
}
| 1,286 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-meetings-2021-07-15.normal.json service model.
*/
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.ChimeSDKMeetings.Model;
namespace Amazon.ChimeSDKMeetings
{
/// <summary>
/// Interface for accessing ChimeSDKMeetings
///
/// The Amazon Chime SDK meetings APIs in this section allow software developers to create
/// Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users,
/// and send and receive meeting notifications. For more information about the meeting
/// APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
/// Chime SDK meetings</a>.
/// </summary>
public partial interface IAmazonChimeSDKMeetings : IAmazonService, IDisposable
{
#if AWS_ASYNC_ENUMERABLES_API
/// <summary>
/// Paginators for the service
/// </summary>
IChimeSDKMeetingsPaginatorFactory Paginators { get; }
#endif
#region BatchCreateAttendee
/// <summary>
/// Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchCreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchCreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">REST API Reference for BatchCreateAttendee Operation</seealso>
Task<BatchCreateAttendeeResponse> BatchCreateAttendeeAsync(BatchCreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region BatchUpdateAttendeeCapabilitiesExcept
/// <summary>
/// Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
/// table.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the BatchUpdateAttendeeCapabilitiesExcept service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the BatchUpdateAttendeeCapabilitiesExcept service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">REST API Reference for BatchUpdateAttendeeCapabilitiesExcept Operation</seealso>
Task<BatchUpdateAttendeeCapabilitiesExceptResponse> BatchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateAttendee
/// <summary>
/// Creates a new attendee for an active Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">REST API Reference for CreateAttendee Operation</seealso>
Task<CreateAttendeeResponse> CreateAttendeeAsync(CreateAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateMeeting
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
/// attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">REST API Reference for CreateMeeting Operation</seealso>
Task<CreateMeetingResponse> CreateMeetingAsync(CreateMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region CreateMeetingWithAttendees
/// <summary>
/// Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
/// For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
/// Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateMeetingWithAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the CreateMeetingWithAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">REST API Reference for CreateMeetingWithAttendees Operation</seealso>
Task<CreateMeetingWithAttendeesResponse> CreateMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteAttendee
/// <summary>
/// Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
/// <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
/// meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">REST API Reference for DeleteAttendee Operation</seealso>
Task<DeleteAttendeeResponse> DeleteAttendeeAsync(DeleteAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region DeleteMeeting
/// <summary>
/// Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
/// disconnects all clients, and prevents new clients from joining the meeting. For more
/// information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the DeleteMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the DeleteMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">REST API Reference for DeleteMeeting Operation</seealso>
Task<DeleteMeetingResponse> DeleteMeetingAsync(DeleteMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetAttendee
/// <summary>
/// Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
/// ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetAttendee service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetAttendee service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">REST API Reference for GetAttendee Operation</seealso>
Task<GetAttendeeResponse> GetAttendeeAsync(GetAttendeeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region GetMeeting
/// <summary>
/// Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the GetMeeting service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the GetMeeting service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">REST API Reference for GetMeeting Operation</seealso>
Task<GetMeetingResponse> GetMeetingAsync(GetMeetingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListAttendees
/// <summary>
/// Lists the attendees for the specified Amazon Chime SDK meeting. For more information
/// about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
/// the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListAttendees service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListAttendees service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">REST API Reference for ListAttendees Operation</seealso>
Task<ListAttendeesResponse> ListAttendeesAsync(ListAttendeesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region ListTagsForResource
/// <summary>
/// Returns a list of the tags available for the specified resource.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the ListTagsForResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the ListTagsForResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListTagsForResource">REST API Reference for ListTagsForResource Operation</seealso>
Task<ListTagsForResourceResponse> ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StartMeetingTranscription
/// <summary>
/// Starts transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
///
/// <para>
/// If you specify an invalid configuration, a <code>TranscriptFailed</code> event will
/// be sent with the contents of the <code>BadRequestException</code> generated by Amazon
/// Transcribe. For more information on each parameter and which combinations are valid,
/// refer to the <a href="https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html">StartStreamTranscription</a>
/// API in the <i>Amazon Transcribe Developer Guide</i>.
/// </para>
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StartMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StartMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.LimitExceededException">
/// The request exceeds the resource limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StartMeetingTranscription">REST API Reference for StartMeetingTranscription Operation</seealso>
Task<StartMeetingTranscriptionResponse> StartMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region StopMeetingTranscription
/// <summary>
/// Stops transcription for the specified <code>meetingId</code>. For more information,
/// refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html">
/// Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer
/// Guide</i>.
///
/// <important>
/// <para>
/// Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon
/// Transcribe is subject to the <a href="https://aws.amazon.com/service-terms/">AWS Service
/// Terms</a>, including the terms specific to the AWS Machine Learning and Artificial
/// Intelligence Services.
/// </para>
/// </important>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the StopMeetingTranscription service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the StopMeetingTranscription service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceFailureException">
/// The service encountered an unexpected error.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ThrottlingException">
/// The number of customer requests exceeds the request rate limit.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnprocessableEntityException">
/// The request was well-formed but was unable to be followed due to semantic errors.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/StopMeetingTranscription">REST API Reference for StopMeetingTranscription Operation</seealso>
Task<StopMeetingTranscriptionResponse> StopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region TagResource
/// <summary>
/// The resource that supports tags.
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the TagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the TagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.TooManyTagsException">
/// Too many tags were added to the specified resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/TagResource">REST API Reference for TagResource Operation</seealso>
Task<TagResourceResponse> TagResourceAsync(TagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UntagResource
/// <summary>
/// Removes the specified tags from the specified resources. When you specify a tag key,
/// the action removes both that key and its associated value. The operation succeeds
/// even if you attempt to remove tags from a resource that were already removed. Note
/// the following:
///
/// <ul> <li>
/// <para>
/// To remove tags from a resource, you need the necessary permissions for the service
/// that the resource belongs to as well as permissions for removing tags. For more information,
/// see the documentation for the service whose resource you want to untag.
/// </para>
/// </li> <li>
/// <para>
/// You can only tag resources that are located in the specified AWS Region for the calling
/// AWS account.
/// </para>
/// </li> </ul>
/// <para>
/// <b>Minimum permissions</b>
/// </para>
///
/// <para>
/// In addition to the <code>tag:UntagResources</code> permission required by this operation,
/// you must also have the remove tags permission defined by the service that created
/// the resource. For example, to remove the tags from an Amazon EC2 instance using the
/// <code>UntagResources</code> operation, you must have both of the following permissions:
/// </para>
///
/// <para>
/// <code>tag:UntagResource</code>
/// </para>
///
/// <para>
/// <code>ChimeSDKMeetings:DeleteTags</code>
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UntagResource service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UntagResource service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ResourceNotFoundException">
/// The resource that you want to tag couldn't be found.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UntagResource">REST API Reference for UntagResource Operation</seealso>
Task<UntagResourceResponse> UntagResourceAsync(UntagResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
#region UpdateAttendeeCapabilities
/// <summary>
/// The capabilities that you want to update.
///
/// <note>
/// <para>
/// You use the capabilities with a set of values that control what the capabilities can
/// do, such as <code>SendReceive</code> data. For more information about those values,
/// see .
/// </para>
/// </note>
/// <para>
/// When using capabilities, be aware of these corner cases:
/// </para>
/// <ul> <li>
/// <para>
/// You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code>
/// unless you also set <code>video</code> capabilities to <code>SendReceive</code> or
/// <code>Receive</code>. If you don't set the <code>video</code> capability to receive,
/// the response will contain an HTTP 400 Bad Request status code. However, you can set
/// your <code>video</code> capability to receive and you set your <code>content</code>
/// capability to not receive.
/// </para>
/// </li> <li>
/// <para>
/// When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code>
/// to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their
/// microphone unmuted, audio will flow from the attendee to the other meeting participants.
/// </para>
/// </li> <li>
/// <para>
/// When you change a <code>video</code> or <code>content</code> capability from <code>None</code>
/// or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
/// the attendee turned on their video or content streams, remote attendees can receive
/// those streams, but only after media renegotiation between the client and the Amazon
/// Chime back-end server.
/// </para>
/// </li> </ul>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the UpdateAttendeeCapabilities service method.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
///
/// <returns>The response from the UpdateAttendeeCapabilities service method, as returned by ChimeSDKMeetings.</returns>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.BadRequestException">
/// The input parameters don't match the service's restrictions.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ConflictException">
/// Multiple instances of the same request have been made simultaneously.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ForbiddenException">
/// The client is permanently forbidden from making the request.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.NotFoundException">
/// One or more of the resources in the request does not exist in the system.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.ServiceUnavailableException">
/// The service is currently unavailable.
/// </exception>
/// <exception cref="Amazon.ChimeSDKMeetings.Model.UnauthorizedException">
/// The user isn't authorized to request a resource.
/// </exception>
/// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">REST API Reference for UpdateAttendeeCapabilities Operation</seealso>
Task<UpdateAttendeeCapabilitiesResponse> UpdateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken));
#endregion
}
}
| 805 |
aws-sdk-net
|
aws
|
C#
|
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AWSSDK.ChimeSDKMeetings")]
#if BCL35
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Chime SDK Meetings. The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.")]
#elif BCL45
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (4.5) - Amazon Chime SDK Meetings. The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.")]
#elif NETSTANDARD20
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (NetStandard 2.0) - Amazon Chime SDK Meetings. The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.")]
#elif NETCOREAPP3_1
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (.NET Core 3.1) - Amazon Chime SDK Meetings. The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.")]
#else
#error Unknown platform constant - unable to set correct AssemblyDescription
#endif
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Amazon Web Services SDK for .NET")]
[assembly: AssemblyCompany("Amazon.com, Inc")]
[assembly: AssemblyCopyright("Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.101.31")]
[assembly: System.CLSCompliant(true)]
#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
#endif
| 51 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using System;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Util.Internal;
using Amazon.ChimeSDKMessaging.Internal;
namespace Amazon.ChimeSDKMessaging
{
/// <summary>
/// Configuration for accessing Amazon ChimeSDKMessaging service
/// </summary>
[AWSSignerType("v4")]
public partial class AmazonChimeSDKMessagingConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.7.104.0");
private string _userAgent = UserAgentString;
/// <summary>
/// Default constructor
/// </summary>
public AmazonChimeSDKMessagingConfig()
: base(new Amazon.Runtime.Internal.DefaultConfigurationProvider(AmazonChimeSDKMessagingDefaultConfiguration.GetAllConfigurations()))
{
this.AuthenticationServiceName = "chime";
this.EndpointProvider = new AmazonChimeSDKMessagingEndpointProvider();
}
/// <summary>
/// The constant used to lookup in the region hash the endpoint.
/// </summary>
public override string RegionEndpointServiceName
{
get
{
return "messaging-chime";
}
}
/// <summary>
/// Gets the ServiceVersion property.
/// </summary>
public override string ServiceVersion
{
get
{
return "2021-05-15";
}
}
/// <summary>
/// Gets the value of UserAgent property.
/// </summary>
public override string UserAgent
{
get
{
return _userAgent;
}
}
}
}
| 83 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Amazon.Runtime;
namespace Amazon.ChimeSDKMessaging
{
/// <summary>
/// Configuration for accessing Amazon ChimeSDKMessaging service
/// </summary>
public static class AmazonChimeSDKMessagingDefaultConfiguration
{
/// <summary>
/// Collection of all <see cref="DefaultConfiguration"/>s supported by
/// ChimeSDKMessaging
/// </summary>
public static ReadOnlyCollection<IDefaultConfiguration> GetAllConfigurations()
{
return new ReadOnlyCollection<IDefaultConfiguration>(new List<IDefaultConfiguration>
{
Standard,
InRegion,
CrossRegion,
Mobile,
Auto,
Legacy
});
}
/// <summary>
/// <p>The STANDARD mode provides the latest recommended default values that should be safe to run in most scenarios</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p>
/// </summary>
public static IDefaultConfiguration Standard {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.Standard,
RetryMode = RequestRetryMode.Standard,
StsRegionalEndpoints = StsRegionalEndpointsValue.Regional,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional,
// 0:00:03.1
ConnectTimeout = TimeSpan.FromMilliseconds(3100L),
// 0:00:03.1
TlsNegotiationTimeout = TimeSpan.FromMilliseconds(3100L),
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
/// <summary>
/// <p>The IN_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services from within the same AWS region</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p>
/// </summary>
public static IDefaultConfiguration InRegion {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.InRegion,
RetryMode = RequestRetryMode.Standard,
StsRegionalEndpoints = StsRegionalEndpointsValue.Regional,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional,
// 0:00:01.1
ConnectTimeout = TimeSpan.FromMilliseconds(1100L),
// 0:00:01.1
TlsNegotiationTimeout = TimeSpan.FromMilliseconds(1100L),
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
/// <summary>
/// <p>The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services in a different region</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p>
/// </summary>
public static IDefaultConfiguration CrossRegion {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.CrossRegion,
RetryMode = RequestRetryMode.Standard,
StsRegionalEndpoints = StsRegionalEndpointsValue.Regional,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional,
// 0:00:03.1
ConnectTimeout = TimeSpan.FromMilliseconds(3100L),
// 0:00:03.1
TlsNegotiationTimeout = TimeSpan.FromMilliseconds(3100L),
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
/// <summary>
/// <p>The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applications</p><p>Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK</p>
/// </summary>
public static IDefaultConfiguration Mobile {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.Mobile,
RetryMode = RequestRetryMode.Standard,
StsRegionalEndpoints = StsRegionalEndpointsValue.Regional,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional,
// 0:00:30
ConnectTimeout = TimeSpan.FromMilliseconds(30000L),
// 0:00:30
TlsNegotiationTimeout = TimeSpan.FromMilliseconds(30000L),
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
/// <summary>
/// <p>The AUTO mode is an experimental mode that builds on the standard mode. The SDK will attempt to discover the execution environment to determine the appropriate settings automatically.</p><p>Note that the auto detection is heuristics-based and does not guarantee 100% accuracy. STANDARD mode will be used if the execution environment cannot be determined. The auto detection might query <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">EC2 Instance Metadata service</a>, which might introduce latency. Therefore we recommend choosing an explicit defaults_mode instead if startup latency is critical to your application</p>
/// </summary>
public static IDefaultConfiguration Auto {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.Auto,
RetryMode = RequestRetryMode.Standard,
StsRegionalEndpoints = StsRegionalEndpointsValue.Regional,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Regional,
// 0:00:01.1
ConnectTimeout = TimeSpan.FromMilliseconds(1100L),
// 0:00:01.1
TlsNegotiationTimeout = TimeSpan.FromMilliseconds(1100L),
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
/// <summary>
/// <p>The LEGACY mode provides default settings that vary per SDK and were used prior to establishment of defaults_mode</p>
/// </summary>
public static IDefaultConfiguration Legacy {get;} = new DefaultConfiguration
{
Name = DefaultConfigurationMode.Legacy,
RetryMode = RequestRetryMode.Legacy,
StsRegionalEndpoints = StsRegionalEndpointsValue.Legacy,
S3UsEast1RegionalEndpoint = S3UsEast1RegionalEndpointValue.Legacy,
ConnectTimeout = null,
TlsNegotiationTimeout = null,
TimeToFirstByteTimeout = null,
HttpRequestTimeout = null
};
}
}
| 146 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using Amazon.Runtime;
using Amazon.Runtime.Endpoints;
namespace Amazon.ChimeSDKMessaging.Endpoints
{
/// <summary>
/// Contains parameters used for resolving ChimeSDKMessaging endpoints
/// Parameters can be sourced from client config and service operations
/// Used by internal ChimeSDKMessagingEndpointProvider and ChimeSDKMessagingEndpointResolver
/// Can be used by custom EndpointProvider, see ClientConfig.EndpointProvider
/// </summary>
public class ChimeSDKMessagingEndpointParameters : EndpointParameters
{
/// <summary>
/// ChimeSDKMessagingEndpointParameters constructor
/// </summary>
public ChimeSDKMessagingEndpointParameters()
{
UseDualStack = false;
UseFIPS = false;
}
/// <summary>
/// Region parameter
/// </summary>
public string Region
{
get { return (string)this["Region"]; }
set { this["Region"] = value; }
}
/// <summary>
/// UseDualStack parameter
/// </summary>
public bool? UseDualStack
{
get { return (bool?)this["UseDualStack"]; }
set { this["UseDualStack"] = value; }
}
/// <summary>
/// UseFIPS parameter
/// </summary>
public bool? UseFIPS
{
get { return (bool?)this["UseFIPS"]; }
set { this["UseFIPS"] = value; }
}
/// <summary>
/// Endpoint parameter
/// </summary>
public string Endpoint
{
get { return (string)this["Endpoint"]; }
set { this["Endpoint"] = value; }
}
}
}
| 78 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
using Amazon.Runtime;
namespace Amazon.ChimeSDKMessaging
{
///<summary>
/// Common exception for the ChimeSDKMessaging service.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class AmazonChimeSDKMessagingException : AmazonServiceException
{
/// <summary>
/// Construct instance of AmazonChimeSDKMessagingException
/// </summary>
/// <param name="message"></param>
public AmazonChimeSDKMessagingException(string message)
: base(message)
{
}
/// <summary>
/// Construct instance of AmazonChimeSDKMessagingException
/// </summary>
/// <param name="message"></param>
/// <param name="innerException"></param>
public AmazonChimeSDKMessagingException(string message, Exception innerException)
: base(message, innerException)
{
}
/// <summary>
/// Construct instance of AmazonChimeSDKMessagingException
/// </summary>
/// <param name="innerException"></param>
public AmazonChimeSDKMessagingException(Exception innerException)
: base(innerException.Message, innerException)
{
}
/// <summary>
/// Construct instance of AmazonChimeSDKMessagingException
/// </summary>
/// <param name="message"></param>
/// <param name="errorType"></param>
/// <param name="errorCode"></param>
/// <param name="requestId"></param>
/// <param name="statusCode"></param>
public AmazonChimeSDKMessagingException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode)
{
}
/// <summary>
/// Construct instance of AmazonChimeSDKMessagingException
/// </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 AmazonChimeSDKMessagingException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode)
{
}
#if !NETSTANDARD
/// <summary>
/// Constructs a new instance of the AmazonChimeSDKMessagingException 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 AmazonChimeSDKMessagingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
: base(info, context)
{
}
#endif
}
}
| 105 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.ChimeSDKMessaging
{
/// <summary>
/// Constants used for properties of type AllowNotifications.
/// </summary>
public class AllowNotifications : ConstantClass
{
/// <summary>
/// Constant ALL for AllowNotifications
/// </summary>
public static readonly AllowNotifications ALL = new AllowNotifications("ALL");
/// <summary>
/// Constant FILTERED for AllowNotifications
/// </summary>
public static readonly AllowNotifications FILTERED = new AllowNotifications("FILTERED");
/// <summary>
/// Constant NONE for AllowNotifications
/// </summary>
public static readonly AllowNotifications NONE = new AllowNotifications("NONE");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public AllowNotifications(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static AllowNotifications FindValue(string value)
{
return FindValue<AllowNotifications>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator AllowNotifications(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelMembershipType.
/// </summary>
public class ChannelMembershipType : ConstantClass
{
/// <summary>
/// Constant DEFAULT for ChannelMembershipType
/// </summary>
public static readonly ChannelMembershipType DEFAULT = new ChannelMembershipType("DEFAULT");
/// <summary>
/// Constant HIDDEN for ChannelMembershipType
/// </summary>
public static readonly ChannelMembershipType HIDDEN = new ChannelMembershipType("HIDDEN");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelMembershipType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelMembershipType FindValue(string value)
{
return FindValue<ChannelMembershipType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelMembershipType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelMessagePersistenceType.
/// </summary>
public class ChannelMessagePersistenceType : ConstantClass
{
/// <summary>
/// Constant NON_PERSISTENT for ChannelMessagePersistenceType
/// </summary>
public static readonly ChannelMessagePersistenceType NON_PERSISTENT = new ChannelMessagePersistenceType("NON_PERSISTENT");
/// <summary>
/// Constant PERSISTENT for ChannelMessagePersistenceType
/// </summary>
public static readonly ChannelMessagePersistenceType PERSISTENT = new ChannelMessagePersistenceType("PERSISTENT");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelMessagePersistenceType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelMessagePersistenceType FindValue(string value)
{
return FindValue<ChannelMessagePersistenceType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelMessagePersistenceType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelMessageStatus.
/// </summary>
public class ChannelMessageStatus : ConstantClass
{
/// <summary>
/// Constant DENIED for ChannelMessageStatus
/// </summary>
public static readonly ChannelMessageStatus DENIED = new ChannelMessageStatus("DENIED");
/// <summary>
/// Constant FAILED for ChannelMessageStatus
/// </summary>
public static readonly ChannelMessageStatus FAILED = new ChannelMessageStatus("FAILED");
/// <summary>
/// Constant PENDING for ChannelMessageStatus
/// </summary>
public static readonly ChannelMessageStatus PENDING = new ChannelMessageStatus("PENDING");
/// <summary>
/// Constant SENT for ChannelMessageStatus
/// </summary>
public static readonly ChannelMessageStatus SENT = new ChannelMessageStatus("SENT");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelMessageStatus(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelMessageStatus FindValue(string value)
{
return FindValue<ChannelMessageStatus>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelMessageStatus(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelMessageType.
/// </summary>
public class ChannelMessageType : ConstantClass
{
/// <summary>
/// Constant CONTROL for ChannelMessageType
/// </summary>
public static readonly ChannelMessageType CONTROL = new ChannelMessageType("CONTROL");
/// <summary>
/// Constant STANDARD for ChannelMessageType
/// </summary>
public static readonly ChannelMessageType STANDARD = new ChannelMessageType("STANDARD");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelMessageType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelMessageType FindValue(string value)
{
return FindValue<ChannelMessageType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelMessageType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelMode.
/// </summary>
public class ChannelMode : ConstantClass
{
/// <summary>
/// Constant RESTRICTED for ChannelMode
/// </summary>
public static readonly ChannelMode RESTRICTED = new ChannelMode("RESTRICTED");
/// <summary>
/// Constant UNRESTRICTED for ChannelMode
/// </summary>
public static readonly ChannelMode UNRESTRICTED = new ChannelMode("UNRESTRICTED");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelMode(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelMode FindValue(string value)
{
return FindValue<ChannelMode>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelMode(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ChannelPrivacy.
/// </summary>
public class ChannelPrivacy : ConstantClass
{
/// <summary>
/// Constant PRIVATE for ChannelPrivacy
/// </summary>
public static readonly ChannelPrivacy PRIVATE = new ChannelPrivacy("PRIVATE");
/// <summary>
/// Constant PUBLIC for ChannelPrivacy
/// </summary>
public static readonly ChannelPrivacy PUBLIC = new ChannelPrivacy("PUBLIC");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ChannelPrivacy(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ChannelPrivacy FindValue(string value)
{
return FindValue<ChannelPrivacy>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ChannelPrivacy(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ErrorCode.
/// </summary>
public class ErrorCode : ConstantClass
{
/// <summary>
/// Constant AccessDenied for ErrorCode
/// </summary>
public static readonly ErrorCode AccessDenied = new ErrorCode("AccessDenied");
/// <summary>
/// Constant BadRequest for ErrorCode
/// </summary>
public static readonly ErrorCode BadRequest = new ErrorCode("BadRequest");
/// <summary>
/// Constant Conflict for ErrorCode
/// </summary>
public static readonly ErrorCode Conflict = new ErrorCode("Conflict");
/// <summary>
/// Constant Forbidden for ErrorCode
/// </summary>
public static readonly ErrorCode Forbidden = new ErrorCode("Forbidden");
/// <summary>
/// Constant NotFound for ErrorCode
/// </summary>
public static readonly ErrorCode NotFound = new ErrorCode("NotFound");
/// <summary>
/// Constant PhoneNumberAssociationsExist for ErrorCode
/// </summary>
public static readonly ErrorCode PhoneNumberAssociationsExist = new ErrorCode("PhoneNumberAssociationsExist");
/// <summary>
/// Constant PreconditionFailed for ErrorCode
/// </summary>
public static readonly ErrorCode PreconditionFailed = new ErrorCode("PreconditionFailed");
/// <summary>
/// Constant ResourceLimitExceeded for ErrorCode
/// </summary>
public static readonly ErrorCode ResourceLimitExceeded = new ErrorCode("ResourceLimitExceeded");
/// <summary>
/// Constant ServiceFailure for ErrorCode
/// </summary>
public static readonly ErrorCode ServiceFailure = new ErrorCode("ServiceFailure");
/// <summary>
/// Constant ServiceUnavailable for ErrorCode
/// </summary>
public static readonly ErrorCode ServiceUnavailable = new ErrorCode("ServiceUnavailable");
/// <summary>
/// Constant Throttled for ErrorCode
/// </summary>
public static readonly ErrorCode Throttled = new ErrorCode("Throttled");
/// <summary>
/// Constant Throttling for ErrorCode
/// </summary>
public static readonly ErrorCode Throttling = new ErrorCode("Throttling");
/// <summary>
/// Constant Unauthorized for ErrorCode
/// </summary>
public static readonly ErrorCode Unauthorized = new ErrorCode("Unauthorized");
/// <summary>
/// Constant Unprocessable for ErrorCode
/// </summary>
public static readonly ErrorCode Unprocessable = new ErrorCode("Unprocessable");
/// <summary>
/// Constant VoiceConnectorGroupAssociationsExist for ErrorCode
/// </summary>
public static readonly ErrorCode VoiceConnectorGroupAssociationsExist = new ErrorCode("VoiceConnectorGroupAssociationsExist");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ErrorCode(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ErrorCode FindValue(string value)
{
return FindValue<ErrorCode>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ErrorCode(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type ExpirationCriterion.
/// </summary>
public class ExpirationCriterion : ConstantClass
{
/// <summary>
/// Constant CREATED_TIMESTAMP for ExpirationCriterion
/// </summary>
public static readonly ExpirationCriterion CREATED_TIMESTAMP = new ExpirationCriterion("CREATED_TIMESTAMP");
/// <summary>
/// Constant LAST_MESSAGE_TIMESTAMP for ExpirationCriterion
/// </summary>
public static readonly ExpirationCriterion LAST_MESSAGE_TIMESTAMP = new ExpirationCriterion("LAST_MESSAGE_TIMESTAMP");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public ExpirationCriterion(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static ExpirationCriterion FindValue(string value)
{
return FindValue<ExpirationCriterion>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator ExpirationCriterion(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type FallbackAction.
/// </summary>
public class FallbackAction : ConstantClass
{
/// <summary>
/// Constant ABORT for FallbackAction
/// </summary>
public static readonly FallbackAction ABORT = new FallbackAction("ABORT");
/// <summary>
/// Constant CONTINUE for FallbackAction
/// </summary>
public static readonly FallbackAction CONTINUE = new FallbackAction("CONTINUE");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public FallbackAction(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static FallbackAction FindValue(string value)
{
return FindValue<FallbackAction>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator FallbackAction(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type InvocationType.
/// </summary>
public class InvocationType : ConstantClass
{
/// <summary>
/// Constant ASYNC for InvocationType
/// </summary>
public static readonly InvocationType ASYNC = new InvocationType("ASYNC");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public InvocationType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static InvocationType FindValue(string value)
{
return FindValue<InvocationType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator InvocationType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type MessagingDataType.
/// </summary>
public class MessagingDataType : ConstantClass
{
/// <summary>
/// Constant Channel for MessagingDataType
/// </summary>
public static readonly MessagingDataType Channel = new MessagingDataType("Channel");
/// <summary>
/// Constant ChannelMessage for MessagingDataType
/// </summary>
public static readonly MessagingDataType ChannelMessage = new MessagingDataType("ChannelMessage");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public MessagingDataType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static MessagingDataType FindValue(string value)
{
return FindValue<MessagingDataType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator MessagingDataType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type PushNotificationType.
/// </summary>
public class PushNotificationType : ConstantClass
{
/// <summary>
/// Constant DEFAULT for PushNotificationType
/// </summary>
public static readonly PushNotificationType DEFAULT = new PushNotificationType("DEFAULT");
/// <summary>
/// Constant VOIP for PushNotificationType
/// </summary>
public static readonly PushNotificationType VOIP = new PushNotificationType("VOIP");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public PushNotificationType(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static PushNotificationType FindValue(string value)
{
return FindValue<PushNotificationType>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator PushNotificationType(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type SearchFieldKey.
/// </summary>
public class SearchFieldKey : ConstantClass
{
/// <summary>
/// Constant MEMBERS for SearchFieldKey
/// </summary>
public static readonly SearchFieldKey MEMBERS = new SearchFieldKey("MEMBERS");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public SearchFieldKey(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static SearchFieldKey FindValue(string value)
{
return FindValue<SearchFieldKey>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator SearchFieldKey(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type SearchFieldOperator.
/// </summary>
public class SearchFieldOperator : ConstantClass
{
/// <summary>
/// Constant EQUALS for SearchFieldOperator
/// </summary>
public static readonly SearchFieldOperator EQUALS = new SearchFieldOperator("EQUALS");
/// <summary>
/// Constant INCLUDES for SearchFieldOperator
/// </summary>
public static readonly SearchFieldOperator INCLUDES = new SearchFieldOperator("INCLUDES");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public SearchFieldOperator(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static SearchFieldOperator FindValue(string value)
{
return FindValue<SearchFieldOperator>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator SearchFieldOperator(string value)
{
return FindValue(value);
}
}
/// <summary>
/// Constants used for properties of type SortOrder.
/// </summary>
public class SortOrder : ConstantClass
{
/// <summary>
/// Constant ASCENDING for SortOrder
/// </summary>
public static readonly SortOrder ASCENDING = new SortOrder("ASCENDING");
/// <summary>
/// Constant DESCENDING for SortOrder
/// </summary>
public static readonly SortOrder DESCENDING = new SortOrder("DESCENDING");
/// <summary>
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
/// </summary>
public SortOrder(string value)
: base(value)
{
}
/// <summary>
/// Finds the constant for the unique value.
/// </summary>
/// <param name="value">The unique value for the constant</param>
/// <returns>The constant for the unique value</returns>
public static SortOrder FindValue(string value)
{
return FindValue<SortOrder>(value);
}
/// <summary>
/// Utility method to convert strings to the constant class.
/// </summary>
/// <param name="value">The string value to convert to the constant class.</param>
/// <returns></returns>
public static implicit operator SortOrder(string value)
{
return FindValue(value);
}
}
}
| 882 |
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-messaging-2021-05-15.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.Runtime.Endpoints;
using static Amazon.Runtime.Internal.Endpoints.StandardLibrary.Fn;
namespace Amazon.ChimeSDKMessaging.Internal
{
/// <summary>
/// Amazon ChimeSDKMessaging endpoint provider.
/// Resolves endpoint for given set of ChimeSDKMessagingEndpointParameters.
/// Can throw AmazonClientException if endpoint resolution is unsuccessful.
/// </summary>
public class AmazonChimeSDKMessagingEndpointProvider : IEndpointProvider
{
/// <summary>
/// Resolve endpoint for ChimeSDKMessagingEndpointParameters
/// </summary>
public Endpoint ResolveEndpoint(EndpointParameters parameters)
{
if (parameters == null)
throw new ArgumentNullException("parameters");
if (parameters["UseDualStack"] == null)
throw new AmazonClientException("UseDualStack parameter must be set for endpoint resolution");
if (parameters["UseFIPS"] == null)
throw new AmazonClientException("UseFIPS parameter must be set for endpoint resolution");
var refs = new Dictionary<string, object>()
{
["Region"] = parameters["Region"],
["UseDualStack"] = parameters["UseDualStack"],
["UseFIPS"] = parameters["UseFIPS"],
["Endpoint"] = parameters["Endpoint"],
};
if (IsSet(refs["Endpoint"]))
{
if (Equals(refs["UseFIPS"], true))
{
throw new AmazonClientException("Invalid Configuration: FIPS and custom endpoint are not supported");
}
if (Equals(refs["UseDualStack"], true))
{
throw new AmazonClientException("Invalid Configuration: Dualstack and custom endpoint are not supported");
}
return new Endpoint((string)refs["Endpoint"], InterpolateJson(@"", refs), InterpolateJson(@"", refs));
}
if (IsSet(refs["Region"]))
{
if ((refs["PartitionResult"] = Partition((string)refs["Region"])) != null)
{
if (Equals(refs["UseFIPS"], true) && Equals(refs["UseDualStack"], true))
{
if (Equals(true, GetAttr(refs["PartitionResult"], "supportsFIPS")) && Equals(true, GetAttr(refs["PartitionResult"], "supportsDualStack")))
{
return new Endpoint(Interpolate(@"https://messaging-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs));
}
throw new AmazonClientException("FIPS and DualStack are enabled, but this partition does not support one or both");
}
if (Equals(refs["UseFIPS"], true))
{
if (Equals(true, GetAttr(refs["PartitionResult"], "supportsFIPS")))
{
return new Endpoint(Interpolate(@"https://messaging-chime-fips.{Region}.{PartitionResult#dnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs));
}
throw new AmazonClientException("FIPS is enabled but this partition does not support FIPS");
}
if (Equals(refs["UseDualStack"], true))
{
if (Equals(true, GetAttr(refs["PartitionResult"], "supportsDualStack")))
{
return new Endpoint(Interpolate(@"https://messaging-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs));
}
throw new AmazonClientException("DualStack is enabled but this partition does not support DualStack");
}
return new Endpoint(Interpolate(@"https://messaging-chime.{Region}.{PartitionResult#dnsSuffix}", refs), InterpolateJson(@"", refs), InterpolateJson(@"", refs));
}
}
throw new AmazonClientException("Invalid Configuration: Missing Region");
throw new AmazonClientException("Cannot resolve endpoint");
}
}
}
| 103 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using System;
using Amazon.ChimeSDKMessaging.Model;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
using Amazon.Runtime.Endpoints;
using Amazon.Util;
using Amazon.ChimeSDKMessaging.Endpoints;
#pragma warning disable 1591
namespace Amazon.ChimeSDKMessaging.Internal
{
/// <summary>
/// Amazon ChimeSDKMessaging endpoint resolver.
/// Custom PipelineHandler responsible for resolving endpoint and setting authentication parameters for ChimeSDKMessaging service requests.
/// Collects values for ChimeSDKMessagingEndpointParameters and then tries to resolve endpoint by calling
/// ResolveEndpoint method on GlobalEndpoints.Provider if present, otherwise uses ChimeSDKMessagingEndpointProvider.
/// Responsible for setting authentication and http headers provided by resolved endpoint.
/// </summary>
public class AmazonChimeSDKMessagingEndpointResolver : BaseEndpointResolver
{
protected override void ServiceSpecificHandler(IExecutionContext executionContext, EndpointParameters parameters)
{
InjectHostPrefix(executionContext.RequestContext);
}
protected override EndpointParameters MapEndpointsParameters(IRequestContext requestContext)
{
var config = (AmazonChimeSDKMessagingConfig)requestContext.ClientConfig;
var result = new ChimeSDKMessagingEndpointParameters();
result.Region = config.RegionEndpoint?.SystemName;
result.UseDualStack = config.UseDualstackEndpoint;
result.UseFIPS = config.UseFIPSEndpoint;
result.Endpoint = config.ServiceURL;
// The region needs to be determined from the ServiceURL if not set.
var regionEndpoint = config.RegionEndpoint;
if (regionEndpoint == null && !string.IsNullOrEmpty(config.ServiceURL))
{
var regionName = AWSSDKUtils.DetermineRegion(config.ServiceURL);
result.Region = RegionEndpoint.GetBySystemName(regionName).SystemName;
}
// To support legacy endpoint overridding rules in the endpoints.json
if (result.Region == "us-east-1-regional")
{
result.Region = "us-east-1";
}
// Use AlternateEndpoint region override if set
if (requestContext.Request.AlternateEndpoint != null)
{
result.Region = requestContext.Request.AlternateEndpoint.SystemName;
}
// Assign staticContextParams and contextParam per operation
return result;
}
}
}
| 83 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using Amazon.Runtime.Internal;
namespace Amazon.ChimeSDKMessaging.Internal
{
/// <summary>
/// Service metadata for Amazon ChimeSDKMessaging service
/// </summary>
public partial class AmazonChimeSDKMessagingMetadata : IServiceMetadata
{
/// <summary>
/// Gets the value of the Service Id.
/// </summary>
public string ServiceId
{
get
{
return "Chime SDK Messaging";
}
}
/// <summary>
/// Gets the dictionary that gives mapping of renamed operations
/// </summary>
public System.Collections.Generic.IDictionary<string, string> OperationNameMapping
{
get
{
return new System.Collections.Generic.Dictionary<string, string>(0)
{
};
}
}
}
}
| 55 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-15.normal.json service model.
*/
using Amazon.Runtime;
namespace Amazon.ChimeSDKMessaging
{
/// <summary>
/// Base class for ChimeSDKMessaging operation requests.
/// </summary>
public partial class AmazonChimeSDKMessagingRequest : AmazonWebServiceRequest
{
}
}
| 30 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the membership details of an <code>AppInstanceUser</code>.
/// </summary>
public partial class AppInstanceUserMembershipSummary
{
private DateTime? _readMarkerTimestamp;
private string _subChannelId;
private ChannelMembershipType _type;
/// <summary>
/// Gets and sets the property ReadMarkerTimestamp.
/// <para>
/// The time at which an <code>AppInstanceUser</code> last marked a channel as read.
/// </para>
/// </summary>
public DateTime ReadMarkerTimestamp
{
get { return this._readMarkerTimestamp.GetValueOrDefault(); }
set { this._readMarkerTimestamp = value; }
}
// Check to see if ReadMarkerTimestamp property is set
internal bool IsSetReadMarkerTimestamp()
{
return this._readMarkerTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel that the <code>AppInstanceUser</code> is a member of.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The type of <code>ChannelMembership</code>.
/// </para>
/// </summary>
public ChannelMembershipType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the AssociateChannelFlow operation.
/// Associates a channel flow with a channel. Once associated, all messages to that channel
/// go through channel flow processors. To stop processing, use the <code>DisassociateChannelFlow</code>
/// API.
///
/// <note>
/// <para>
/// Only administrators or channel moderators can associate a channel flow. The <code>x-amz-chime-bearer</code>
/// request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
/// that makes the API call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class AssociateChannelFlowRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _channelFlowArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The <code>AppInstanceUserArn</code> of the user making the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 109 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the AssociateChannelFlow operation.
/// </summary>
public partial class AssociateChannelFlowResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The input parameters don't match the service's restrictions.
/// </summary>
#if !NETSTANDARD
[Serializable]
#endif
public partial class BadRequestException : AmazonChimeSDKMessagingException
{
private ErrorCode _code;
/// <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));
}
/// <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);
}
#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;
}
}
}
| 142 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The membership information, including member ARNs, the channel ARN, and membership
/// types.
/// </summary>
public partial class BatchChannelMemberships
{
private string _channelArn;
private Identity _invitedBy;
private List<Identity> _members = new List<Identity>();
private string _subChannelId;
private ChannelMembershipType _type;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel to which you're adding members.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property InvitedBy.
/// <para>
/// The identifier of the member who invited another member.
/// </para>
/// </summary>
public Identity InvitedBy
{
get { return this._invitedBy; }
set { this._invitedBy = value; }
}
// Check to see if InvitedBy property is set
internal bool IsSetInvitedBy()
{
return this._invitedBy != null;
}
/// <summary>
/// Gets and sets the property Members.
/// <para>
/// The users successfully added to the request.
/// </para>
/// </summary>
public List<Identity> Members
{
get { return this._members; }
set { this._members = value; }
}
// Check to see if Members property is set
internal bool IsSetMembers()
{
return this._members != null && this._members.Count > 0;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The membership types set for the channel members.
/// </para>
/// </summary>
public ChannelMembershipType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 136 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// A list of failed member ARNs, error codes, and error messages.
/// </summary>
public partial class BatchCreateChannelMembershipError
{
private ErrorCode _errorCode;
private string _errorMessage;
private string _memberArn;
/// <summary>
/// Gets and sets the property ErrorCode.
/// <para>
/// The error code.
/// </para>
/// </summary>
public ErrorCode ErrorCode
{
get { return this._errorCode; }
set { this._errorCode = value; }
}
// Check to see if ErrorCode property is set
internal bool IsSetErrorCode()
{
return this._errorCode != null;
}
/// <summary>
/// Gets and sets the property ErrorMessage.
/// <para>
/// The error message.
/// </para>
/// </summary>
public string ErrorMessage
{
get { return this._errorMessage; }
set { this._errorMessage = value; }
}
// Check to see if ErrorMessage property is set
internal bool IsSetErrorMessage()
{
return this._errorMessage != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member that the service couldn't add.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the BatchCreateChannelMembership operation.
/// Adds a specified number of users and bots to a channel.
/// </summary>
public partial class BatchCreateChannelMembershipRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private List<string> _memberArns = new List<string>();
private string _subChannelId;
private ChannelMembershipType _type;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel to which you're adding users or bots.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArns.
/// <para>
/// The ARNs of the members you want to add to the channel. Only <code>AppInstanceUsers</code>
/// and <code>AppInstanceBots</code> can be added as a channel member.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=100)]
public List<string> MemberArns
{
get { return this._memberArns; }
set { this._memberArns = value; }
}
// Check to see if MemberArns property is set
internal bool IsSetMemberArns()
{
return this._memberArns != null && this._memberArns.Count > 0;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the request.
/// </para>
/// <note>
/// <para>
/// Only required when creating membership in a SubChannel for a moderator in an elastic
/// channel.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default
/// members are always returned as part of <code>ListChannelMemberships</code>. Hidden
/// members are only returned if the type filter in <code>ListChannelMemberships</code>
/// equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only
/// supported by moderators.
/// </para>
/// </summary>
public ChannelMembershipType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 150 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the BatchCreateChannelMembership operation.
/// </summary>
public partial class BatchCreateChannelMembershipResponse : AmazonWebServiceResponse
{
private BatchChannelMemberships _batchChannelMemberships;
private List<BatchCreateChannelMembershipError> _errors = new List<BatchCreateChannelMembershipError>();
/// <summary>
/// Gets and sets the property BatchChannelMemberships.
/// <para>
/// The list of channel memberships in the response.
/// </para>
/// </summary>
public BatchChannelMemberships BatchChannelMemberships
{
get { return this._batchChannelMemberships; }
set { this._batchChannelMemberships = value; }
}
// Check to see if BatchChannelMemberships property is set
internal bool IsSetBatchChannelMemberships()
{
return this._batchChannelMemberships != null;
}
/// <summary>
/// Gets and sets the property Errors.
/// <para>
/// If the action fails for one or more of the memberships in the request, a list of the
/// memberships is returned, along with error codes and error messages.
/// </para>
/// </summary>
public List<BatchCreateChannelMembershipError> Errors
{
get { return this._errors; }
set { this._errors = value; }
}
// Check to see if Errors property is set
internal bool IsSetErrors()
{
return this._errors != null && this._errors.Count > 0;
}
}
}
| 77 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a channel.
/// </summary>
public partial class Channel
{
private string _channelArn;
private string _channelFlowArn;
private Identity _createdBy;
private DateTime? _createdTimestamp;
private ElasticChannelConfiguration _elasticChannelConfiguration;
private ExpirationSettings _expirationSettings;
private DateTime? _lastMessageTimestamp;
private DateTime? _lastUpdatedTimestamp;
private string _metadata;
private ChannelMode _mode;
private string _name;
private ChannelPrivacy _privacy;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of a channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
/// <summary>
/// Gets and sets the property CreatedBy.
/// <para>
/// The <code>AppInstanceUser</code> who created the channel.
/// </para>
/// </summary>
public Identity CreatedBy
{
get { return this._createdBy; }
set { this._createdBy = value; }
}
// Check to see if CreatedBy property is set
internal bool IsSetCreatedBy()
{
return this._createdBy != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the <code>AppInstanceUser</code> created the channel.
/// </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 ElasticChannelConfiguration.
/// <para>
/// The attributes required to configure and create an elastic channel. An elastic channel
/// can support a maximum of 1-million members.
/// </para>
/// </summary>
public ElasticChannelConfiguration ElasticChannelConfiguration
{
get { return this._elasticChannelConfiguration; }
set { this._elasticChannelConfiguration = value; }
}
// Check to see if ElasticChannelConfiguration property is set
internal bool IsSetElasticChannelConfiguration()
{
return this._elasticChannelConfiguration != null;
}
/// <summary>
/// Gets and sets the property ExpirationSettings.
/// <para>
/// Settings that control when a channel expires.
/// </para>
/// </summary>
public ExpirationSettings ExpirationSettings
{
get { return this._expirationSettings; }
set { this._expirationSettings = value; }
}
// Check to see if ExpirationSettings property is set
internal bool IsSetExpirationSettings()
{
return this._expirationSettings != null;
}
/// <summary>
/// Gets and sets the property LastMessageTimestamp.
/// <para>
/// The time at which a member sent the last message in the channel.
/// </para>
/// </summary>
public DateTime LastMessageTimestamp
{
get { return this._lastMessageTimestamp.GetValueOrDefault(); }
set { this._lastMessageTimestamp = value; }
}
// Check to see if LastMessageTimestamp property is set
internal bool IsSetLastMessageTimestamp()
{
return this._lastMessageTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property LastUpdatedTimestamp.
/// <para>
/// The time at which a channel was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedTimestamp
{
get { return this._lastUpdatedTimestamp.GetValueOrDefault(); }
set { this._lastUpdatedTimestamp = value; }
}
// Check to see if LastUpdatedTimestamp property is set
internal bool IsSetLastUpdatedTimestamp()
{
return this._lastUpdatedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The channel's metadata.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Mode.
/// <para>
/// The mode of the channel.
/// </para>
/// </summary>
public ChannelMode Mode
{
get { return this._mode; }
set { this._mode = value; }
}
// Check to see if Mode property is set
internal bool IsSetMode()
{
return this._mode != null;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of a channel.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Privacy.
/// <para>
/// The channel's privacy setting.
/// </para>
/// </summary>
public ChannelPrivacy Privacy
{
get { return this._privacy; }
set { this._privacy = value; }
}
// Check to see if Privacy property is set
internal bool IsSetPrivacy()
{
return this._privacy != null;
}
}
}
| 271 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of details of a channel associated with channel flow.
/// </summary>
public partial class ChannelAssociatedWithFlowSummary
{
private string _channelArn;
private string _metadata;
private ChannelMode _mode;
private string _name;
private ChannelPrivacy _privacy;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The channel's metadata.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Mode.
/// <para>
/// The mode of the channel.
/// </para>
/// </summary>
public ChannelMode Mode
{
get { return this._mode; }
set { this._mode = value; }
}
// Check to see if Mode property is set
internal bool IsSetMode()
{
return this._mode != null;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Privacy.
/// <para>
/// The channel's privacy setting.
/// </para>
/// </summary>
public ChannelPrivacy Privacy
{
get { return this._privacy; }
set { this._privacy = value; }
}
// Check to see if Privacy property is set
internal bool IsSetPrivacy()
{
return this._privacy != null;
}
}
}
| 136 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a channel ban.
/// </summary>
public partial class ChannelBan
{
private string _channelArn;
private Identity _createdBy;
private DateTime? _createdTimestamp;
private Identity _member;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel from which a member is being banned.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property CreatedBy.
/// <para>
/// The <code>AppInstanceUser</code> who created the ban.
/// </para>
/// </summary>
public Identity CreatedBy
{
get { return this._createdBy; }
set { this._createdBy = value; }
}
// Check to see if CreatedBy property is set
internal bool IsSetCreatedBy()
{
return this._createdBy != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the ban 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 Member.
/// <para>
/// The member being banned from the channel.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the details of a <code>ChannelBan</code>.
/// </summary>
public partial class ChannelBanSummary
{
private Identity _member;
/// <summary>
/// Gets and sets the property Member.
/// <para>
/// The member being banned from a channel.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a channel flow.
/// </summary>
public partial class ChannelFlow
{
private string _channelFlowArn;
private DateTime? _createdTimestamp;
private DateTime? _lastUpdatedTimestamp;
private string _name;
private List<Processor> _processors = new List<Processor>();
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the channel flow 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 LastUpdatedTimestamp.
/// <para>
/// The time at which a channel flow was updated.
/// </para>
/// </summary>
public DateTime LastUpdatedTimestamp
{
get { return this._lastUpdatedTimestamp.GetValueOrDefault(); }
set { this._lastUpdatedTimestamp = value; }
}
// Check to see if LastUpdatedTimestamp property is set
internal bool IsSetLastUpdatedTimestamp()
{
return this._lastUpdatedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Processors.
/// <para>
/// Information about the processor Lambda functions.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=3)]
public List<Processor> Processors
{
get { return this._processors; }
set { this._processors = value; }
}
// Check to see if Processors property is set
internal bool IsSetProcessors()
{
return this._processors != null && this._processors.Count > 0;
}
}
}
| 136 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the ChannelFlowCallback operation.
/// Calls back Amazon Chime SDK messaging with a processing response message. This should
/// be invoked from the processor Lambda. This is a developer API.
///
///
/// <para>
/// You can return one of the following processing responses:
/// </para>
/// <ul> <li>
/// <para>
/// Update message content or metadata
/// </para>
/// </li> <li>
/// <para>
/// Deny a message
/// </para>
/// </li> <li>
/// <para>
/// Make no changes to the message
/// </para>
/// </li> </ul>
/// </summary>
public partial class ChannelFlowCallbackRequest : AmazonChimeSDKMessagingRequest
{
private string _callbackId;
private string _channelArn;
private ChannelMessageCallback _channelMessage;
private bool? _deleteResource;
/// <summary>
/// Gets and sets the property CallbackId.
/// <para>
/// The identifier passed to the processor by the service when invoked. Use the identifier
/// to call back the service.
/// </para>
/// </summary>
[AWSProperty(Min=32, Max=64)]
public string CallbackId
{
get { return this._callbackId; }
set { this._callbackId = value; }
}
// Check to see if CallbackId property is set
internal bool IsSetCallbackId()
{
return this._callbackId != null;
}
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelMessage.
/// <para>
/// Stores information about the processed message.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ChannelMessageCallback ChannelMessage
{
get { return this._channelMessage; }
set { this._channelMessage = value; }
}
// Check to see if ChannelMessage property is set
internal bool IsSetChannelMessage()
{
return this._channelMessage != null;
}
/// <summary>
/// Gets and sets the property DeleteResource.
/// <para>
/// When a processor determines that a message needs to be <code>DENIED</code>, pass this
/// parameter with a value of true.
/// </para>
/// </summary>
public bool DeleteResource
{
get { return this._deleteResource.GetValueOrDefault(); }
set { this._deleteResource = value; }
}
// Check to see if DeleteResource property is set
internal bool IsSetDeleteResource()
{
return this._deleteResource.HasValue;
}
}
}
| 139 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the ChannelFlowCallback operation.
/// </summary>
public partial class ChannelFlowCallbackResponse : AmazonWebServiceResponse
{
private string _callbackId;
private string _channelArn;
/// <summary>
/// Gets and sets the property CallbackId.
/// <para>
/// The call back ID passed in the request.
/// </para>
/// </summary>
[AWSProperty(Min=32, Max=64)]
public string CallbackId
{
get { return this._callbackId; }
set { this._callbackId = value; }
}
// Check to see if CallbackId property is set
internal bool IsSetCallbackId()
{
return this._callbackId != null;
}
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of details of a channel flow.
/// </summary>
public partial class ChannelFlowSummary
{
private string _channelFlowArn;
private string _name;
private List<Processor> _processors = new List<Processor>();
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Processors.
/// <para>
/// Information about the processor Lambda functions.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=3)]
public List<Processor> Processors
{
get { return this._processors; }
set { this._processors = value; }
}
// Check to see if Processors property is set
internal bool IsSetProcessors()
{
return this._processors != null && this._processors.Count > 0;
}
}
}
| 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a channel member.
/// </summary>
public partial class ChannelMembership
{
private string _channelArn;
private DateTime? _createdTimestamp;
private Identity _invitedBy;
private DateTime? _lastUpdatedTimestamp;
private Identity _member;
private string _subChannelId;
private ChannelMembershipType _type;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the member's channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the channel membership 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 InvitedBy.
/// <para>
/// The identifier of the member who invited another member.
/// </para>
/// </summary>
public Identity InvitedBy
{
get { return this._invitedBy; }
set { this._invitedBy = value; }
}
// Check to see if InvitedBy property is set
internal bool IsSetInvitedBy()
{
return this._invitedBy != null;
}
/// <summary>
/// Gets and sets the property LastUpdatedTimestamp.
/// <para>
/// The time at which a channel membership was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedTimestamp
{
get { return this._lastUpdatedTimestamp.GetValueOrDefault(); }
set { this._lastUpdatedTimestamp = value; }
}
// Check to see if LastUpdatedTimestamp property is set
internal bool IsSetLastUpdatedTimestamp()
{
return this._lastUpdatedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property Member.
/// <para>
/// The data of the channel member.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel that a user belongs to.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The membership type set for the channel member.
/// </para>
/// </summary>
public ChannelMembershipType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 173 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the channel membership details of an <code>AppInstanceUser</code>.
/// </summary>
public partial class ChannelMembershipForAppInstanceUserSummary
{
private AppInstanceUserMembershipSummary _appInstanceUserMembershipSummary;
private ChannelSummary _channelSummary;
/// <summary>
/// Gets and sets the property AppInstanceUserMembershipSummary.
/// <para>
/// Returns the channel membership data for an <code>AppInstance</code>.
/// </para>
/// </summary>
public AppInstanceUserMembershipSummary AppInstanceUserMembershipSummary
{
get { return this._appInstanceUserMembershipSummary; }
set { this._appInstanceUserMembershipSummary = value; }
}
// Check to see if AppInstanceUserMembershipSummary property is set
internal bool IsSetAppInstanceUserMembershipSummary()
{
return this._appInstanceUserMembershipSummary != null;
}
/// <summary>
/// Gets and sets the property ChannelSummary.
/// <para>
/// Returns the channel data for an <code>AppInstance</code>.
/// </para>
/// </summary>
public ChannelSummary ChannelSummary
{
get { return this._channelSummary; }
set { this._channelSummary = value; }
}
// Check to see if ChannelSummary property is set
internal bool IsSetChannelSummary()
{
return this._channelSummary != null;
}
}
}
| 76 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The channel membership preferences for an <code>AppInstanceUser</code>.
/// </summary>
public partial class ChannelMembershipPreferences
{
private PushNotificationPreferences _pushNotifications;
/// <summary>
/// Gets and sets the property PushNotifications.
/// <para>
/// The push notification configuration of a message.
/// </para>
/// </summary>
public PushNotificationPreferences PushNotifications
{
get { return this._pushNotifications; }
set { this._pushNotifications = value; }
}
// Check to see if PushNotifications property is set
internal bool IsSetPushNotifications()
{
return this._pushNotifications != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the details of a <code>ChannelMembership</code>.
/// </summary>
public partial class ChannelMembershipSummary
{
private Identity _member;
/// <summary>
/// Gets and sets the property Member.
/// <para>
/// A member's summary data.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a message in a channel.
/// </summary>
public partial class ChannelMessage
{
private string _channelArn;
private string _content;
private string _contentType;
private DateTime? _createdTimestamp;
private DateTime? _lastEditedTimestamp;
private DateTime? _lastUpdatedTimestamp;
private Dictionary<string, MessageAttributeValue> _messageAttributes = new Dictionary<string, MessageAttributeValue>();
private string _messageId;
private string _metadata;
private ChannelMessagePersistenceType _persistence;
private bool? _redacted;
private Identity _sender;
private ChannelMessageStatusStructure _status;
private string _subChannelId;
private List<Target> _target = new List<Target>();
private ChannelMessageType _type;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property Content.
/// <para>
/// The content of the channel message. For Amazon Lex V2 bot responses, this field holds
/// a list of messages originating from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=4096)]
public string 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 ContentType.
/// <para>
/// The content type of the channel message. For Amazon Lex V2 bot responses, the content
/// type is <code>application/amz-chime-lex-msgs</code> for success responses and <code>application/amz-chime-lex-error</code>
/// for failure responses. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=45)]
public string ContentType
{
get { return this._contentType; }
set { this._contentType = value; }
}
// Check to see if ContentType property is set
internal bool IsSetContentType()
{
return this._contentType != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the message 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 LastEditedTimestamp.
/// <para>
/// The time at which a message was edited.
/// </para>
/// </summary>
public DateTime LastEditedTimestamp
{
get { return this._lastEditedTimestamp.GetValueOrDefault(); }
set { this._lastEditedTimestamp = value; }
}
// Check to see if LastEditedTimestamp property is set
internal bool IsSetLastEditedTimestamp()
{
return this._lastEditedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property LastUpdatedTimestamp.
/// <para>
/// The time at which a message was updated.
/// </para>
/// </summary>
public DateTime LastUpdatedTimestamp
{
get { return this._lastUpdatedTimestamp.GetValueOrDefault(); }
set { this._lastUpdatedTimestamp = value; }
}
// Check to see if LastUpdatedTimestamp property is set
internal bool IsSetLastUpdatedTimestamp()
{
return this._lastUpdatedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property MessageAttributes.
/// <para>
/// The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes
/// are mapped to specific fields from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
public Dictionary<string, MessageAttributeValue> MessageAttributes
{
get { return this._messageAttributes; }
set { this._messageAttributes = value; }
}
// Check to see if MessageAttributes property is set
internal bool IsSetMessageAttributes()
{
return this._messageAttributes != null && this._messageAttributes.Count > 0;
}
/// <summary>
/// Gets and sets the property MessageId.
/// <para>
/// The ID of a message.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string MessageId
{
get { return this._messageId; }
set { this._messageId = value; }
}
// Check to see if MessageId property is set
internal bool IsSetMessageId()
{
return this._messageId != null;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The message metadata.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Persistence.
/// <para>
/// The persistence setting for a channel message.
/// </para>
/// </summary>
public ChannelMessagePersistenceType Persistence
{
get { return this._persistence; }
set { this._persistence = value; }
}
// Check to see if Persistence property is set
internal bool IsSetPersistence()
{
return this._persistence != null;
}
/// <summary>
/// Gets and sets the property Redacted.
/// <para>
/// Hides the content of a message.
/// </para>
/// </summary>
public bool Redacted
{
get { return this._redacted.GetValueOrDefault(); }
set { this._redacted = value; }
}
// Check to see if Redacted property is set
internal bool IsSetRedacted()
{
return this._redacted.HasValue;
}
/// <summary>
/// Gets and sets the property Sender.
/// <para>
/// The message sender.
/// </para>
/// </summary>
public Identity Sender
{
get { return this._sender; }
set { this._sender = value; }
}
// Check to see if Sender property is set
internal bool IsSetSender()
{
return this._sender != null;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The status of the channel message.
/// </para>
/// </summary>
public ChannelMessageStatusStructure 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 SubChannelId.
/// <para>
/// The ID of the SubChannel.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Target.
/// <para>
/// The target of a message, a sender, a user, or a bot. Only the target and the sender
/// can view targeted messages. Only users who can see targeted messages can take actions
/// on them. However, administrators can delete targeted messages that they can’t see.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<Target> Target
{
get { return this._target; }
set { this._target = value; }
}
// Check to see if Target property is set
internal bool IsSetTarget()
{
return this._target != null && this._target.Count > 0;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The message type.
/// </para>
/// </summary>
public ChannelMessageType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 361 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Stores information about a callback.
/// </summary>
public partial class ChannelMessageCallback
{
private string _content;
private string _contentType;
private Dictionary<string, MessageAttributeValue> _messageAttributes = new Dictionary<string, MessageAttributeValue>();
private string _messageId;
private string _metadata;
private PushNotificationConfiguration _pushNotification;
private string _subChannelId;
/// <summary>
/// Gets and sets the property Content.
/// <para>
/// The message content. For Amazon Lex V2 bot responses, this field holds a list of messages
/// originating from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1)]
public string 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 ContentType.
/// <para>
/// The content type of the call-back message. For Amazon Lex V2 bot responses, the content
/// type is <code>application/amz-chime-lex-msgs</code> for success responses and <code>application/amz-chime-lex-error</code>
/// for failure responses. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=45)]
public string ContentType
{
get { return this._contentType; }
set { this._contentType = value; }
}
// Check to see if ContentType property is set
internal bool IsSetContentType()
{
return this._contentType != null;
}
/// <summary>
/// Gets and sets the property MessageAttributes.
/// <para>
/// The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes
/// are mapped to specific fields from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
public Dictionary<string, MessageAttributeValue> MessageAttributes
{
get { return this._messageAttributes; }
set { this._messageAttributes = value; }
}
// Check to see if MessageAttributes property is set
internal bool IsSetMessageAttributes()
{
return this._messageAttributes != null && this._messageAttributes.Count > 0;
}
/// <summary>
/// Gets and sets the property MessageId.
/// <para>
/// The message ID.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=128)]
public string MessageId
{
get { return this._messageId; }
set { this._messageId = value; }
}
// Check to see if MessageId property is set
internal bool IsSetMessageId()
{
return this._messageId != null;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The message metadata.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property PushNotification.
/// <para>
/// The push notification configuration of the message.
/// </para>
/// </summary>
public PushNotificationConfiguration PushNotification
{
get { return this._pushNotification; }
set { this._pushNotification = value; }
}
// Check to see if PushNotification property is set
internal bool IsSetPushNotification()
{
return this._pushNotification != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
}
}
| 186 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Stores information about a message status.
/// </summary>
public partial class ChannelMessageStatusStructure
{
private string _detail;
private ChannelMessageStatus _value;
/// <summary>
/// Gets and sets the property Detail.
/// <para>
/// Contains more details about the message status.
/// </para>
/// </summary>
[AWSProperty(Min=0, Max=256)]
public string Detail
{
get { return this._detail; }
set { this._detail = value; }
}
// Check to see if Detail property is set
internal bool IsSetDetail()
{
return this._detail != null;
}
/// <summary>
/// Gets and sets the property Value.
/// <para>
/// The message status value.
/// </para>
/// </summary>
public ChannelMessageStatus Value
{
get { return this._value; }
set { this._value = value; }
}
// Check to see if Value property is set
internal bool IsSetValue()
{
return this._value != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the messages in a <code>Channel</code>.
/// </summary>
public partial class ChannelMessageSummary
{
private string _content;
private string _contentType;
private DateTime? _createdTimestamp;
private DateTime? _lastEditedTimestamp;
private DateTime? _lastUpdatedTimestamp;
private Dictionary<string, MessageAttributeValue> _messageAttributes = new Dictionary<string, MessageAttributeValue>();
private string _messageId;
private string _metadata;
private bool? _redacted;
private Identity _sender;
private ChannelMessageStatusStructure _status;
private List<Target> _target = new List<Target>();
private ChannelMessageType _type;
/// <summary>
/// Gets and sets the property Content.
/// <para>
/// The content of the channel message. For Amazon Lex V2 bot responses, this field holds
/// a list of messages originating from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=4096)]
public string 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 ContentType.
/// <para>
/// The content type of the channel message listed in the summary. For Amazon Lex V2 bot
/// responses, the content type is <code>application/amz-chime-lex-msgs</code> for success
/// responses and <code>application/amz-chime-lex-error</code> for failure responses.
/// For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=45)]
public string ContentType
{
get { return this._contentType; }
set { this._contentType = value; }
}
// Check to see if ContentType property is set
internal bool IsSetContentType()
{
return this._contentType != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the message summary 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 LastEditedTimestamp.
/// <para>
/// The time at which a message was last edited.
/// </para>
/// </summary>
public DateTime LastEditedTimestamp
{
get { return this._lastEditedTimestamp.GetValueOrDefault(); }
set { this._lastEditedTimestamp = value; }
}
// Check to see if LastEditedTimestamp property is set
internal bool IsSetLastEditedTimestamp()
{
return this._lastEditedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property LastUpdatedTimestamp.
/// <para>
/// The time at which a message was last updated.
/// </para>
/// </summary>
public DateTime LastUpdatedTimestamp
{
get { return this._lastUpdatedTimestamp.GetValueOrDefault(); }
set { this._lastUpdatedTimestamp = value; }
}
// Check to see if LastUpdatedTimestamp property is set
internal bool IsSetLastUpdatedTimestamp()
{
return this._lastUpdatedTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property MessageAttributes.
/// <para>
/// The attributes for the channel message. For Amazon Lex V2 bot responses, the attributes
/// are mapped to specific fields from the bot. For more information, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/appinstance-bots#process-response.html">Processing
/// responses from an AppInstanceBot</a> in the <i>Amazon Chime SDK Messaging Developer
/// Guide</i>.
/// </para>
/// </summary>
public Dictionary<string, MessageAttributeValue> MessageAttributes
{
get { return this._messageAttributes; }
set { this._messageAttributes = value; }
}
// Check to see if MessageAttributes property is set
internal bool IsSetMessageAttributes()
{
return this._messageAttributes != null && this._messageAttributes.Count > 0;
}
/// <summary>
/// Gets and sets the property MessageId.
/// <para>
/// The ID of the message.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string MessageId
{
get { return this._messageId; }
set { this._messageId = value; }
}
// Check to see if MessageId property is set
internal bool IsSetMessageId()
{
return this._messageId != null;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The metadata of the message.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Redacted.
/// <para>
/// Indicates whether a message was redacted.
/// </para>
/// </summary>
public bool Redacted
{
get { return this._redacted.GetValueOrDefault(); }
set { this._redacted = value; }
}
// Check to see if Redacted property is set
internal bool IsSetRedacted()
{
return this._redacted.HasValue;
}
/// <summary>
/// Gets and sets the property Sender.
/// <para>
/// The message sender.
/// </para>
/// </summary>
public Identity Sender
{
get { return this._sender; }
set { this._sender = value; }
}
// Check to see if Sender property is set
internal bool IsSetSender()
{
return this._sender != null;
}
/// <summary>
/// Gets and sets the property Status.
/// <para>
/// The message status. The status value is <code>SENT</code> for messages sent to a channel
/// without a channel flow. For channels associated with channel flow, the value determines
/// the processing stage.
/// </para>
/// </summary>
public ChannelMessageStatusStructure 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 Target.
/// <para>
/// The target of a message, a sender, a user, or a bot. Only the target and the sender
/// can view targeted messages. Only users who can see targeted messages can take actions
/// on them. However, administrators can delete targeted messages that they can’t see.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=1)]
public List<Target> Target
{
get { return this._target; }
set { this._target = value; }
}
// Check to see if Target property is set
internal bool IsSetTarget()
{
return this._target != null && this._target.Count > 0;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The type of message.
/// </para>
/// </summary>
public ChannelMessageType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 305 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the details of a moderated channel.
/// </summary>
public partial class ChannelModeratedByAppInstanceUserSummary
{
private ChannelSummary _channelSummary;
/// <summary>
/// Gets and sets the property ChannelSummary.
/// <para>
/// Summary of the details of a <code>Channel</code>.
/// </para>
/// </summary>
public ChannelSummary ChannelSummary
{
get { return this._channelSummary; }
set { this._channelSummary = value; }
}
// Check to see if ChannelSummary property is set
internal bool IsSetChannelSummary()
{
return this._channelSummary != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The details of a channel moderator.
/// </summary>
public partial class ChannelModerator
{
private string _channelArn;
private Identity _createdBy;
private DateTime? _createdTimestamp;
private Identity _moderator;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the moderator's channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property CreatedBy.
/// <para>
/// The <code>AppInstanceUser</code> who created the moderator.
/// </para>
/// </summary>
public Identity CreatedBy
{
get { return this._createdBy; }
set { this._createdBy = value; }
}
// Check to see if CreatedBy property is set
internal bool IsSetCreatedBy()
{
return this._createdBy != null;
}
/// <summary>
/// Gets and sets the property CreatedTimestamp.
/// <para>
/// The time at which the moderator 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 Moderator.
/// <para>
/// The moderator's data.
/// </para>
/// </summary>
public Identity Moderator
{
get { return this._moderator; }
set { this._moderator = value; }
}
// Check to see if Moderator property is set
internal bool IsSetModerator()
{
return this._moderator != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the details of a <code>ChannelModerator</code>.
/// </summary>
public partial class ChannelModeratorSummary
{
private Identity _moderator;
/// <summary>
/// Gets and sets the property Moderator.
/// <para>
/// The data for a moderator.
/// </para>
/// </summary>
public Identity Moderator
{
get { return this._moderator; }
set { this._moderator = value; }
}
// Check to see if Moderator property is set
internal bool IsSetModerator()
{
return this._moderator != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Summary of the details of a <code>Channel</code>.
/// </summary>
public partial class ChannelSummary
{
private string _channelArn;
private DateTime? _lastMessageTimestamp;
private string _metadata;
private ChannelMode _mode;
private string _name;
private ChannelPrivacy _privacy;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property LastMessageTimestamp.
/// <para>
/// The time at which the last persistent message visible to the caller in a channel was
/// sent.
/// </para>
/// </summary>
public DateTime LastMessageTimestamp
{
get { return this._lastMessageTimestamp.GetValueOrDefault(); }
set { this._lastMessageTimestamp = value; }
}
// Check to see if LastMessageTimestamp property is set
internal bool IsSetLastMessageTimestamp()
{
return this._lastMessageTimestamp.HasValue;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The metadata of the channel.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Mode.
/// <para>
/// The mode of the channel.
/// </para>
/// </summary>
public ChannelMode Mode
{
get { return this._mode; }
set { this._mode = value; }
}
// Check to see if Mode property is set
internal bool IsSetMode()
{
return this._mode != null;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the channel.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Privacy.
/// <para>
/// The privacy setting of the channel.
/// </para>
/// </summary>
public ChannelPrivacy Privacy
{
get { return this._privacy; }
set { this._privacy = value; }
}
// Check to see if Privacy property is set
internal bool IsSetPrivacy()
{
return this._privacy != null;
}
}
}
| 156 |
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-messaging-2021-05-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.ChimeSDKMessaging.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 : AmazonChimeSDKMessagingException
{
private ErrorCode _code;
/// <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));
}
/// <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);
}
#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;
}
}
}
| 143 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the CreateChannelBan operation.
/// Permanently bans a member from a channel. Moderators can't add banned members to a
/// channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then
/// <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or
/// channels.
///
///
/// <para>
/// If you ban a user who is already part of a channel, that user is automatically kicked
/// from the channel.
/// </para>
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class CreateChannelBanRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the ban request.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member being banned.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the CreateChannelBan operation.
/// </summary>
public partial class CreateChannelBanResponse : AmazonWebServiceResponse
{
private string _channelArn;
private Identity _member;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the response to the ban request.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property Member.
/// <para>
/// The <code>ChannelArn</code> and <code>BannedIdentity</code> of the member in the ban
/// response.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the CreateChannelFlow operation.
/// Creates a channel flow, a container for processors. Processors are AWS Lambda functions
/// that perform actions on chat messages, such as stripping out profanity. You can associate
/// channel flows with channels, and the processors in the channel flow then take action
/// on all messages sent to that channel. This is a developer API.
///
///
/// <para>
/// Channel flows process the following items:
/// </para>
/// <ol> <li>
/// <para>
/// New and updated messages
/// </para>
/// </li> <li>
/// <para>
/// Persistent and non-persistent messages
/// </para>
/// </li> <li>
/// <para>
/// The Standard message type
/// </para>
/// </li> </ol> <note>
/// <para>
/// Channel flows don't process Control or System messages. For more information about
/// the message types provided by Chime SDK messaging, refer to <a href="https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types">Message
/// types</a> in the <i>Amazon Chime developer guide</i>.
/// </para>
/// </note>
/// </summary>
public partial class CreateChannelFlowRequest : AmazonChimeSDKMessagingRequest
{
private string _appInstanceArn;
private string _clientRequestToken;
private string _name;
private List<Processor> _processors = new List<Processor>();
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property AppInstanceArn.
/// <para>
/// The ARN of the channel flow request.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string AppInstanceArn
{
get { return this._appInstanceArn; }
set { this._appInstanceArn = value; }
}
// Check to see if AppInstanceArn property is set
internal bool IsSetAppInstanceArn()
{
return this._appInstanceArn != null;
}
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The client token for the request. An Idempotency token.
/// </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 Name.
/// <para>
/// The name of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Processors.
/// <para>
/// Information about the processor Lambda functions.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=3)]
public List<Processor> Processors
{
get { return this._processors; }
set { this._processors = value; }
}
// Check to see if Processors property is set
internal bool IsSetProcessors()
{
return this._processors != null && this._processors.Count > 0;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags for the creation request.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=50)]
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;
}
}
}
| 166 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the CreateChannelFlow operation.
/// </summary>
public partial class CreateChannelFlowResponse : AmazonWebServiceResponse
{
private string _channelFlowArn;
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the CreateChannelMembership operation.
/// Adds a member to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code>
/// is derived from the request header. A channel member can:
///
/// <ul> <li>
/// <para>
/// List messages
/// </para>
/// </li> <li>
/// <para>
/// Send messages
/// </para>
/// </li> <li>
/// <para>
/// Receive messages
/// </para>
/// </li> <li>
/// <para>
/// Edit their own messages
/// </para>
/// </li> <li>
/// <para>
/// Leave the channel
/// </para>
/// </li> </ul>
/// <para>
/// Privacy settings impact this action as follows:
/// </para>
/// <ul> <li>
/// <para>
/// Public Channels: You do not need to be a member to list messages, but you must be
/// a member to send messages.
/// </para>
/// </li> <li>
/// <para>
/// Private Channels: You must be a member to list or send messages.
/// </para>
/// </li> </ul> <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUserArn</code> or <code>AppInstanceBot</code> that makes the API
/// call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class CreateChannelMembershipRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
private string _subChannelId;
private ChannelMembershipType _type;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel to which you're adding users.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member you want to add to the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the request.
/// </para>
/// <note>
/// <para>
/// Only required when creating membership in a SubChannel for a moderator in an elastic
/// channel.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
/// <summary>
/// Gets and sets the property Type.
/// <para>
/// The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default
/// members are always returned as part of <code>ListChannelMemberships</code>. Hidden
/// members are only returned if the type filter in <code>ListChannelMemberships</code>
/// equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only
/// supported by moderators.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ChannelMembershipType Type
{
get { return this._type; }
set { this._type = value; }
}
// Check to see if Type property is set
internal bool IsSetType()
{
return this._type != null;
}
}
}
| 192 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the CreateChannelMembership operation.
/// </summary>
public partial class CreateChannelMembershipResponse : AmazonWebServiceResponse
{
private string _channelArn;
private Identity _member;
private string _subChannelId;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property Member.
/// <para>
/// The ARN and metadata of the member being added.
/// </para>
/// </summary>
public Identity Member
{
get { return this._member; }
set { this._member = value; }
}
// Check to see if Member property is set
internal bool IsSetMember()
{
return this._member != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the response.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the CreateChannelModerator operation.
/// Creates a new <code>ChannelModerator</code>. A channel moderator can:
///
/// <ul> <li>
/// <para>
/// Add and remove other members of the channel.
/// </para>
/// </li> <li>
/// <para>
/// Add and remove other moderators of the channel.
/// </para>
/// </li> <li>
/// <para>
/// Add and remove user bans for the channel.
/// </para>
/// </li> <li>
/// <para>
/// Redact messages in the channel.
/// </para>
/// </li> <li>
/// <para>
/// List messages in the channel.
/// </para>
/// </li> </ul> <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code>of the user that makes
/// the API call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class CreateChannelModeratorRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _channelModeratorArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelModeratorArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the moderator.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelModeratorArn
{
get { return this._channelModeratorArn; }
set { this._channelModeratorArn = value; }
}
// Check to see if ChannelModeratorArn property is set
internal bool IsSetChannelModeratorArn()
{
return this._channelModeratorArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 128 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the CreateChannelModerator operation.
/// </summary>
public partial class CreateChannelModeratorResponse : AmazonWebServiceResponse
{
private string _channelArn;
private Identity _channelModerator;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelModerator.
/// <para>
/// The ARNs of the channel and the moderator.
/// </para>
/// </summary>
public Identity ChannelModerator
{
get { return this._channelModerator; }
set { this._channelModerator = value; }
}
// Check to see if ChannelModerator property is set
internal bool IsSetChannelModerator()
{
return this._channelModerator != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the CreateChannel operation.
/// Creates a channel to which you can add users and send messages.
///
///
/// <para>
/// <b>Restriction</b>: You can't change a channel's privacy.
/// </para>
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class CreateChannelRequest : AmazonChimeSDKMessagingRequest
{
private string _appInstanceArn;
private string _channelId;
private string _chimeBearer;
private string _clientRequestToken;
private ElasticChannelConfiguration _elasticChannelConfiguration;
private ExpirationSettings _expirationSettings;
private List<string> _memberArns = new List<string>();
private string _metadata;
private ChannelMode _mode;
private List<string> _moderatorArns = new List<string>();
private string _name;
private ChannelPrivacy _privacy;
private List<Tag> _tags = new List<Tag>();
/// <summary>
/// Gets and sets the property AppInstanceArn.
/// <para>
/// The ARN of the channel request.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string AppInstanceArn
{
get { return this._appInstanceArn; }
set { this._appInstanceArn = value; }
}
// Check to see if AppInstanceArn property is set
internal bool IsSetAppInstanceArn()
{
return this._appInstanceArn != null;
}
/// <summary>
/// Gets and sets the property ChannelId.
/// <para>
/// The ID of the channel in the request.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=1, Max=64)]
public string ChannelId
{
get { return this._channelId; }
set { this._channelId = value; }
}
// Check to see if ChannelId property is set
internal bool IsSetChannelId()
{
return this._channelId != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property ClientRequestToken.
/// <para>
/// The client token for the request. An <code>Idempotency</code> token.
/// </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 ElasticChannelConfiguration.
/// <para>
/// The attributes required to configure and create an elastic channel. An elastic channel
/// can support a maximum of 1-million users, excluding moderators.
/// </para>
/// </summary>
public ElasticChannelConfiguration ElasticChannelConfiguration
{
get { return this._elasticChannelConfiguration; }
set { this._elasticChannelConfiguration = value; }
}
// Check to see if ElasticChannelConfiguration property is set
internal bool IsSetElasticChannelConfiguration()
{
return this._elasticChannelConfiguration != null;
}
/// <summary>
/// Gets and sets the property ExpirationSettings.
/// <para>
/// Settings that control the interval after which the channel is automatically deleted.
/// </para>
/// </summary>
public ExpirationSettings ExpirationSettings
{
get { return this._expirationSettings; }
set { this._expirationSettings = value; }
}
// Check to see if ExpirationSettings property is set
internal bool IsSetExpirationSettings()
{
return this._expirationSettings != null;
}
/// <summary>
/// Gets and sets the property MemberArns.
/// <para>
/// The ARNs of the channel members in the request.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=10)]
public List<string> MemberArns
{
get { return this._memberArns; }
set { this._memberArns = value; }
}
// Check to see if MemberArns property is set
internal bool IsSetMemberArns()
{
return this._memberArns != null && this._memberArns.Count > 0;
}
/// <summary>
/// Gets and sets the property Metadata.
/// <para>
/// The metadata of the creation request. Limited to 1KB and UTF-8.
/// </para>
/// </summary>
[AWSProperty(Sensitive=true, Min=0, Max=1024)]
public string Metadata
{
get { return this._metadata; }
set { this._metadata = value; }
}
// Check to see if Metadata property is set
internal bool IsSetMetadata()
{
return this._metadata != null;
}
/// <summary>
/// Gets and sets the property Mode.
/// <para>
/// The channel mode: <code>UNRESTRICTED</code> or <code>RESTRICTED</code>. Administrators,
/// moderators, and channel members can add themselves and other members to unrestricted
/// channels. Only administrators and moderators can add members to restricted channels.
/// </para>
/// </summary>
public ChannelMode Mode
{
get { return this._mode; }
set { this._mode = value; }
}
// Check to see if Mode property is set
internal bool IsSetMode()
{
return this._mode != null;
}
/// <summary>
/// Gets and sets the property ModeratorArns.
/// <para>
/// The ARNs of the channel moderators in the request.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=10)]
public List<string> ModeratorArns
{
get { return this._moderatorArns; }
set { this._moderatorArns = value; }
}
// Check to see if ModeratorArns property is set
internal bool IsSetModeratorArns()
{
return this._moderatorArns != null && this._moderatorArns.Count > 0;
}
/// <summary>
/// Gets and sets the property Name.
/// <para>
/// The name of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Sensitive=true, Min=1, Max=256)]
public string Name
{
get { return this._name; }
set { this._name = value; }
}
// Check to see if Name property is set
internal bool IsSetName()
{
return this._name != null;
}
/// <summary>
/// Gets and sets the property Privacy.
/// <para>
/// The channel's privacy level: <code>PUBLIC</code> or <code>PRIVATE</code>. Private
/// channels aren't discoverable by users outside the channel. Public channels are discoverable
/// by anyone in the <code>AppInstance</code>.
/// </para>
/// </summary>
public ChannelPrivacy Privacy
{
get { return this._privacy; }
set { this._privacy = value; }
}
// Check to see if Privacy property is set
internal bool IsSetPrivacy()
{
return this._privacy != null;
}
/// <summary>
/// Gets and sets the property Tags.
/// <para>
/// The tags for the creation request.
/// </para>
/// </summary>
[AWSProperty(Min=1, Max=50)]
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;
}
}
}
| 313 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the CreateChannel operation.
/// </summary>
public partial class CreateChannelResponse : AmazonWebServiceResponse
{
private string _channelArn;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannelBan operation.
/// Removes a member from a channel's ban list.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelBanRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel from which the <code>AppInstanceUser</code> was banned.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> that you want to reinstate.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannelBan operation.
/// </summary>
public partial class DeleteChannelBanResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannelFlow operation.
/// Deletes a channel flow, an irreversible process. This is a developer API.
///
/// <note>
/// <para>
/// This API works only when the channel flow is not associated with any channel. To
/// get a list of all channels that a channel flow is associated with, use the <code>ListChannelsAssociatedWithChannelFlow</code>
/// API. Use the <code>DisassociateChannelFlow</code> API to disassociate a channel flow
/// from all channels.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelFlowRequest : AmazonChimeSDKMessagingRequest
{
private string _channelFlowArn;
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
}
}
| 68 |
aws-sdk-net
|
aws
|
C#
|
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the chime-sdk-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannelFlow operation.
/// </summary>
public partial class DeleteChannelFlowResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannelMembership operation.
/// Removes a member from a channel.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code>
/// of the user that makes the API call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelMembershipRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
private string _subChannelId;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel from which you want to remove the user.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member that you're removing from the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the request.
/// </para>
/// <note>
/// <para>
/// Only for use by moderators.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != null;
}
}
}
| 132 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannelMembership operation.
/// </summary>
public partial class DeleteChannelMembershipResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannelMessage operation.
/// Deletes a channel message. Only admins can perform this action. Deletion makes messages
/// inaccessible immediately. A background process deletes any revisions created by <code>UpdateChannelMessage</code>.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelMessageRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _messageId;
private string _subChannelId;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MessageId.
/// <para>
/// The ID of the message being deleted.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=128)]
public string MessageId
{
get { return this._messageId; }
set { this._messageId = value; }
}
// Check to see if MessageId property is set
internal bool IsSetMessageId()
{
return this._messageId != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the request.
/// </para>
/// <note>
/// <para>
/// Only required when deleting messages in a SubChannel that the user belongs to.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannelMessage operation.
/// </summary>
public partial class DeleteChannelMessageResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannelModerator operation.
/// Deletes a channel moderator.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelModeratorRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _channelModeratorArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelModeratorArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the moderator being deleted.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelModeratorArn
{
get { return this._channelModeratorArn; }
set { this._channelModeratorArn = value; }
}
// Check to see if ChannelModeratorArn property is set
internal bool IsSetChannelModeratorArn()
{
return this._channelModeratorArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannelModerator operation.
/// </summary>
public partial class DeleteChannelModeratorResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteChannel operation.
/// Immediately makes a channel and its memberships inaccessible and marks them for deletion.
/// This is an irreversible process.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUserArn</code> or <code>AppInstanceBot</code> that makes the API
/// call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DeleteChannelRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel being deleted.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 89 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteChannel operation.
/// </summary>
public partial class DeleteChannelResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DeleteMessagingStreamingConfigurations operation.
/// Deletes the streaming configurations for an <code>AppInstance</code>. For more information,
/// see <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming
/// messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.
/// </summary>
public partial class DeleteMessagingStreamingConfigurationsRequest : AmazonChimeSDKMessagingRequest
{
private string _appInstanceArn;
/// <summary>
/// Gets and sets the property AppInstanceArn.
/// <para>
/// The ARN of the streaming configurations being deleted.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string AppInstanceArn
{
get { return this._appInstanceArn; }
set { this._appInstanceArn = value; }
}
// Check to see if AppInstanceArn property is set
internal bool IsSetAppInstanceArn()
{
return this._appInstanceArn != null;
}
}
}
| 61 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DeleteMessagingStreamingConfigurations operation.
/// </summary>
public partial class DeleteMessagingStreamingConfigurationsResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelBan operation.
/// Returns the full details of a channel ban.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelBanRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel from which the user is banned.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member being banned.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelBan operation.
/// </summary>
public partial class DescribeChannelBanResponse : AmazonWebServiceResponse
{
private ChannelBan _channelBan;
/// <summary>
/// Gets and sets the property ChannelBan.
/// <para>
/// The details of the ban.
/// </para>
/// </summary>
public ChannelBan ChannelBan
{
get { return this._channelBan; }
set { this._channelBan = value; }
}
// Check to see if ChannelBan property is set
internal bool IsSetChannelBan()
{
return this._channelBan != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelFlow operation.
/// Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>.
/// This is a developer API.
/// </summary>
public partial class DescribeChannelFlowRequest : AmazonChimeSDKMessagingRequest
{
private string _channelFlowArn;
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelFlow operation.
/// </summary>
public partial class DescribeChannelFlowResponse : AmazonWebServiceResponse
{
private ChannelFlow _channelFlow;
/// <summary>
/// Gets and sets the property ChannelFlow.
/// <para>
/// The channel flow details.
/// </para>
/// </summary>
public ChannelFlow ChannelFlow
{
get { return this._channelFlow; }
set { this._channelFlow = value; }
}
// Check to see if ChannelFlow property is set
internal bool IsSetChannelFlow()
{
return this._channelFlow != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelMembershipForAppInstanceUser operation.
/// Returns the details of a channel based on the membership of the specified <code>AppInstanceUser</code>
/// or <code>AppInstanceBot</code>.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelMembershipForAppInstanceUserRequest : AmazonChimeSDKMessagingRequest
{
private string _appInstanceUserArn;
private string _channelArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property AppInstanceUserArn.
/// <para>
/// The ARN of the user or bot in a channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string AppInstanceUserArn
{
get { return this._appInstanceUserArn; }
set { this._appInstanceUserArn = value; }
}
// Check to see if AppInstanceUserArn property is set
internal bool IsSetAppInstanceUserArn()
{
return this._appInstanceUserArn != null;
}
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel to which the user belongs.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 109 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelMembershipForAppInstanceUser operation.
/// </summary>
public partial class DescribeChannelMembershipForAppInstanceUserResponse : AmazonWebServiceResponse
{
private ChannelMembershipForAppInstanceUserSummary _channelMembership;
/// <summary>
/// Gets and sets the property ChannelMembership.
/// <para>
/// The channel to which a user belongs.
/// </para>
/// </summary>
public ChannelMembershipForAppInstanceUserSummary ChannelMembership
{
get { return this._channelMembership; }
set { this._channelMembership = value; }
}
// Check to see if ChannelMembership property is set
internal bool IsSetChannelMembership()
{
return this._channelMembership != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelMembership operation.
/// Returns the full details of a user's channel membership.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelMembershipRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
private string _memberArn;
private string _subChannelId;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
/// <summary>
/// Gets and sets the property MemberArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the member.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string MemberArn
{
get { return this._memberArn; }
set { this._memberArn = value; }
}
// Check to see if MemberArn property is set
internal bool IsSetMemberArn()
{
return this._memberArn != null;
}
/// <summary>
/// Gets and sets the property SubChannelId.
/// <para>
/// The ID of the SubChannel in the request. The response contains an <code>ElasticChannelConfiguration</code>
/// object.
/// </para>
/// <note>
/// <para>
/// Only required to get a user’s SubChannel membership details.
/// </para>
/// </note>
/// </summary>
[AWSProperty(Min=1, Max=128)]
public string SubChannelId
{
get { return this._subChannelId; }
set { this._subChannelId = value; }
}
// Check to see if SubChannelId property is set
internal bool IsSetSubChannelId()
{
return this._subChannelId != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelMembership operation.
/// </summary>
public partial class DescribeChannelMembershipResponse : AmazonWebServiceResponse
{
private ChannelMembership _channelMembership;
/// <summary>
/// Gets and sets the property ChannelMembership.
/// <para>
/// The details of the membership.
/// </para>
/// </summary>
public ChannelMembership ChannelMembership
{
get { return this._channelMembership; }
set { this._channelMembership = value; }
}
// Check to see if ChannelMembership property is set
internal bool IsSetChannelMembership()
{
return this._channelMembership != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelModeratedByAppInstanceUser operation.
/// Returns the full details of a channel moderated by the specified <code>AppInstanceUser</code>
/// or <code>AppInstanceBot</code>.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelModeratedByAppInstanceUserRequest : AmazonChimeSDKMessagingRequest
{
private string _appInstanceUserArn;
private string _channelArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property AppInstanceUserArn.
/// <para>
/// The ARN of the user or bot in the moderated channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string AppInstanceUserArn
{
get { return this._appInstanceUserArn; }
set { this._appInstanceUserArn = value; }
}
// Check to see if AppInstanceUserArn property is set
internal bool IsSetAppInstanceUserArn()
{
return this._appInstanceUserArn != null;
}
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the moderated channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 109 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelModeratedByAppInstanceUser operation.
/// </summary>
public partial class DescribeChannelModeratedByAppInstanceUserResponse : AmazonWebServiceResponse
{
private ChannelModeratedByAppInstanceUserSummary _channel;
/// <summary>
/// Gets and sets the property Channel.
/// <para>
/// The moderated channel.
/// </para>
/// </summary>
public ChannelModeratedByAppInstanceUserSummary Channel
{
get { return this._channel; }
set { this._channel = value; }
}
// Check to see if Channel property is set
internal bool IsSetChannel()
{
return this._channel != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannelModerator operation.
/// Returns the full details of a single ChannelModerator.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code>
/// of the user that makes the API call as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelModeratorRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _channelModeratorArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelModeratorArn.
/// <para>
/// The <code>AppInstanceUserArn</code> of the channel moderator.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelModeratorArn
{
get { return this._channelModeratorArn; }
set { this._channelModeratorArn = value; }
}
// Check to see if ChannelModeratorArn property is set
internal bool IsSetChannelModeratorArn()
{
return this._channelModeratorArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 107 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannelModerator operation.
/// </summary>
public partial class DescribeChannelModeratorResponse : AmazonWebServiceResponse
{
private ChannelModerator _channelModerator;
/// <summary>
/// Gets and sets the property ChannelModerator.
/// <para>
/// The details of the channel moderator.
/// </para>
/// </summary>
public ChannelModerator ChannelModerator
{
get { return this._channelModerator; }
set { this._channelModerator = value; }
}
// Check to see if ChannelModerator property is set
internal bool IsSetChannelModerator()
{
return this._channelModerator != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DescribeChannel operation.
/// Returns the full details of a channel in an Amazon Chime <code>AppInstance</code>.
///
/// <note>
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DescribeChannelRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
/// the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 88 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DescribeChannel operation.
/// </summary>
public partial class DescribeChannelResponse : AmazonWebServiceResponse
{
private Channel _channel;
/// <summary>
/// Gets and sets the property Channel.
/// <para>
/// The channel details.
/// </para>
/// </summary>
public Channel Channel
{
get { return this._channel; }
set { this._channel = value; }
}
// Check to see if Channel property is set
internal bool IsSetChannel()
{
return this._channel != 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Container for the parameters to the DisassociateChannelFlow operation.
/// Disassociates a channel flow from all its channels. Once disassociated, all messages
/// to that channel stop going through the channel flow processor.
///
/// <note>
/// <para>
/// Only administrators or channel moderators can disassociate a channel flow.
/// </para>
///
/// <para>
/// The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
/// <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call
/// as the value in the header.
/// </para>
/// </note>
/// </summary>
public partial class DisassociateChannelFlowRequest : AmazonChimeSDKMessagingRequest
{
private string _channelArn;
private string _channelFlowArn;
private string _chimeBearer;
/// <summary>
/// Gets and sets the property ChannelArn.
/// <para>
/// The ARN of the channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelArn
{
get { return this._channelArn; }
set { this._channelArn = value; }
}
// Check to see if ChannelArn property is set
internal bool IsSetChannelArn()
{
return this._channelArn != null;
}
/// <summary>
/// Gets and sets the property ChannelFlowArn.
/// <para>
/// The ARN of the channel flow.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChannelFlowArn
{
get { return this._channelFlowArn; }
set { this._channelFlowArn = value; }
}
// Check to see if ChannelFlowArn property is set
internal bool IsSetChannelFlowArn()
{
return this._channelFlowArn != null;
}
/// <summary>
/// Gets and sets the property ChimeBearer.
/// <para>
/// The <code>AppInstanceUserArn</code> of the user making the API call.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=5, Max=1600)]
public string ChimeBearer
{
get { return this._chimeBearer; }
set { this._chimeBearer = value; }
}
// Check to see if ChimeBearer property is set
internal bool IsSetChimeBearer()
{
return this._chimeBearer != null;
}
}
}
| 112 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// This is the response object from the DisassociateChannelFlow operation.
/// </summary>
public partial class DisassociateChannelFlowResponse : 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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// The attributes required to configure and create an elastic channel. An elastic channel
/// can support a maximum of 1-million members.
/// </summary>
public partial class ElasticChannelConfiguration
{
private int? _maximumSubChannels;
private int? _minimumMembershipPercentage;
private int? _targetMembershipsPerSubChannel;
/// <summary>
/// Gets and sets the property MaximumSubChannels.
/// <para>
/// The maximum number of SubChannels that you want to allow in the elastic channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2)]
public int MaximumSubChannels
{
get { return this._maximumSubChannels.GetValueOrDefault(); }
set { this._maximumSubChannels = value; }
}
// Check to see if MaximumSubChannels property is set
internal bool IsSetMaximumSubChannels()
{
return this._maximumSubChannels.HasValue;
}
/// <summary>
/// Gets and sets the property MinimumMembershipPercentage.
/// <para>
/// The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the
/// calculated value is used in balancing members among SubChannels of the elastic channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=40)]
public int MinimumMembershipPercentage
{
get { return this._minimumMembershipPercentage.GetValueOrDefault(); }
set { this._minimumMembershipPercentage = value; }
}
// Check to see if MinimumMembershipPercentage property is set
internal bool IsSetMinimumMembershipPercentage()
{
return this._minimumMembershipPercentage.HasValue;
}
/// <summary>
/// Gets and sets the property TargetMembershipsPerSubChannel.
/// <para>
/// The maximum number of members allowed in a SubChannel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=2)]
public int TargetMembershipsPerSubChannel
{
get { return this._targetMembershipsPerSubChannel.GetValueOrDefault(); }
set { this._targetMembershipsPerSubChannel = value; }
}
// Check to see if TargetMembershipsPerSubChannel property is set
internal bool IsSetTargetMembershipsPerSubChannel()
{
return this._targetMembershipsPerSubChannel.HasValue;
}
}
}
| 100 |
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-messaging-2021-05-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.ChimeSDKMessaging.Model
{
/// <summary>
/// Settings that control the interval after which a channel is deleted.
/// </summary>
public partial class ExpirationSettings
{
private ExpirationCriterion _expirationCriterion;
private int? _expirationDays;
/// <summary>
/// Gets and sets the property ExpirationCriterion.
/// <para>
/// The conditions that must be met for a channel to expire.
/// </para>
/// </summary>
[AWSProperty(Required=true)]
public ExpirationCriterion ExpirationCriterion
{
get { return this._expirationCriterion; }
set { this._expirationCriterion = value; }
}
// Check to see if ExpirationCriterion property is set
internal bool IsSetExpirationCriterion()
{
return this._expirationCriterion != null;
}
/// <summary>
/// Gets and sets the property ExpirationDays.
/// <para>
/// The period in days after which the system automatically deletes a channel.
/// </para>
/// </summary>
[AWSProperty(Required=true, Min=1, Max=5475)]
public int ExpirationDays
{
get { return this._expirationDays.GetValueOrDefault(); }
set { this._expirationDays = value; }
}
// Check to see if ExpirationDays property is set
internal bool IsSetExpirationDays()
{
return this._expirationDays.HasValue;
}
}
}
| 78 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.