Amazon.CodePipeline.AmazonCodePipelineClient.CreateCustomActionType C# (CSharp) Метод

CreateCustomActionType() публичный Метод

Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.
/// The number of pipelines associated with the AWS account has exceeded the limit allowed /// for the account. /// /// The validation was specified in an invalid format. ///
public CreateCustomActionType ( CreateCustomActionTypeRequest request ) : Amazon.CodePipeline.Model.CreateCustomActionTypeResponse
request Amazon.CodePipeline.Model.CreateCustomActionTypeRequest Container for the necessary parameters to execute the CreateCustomActionType service method.
Результат Amazon.CodePipeline.Model.CreateCustomActionTypeResponse
        public CreateCustomActionTypeResponse CreateCustomActionType(CreateCustomActionTypeRequest request)
        {
            var marshaller = new CreateCustomActionTypeRequestMarshaller();
            var unmarshaller = CreateCustomActionTypeResponseUnmarshaller.Instance;

            return Invoke<CreateCustomActionTypeRequest,CreateCustomActionTypeResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient